@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
h1, h2, h3, h4, h5, p, li, form, input {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: 900;
	line-height: 1.6;
}
h1 {
	font-size: 6.0rem;
}
h2 {
	font-size: 4.0rem;
}
h3 {
	font-size: 2.8rem;
}
h4 {
	font-size: 2.2rem;
}
p, table, li, form, input {
	font-size: 2.0rem;
	line-height: 1.8;
}
small, figure {
	font-size: 1.6rem;
}
img {
	vertical-align: bottom;
}
.pc { display: block !important; }
.sp { display: none !important; }

/*ヘッダー*/
header img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
	position: relative;
	z-index: 10;
}
.headerback {
    background: url("img/seminar_head_back.png");
    background-size:cover;
	background-position: center;
	position: relative;
}
/*ヘッダーend*/
/*動画*/
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
    margin-top: 4%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*動画end*/

#wrapper img {
	max-width: 100%;	
}
.contents {
	max-width: 1040px;
	width: 90%;
	margin: 0 auto;
	padding: 8rem 0;
}
.contents_mini {
	max-width: 700px;
	width: 60%;
	margin: 0 auto;
	padding: 8rem 0;
}
.back_key {
	background: #f4f3ee;
}
.back_key_dark {
	background: #796a08;
}
.back_key02 {
	background: #eaedf7;
}
.back_white {
	background: #fff;
}
.back_red {
	background: #fbf3f4;
}
.back_img {
	background: url("img/back_img02.png");
	background-size: cover;
	background-position: 50% 60%;
}
.key {
	color: #ab9b1c;
}
.key02 {
	color: #0068b7;
}
.bold {
	font-weight: 900;
}
.red {
	color: #a40000;
	font-weight: 900;
}
.white {
	color: #fff;
}
.marker {
    background:linear-gradient(transparent 60%, #fff33f 50%);
	font-weight: 900;
}
.p22 {
	font-size: 2.2rem;
}
.big {
	font-size: 120%;
}
.big140 {
	font-size: 140%;
}
.center {
	text-align: center;
}
p {
	margin-bottom: 2rem;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 2rem 0 4rem 0;
}
li {
	margin-bottom: 1rem;
}
.title {
	text-align: center;
	margin-bottom: 4rem;
}
.white_cover {
	max-width: 1040px ;
	width: 90%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
}
.box {
	padding: 4%;
	overflow: hidden;
}
.box02 {
	padding: 2% 4%;
	overflow: hidden;
}
.box_shadow {	
	box-shadow: 0 0 4px #a0a0a0;
}
.border {
	border: solid 4px #ab9b1c;
}
.border_line {
	border-bottom: solid 4px #ab9b1c;
}
.circle {
	border-radius: 10px;
}
.item_center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right_to_left {
	flex-direction: row-reverse;
}

.mt80 {display: block; margin-top: 8rem;}
.mt60 {display: block; margin-top: 6rem;}
.mt40 {display: block; margin-top: 4rem;}
.mt20 {display: block; margin-top: 2rem;}
.mt10 {display: block; margin-top: 1rem;}
.mb100 {display: block; margin-bottom: 10rem;}
.mb80 {display: block; margin-bottom: 8rem;}
.mb60 {display: block; margin-bottom: 6rem;}
.mb40 {display: block; margin-bottom: 4rem;}
.mb20 {display: block; margin-bottom: 2rem;}
.mb10 {display: block; margin-bottom: 1rem;}
.mr40 {display: block; margin-right: 4rem;}
.mr20 {display: block; margin-right: 2rem;}
.ml40 {display: block; margin-left: 4rem;}
.ml20 {display: block; margin-left: 2rem;}
.w10 {width: 8%;}
.w20 {width: 18%;}
.w30 {width: 28%;}
.w40 {width: 38%;}
.w50 {width: 48%;}
.w60 {width: 58%;}
.w70 {width: 68%;}
.w80 {width: 78%;}
.w90 {width: 88%;}

.right {
	float: right;
}
.left {
	float: left;
}

/*注意喚起*/
.exclamation {
	position: relative;
}
.exclamation img {
	position: absolute;
	height: 80%;
	bottom: 0;
	right: 0;
}
/*昨年と今年*/
.step01 {
	background: #7f2422;
	position: relative;
	overflow: hidden;
	background: url("img/step01.png");
	background-size: cover;
	background-position: top;
}
.step01 .contents_mini {
	padding-bottom: 14rem;
}
.step02 {
	background: #182f60;
	background: url("img/step02.png");
	background-size: cover;
	background-position: center;
	clip-path: polygon(0 20rem, 100% 0, 100% 100%, 0 100%);
	margin-top: -20rem;
}
.step02 .contents_mini {
	padding-top: 20rem;
}
.step01, .step02 {
	text-shadow: 0 0 6px #000;
}
/*セミナー内容*/
.study {
	padding: 4%;
	margin: 4rem auto 8rem auto;
	box-shadow: 0 0 4px #a0a0a0;
}
ul.arrow {
	padding: 0;
	margin: 0;
}
ul.arrow li {
	font-size: 2.8rem;
	list-style-type: none;
	color: #000;
	padding: 0.5em 0 0.5em 1.5em;
	border-bottom: solid 1px #ab9b1c;
}
ul.arrow li:first-child {
	border-top: solid 1px #ab9b1c;
}
ul.arrow li:before {  
	font-family: "Font Awesome 5 Free";
	content: "\f0da";/*アイコンの種類*/
	color: #a40000; /*アイコン色*/
	padding-right: 0.5em;
	margin-left: -1em;
	font-weight: 900;
}

/*ブレット*/
ul.check {
	padding: 0;
	margin: 0;
}
ul.check li {
	font-size: 2.8rem;
	list-style-type: none;
	color: #000;
	border-bottom: dashed 1px #ab9b1c;
	padding:  0.5em 0 0.5em 1.5em;
}
ul.check li:first-child {
	border-top: dashed 1px #ab9b1c;
}
ul.check li:before {  
	font-family: "Font Awesome 5 Free";
	content: "\f14a";/*アイコンの種類*/
	color: #ab9b1c; /*アイコン色*/
	padding-right: 0.5em;
	margin-left: -1.5em;
	font-weight: 900;
}

/*お申込み*/
.entry {
	background: url("img/note_dot.png");
	background-size: contain;
}
.about {
	width: 100%;
	border-top: dashed 1px #ab9b1c;
}
.about th, .about td {
	font-weight: 900;
	font-size: 2.2rem;
	border-bottom: dashed 1px #ab9b1c;
	padding: 0.5em 1%;
	vertical-align: baseline;
}
.about th {
	color: #000;
	width: 12%;
}
.about td {
	width: 84%;
}
.attention {
	margin: 0;
	padding: 0;
}
.attention li {
	list-style: none;
	position: relative;
	padding-left: 1em;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.attention li:before {
    content: "※";
    position: absolute;
	left: 0;
}
.line {
	text-decoration: underline;
}
form dl dt {
    width: 20%;
    float: left;
    clear: both;
    padding: 1% 0;
    margin: 1% 0;
}
form dl dd {
    margin: 0;
}
form dl input{
    width: 77%;
    padding: 1%;
    margin: 1% 0;
	background: #fffff9;
	border-radius: 6px;
	border: solid 1px;
}
#entry_button_cover {
	text-align: center;
	margin-top: 4%;
}
#entry_button {
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	border: none;
	padding: 5% 0;
	width: 100%;
	cursor: pointer;
	transition: .3s;
	-webkit-appearance: none;
	background: none;
}
.button {
	background: linear-gradient(#ffe100, #fabe00);
	border-bottom: solid 5px #f7ab00;
	border-radius: 50px;
	width: 52%;
	margin: 0 24%;
	display: inline-block;
	position: relative;
}
.button::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 2em; /* 横幅 */
  height: 2em; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fff;
} 
.button::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.8em;
  width: 0.5em;
  height: 0.5em;
  border-top: 3.5px solid #fabe00;
  border-right: 3.5px solid #fabe00;
  transform: rotate(45deg);
}
.button:hover {
	margin-top: 3px;
	border-bottom: solid 2px #f7ab00;
}
.button_end {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	background-color: #bbbbbb;
	border: none;
	padding: 2%;
	max-width: 400px;
	width: 33.33vw;
	border-radius: 50px;
	text-align: center;
	margin: 4% auto 0 auto;
	display: block;
	pointer-events: none;
}
/*講師紹介*/
.teacher {
	background-image: url("img/profile_back.png");
}
.teacher p {
	font-size: 1.8rem;
}
.teacher_img {
	float: right;
	width: 32%;
}
.work {
	display: flex;
	justify-content: center;
}
.teacher figure {
	width: 27%;
	margin: 4% 4% 0 4%;
	text-align: center;
}
.teacher figure img {
	margin-bottom: 2%;
}
footer {
	background-color: #fff;
	text-align: center;
	font-weight: 400;
}
.footer {
	max-width: 1040px ;
	width: 90%;
	margin: 0 auto;
}
.footer_item {
	padding: 4%;
}
#footer_navi ul {
	margin: 0;
	padding: 0;
	margin-bottom: 4%;
}
#footer_navi li {
	display: inline;
	border-left: solid 1px #000000;
	padding: 0 2%;
	font-size: 1.8rem;
}
#footer_navi li:last-child {
	border-right: solid 1px #000000;
}
footer a {
	color: #000000;
}

