@charset "utf-8";


.kv {
	position: relative;
}
.kv > img {
	width: 100%;
	height: auto;
	min-height: 580px;
	object-fit: cover;
}
.kv .title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	z-index: 10;
	margin-top: 30px;
	transform: translateY(-50%);
}
.kv .title .inner {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: calc(1200px + 80px);
	margin: 0 auto;
	padding: 0 40px;
}
.kv .title h1 {
	width: 48%;
	font-size: 2.8125rem;
	line-height: 1.6;
	color: #fff;
}
.kv .title h1 img {
	width: 100%;
	height: auto;
}





h2 .ja {
	position: relative;
	display: inline-block;
	font-size: 82%;
	top: -1px;
	margin-left: 3px;
}


main {
	padding: 0;
}
main > section {
	max-width: 100vw;
}
main > section > .inner {
	box-sizing: border-box;
	max-width: calc(1200px + 80px);
	margin: 0 auto;
	padding: 0 40px;
}
.learning {
	padding: 70px 0 70px;
	background: #ededed;
}
.learning h2 {
	line-height: 1.5;
}
.learning p {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.9;
}
.learning p + p {
	margin-top: 25px;
}




.learning .figure {
	width: 650px;
	margin: 40px auto;
	box-shadow: 5px 5px 8px 0 rgba(0,0,0,0.05);
}
.learning .figure img {
	width: 100%;
	height: auto;
}
.learning nav {
	margin: 40px 0 0;
	text-align: center;
}
.learning nav.button.large a {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 500px;
	font-size: 1.0625rem;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}
.learning nav.button.large a br {
	display: none;
}
.learning nav.button span {
	margin-left: 8px;
	font-size: 0.875rem;
}




.learning-detail {
	margin-top: 10px !important;
}
.learning-detail p {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.9;
}


.video-pickup {
	margin: 60px 0 0;
}
.video img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-out;
}
span.video a {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	will-change: opacity;
	cursor: pointer;
}
span.video a em {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	left: 30px;
	top: 30px;
	border-radius: 30px;
	background: #f3df2f url(../img/icon_play2.svg) 58% 50% no-repeat;
	background-size: 24px auto;
}
span.video a:hover img {
	opacity: 0.7;
}
span.video strong {
	position: absolute;
	left: 65px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

span.video a figure {
	position: relative;
}
.comingsoon span.video a {
	pointer-events: none;
}
.comingsoon span.video a em {
	display: none !important;
}
span.video a i {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	letter-spacing: 0.5px;
	font-size: 1.625rem;
	font-weight: 700;
	color: #fad400;
}



.video-list {
	margin: 45px 0 0;
}

.video-list > dl > dt {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 0 0 12px;
	padding: 0 28px;
	height: 100px;
	font-weight: 700;
	background: #ccc;
	border-radius: 10px;
}
.video-list > dl > dt h3 {
	font-size: 1.375rem;
}
.video-list > dl > dt h4 {
	margin: 8px 0 0;
	font-size: 1.625rem;
}

.video-list > dl.step0 > dt {
	background: #fde444 url(../img/video_pict1.png) right 55px bottom 0 no-repeat;
	background-size: 88px auto;
}
.video-list > dl.step1 > dt {
	background: #bad77a url(../img/video_pict2.png) right 51px bottom 0 no-repeat;
	background-size: 234px auto;
}
.video-list > dl.step2 > dt {
	background: #a1d4B6 url(../img/video_pict3.png) right 51px bottom 0 no-repeat;
	background-size: 252px auto;
}
.video-list > dl.step3 > dt {
	background: #93d8dc url(../img/video_pict4.png) right 0 bottom 0 no-repeat;
	background-size: 336px auto;
}




/*
.video-list.multi {
	display: flex;
}
.video-list.multi > * {
	width: calc((100% - 24px) / 3);
}
.video-list.multi > .wide {
	width: calc((100% - 24px) / 3 * 2 + 12px);
}
.video-list.multi > * + * {
	margin-left: 12px;
}
*/
.video-list dl + dl {
	margin-top: 45px;
}
.video-list dl + dl dt {
	background-image: none !important;
}
.video-list .middle {
	width: calc((100% - 24px) / 3 * 2 + 12px);
}
.video-list .mini {
	width: calc((100% - 24px) / 3);
}

.video-list ul {
	display: flex;
	flex-wrap: wrap;
}
.video-list li {
	position: relative;
}
.video-list li + li {
	margin-left: 12px;
}
.video-list li:nth-child(3n + 1) {
	margin-left: 0;
}
.video-list .wide li {
	width: calc((100% - 24px) / 3);
}
.video-list .middle li {
	width: calc((100% - 12px) / 2);
}





/*
.video-list.multi .wide li {
	width: calc((100% - 12px) / 2);
}
.video-list .mini li {
	width: 100%;
}
*/



.video-list li dl {
	padding: 18px 25px 15px;
	font-weight: 700;
	background: #fff;
}
.video-list li dt {
	font-size: 1.0rem;
}
.video-list li dd {
	margin: 4px 0 0;
	font-size: 1.1875rem;
	line-height: 1.5;
}










.tools {
	margin-top: 70px;
	padding: 70px 40px 60px;
}
.tools img {
	width: 100%;
	height: auto;
}

.tools .container1 {
	position: relative;
	margin: 45px 0 0;
	padding: 80px 100px;
	min-height: 200px;
	background: #fff;
	border-radius: 10px 10px 0 0;
}
.tools .container1 .title h3,
.tools .container1 .title p {
	width: calc(100% - 150px);
	max-width: 860px;
}
.tools .container1 .title p {
	margin: 30px 0 0;
	line-height: 1.7;
	font-size: 1.25rem;
	font-weight: 700;
}
.tools .container1 .title span {
	position: absolute;
	width: 120px;
	right: 100px;
	top: 80px;
}

.tools .container1 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.tools .container1 ul li {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 6px);
	padding: 20px;
	border-radius: 10px;
	color: #fff;
}
.tools .container1 ul li:nth-child(2n) {
	margin-left: 12px;
}
.tools .container1 ul li:nth-child(n + 3) {
	margin-top: 12px;
}

