@charset "utf-8";

.pc {
	display: none;
}



.kv {
	position: relative;
}
.kv > img {
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: cover;
	object-position: 0 0;
}
.kv .title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	z-index: 10;
	margin-top: 10px;
	transform: translateY(-50%);
}
.kv .title .inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.kv .title h1 {
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
}
.kv .title h1 img {
	width: 100%;
	height: auto;
}







h2 {
	font-size: 1.75rem !important;
	font-weight: 700;
	line-height: 1.4 !important;
	text-align: left !important;
}


main {
	padding: 0;
}
main > section {
	margin: 0 !important;
}
main > section > .inner {
	padding: 30px 0 40px;
}


.learning {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.8;
	background: #ededed;
}
.learning h2 {
	text-align: center !important;
}
.learning p br {
	display: none;
}
.learning p {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.8;
}
.learning p + p {
	margin-top: 25px;
}




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





.learning-detail {
	margin-top: 0 !important;
}
.learning-detail .inner {
	padding-top: 10px;
}
.learning-detail p {
	text-align: center;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.8;
}
.learning-detail p br {
	display: none;
}



.video-pickup {
	margin: 30px 0 0;
}
.video img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-out;
}
span.video a {
	position: relative;
	display: block;
	border-radius: 6px;
	overflow: hidden;
	will-change: opacity;
	cursor: pointer;
}
span.video a em {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: 15px;
	top: 15px;
	border-radius: 20px;
	background: #f3df2f url(../img/icon_play2.svg) 58% 50% no-repeat;
	background-size: 16px auto;
}
span.video a:active img {
	opacity: 0.7;
}
span.video strong {
	position: absolute;
	left: 16px;
	bottom: 16px;
	font-size: 20px;
	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;
	font-size: 16px;
	font-weight: 700;
	color: #fad400;
}



.video-list span.video a em {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	left: 12px;
	top: 12px;
	border-radius: 15px;
	background: #f3df2f url(../img/icon_play2.svg) 58% 50% no-repeat;
	background-size: 12px auto;
}



.video-list {
	margin: 40px 0 0;
}
.video-list .mini + .wide {
	margin-top: 40px;
}

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

.video-list > dl.step0 > dt {
	background: #fde444 url(../img/video_pict1.png) right 28px bottom 0 no-repeat;
	background-size: 70px auto;
}
.video-list > dl.step1 > dt {
	background: #bad77a url(../img/video_pict2.png) right 20px bottom 0 no-repeat;
	background-size: 188px auto;
}
.video-list > dl.step2 > dt {
	background: #a1d4B6 url(../img/video_pict3.png) right 20px bottom 0 no-repeat;
	background-size: 202px auto;
}
.video-list > dl.step3 > dt {
	background: #93d8dc url(../img/video_pict4.png) right 0 bottom 0 no-repeat;
	background-size: 268px auto;
}




.video-list.multi {
}
.video-list.multi > * {
}
.video-list.multi > .wide {
}


.video-list ul {
	display: flex;
	flex-wrap: wrap;
}
.video-list li {
	width: calc((100% - 10px) / 2);
}
.video-list li:nth-child(2n) {
	margin-left: 10px;
}
.video-list li:nth-child(n + 3) {
	margin-top: 10px;
}

.video-list .alt-title {
	display: none;
}

.video-list li dl {
	padding: 10px 12px;
	font-weight: 700;
	background: #fff;
}
.video-list li dt {
	font-size: 12px;
}
.video-list li dd {
	min-height: 2.8em;
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.4;
}








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






.tools {
	margin-top: 0;
}
.tools h2 {
	text-align: center !important;
}

.tools img {
	width: 100%;
	height: auto;
}


.tools .container1 {
	position: relative;
	margin: 15px 0 0;
	padding: 20px 20px;
	min-height: 200px;
	background: #fff;
	border-radius: 10px 10px 0 0;
}
.tools .container1 .title h3 {
	padding: 10px;
}
.tools .container1 .title p {
}
.tools .container1 .title p {
	margin: 10px 0 0;
	line-height: 1.8;
	font-size: 15px;
	font-weight: 700;
}
.tools .container1 .title span {
	display: none;
}

.tools .container1 ul {
	margin: 20px 0 0;
}
.tools .container1 ul li {
	position: relative;
	padding: 20px;
	color: #fff;
	border-radius: 10px;
}
.tools .container1 ul li:nth-child(n + 2) {
	margin-top: 10px;
}


.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: 22px;
	font-weight: 600;
}
.tools .container1 ul dt span {
	margin-left: 12px;
	font-size: 13px;
	font-weight: 600;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}
.tools .container1 ul dd {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}

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







.tools .jplatpat {
	padding: 30px 20px 20px;
	background: #dbe7ed;
	border-radius: 0 0 10px 10px;
}
.tools .jplatpat h4 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.tools .jplatpat .extra {
}
.tools .jplatpat .extra > * {
	box-sizing: border-box;
}

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

.tools .jplatpat .extra .box a {
	display: block;
	padding: 15px;
	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: 20px;
	font-weight: 600;
}
.tools .jplatpat .extra .box dd {
	margin: 15px 0 0;
	font-size: 12px;
	font-weight: 400;
}
.tools .jplatpat .extra .box .url {
	display: block;
	margin: 25px 0 0;
	font-size: 11px;
	font-weight: 400;
	word-break: break-all;
}