.page_top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: rgba(250, 190, 0, 0.9);
    color: #fff;
    padding: 0.5em;
    width: 10em;
    border-radius: 5px;
	font-size: 1.8rem;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3) ; 
	z-index: 100;
}

@media screen and (min-width: 751px) and (max-width: 1199px) {
	html {
		font-size: 0.84vw;
	}
}

@media screen and (max-width: 750px) {
	html {
		font-size: 50% ;
	}
	body {
		-webkit-text-size-adjust: 100% ;
	}
	h2 {
		font-size: 3.6rem;
	}
	.pc { display: none !important; }
    .sp { display: block !important; }
	
	header img {
		width: 100%;
	}
	
    .w20, .w30, .w40, .w50, .w60, .w70, .w80 {
        width: 100%;
    }
	.contents_mini {
		width: 90%;
	}
	.item_center {
		display: block;
	}
	.item_center img {
		width: 60%;
		margin: 4em auto 0 auto;
		display: block;
	}
	
	.space {
		letter-spacing: -0.05em;
	}
	.sp_5em {
		padding-left: 5em;
	}
	
	/*注意喚起*/
	.exclamation h2 {
		font-size: 3.2rem;
	}
	.exclamation img {
		position: relative;
		width: 20%;
		margin: 0 auto 2rem auto;
		display: block;
	}
	/*昨年と今年*/
	.step01 .contents_mini {
		padding-bottom: 10rem;
	}
	.step02 {
		clip-path: polygon(0 10rem, 100% 0, 100% 100%, 0 100%);
		margin-top: -10rem;
		background-position: 70% 50%;
	}
	.step02 .contents_mini {
		padding-top: 12rem;
	}
	
	.entry {
		background-size: 200%;
	}
	ul.note li:before {
		padding-left: 0;
	}
	ul.note li .attention li {
		padding: 0 0 0 1em;	
	}
	ul.note li .attention li:before {
		left: 0em;
	}
	.about th, .about td {
		display: block;
		width: 100%;
		padding: 0.5em 0;
		text-align: center;
	}
	.about th {
		border-bottom: none;
		background: #ab9b1c;
		color: #fff;
		padding: 0 1%;
	}
	.about td {
	}
	.attention {
		text-align: start;
	}
    form dl dt {
        width: 100%;
        float: none;
        padding: 0;
        margin: 2% 0 0 0;
	}
	form dl input{
        width: 97%;
		padding: 2% 1%;
	}
	#entry_button {
		width: 100%;
		height: 60px;
	}
	.button {
		width: 100%;
		margin: 0;
	}
	.button_end {
		width: 100%;
		padding: 0.6em 0 0.5em 0;
	}
	.teacher p {
		font-size: 2.0rem;
	}
	.teacher_img {
		width: 306px;
		float: none;
		display: block;
		margin: 0 auto 4% auto;
	}
	.work {
		display: block;
	}
	.teacher figure {
		width: 100%;
		margin: 8% 0 0 0;
	}
	.teacher h3 {
		text-align: center;
	}
	#footer_navi li {
		display: inline-block;
		border: none;
		margin-bottom: 4%;
	}
	#footer_navi li:last-child {
		border: none;
	}
	.page_top a {
		bottom: 0;
		right: 0;
		padding: 1em 0;
		width: 100%;
	}
}