.tools .container1 ul li:nth-child(1) {
	background: #E1B028;
}
.tools .container1 ul li:nth-child(2) {
	background: #7CBB36;
}
.tools .container1 ul li:nth-child(3) {
	background: #51B687;
}
.tools .container1 ul li:nth-child(4) {
	background: #45BBC2;
}

.tools .container1 ul dt strong {
	font-size: 1.75rem;
	font-weight: 600;
}
.tools .container1 ul dt span {
	margin-left: 18px;
	font-size: 1.0rem;
	font-weight: 600;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}
.tools .container1 ul dd {
	margin: 20px 0 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.6;
}

.tools .container1 li > span {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 12px;
	top: 8px;
	z-index: 10;
}
.tools .container1 li > span img {
	width: 100%;
	height: auto;
}



.tools .jplatpat {
	padding: 60px 100px;
	background: #dbe7ed;
	border-radius: 0 0 10px 10px;
}
.tools .jplatpat h4 {
	margin: 0 0 40px;
	font-size: 1.75rem;
	font-weight: 700;
}

.tools .jplatpat .extra {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.tools .jplatpat .extra > * {
	box-sizing: border-box;
	width: calc(50% - 20px);
}

.tools .jplatpat .extra .box {
	position: relative;
	
}

.tools .jplatpat .extra .box a {
	display: block;
	padding: 20px;
	color: #000;
	background: #fff;
	border-radius: 10px;
	transition: all 300ms ease-out;
}
.tools .jplatpat .extra .box a:hover {
	background: rgba(255,255,255,0.75);
}

.tools .jplatpat .extra .box dt {
	color: #00a1d0;
	font-size: 1.5rem;
	font-weight: 600;
}
.tools .jplatpat .extra .box dd {
	margin: 15px 0 0;
	font-size: 0.875rem;
	font-weight: 400;
}
.tools .jplatpat .extra .box .url {
	display: block;
	margin: 30px 0 0;
	font-size: 0.75rem;
	font-weight: 400;
	word-break: break-all;
	line-height: 1.4;
}

.tools .jplatpat .extra .col1 p {
	margin: 25px 0 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
}

.tools .jplatpat .extra .col2 dt {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.6;
}
.tools .jplatpat .extra .col2 dd {
	margin: 10px 0 0;
}
.tools .jplatpat .extra .col2 dl + dl {
	margin-top: 30px;
}



.tools .container2 {
	position: relative;
	margin: 55px 0 0;
	padding: 80px 100px;
	min-height: 200px;
	background: #f1e9d3;
	border-radius: 10px 10px 0 0;
}

.tools .container2 h3 {
	position: relative;
	padding: 30px;
	display: inline-block;
	color: #fff;
	font-size: 2.25rem;
	background: #e2b100;
	border-radius: 16px;
}
.tools .container2 h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	left: 80px;
	bottom: -15px;
	background: #e2b100;
	transform: scaleX(0.5) rotate(45deg) ;
}
.tools .container2 * + h3 {
	margin-top: 60px;
} 


