@charset "UTF-8";



/*----------------------------------------------------
	reset
----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	min-width: 1200px;
	color: #00194B;
	font: 16px 'Noto Sans JP', YuGothic, sans-serif, 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic';
	line-height: 1.6;
	-webkit-text-size-adjust:100%;
	word-wrap:break-word;
	letter-spacing: 0.03em;
}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

table, th, td {
	margin:0;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}

a {
	text-decoration: none;
	color: initial;
}

img {
	max-width: 100%;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%;
}


* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}



/*----------------------------------------------------
	Layout
---------------------------------------------------*/

.l-header {
	width: 100%;
	margin: 100px 0 170px 0;
	position: relative;
	background-image: url(../../e-learning/img/bg_main02.png), url(../../e-learning/img/bg_main01.png);
	background-position: right top, left top;
	background-repeat: no-repeat, no-repeat;
	min-height: 630px;
	color: #fff;
}

.l-header .l-header__inner {
	width: 1200px;
	margin: 0 auto;
	padding: 170px 0 0 0;
	position: relative;
	text-align: right;
}
.l-header .l-header__logo {
	position: absolute;
	top: -100px;
	left: -380px;
}
.l-header .l-header__title {
	margin-bottom: 60px;
	padding-left: 420px;
	text-align: left;
	position: relative;
	z-index: 2;
}
.l-header .l-header__title > p {
	font-size: 1.25em;
	line-height: 2.2;
}
.l-header .l-header__title > p span {
	display: block;
}
.l-header h1 {
	margin-bottom: 56px;
	line-height: 1;
}
.l-header h1 p:first-child {
	margin-bottom: 40px;
	font-size: 1.85em;
}
.l-header h1 p:nth-child(2) {
	margin-bottom: 20px;
	font-size: 3.15em;
	font-weight: 700;
}
.l-header h1 p:last-child {
	font-size: 1.85em;
}

.l-footer {
	background: #00092E url(../../e-learning/img/footer_bg.png) left center no-repeat;
}
.l-footer .c-inner {
	padding: 80px 50px;
	position: relative;
}
.l-footer .l-footer__icon {
	width: 720px;
	position: absolute;
	left: 0;
	top: -175px;
}
.l-footer .l-footer__copy {
	width: 46%;
	margin: 0 0 0 auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
	position: relative;
	z-index: 2;
}
.l-footer .l-footer__copy p:nth-child(2) {
	font-size: 1.8em;
}
.l-footer .l-footer__copy p span {
	font-size: 0.6em;
}
.l-footer .l-footer__contact img {
	width: 100%;
}



/*----------------------------------------------------
	utility
---------------------------------------------------*/

.u-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


.u-note {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.2;
}

.u-hover:hover {
	opacity: 0.6;
	transition: all 0.5s 0s ease-in-out;
	cursor: pointer;
}


.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-imeOff {
	ime-mode: inactive !important;
}

.u-caution {
	color: #b50106;
}

.u-color1 {
	color: #13B3CC;
}

.u-guide {
	margin-bottom: 8px;
}

.u-indent {
	padding-left: 1em;
	text-indent: -1em;
}
.u-indent2 {
	padding-left: 2em;
	text-indent: -2em;
}
.u-indent3 {
	padding-left: 3em;
	text-indent: -3em;
}

.u-listMarker {
	position: relative;
}
.u-listMarker li {
	margin-bottom: 5px;
	padding-left: 34px;
	position: relative;
}
.u-listMarker li:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 8px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 2;
}
.u-listMarker li:after {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #000000;
	border-radius: 2px;
	background-color: #16C60C;
}

.u-pc {
	display: block;
}
.u-sp {
	display: none;
}


/*----------------------------------------------------
	component
---------------------------------------------------*/

.c-inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.c-contents-box {
	display: flex;
	flex-wrap: wrap;
	gap: 0 70px;
}
.c-contents-box > div:first-child {
	width: 40%;
}
.c-contents-box > div:last-child {
	width: calc(60% - 70px);
}

.c-section {
}




/*----------------------------------------------------
	project
---------------------------------------------------*/

.p-contents h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #00194B;
	text-align: center;
}
.p-contents h3 {
	font-size: 1.4em;
	font-weight: 700;
	color: #272F35;
}

.p-contents ul li img {
	width: 100%;
}