.tools .jplatpat .extra .col1 p {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
}

.tools .jplatpat .extra .col2 {
	margin-top: 40px;
}

.tools .jplatpat .extra .col2 dt {
	font-size: 13px;
	font-weight: 400;
	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: 30px 0 0;
	padding: 20px 20px;
	min-height: 200px;
	background: #f1e9d3;
	border-radius: 10px 10px 0 0;
}



.tools .container2 h3 {
	position: relative;
	padding: 14px;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	background: #e2b100;
	border-radius: 16px;
	line-height: 1.3;
}
.tools .container2 h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	left: 40px;
	bottom: -10px;
	background: #e2b100;
	transform: scaleX(0.5) rotate(45deg) ;
}
.tools .container2 * + h3 {
	margin-top: 50px;
} 


.tools .container2 ul {
	margin: 30px 0 0;
}
.tools .container2 li {
	position: relative;
}
.tools .container2 li:nth-child(n + 2) {
	margin-top: 15px;
}
.tools .container2 li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 15px 55px;
	color: #000;
	background: #fff;
	border-radius: 10px;
	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: 20px;
	font-weight: 600;
	line-height: 1.4;
}
.tools .container2 li dt span {
	display: block;
	margin: 2px 0 0;
	font-size: 11px;
}
.tools .container2 li dd {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}
.tools .container2 li .url {
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	bottom: 15px;
	font-size: 9px;
	font-weight: 600;
	word-break: break-all;
	line-height: 1.4;
}










/*
.jplatpat .extra {
	position: relative;
}
.jplatpat .extra a {
	position: absolute;
	left: 6%;
	top: 11%;
	z-index: 1;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.jplatpat .extra a:active {
	text-decoration: none;
}




.container2 .extra {
	position: relative;
}
.container2 .extra a {
	position: absolute;
	display: inline-block;
	width: 85%;
	left: 8.25%;
	z-index: 1;
	font-size: 10px;
	line-height: 1.3;
	color: #000;
	text-decoration: underline;
	word-break: break-all;
}
.container2 .extra a:active {
	text-decoration: none;
}



.container2 .extra a:nth-of-type(1) {
	top: 9%;
}
.container2 .extra a:nth-of-type(2) {
	top: 15%;
}
.container2 .extra a:nth-of-type(3) {
	top: 21.75%;
}
.container2 .extra a:nth-of-type(4) {
	top: 28.5%;
}
.container2 .extra a:nth-of-type(5) {
	top: 34.25%;
}

.container2 .extra a:nth-of-type(6) {
	top: 47%;
}
.container2 .extra a:nth-of-type(7) {
	top: 53.5%;
}
.container2 .extra a:nth-of-type(8) {
	top: 59.75%;
}
.container2 .extra a:nth-of-type(9) {
	top: 66.25%;
}

.container2 .extra a:nth-of-type(10) {
	top: 78.75%;
}
.container2 .extra a:nth-of-type(11) {
	top: 86.0%;
}
.container2 .extra a:nth-of-type(12) {
	top: 91.75%;
}
.container2 .extra a:nth-of-type(13) {
	top: 98.25%;
}
*/










#getstarted-nav {
	box-sizing: border-box;
	margin: 30px auto 0;
	padding: 0 20px 20px;
}
#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: 60px;
	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: flex;
	min-height: 34px;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 600;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}
#getstarted-nav a span {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
}



.learning-detail .download {
	margin: 20px 0 0;
	padding: 30px 10px 25px;
	background: #fff;
	border-radius: 12px;
}
.learning-detail .download dt {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}
.learning-detail .download dd {
	margin: 20px 0 0;
	text-align: center;
}
.learning-detail .download dd > strong {
	display: block;
	margin: 0 15px 20px;
	font-size: 14px;
	line-height: 1.6;
}
.learning-detail .download a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 260px;
	padding: 13px;
	font-size: 1.0rem;
	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: 13px;
}




.dialogue {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.8;
	background: #ededed;
}
.dialogue h2 {
	text-align: center !important;
}
.dialogue p br {
	display: none;
}
.dialogue p {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.8;
}
.dialogue p + p {
	margin-top: 25px;
}


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

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


.dialogue .list figure,
.dialogue .list .box {
	position: relative;
}
.dialogue .list .box {
	position: relative;
	box-sizing: border-box;
	padding: 15px 20px;
	background: #fff;
}

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

.dialogue .list .title dt {
	font-size: 12px;
	font-weight: 800;
}
.dialogue .list .title dd {
	margin: 15px 0 0;
	font-size: 22px;
	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: 10px;
}
.dialogue .list .title dd strong:nth-child(3) {
	margin-left: 10px;
}


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


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


.dialogue .i-opener dt,
.dialogue .supporter dt {
	margin: 0 0 3px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	color: #48acc8;
}

.dialogue .i-opener dd {
	margin: 0;
	line-height: 1.4;
}
.dialogue .i-opener dd span {
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.dialogue .i-opener dd strong {
	display: block;
	margin: 2px 0 0;
	font-size: 18px;
	font-weight: 600;
}
.dialogue .i-opener dd strong.compact {
	font-size: 16px;
}

.dialogue .supporter dd span {
	display: block;
	font-size: 10px;
	font-weight: 600;
}
.dialogue .supporter dd strong {
	display: block;
	margin: 2px 0 0;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 600;
}

.dialogue .supporter dd .multi li + li {
	margin-top: 10px;
}