.tools .container2 ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 40px 0 0;
}
.tools .container2 li {
	position: relative;
	display: flex;
	width: calc(50% - 10px);
}
.tools .container2 li:nth-child(2n) {
	margin-left: 20px;
}
.tools .container2 li:nth-child(n + 3) {
	margin-top: 20px;
}
.tools .container2 li a {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 20px 60px;
	color: #000;
	background: #fff;
	border-radius: 12px;
	transition: all 300ms ease-out;
}
.tools .container2 li a:hover {
	background: rgba(255,255,255,0.75);
}

.tools .container2 li dt {
	color: #00a1d0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}
.tools .container2 li dt span {
	font-size: 1.0rem;
}
.tools .container2 li dd {
	margin: 15px 0 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}
.tools .container2 li .url {
	position: absolute;
	display: block;
	left: 20px;
	right: 20px;
	bottom: 20px;
	font-size: 10px;
	font-weight: 600;
	word-break: break-all;
	line-height: 1.4;
}






@media screen and (max-width:1023px) {
	.tools .container1 {
		padding: 50px 60px;
	}
	.tools .container1 .title h3,
	.tools .container1 .title p {
		width: calc(100% - 120px);
	}
	.tools .container1 .title p {
		font-size: 1.125rem;
	}
	.tools .container1 span {
		width: 80px;
		right: 60px;
		top: 60px;
	}
	
	.tools .jplatpat {
		padding: 50px 60px;
	}

	.tools .container2 {
		padding: 50px 60px;
	}
}

.tools .figure {
	margin-top: 45px;
}
.tools .figure + .figure {
	margin-top: 55px;
}



/*
.jplatpat .extra {
	position: relative;
}
.jplatpat .extra a {
	position: absolute;
	left: 2.7%;
	top: 24%;
	z-index: 1;
	font-size: 0.8125rem;
	color: #000;
	text-decoration: underline;
}
.jplatpat .extra a:hover {
	text-decoration: none;
}


.container2 .extra {
	position: relative;
}
.container2 .extra a {
	position: absolute;
	display: inline-block;
	width: 41%;
	z-index: 1;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #000;
	text-decoration: underline;
	word-break: break-all;
}
.container2 .extra a:hover {
	text-decoration: none;
}

.container2 .extra a:nth-of-type(1),
.container2 .extra a:nth-of-type(3),
.container2 .extra a:nth-of-type(5),
.container2 .extra a:nth-of-type(6),
.container2 .extra a:nth-of-type(8),
.container2 .extra a:nth-of-type(10),
.container2 .extra a:nth-of-type(12)
{
	left: 4%;
}

.container2 .extra a:nth-of-type(2),
.container2 .extra a:nth-of-type(4),
.container2 .extra a:nth-of-type(7),
.container2 .extra a:nth-of-type(9),
.container2 .extra a:nth-of-type(11),
.container2 .extra a:nth-of-type(13)
{
	left: 55.5%;
}




.container2 .extra a:nth-of-type(1),
.container2 .extra a:nth-of-type(2) {
	top: 15.5%;
}
.container2 .extra a:nth-of-type(3),
.container2 .extra a:nth-of-type(4) {
	top: 26.25%;
}
.container2 .extra a:nth-of-type(5) {
	top: 37.25%;
}


.container2 .extra a:nth-of-type(6),
.container2 .extra a:nth-of-type(7) {
	top: 56.75%;
}
.container2 .extra a:nth-of-type(8),
.container2 .extra a:nth-of-type(9) {
	top: 67.75%;
}


.container2 .extra a:nth-of-type(10),
.container2 .extra a:nth-of-type(11) {
	top: 87.5%;
}
.container2 .extra a:nth-of-type(12),
.container2 .extra a:nth-of-type(13) {
	top: 97.5%;
}




@media screen and (max-width:1280px) {
}
@media screen and (max-width:1023px) {
	.learning {
		font-size: 1.0rem;
	}
}
*/







#getstarted-nav {
	box-sizing: border-box;
	max-width: calc(1014px + 80px);
	margin: 55px auto 0;
	padding: 0 40px;
}
#getstarted-nav ul {
	display: flex;
}
#getstarted-nav li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% / 3);
}
#getstarted-nav li:nth-child(n + 2)::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	left: 0;
	top: 0;
	background: #000;
}

#getstarted-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #000;
	transition: all 300ms ease-out;
}
#getstarted-nav a:hover {
	color: #666;
}

#getstarted-nav a strong {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}
#getstarted-nav a span {
	display: block;
	margin: 12px 0 0;
	font-size: 1.25rem;
	font-weight: 600;
}