.p-section01 {
	margin-bottom: 190px;
	text-align: center;
	color: #00194B;
}
.p-section01 h2 {
	margin-bottom: 55px;
	font-size: 2.45em;
	text-align: center;
}
.p-section01 h3 {
	margin: 55px 0 65px 0;
	font-size: 1.85em;
}
.p-section01 .c-contents-box {
	margin: 0 auto;
	padding: 0 100px;
	text-align: left;
	gap: 20px 50px;
}
.p-section01 .c-contents-box img {
	width: 100%;
}

.p-section02 {
	padding: 75px 50px;
	background: #054DAE url(../../e-learning/img/sec02_01.png) top center no-repeat;
	background-size: contain;
}
.p-section02 h2 {
	margin-bottom: 600px;
	font-size: 4.2em;
	color: #fff;
	text-shadow: 0 3px 16px #006DFF;
}
.p-section02 div > p {
	margin-bottom: 115px;
	text-align: center;
	font-size: 2.45em;
	color: #fff;
}
.p-section02 ul.p-section02__item {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.p-section02 ul.p-section02__item li {
	width: calc(25% - 15px);
	padding: 30px 30px 60px 30px;
	background: #fff;
	color: #00194B;
	font-weight: 700;
}
.p-section02 ul.p-section02__item li p:first-child {
	margin-bottom: 15px;
}
.p-section02 ul.p-section02__item + div {
	width: 70%;
	margin: -35px auto 120px auto;
	padding: 10px;
	position: relative;
	background: #027EDC;
	font-size: 1.85em;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.p-section02 div > div:last-child {
	padding: 50px;
	background: #FAFAFA;
	font-size: 1.25em;
	font-weight: 700;
	color: #00194B;
}
.p-section02 div > div:last-child h3 {
	margin-bottom: 40px;
	text-align: center;
	color: #00194B;
}

.p-section03 {
	padding: 65px 0;
}
.p-section03 h2 {
	margin-bottom: 60px;
}
.p-section03 ul {
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.p-section03 ul li {
	width: calc(100% / 3);
	padding: 0;
	position: relative;
}
.p-section03 ul li p:last-child {
	position: absolute;
	top: 365px;
	padding: 0 30px;
	color: #fff;
	text-shadow: 0 1px 5px #000;
}
.p-section03 div > p {
	margin-top: 30px;
	text-align: center;
	color: #00194B;
	font-size: 1.25em;
}

.p-section04 {
	padding: 85px 0 65px 0;
	background-color: #F2F2F2;
	position: relative;
	margin-bottom: calc(2vw + 10px);
	overflow-x: clip;
}
.p-section04::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 2vw 50vw 0 50vw;
	border-style: solid;
	border-color: #F2F2F2 transparent transparent transparent;
}
.p-section04::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 2vw 50vw 0 50vw;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.p-section04 h2 {
	margin-bottom: 60px;
}
.p-section04 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 55px;
}
.p-section04 ul li {
	width: calc((100% - 110px) / 3);
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px #ccc;
}
.p-section04 ul li p:last-child {
	margin-top: 25px;
	color: #00194B;
}

.p-section05 {
	padding: 65px 0;
	background: #fff url(../../e-learning/img/sec05_01.png) center top no-repeat;
	color: #00194B;
}
.p-section05 h2 {
	margin-bottom: 60px;
}
.p-section05 > div > p {
	margin-bottom: 250px;
	text-align: center;
}
.p-section05 ul {
	display: flex;
	justify-content: space-between;
	margin-left: -50px;
	margin-right: -50px;
}
.p-section05 ul li {
	width: 304px;
	padding: 25px 38px;
	text-align: center;
	height: 304px;
	background: url(../../e-learning/img/sec05_bg.png) center center no-repeat;
}
.p-section05 ul li p:first-child {
	width: 60px;
	margin: 0 auto 5px auto;
}
.p-section05 ul li p:nth-child(2) {
	margin-bottom: 5px;
	font-weight: 700;
}
.p-section05 ul li p:nth-child(3) {
	line-height: 1.3;
}
.p-section05 ul li:nth-child(2) {
	margin-top: 175px;
}
.p-section05 ul li:nth-child(3) {
	margin-top: 175px;
}

.p-section06 {
	padding: 65px 0;
	color: #00194B;
}
.p-section06 h2 {
	margin-bottom: 60px;
}
.p-section06  ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 15px;
}
.p-section06 ul li {
	width: calc((100% - 45px) / 4);
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px #ccc;
}
.p-section06 ul li p:first-child {
	margin-bottom: 12px;
}
.p-section06 div > p {
	margin-bottom: 60px;
	text-align: center;
	font-size: 1.25em;
}

