* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	text-decoration: none;
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
    vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}


/*-------------------------
	Common
--------------------------*/
html,
body {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	font-family: 'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555;
	animation-name: fade;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
h2 {
	line-height: 50%;
	margin-bottom: 42px;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 40px;
	color: #000;
}
.entry {
	display: block;
	width: 360px;
	line-height: 62px;
	text-align: center;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	background-color: #0C3A71;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.entry:hover {
	background-color: #8CA8CA;
}

.boxContainer{
  overflow: hidden;
}

.download {
	display: block;
	width: 360px;
	line-height: 32px;
	text-align: center;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	background-color: #b0c4de;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	float: left;
}
.download:hover {
	background-color: #e6e6fa;
}


/*-------------------------
	Catch
--------------------------*/
.catch {
	position: relative;
	width: 100%;
	height: 100%;
}
.catch a img {
	z-index: 8;
	position: absolute;
	top: 30px;
	left: 5%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.catch img:hover {
	opacity: 0.7;
}
.catch div {
	z-index: 6;
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 440px);
	width: 880px;
	text-align: center;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 40px;
	color: #FFF;
}
h1 {
	margin: 10px 0 16% 0;
	font-size: 56px;
}
.catch div a {
	display: block;
	z-index: 8;
	position: relative;
	width: 360px;
	line-height: 62px;
	margin: 0 auto;
	font-size: 26px;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid #FFF;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.catch div a:hover {
	color: #000;
	background-color: #FFF;
}
.catch > a:nth-last-of-type(1) {
	display: block;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
.catch > a:nth-last-of-type(1)::before {
	display: block;
	position: absolute;
	left: calc(50% - 7px);
	width: 26px;
	height: 10px;
	content: '';
	background-color: #FFF;
	cursor: pointer;
	transform: rotate(-45deg);
	animation-name: arrow;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
.catch > a:nth-last-of-type(1)::after {
	display: block;
	position: absolute;
	right: calc(50% - 7px);
	width: 26px;
	height: 10px;
	content: '';
	background-color: #FFF;
	cursor: pointer;
	transform: rotate(45deg);
	animation-name: arrow;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes arrow {
	0% {
		bottom: 30px;
	}
	50% {
		bottom: 42px;
	}
	100% {
		bottom: 30px;
	}
}
.slide li {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	animation-duration: 15s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
.slide li:nth-child(1) {
	background-image: url(img/catch1.jpg);
	animation-name: catch1;
}
.slide li:nth-child(2) {
	background-image: url(img/catch2.jpg);
	animation-name: catch2;
}
.slide li:nth-child(3) {
	background-image: url(img/catch3.jpg);
	animation-name: catch3;
}
@keyframes catch1 {
	0% {
		opacity: 1;
	}
	23% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes catch2 {
	0% {
		opacity: 0;
	}
	23% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	56% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes catch3 {
	0% {
		opacity: 0;
	}
	56% {
		opacity: 0;
	}
	66% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*-------------------------
	Merit
--------------------------*/
.merit {
	position: relative;
	height: 480px;
	overflow: hidden;
	background: #E6EBF1 url(img/man.png) no-repeat calc(80% + 200px) 0;
}
.merit div {
	width: 50%;
	padding: 90px 5% 0 0;
	text-align: right;
}
.merit p {
	position: relative;
	left: calc(100% - 500px);
	width: 500px;
	line-height: 180%;
	margin-bottom: 18px;
	padding-left: 54px;
	text-align: left;
}
.merit p::before {
	display: block;
	position: absolute;
	top: 12px;
	left: 20px;
	width: 10px;
	height: 5px;
	content: '';
	background-color: #8CA8CA;
	transform: rotate(50deg);
}
.merit p::after {
	display: block;
	position: absolute;
	top: 10px;
	left: 23px;
	width: 18px;
	height: 5px;
	content: '';
	background-color: #8CA8CA;
	transform: rotate(-50deg);
}
.merit .entry {
	margin: 50px 0 0 calc(100% - 514px);
}

/*-------------------------
	About
--------------------------*/
.about {
	padding: 80px 0 0 0;
	text-align: center;
}
.about div:nth-of-type(1) {
	position: relative;
	margin: 0 auto 120px auto;
}
.about div:nth-of-type(1)::before {
	display: block;
	position: absolute;
	bottom: -65px;
	left: calc(50% - 40px);
	width: 80px;
	height: 1px;
	content: '';
	background-color: #111;
}

/*-------------------------
	box
--------------------------*/
.box7{
	width: 70%;
	position: relative;
    padding: 1em 2em;
	margin: 0 15%;
    color: #000000;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #16594D;/*左線*/
    border-right: double 7px #16594D;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 5px 0px;
}
.box7 li {
	margin: 0;
	padding: 5px 0px;
	text-indent: -1.5em;
	padding-left: 1em;
}


.box30 {
    width: 70%;
	margin: 0 15%;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #7e7e7e;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
    text-align: center;
}


.box-design1 {
	margin: 20px auto;
	padding: 20px;
	border: 4px solid #A2CF98;
	position: relative;
  }
  .box-design1 p {
	background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #A2CF98 100%);
	background-size: 8px 100%, 100% 2.5em;
	line-height: 2.5;
	margin: 0;
  }

  .box-design2 {
	margin: 20px auto;
	padding: 20px;
	border: 4px solid #8DB1DF;
	position: relative;
  }
  .box-design2 p {
	background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #8DB1DF 100%);
	background-size: 8px 100%, 100% 2.5em;
	line-height: 2.5;
	margin: 0;
  }


/*-------------------------
	Step
--------------------------*/
.step {
	text-align: center;
}
.step h3 {
	font-family: "YuMincho", "Yu Mincho", serif;
	margin-bottom: 40px;
	font-size: 24px;
	color: #000;
}
.step dl {
	display: block;
	width: 800px;
	margin: 0 auto 42px auto;
	text-align: left;
	font-size: 0;
}
.step dt {
	display: inline-block;
	width: 200px;
	margin: 0;
	padding-top: 28px;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.step dd {
	display: inline-block;
	position: relative;
	width: 600px;
	margin: 0;
	padding: 30px;
	vertical-align: top;
	font-size: 13px;
	background: #F0F0F0;
	border-left: 8px solid #0C3A71;
}
.step dl:not(:last-child) dd::before {
	display: block;
	position: absolute;
	bottom: -62px;
	left: 0;
	width: 600px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 80px;
	color: #DDD;
	content: '▼';
	transform: scale(1,0.3);
}
.step dt span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: #666;
}
.step dd span {
	font-size: 13px;
	font-weight: 400;
	color: #666;	
}
.step b {
	display: block;
	margin-bottom: 12px;
	font-size: 17px;
	color: #333;
}
.kome li {
	display: block;
	position: relative;
	padding-left: 16px;
}
.kome li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	content: '●';
}
.kome li:not(:last-child) {
	margin-bottom: 6px;
}
.test {
	margin: 16px 0 0 20px;
}
.test a,
.memo a {
	color: #0C3A71;
	text-decoration: underline;
}
.test a:hover,
.memo a:hover {
	text-decoration: none;
}
.step .entry {
	width: 520px;
	height: 66px;
	line-height: 66px;
	margin: 60px auto 0 auto;
}
.marker_pink {
  background: linear-gradient(transparent 60%, #E6EBF1 0%);
}

.buttons2{
	text-align: center;
  }
  .button2{
	display: inline-block;
	width: 450px;
	line-height: 20px;
	text-align: center;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	background: #999999;
	margin: 0 5px;
	padding: 20px 5px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
  }

  .button2:hover {
	background-color: #999999;
 }

.buttons3{
	text-align: left;
  }
  .button3{
	display: inline-block;
	width: 450px;
	height: 60px;
	line-height: 20px;
	text-align: center;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	background: #16594D;
	margin: 0 5px;
	padding: 20px 5px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
  }

  .button3:hover {
	background-color: #799784;
 }

.buttons4{
	text-align: left;
  }
  .button4{
	display: inline-block;
	width: 450px;
	height: 60px;
	line-height: 20px;
	text-align: center;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	background: #799784;
	margin: 0 5px;
	padding: 20px 5px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
  }

  .button4:hover {
	background-color: #BCC49D;
 }


/*-------------------------
	Memo
--------------------------*/
.memo {
	width: 800px;
	margin: 80px auto 60px auto;
	padding: 2px 30px 24px 30px;
	text-align: left;
	font-size: 12px;
	background-color: #E6EBF1;
}
.memo b {
	display: block;
	font-size: 14px;
	margin: 24px 0 6px 0;
}
.memo p {
	margin-bottom: 6px;
}
.memo ul {
	margin: 16px 30px;
}


/*-------------------------
	Contact
--------------------------*/
.contact {
	width: 800px;
	margin: 0 auto 60px auto;
	padding: 30px;
	font-size: 12px;
	border: 1px solid #CCC;
}
.contact ul {
	line-height: 180%;
}
.contact ul:not(:last-child) {
	margin-bottom: 24px;
}
.contact b {
	display: block;
	margin: 0 0 4px -6px;
	font-size: 14px;
}

/*-------------------------
	Footer
--------------------------*/
footer {
	line-height: 60px;
	background-color: #333;
}
footer ul {
	text-align: center;
}
footer li {
	display: inline-block;
	line-height: 18px;
	padding: 0 18px;
	font-size: 12px;
	color: #999;
	border-right: 1px solid #999;
}
footer li:nth-child(1) {
	padding-right: 40px;
}
footer li a {
	color: #999;
}
footer li a:hover {
	text-decoration: underline;
}
.header {z-index:1;position:relative;box-shadow:0 0 3px rgba(0,0,0,0.25) inset}#head{height:98px;width:962px;margin:0 auto;text-align:left;background-image:url(https://seminar-info.jp/entry/img/head_bg.jpg);background-position:left top;background-repeat:no-repeat}#menu{margin:20px 0 0 45px;text-align:right}#menu ul{margin:36px 0 0 45px}#menu li{list-style:none;display:inline;margin-right:8px}#sub_menu{text-align:right;margin:9pt 8px 0 0}#sub_menu li{list-style:none;display:inline;font-size:11px;border:1px solid #ccc;padding:5px 8px 5px 18px;background-image:url(https://seminar-info.jp/entry/img/arrow_5.jpg);background-position:8px center;background-repeat:no-repeat;margin-right:-1px}#sub_menu li a{color:#666}#sub_menu li a:hover{color:#004b91}#sub_menu span{list-style:none;display:inline;font-size:11px;border:1px solid #ccc;padding:5px 8px 5px 23px;background-image:url(https://seminar-info.jp/entry/img/wakaba.jpg);background-position:7px center;background-repeat:no-repeat;margin-right:-1px}#sub_menu span a{color:#666}#sub_menu span a:hover{color:#004b91}#head a{text-decoration:none}#head a:hover{text-decoration:underline}#head #contact{text-align:right}#contact_btn_1{margin:0 4px 0 -5px}#foot{clear:both;height:340px;font-size:9pt;background-image:url(https://seminar-info.jp/img/foot_bg.jpg);background-position:center top;background-repeat:repeat-x;padding:45px 0 0 10px}#foot_contents{width:962px;margin-left:auto;margin-right:auto}#foot_table{text-align:left}.foot_navi{width:179px;background-image:url(https://seminar-info.jp/img/arrow_2.png);background-repeat:no-repeat;background-position:5% 48%;border-bottom:dotted 1px #d0e9ff;text-indent:26px;text-shadow:-1px -1px 0 #012545}#foot_table a{line-height:31px;color:#fff;text-indent:26px;text-decoration:none}#foot_table a:hover{text-decoration:underline}#foot_logo{margin-left:18px}#foot p{font-size:10px;margin:20px 0 25px}#foot p,#foot_information{color:#fff;text-align:right}#foot_information{margin-left:15px}#copyright{display:bolock;width:100%;margin:0;padding:5px 0;background-color:#013b6d}#copyright small{display:block;margin:0 auto;width:962px;color:#fff;font-size:9pt;text-align:right}