.learning-detail .download {
	margin: 30px 0 0;
	padding: 50px 30px 35px;
	background: #fff;
	border-radius: 12px;
}
.learning-detail .download dt {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 600;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}
.learning-detail .download dd {
	margin: 30px 0 0;
	text-align: center;
}
.learning-detail .download dd > strong {
	display: block;
	margin: 0 0 40px;
	font-size: 1.125rem;
}
.learning-detail .download a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 300px;
	padding: 15px;
	font-size: 1.0625rem;
	font-weight: 700;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	border-radius: 40px;
	color: #fff;
	background: #000;
	transition: all 300ms ease-out;
}
.learning-detail .download a:hover {
	background-color: #444;
}

.learning-detail .download span {
	margin-left: 8px;
	font-size: 0.875rem;
}


.dialogue {
	padding: 70px 0 0;
	background: #ededed;
}
.dialogue h2 {
	line-height: 1.5;
}
.dialogue p {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.9;
}
.dialogue p + p {
	margin-top: 25px;
}

.dialogue .list {
	box-sizing: border-box;
	margin: 40px auto 0;
}
.dialogue .list > ul > li {
	position: relative;
}
.dialogue .list > ul > li + li {
	margin-top: 40px;
}
.dialogue .list a {
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 12px;
	cursor: pointer;
	will-change: opacity;
}
.dialogue .list a em {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	right: 36px;
	bottom: 20px;
	z-index: 100;
	border-radius: 30px;
	background: #f3df2f url(../img/icon_play2.svg) 58% 50% no-repeat;
	background-size: 24px auto;
}

.dialogue .list .caption {
	position: absolute;
	display: inline-block;
	right: 20px;
	top: 16px;
	z-index: 100;
	padding: 6px 10px 4px;
	line-height: 1;
	font-size: 0.625rem;
	color: #fff;
	background: #48acc8;
	border-radius: 20px;
}


.dialogue .list figure {
	position: relative;
	width: 69%;
	will-change: opacity;
}
.dialogue .list .box {
	width: 41%;
}
.dialogue .list .box {
	box-sizing: border-box;
	padding: 50px 0 0 30px;
	background: #fff;
}

.dialogue .list img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-out;
}
.dialogue .list a:hover img {
	opacity: 0.7;
}

.dialogue .list .title dt {
	font-size: 0.9375rem;
	font-weight: 800;
}
.dialogue .list .title dd {
	margin: 15px 0 0;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
}
.dialogue .list .title dd strong {
	font-weight: 600;
}
.dialogue .list .title dd strong:nth-child(1) {
	margin-right: 12px;
}
.dialogue .list .title dd strong:nth-child(3) {
	margin-left: 12px;
}


.dialogue .list .title .times {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	top: -4px;
	vertical-align: middle;
	font-size: 0;
}
.dialogue .list .title .times::before,
.dialogue .list .title .times::after {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 5px;
	left: -2px;
	top: calc(50% - 2.5px);
	background: #48acc8;
}
.dialogue .list .title .times::before {
	transform: rotate(45deg);
}
.dialogue .list .title .times::after {
	transform: rotate(-45deg);
}


.dialogue .i-opener {
	margin: 35px 0 0;
}
.dialogue .supporter {
	margin: 30px 0 0;
}


.dialogue .i-opener dt,
.dialogue .supporter dt {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #48acc8;
}

.dialogue .i-opener dd span {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
}
.dialogue .i-opener dd strong {
	display: block;
	margin: 6px 0 0;
	font-size: 1.5625rem;
	font-weight: 600;
}
.dialogue .i-opener dd strong.compact {
	font-size: 1.25rem;
	line-height: 1.3;
}

.dialogue .supporter dd span {
	display: block;
	font-size: 0.625rem;
	font-weight: 600;
}
.dialogue .supporter dd strong {
	display: block;
	margin: 8px 0 0;
	font-size: 1.5625rem;
	font-weight: 600;
}
.dialogue .supporter dd .multi {
	display: flex;
}
.dialogue .supporter dd .multi li {
	width: 50%;
}


@media screen and (max-width:1280px) {
	.dialogue .list .box {
		padding: 40px 30px;
	}
	.dialogue .list img {
		width: 100%;
		height: 100%;
		aspect-ratio: 16/9;
		object-fit: cover;
		object-position: left top;
	}
	.dialogue .i-opener {
		margin: 25px 0 0;
	}
	.dialogue .supporter {
		margin: 20px 0 0;
	}
}
@media screen and (max-width:1023px) {
	.dialogue .supporter dd .multi {
		display: block;
	}
	.dialogue .supporter dd .multi li {
		width: 100%;
	}
	.dialogue .supporter dd .multi li + li {
		margin-top: 20px;
	}
}