.p-section07 {
	padding: 65px 0;
	color: #00194B;
}
.p-section07 h2 {
	margin-bottom: 60px;
}

.p-section07__box {
	overflow: hidden;
}
.p-section07__img {
	width: 440px;
	float: left;
}
.p-section07__text1,
.p-section07__text2,
.p-section07__text3 {
	margin-left: 500px;
}
.p-section07__text2,
.p-section07__text3 {
	margin-top: 2em;
}

.p-section07__text2 {
	display: flex;
	flex-direction: column;
	gap: 2em 0;
}
.p-section07__text3 {
	display: flex;
	flex-direction: column;
	gap: 2em 0;
}


.p-section08 {
	padding: 100px 0 230px;
	background-color: #F2F2F2;
	color: #00194B;
}
.p-section08 .c-inner {
	padding: 0 120px;
}
.p-section08 .p-section08__guide {
	padding: 55px;
	background-color: #fff;
}
.p-section08 .p-section08__guide h2 {
	margin-bottom: 60px;
	font-size: 3.15em;
	color: #054DAE;
}

.p-section08 .p-section08__guide dl {
	margin-bottom: 60px;
	font-size: 1.25em;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 0;
}
.p-section08 .p-section08__guide dl dt {
	width: 8em;
	padding: 0 10px 5px 10px;
	text-align: center;
	border-bottom: 1px #054DAE solid;
	color: #054DAE;
	font-weight: 700;
}
.p-section08 .p-section08__guide dl dd {
	width: calc(100% - 8em);
	padding: 0 20px 5px 35px;
	border-bottom: 1px #E1E1E1 solid;
}
.p-section08 .p-section08__guide dl dd span {
	font-size: 0.5em;
}
.p-section08 .p-section08__guide h3 {
	margin-bottom: 28px;
}
.p-section08 ul {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.p-section08 ul li {
	padding: 10px;
	font-size: 0.85em;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.p-section08 ul li:nth-child(odd) {
	background-color: #E5F2FC;
}
.p-section08 ul li:first-child {
	background-color: #B2D8F5;
	font-size: 1.0em;
	font-weight: 700;
}
.p-section08 ul li p:first-child { 
	width: 7%;
	text-align: center;
	font-weight: 700;
}
.p-section08 ul li p:nth-child(2) {
	width: 11%;
	text-align: center;
}
.p-section08 ul li p:nth-child(3) {
	width: 40%;
	padding: 0 5px 0 0;
}
.p-section08 ul li p:last-child {
	width: 42%;
	padding: 0 5px 0 0;
}








/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 950px) {

body {
	min-width: auto;
}


.l-header {
	margin: 0 0 60px 0;
	background-size: cover;
	min-height: auto;
}
.l-header .l-header__inner {
	width: 100%;
	padding: 0 10px;
	text-align: left;
}
.l-header .l-header__logo {
	position: relative;
	top: initial;
	left: initial;
	max-width: 500px;
	margin: 0 auto;
}
.l-header .l-header__logo {

}
.l-header .l-header__title {
	margin: -60px 0 0 0;
	padding: 0 0 50px 0;
	font-size: 0.65em;
	text-align: center;
}
.l-header h1 {
	margin-bottom: 30px;
}
.l-header h1 p:first-child {
	margin-bottom: 30px;
}
.l-header h1 p:nth-child(2) {
	font-size: 2.5em;
}

.l-footer {
	background-size: cover;
}
.l-footer .c-inner {
	padding: 80px 20px;
}
.l-footer .l-footer__icon {
	width: 50%;
	max-width: 300px;
	margin: 0 auto;
	top: -70px;
	left: 0;
	right: 0;
}
.l-footer .l-footer__copy {
	width: 100%;
	margin: 0;
}
.l-footer .l-footer__copy p:nth-child(2) {
	font-size: 1.25em;
}


.c-inner {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.c-section {
}
.c-contents-box > div {
	width: 100%!important;
}


.p-contents h2 {
	font-size: 1.25em;
}
.p-contents h3 {
	margin: 55px 0 35px 0;
	font-size: 1.15em;
}

.p-section01 {
	margin-bottom: 100px;
}
.p-section01 .c-contents-box {
	padding: 0;
}
.p-section01 h2 span {
	display: block;
}

.p-section02 {
	padding: 220px 0 65px 0;
}
.p-section02 h2 {
	margin-bottom: 30px;
}
.p-section02 div > p {
	margin-bottom: 50px;
	font-size: 1.0em;
	text-align: left;
}
.p-section02 div > p br {
	display: none;
}
.p-section02 ul.p-section02__item li {
	width: calc(50% - 7.5px);
	padding: 20px;
}
.p-section02 ul.p-section02__item li p:first-child {
	width: 80%;
	max-width: 300px;
	margin: 0 auto 15px auto;
}
.p-section02 ul.p-section02__item + div {
	width: 100%;
	margin: 15px auto 100px auto;
	padding: 10px 5px;
	font-size: 1.0em;
}
.p-section02 ul.p-section02__item + div span {
	display: block;
}
.p-section02 div > div:last-child {
	padding: 20px;
	font-size: 1.0em;
}
.p-section02 h3 {
	margin: 0px 0 35px 0;
}
.p-section02 h3 span {
	display: block;
}

.p-section03 ul li {
	width: 100%;
}
.p-section03 ul li p:last-child {
	padding: 10px;
	top: initial;
	bottom: 20px;
	background: rgba(0,0,0,0.5);
}
.p-section03 div > p {
	margin-top: 20px;
	text-align: left;
	font-size: 1.0em;
}

.p-section04 ul li {
	width: 100%;
}
.p-section04 ul li p:last-child {
	margin-top: 10px;
}

.p-section05 {
	padding-right: 20px;
	padding-left:  20px;
	background-size: 140% auto;
	background-position-y: 160px;
}
.p-section05 > div p {
	text-align: left;
}
.p-section05 ul {
	margin: 0;
	justify-content: initial;
	flex-wrap: wrap;
	gap: 15px;
}
.p-section05 ul li {
	width: 100%;
	margin: 0!important;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	border-radius: 20px;
	box-shadow: 0 3px 6px #ccc;
	height: auto;
}
.p-section05 ul li p br {
	display: none;
}
.p-section05 > div > p {
	margin-bottom: 50px;
}

.p-section06 div > p {
	margin-bottom: 30px;
	text-align: left;
	font-size: 1.0em;
}
.p-section06 ul li {
	width: 100%;
}

.p-section07 h2 span {
	display: block;
}

.p-section07__box {
	overflow: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2em 0;
}
.p-section07__img {
	width: 100%;
	float: none;
	order: 2;
}
.p-section07__text1,
.p-section07__text2,
.p-section07__text3 {
	margin-left: 0;
}
.p-section07__text1 {
	order: 1;
}
.p-section07__text2 {
	order: 3;
    margin: 10px;
    padding: 10px;
    background-color: rgba(255,255,255,0.6);
    gap: 15px 0;
    font-size: 0.9em;
    margin-top: -220px;
}
.p-section07__text3 {
	order: 4;
}

.p-section08 {
	padding: 65px 0;
}
.p-section08 .c-inner {
	padding: 20px;
}
.p-section08 .p-section08__guide {
	padding: 20px;
}
.p-section08 .p-section08__guide h2 {
	margin-bottom: 30px;
	font-size: 1.25em;
}
.p-section08 .p-section08__guide dl {
	margin-bottom: 50px;
	font-size: 1em;
	gap: 15px 0;
}
.p-section08 .p-section08__guide dl dt {
	padding: 10px 5px 10px;
	text-align: left;
}
.p-section08 .p-section08__guide dl dd {
	padding: 10px 5px 10px;
}
.p-section08 ul li p:first-child {
	width: 4em;
	font-weight: 400;
	text-align: left;
}
.p-section08 ul li p:nth-child(2) {
	width: 6em;
	text-align: left;
}
.p-section08 ul li p:nth-child(3) {
	width: calc(100% - 10em);
}
.p-section08 ul li p:last-child {
	width: calc(100% - 10em);
	margin: 5px 0 0 auto;
	padding-top: 6px;
	border-top: 1px #ddd dotted;
}
.p-section08 ul li:first-child {
	font-weight: 400;
	font-size: 0.85em;
}



}