@charset "utf-8";

/*  common  */

.tu {
	font-size:15px;
	line-height:1.8em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
}

.nxt_header {
	text-align: center;
}

@media screen and (min-width:950px) {
	.tu {
		font-size:16px;
	}
}

.tu a {
	text-decoration: none;
}

.tu a:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	transition:0.5s
}

img {
	max-width:100%;
}

.tu a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
	transition:0.5s
}

/*横幅*/

.container {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing:content-box;
	margin-left: auto;
	margin-right: auto;
}

.w-980 { max-width: 980px;}
.w-900 { 
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
.w-800 { max-width: 820px;}
.w-550 { max-width: 570px;}

@media screen and (min-width:950px) {
	.w-40em {
		max-width: 40em;
		margin-left: auto;
		margin-right: auto;		
	}
}

/*----------------------------------------------------
ヘッダー
-----------------------------------------------------*/

.header {
	color: #fff;
	background:url("bg.webp") no-repeat center top;
	background-size: cover;
}


.header-ttl {
	text-align: center;
	padding-top: 30px; /*仮*/
}

.header-ttl img {
	max-width: 80%;
}

.header-lead {
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 30px;/*仮*/
	text-shadow: 0 0 8px #2C4198;
}

.nav-site {
	display: flex;
}

.nav-site li {
	width: 50%;
	line-height: 3em;
	font-size: 15px;
	letter-spacing: 0.2em;
}

.nav-site li span {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
}

.nav-site li a {
	display: block;
	width: 100%;
	color: #fff;
	background: #0098DC;
	text-align: center;
}
.nav-site li.active a {
	background: #2C4198;
}

.nav-page {
	background: #2C4198;
	padding: 12px 15px;
	margin-top: -1px;
}

.nav-page  li a {
	color: #fff;
	display: inline-block;
	position: relative;
	padding-left: 1em;
	line-height: 1.35;
}

.nav-page  li a:before {
	content: "";
	display: inline-block;
	background: url("icn-arrow.svg") no-repeat;
	background-size: contain;
	width: 0.6em;
	height:  0.6em;
	position: absolute;
	left: 0;
	top: calc(50% - 0.15em);
}


.nav-page {
    padding: 10px;
}

.nav-page ul {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-around;
    max-width: 900px;
}

.nav-page li span {
    display: inline-block;
}

@media screen and (max-width:350px) {
    .nav-page li span {
        font-size: 13px;
    }
}

@media screen and (min-width:950px) {

	.header-ttl {
		padding-top: 50px; 
	}

	.header-lead {
		padding-bottom: 45px;
	}

	.nav-site li {
		font-size: 20px;
		line-height: 60px;
	}
	
	.nav-page {
		text-align: center;
	}
	
	.nav-page  li {
		line-height: 54px;
		font-size: 15px;
		padding: 0;
	}
	
	.nav-page li span {
		display: inline;
	}

}

@media screen and (max-width:949.9px) {

    


}

/*----------------------------------------------------
フッター
-----------------------------------------------------*/

@media screen and (min-width:950px) {


}

/*----------------------------------------------------
余白
-----------------------------------------------------*/

.pt-m {
	padding-top: 30px;
}

.mt-l {
	margin-top: 48px;
}

@media screen and (min-width:950px) {
	.pt-m {
		padding-top: 80px;
	}
	.mt-l {
		margin-top: 90px;
	}
}


/*----------------------------------------------------
メインビジュアル
-----------------------------------------------------*/

@media screen and (min-width:950px) {


}

/*----------------------------------------------------
タイトル
-----------------------------------------------------*/


@media screen and (min-width:950px) {



}

/*----------------------------------------------------
本文
-----------------------------------------------------*/

/*構造*/


.bg-01 {
	background: #fff;
	padding:40px 0 0 0;
}

.bg-02 {
	background: rgba(212,234,251,0.4);
}

.section {	
	padding-bottom: 50px;
}

.section-lead {
	padding-bottom: 30px !important;
}

.bg-02 .section {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.section-img {	
	padding-top: 25px;
}

.bg-03 {
	background: #000;
	margin-bottom: 50px;
	text-align: center;
}


@media screen and (min-width:758px) {

	.tu {
		background:url("bg.webp") no-repeat center top;
		background-size: cover;
		background-attachment: fixed;
		padding-bottom: 40px;
	}
	
	.bg-01 {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.flex-spacebetween {
		justify-content: space-between;
	}
	
	.flex-reverse {
		flex-direction:row-reverse;
	}
	
	.section-txt {
		width: 60%;
	}

	.section-img {
		padding-top: 5px;
		width: 33%;
	}
	
	.section-closing .section-txt {
		width: 50%;
	}

	.section-closing .section-img {
		width: 43%;
	}
}

@media screen and (min-width:950px) {
	.bg-01 {
		padding: 80px 0 0 0;
	}

	.section {
		padding-bottom: 100px;
	}
	
	.section-lead {
		padding-bottom: 50px !important;
	}

	.bg-02 .section {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-bottom: 100px;
	}
	.bg-03 {
		margin-bottom: 100px;
	}
}

.txt-01 + .txt-01 {
	padding-top: 1.2em;
}

.txt-sekiguchi span,
.txt-kawazoe span {	
	display: inline-block;
	font-weight: bold;
	padding-right: 1em;
}

.txt-sekiguchi span {
	color: #6EB92B;
}

.txt-kawazoe span {
	color:#2C4198 ;
}

@media screen and (min-width:950px) {
	.txt-01 + .txt-01 {
		padding-top: 1.5em;
	}
}

/*講座タイトル*/

.seminar {
	padding-bottom: 10px;
}
.seminar-ttl {
	font-size: 20px;
	color: #2C4198;
	font-weight: bold;
	text-align: center;
	line-height: 1.35;
}

.seminar-subttl {
	font-size: 70%;
}

.seminar-type {
	font-size: 13x;
	color: #2C4198;
	font-weight: bold;
	text-align: center;
	line-height: 1.35;
}

.seminar-type span {
	display: inline-block;
	border-bottom: 3px solid #2C4198;
	padding: 0 0.2em 0.1em 0.2em;
}

.seminar-name {
	text-align: center;
	color: #2C4198;
	font-weight: bold;
    line-height: 1.3;
	padding-top: 10px;
}

.seminar-name span + span {
	padding-left: 0.5em;
}
	

@media screen and (min-width:950px) {
	.seminar {
		padding-bottom: 25px;
	}
	.seminar-ttl {
		font-size: 30px;
	}
	.seminar-type {
		font-size: 20px;
	}
	.seminar-name {
		font-size: 18px;
	}
	
}

/*見出し*/

.mds-01 span,
.mds-02 span {
	display: inline-block;
}

.mds-02 {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.35;
	padding: 35px 0 15px;
	text-align: center;
}

.seminar + .mds-02 {	
	padding-top: 0;
}

.mds-03 {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	color: #2C4198;
	text-align: center;
	padding-bottom: 0.2em;
	letter-spacing: 0.2em;
}

@media screen and (min-width:950px) {
	
	.mds-02 {
		font-size: 30px;
		padding: 50px 0 30px;
	}
	
	.section-txt .mds-02 {
		text-align: left;
	}
	
	.mds-03 {
		font-size: 24px;
	}
}

/*プロフィール*/

.profile-img,
.profile-position,
.profile-name {
	text-align: center;
}

.profile-img img {
	max-width: 70%;
}

.profile-position {
	font-size: 12px;
	line-height: 1.35;
	padding: 10px 0 3px;
}

.profile-position span {
	display: inline-block;
}

.profile-position span + span {
	padding-left: 0.5em;
}

.profile-name {
	font-weight: bold;
	letter-spacing: 0.1em;
}

.profile-name strong {
	font-size: 17px;
}

@media screen and (min-width:758px) {
	.profile-img,
	.profile-position,
	.profile-name {
		text-align: left;
	}

	.profile-img img {
		max-width: 100%;
	}

}
@media screen and (min-width:950px) {

	.profile-position {
		font-size: 14px;
		padding: 10px 0 5px;
	}
	
	.profile-name strong {
		font-size: 22px;
	}

}


/*図解*/

.fig-01 {
	padding: 30px 0;
	margin:0 auto;	
}

.fig-ttl {
	color: #2C4198;
    text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 1em;
	line-height: 1.3;
}

.fig-caption {
	color: #666;
    line-height: 1.3;
	font-size: 11px;
	padding-top: 5px;
}

.fig-img-roadmap .fig-img {
	background: #fff;
	border: 1px solid #4F81BD;
	padding: 10px 10px 20px 10px ;
}

@media screen and (max-width:500px) {
    .fig-slide {
        overflow-x: scroll;
    }
}


.fig-img-border {
    border: 1px solid #ddd;
}

/*

.fig-slide {
    text-align: center;
}
.fig-img-m {
    width: 500px;
    max-width: 500px;
}

.fig-img-l {
    width: 800px;
    max-width: 800px;
}
*/

@media screen and (min-width:950px) {
	.fig-01 {
		padding: 60px 0;
		/*
		margin-left: -70px;
		margin-right: -70px;
		width: calc(100% + 140px);
	}
	
	.fig-01.fig-01--w100p {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		*/
		padding: 50px 0;
	}
	
	.fig-ttl {
		font-size: 22px;
	}
	
	.fig-caption {
		font-size: 13px;
		padding-top: 10px;
	}
	
	.fig-img {
		text-align: center;
	}
	
	.fig-img-member {
        width:660px;
		max-width: 660px;
	}
	
	.fig-img-roadmap {
        width: 800px;
		max-width: 800px;
	}
	

	
	.fig-img-roadmap .fig-img {
		padding: 40px 0 50px 0;
		text-align: center;
	}
	
	.fig-img-roadmap .fig-img img {
		width: 680px;
	}
    
    .fig-img-m {
        width: 650px;
        max-width: 650px;
    }
    
    .fig-img-l {
        width: 95%;
        max-width: 95%;
    }
}

/*講評*/
.img-kohyo,
.img-kohyo-02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.img-kohyo .profile-img img,
.img-kohyo-02 .profile-img img  {
	max-width: 100%;
}

.kohyo-box .profile-img,
.kohyo-box .profile-position {
	text-align: center;
}

.kohyo-box .profile-img img {
    width: 95%;
}

@media screen and (max-width:500px) {
	
	.kohyo-box, 
	.img-kohyo-02-box {
		width: 48%;
	}
}

@media screen and (max-width:949.9px) {
	
	.kohyo-box, 
	.img-kohyo-02-box {
		width: 32%;
        padding-bottom: 15px;
        text-align: center;
	}
}

@media screen and (min-width:950px) {
	.kohyo-box{
		width: 25%;
        padding-bottom: 20px;
	}
    
    .img-kohyo-02 {
        justify-content: center;
    }
    
    .img-kohyo-02 .profile-img {
        text-align: center;
	}
    
	.kohyo-box .profile-position {
		text-align: center;
        padding: 8px 0 0 0;
	}
	
	.profile-position span {
		display: inline-block;
	}
}



/*ページャー*/

.pager {
	text-align: center;align-content;
	padding-top: 20px;
}

.pager a {
	display: inline-block;
	background: url("bg.webp") no-repeat center center;
	background-size: cover;
	border-radius: 6px;
	height: 50px;
	width: 90%;
	max-width: 320px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	 box-shadow: 2px 2px 10px rgba(0,0,0,0.3); 
}


@media screen and (min-width:950px) {
	.pager {
		padding-top: 40px;
	}
	
	.pager a {
		height: 70px;
		max-width: 438px;
		line-height: 70px;
		font-size: 20px;
	}

}

/*リンク*/
.related {
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	margin-top: 50px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.related-ttl {
	background:#eee;
	color: #2961a6;
	font-size: 15px;
	padding: 10px 20px;
	text-align: center;
}

.related-list {
	padding: 10px 20px;
}

.related-list  li {
	position: relative;
}

/*
.related-list li:before {
	content:"";
	display: inline-block;
	background: url("arrow-link.svg") no-repeat left center;
	width: 0.5em;
	height: 1em;
	margin-right: 0.3em;
}
*/

.related-logo {
	padding: 0 0 20px 0;	
}
.related-logo {
	text-align: center;
}

.related-logo img  {
	max-width: 150px;
}

@media screen and (min-width:758px) {
	.related {	
		align-content: center;
		flex-wrap: wrap;
		margin-top: 70px;
		margin-top: 70px;
	}

	.related-ttl {
		font-size: 20px;
	}
	
	.related-list {
		padding: 27px 40px;
	}
    
    .related-list ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .related-list li {
        width: 50%;
    }
	
	.related-logo {
		padding: 0 7%;
		margin-left: auto;
		align-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	
	.related-logo img {
		max-width: auto;
	}
}



/*お問い合わせ*/

.contact {
	margin-top: 30px;
	text-align: center;
}

.contact h3 {
	font-size: 140%;
	padding-bottom: 0.3em;
}

.contact a {
	text-decoration: underline !important;
}

@media screen and (min-width:758px) {
	.contact {
		margin-top: 70px;
		margin-bottom: -30px;
	}

}


/*当日の流れ*/

.nagare-box {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.nagare-dl {
	margin-bottom: 1px;
}

.nagare-dl dt {
	background: #2961a6;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.nagare-dl dd {
	background: #fff;
	padding: 10px;
}


.nagare-dl:nth-child(odd) dt {
	background: #2C4198;
}


.nagare-dl .nagare-type span {
	display: inline-block;
	padding: 0.3em 0.8em;
	line-height: 1em;
	font-weight: bold;
	background: #2961a6;
	color: #fff;
	border-radius: 3px;
}

.nagare-dl:nth-child(odd) .nagare-type span {
	background: #2C4198;
}

.nagare-ttl {
	font-size: 110%;
}



@media screen and (min-width:758px) {
	.nagare-dl {
		display: table;
		width: 100%;
		background: #fff;
	}
	.nagare-dl dt {
		display: table-cell;
		width: 10em;
		padding: 20px;
	}

	.nagare-dl dd {
		display: table-cell;
		padding: 20px;
	}
}

.wide-img {
    padding: 25px 0;
}

@media screen and (min-width:758px) {
	.wide-img {
		text-align: center;
		padding: 40px 0;
	}
	
	.wide-img img {
		width: 70%;
	}
}

.img-02 {
	position: relative;
}

.img-02-txt {
	position: absolute;
	top: 30px;
	right: 5px;
	width: 22%;
}

.img-02 .fig-ttl {
	padding-right: 25%;
}

@media screen and (min-width:950px) {
	.img-02-txt {
		top: 50px;
		right: 10px;
		width: 15%;
	}
}