@charset "utf-8";


/* style
------------------------------------------------------------ */


/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}


/* clearfix */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}


/* a */
a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#1b7bb5;
	text-decoration:none;
}


/* change img */
img.imgPC {
	display: inline;
}
img.imgSP {
	display: none;
}


/* br break */
br.break {
	display: block;
}
br.break_sp {
	display: none;
}


/* body */
body {
	margin: 0;
	padding: 0;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 16px;
	line-height: 1.8;
	background-color: #fff;
}
/*IE11 - edge fontFamily*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	}
}
_:-ms-lang(x), _::-webkit-meter-bar,body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}


/* wrap */
#wrap {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.l-container {
	max-width:1000px;
	margin:0 auto;
}
h2 {
	text-align: center;
}
/*h2:before {
	content: url("../img/h2-bg-right.png");
	vertical-align: text-top;
    padding-right: 10px;
}
h2:after {
	content: url("../img/h2-bg-left.png");
	vertical-align: text-top;
    padding-right: 10px;
}*/
.read {
	font-size: 24px;
    padding: 5rem 0 2rem;
	text-align: center;
}
.read2 {
	text-align: center;
    padding: 5rem 0 2rem;
	margin: 0 0 2rem;
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline;
}
.about {
	background: #fff url(../img/bg_contents.png) no-repeat top center;
    background-size: 100% 100%;	
}
.joken {
	background: #fff url(../img/bg_contents02.png) no-repeat 0 30%;
    background-size: 100% 100%;
}
.interview {
	background: #fff url(../img/bg_contents03.png) repeat-y top center;
    background-size: 100% 100%;	
}
.seminer {
	background-color: #edeef7 !important;
}





/* header */
#header {
	z-index: 20;
	position: relative;
	width: 100%;
	min-width: 1000px;
	background-color: #fff;
	margin-bottom: 98px;
}
.headIn {
	height: 100px;
	margin: 0 auto;
	padding: 0 50px;
}
.headIn .logo {
	display: inline-block;
	padding-top: 25px;
}
.headIn .logo a {
	padding-right: 25px;
}
.headIn .logo img {
	width: auto;
	height: 50px;
}
.headIn .headInEntry {
	display: none;
}
.headInNavi {
	float: right;
	margin: 20px 0 0;
	padding: 0;
}
.headInNavi a {
	display: inline-block;
	text-align: left;
	background:#2a6cb4;
	border: 1px solid #02659C;
    box-shadow: inset 0 3px 0 rgba(71, 140, 194, 1),
                inset 2px 0 0 rgba(71, 140, 194, 1),
                inset -3px 0 0 rgba(46, 49, 146, 1);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	font-size: 18px;
}
.headInNavi a:hover, .msg a img:hover, .memo01 a img:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.naviButton {
	display: none;
}
.headMain {
	position: relative;
	width: 100%;
	height: 44.57vw;
	min-height: 546.42px;
	margin-bottom: 40px;
	text-align: center;
	z-index: 23;
    top: 0;
    right: 0;
    background-image: url(../img/main_bg.png);
    background-size: 63% auto;
    background-position: right 0;
    background-repeat: no-repeat;
	opacity: 0;
}
.headMain h1 {
	position: absolute;
	z-index: 24;
	display: block;
	top: 15%;
    left: 10%;
	width:53%;
}
.headMain h1 img {
	width: 100%;
}
.headMain .present {
    position: absolute;
    z-index: 24;
    display: block;
    top: 68.8%;
    left: 10%;
    width: 55%;
}
.headMain .present img {
	width:100%;
}
.headMain .entry {
	z-index: 25;
	display: inline-block;
	position: relative;
	top: 0;
	width: 30%;
	height: 10.66%;
	margin-top: 2.85%;
	transition: 0.5s cubic-bezier(0,1,0.25,1);
}
.headMain .entry a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 2vw;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #0080bd;
	border-radius: 9.52% 9.52% 9.52% 9.52% / 50% 50% 50% 50%;
	padding-top: 6.2%;
	box-shadow: 0 5px 0 0 rgba(230,234,240,1);
	box-sizing: border-box;
	transition: 0.5s cubic-bezier(0,1,0.25,1);
}
@media screen and (max-width: 1020px) {
	.headMain .entry a {
		font-size: 21px;
	}
}

.contact_sp {
	display: none;
}
.headMain .entry span {
	display: block;
	position: absolute;
	top: 25%;
	right: 4.76%;
	width: 9.52%;
	height: 50%;
	background-color: #fff;
	background-image: url(../img/arrow01.png);
	background-size: 100% 100%;
	background-position: left top;
	border-radius: 50px;
}
.headMain .entry:hover {
	top: 5px;
}
.headMain .entry a:hover {
	opacity: 1;
	color: #fff;
	background-color: #0057a2;
	box-shadow: 0 5px 0 0 rgba(230,234,240,0);
}
.headMain .entry a:hover span {
	background-image: url(../img/arrow01_hover.png);
}
.headMain .headMainBg {
	z-index: 23;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60.57vw;
    min-height: 546.42px;
}
.headMain .headMainBg div {
	position: absolute;
}
.headMain .headMainBg div:nth-of-type(1) {
	top: 4.5%;
    right: 11%;
    width: 10%;
}
.headMain .headMainBg div:nth-of-type(2) {
	right: 10.8%;
    bottom: 28%;
    width: 14.5%;
}
.headMain .headMainBg div:nth-of-type(3) {
	right: 5%;
    bottom: 16%;
}
.headMain .headMainBg div img {
	width: 100%;
}
#header .upDate {
	position: absolute;
	bottom: -140px;
	width: 100%;
	min-width: 1020px;
}
#header .upDate p {
	width: 960px;
	margin: 50px auto 50px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
}
#header .upDate p > span{
	margin-right: 35px;
	padding: 15px 37px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.3em;
	background-color: #000;
}
#header .upDate p > span.txt{
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: transparent;
}

#header .headerNavi {
	position: relative;
	width: 100%;
	height: auto;
}
#header .headerNavi:before {
	z-index: 21;
	position: absolute;
	top: 65px;
	left: 0;
	content:" ";
	display:block;
	width: 100%;
	height: 200px;
	background-color: #edf0f4;
}
.headerNavi ul {
	z-index: 22;
	position: relative;
	width: 1020px;
	max-width: 1020px;
	margin: 0 auto;
}
.headerNavi li {
	float: left;
	display: table;
	width: 480px;
	height: 130px;
	margin: 15px;
}
.headerNavi li.navi01 {
	background-color: #9ac7e2;
}
.headerNavi li.navi02 {
	background-color: #fad18b;
}
.headerNavi li.navi03 {
	background-color: #f2b3cc;
}
.headerNavi li.navi04 {
	background-color: #c1e6ac;
}
.headerNavi li.navi05 {
	background-color: #c1e6df;
}
.headerNavi li.navi06 {
	background-color: #b7d3f9;
}
.headerNavi li.navi07,
.headerNavi li.navi08,
.headerNavi li.navi09 {
	display: none;
}
.headerNavi li a {
	position: relative;
	top: -5px;
	left: -5px;
	display: table-cell;
	width: 480px;
	height: 130px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	background-color: #fff;
	background-size: 24px 30px;
	background-position: center bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
	transition: 1s cubic-bezier(0,1,0.25,1);
}

#header .present {
	width: 60%;
	margin: 0 auto;
}

#header .present img {
	width: 100%;
}

/*IE11 - edge transition*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .headerNavi li a {
		transition-duration: 0.5s;
	}
}
_:-ms-lang(x), _::-webkit-meter-bar, .headerNavi li a {
	transition-duration: 0.5s;
	transition-property: background-color, top, left;
}


@media screen and (min-width: 1415px) {
	.mainvisual {
		background-size: 100% auto;
		position: relative;
		padding-bottom: 6.5%;
	}
}


.headerNavi li.navi01 a {
	color: #146da2;
	background-image: url(../img/navi_arrow01.png);
	border: solid 6px #358cc0;
}
.headerNavi li.navi01 a > span {
	display: block;
	padding-top: 25px;
	color: #707377;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.headerNavi li.navi02 a {
	color: #e49a1a;
	background-image: url(../img/navi_arrow02.png);
	border: solid 6px #efab35;
}
.headerNavi li.navi02 a > span {
	display: block;
	padding-top: 25px;
	color: #707377;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.headerNavi li.navi03 a {
	color: #df3d7e;
	background-image: url(../img/navi_arrow03.png);
	border: solid 6px #df3d7e;
}
.headerNavi li.navi03 a > span {
	display: block;
	padding-top: 8px;
	color: #707377;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.headerNavi li.navi04 a {
	color: #54bc1a;
	background-image: url(../img/navi_arrow04.png);
	border: solid 6px #6ed535;
}
.headerNavi li.navi04 a > span {
	display: block;
	padding-top: 25px;
	color: #707377;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.headerNavi li.navi05 a {
	padding-top: 40px;
	color: #8cbfb5;
	border: solid 5px #8cbfb5;
	background-color: #f3f5f8;
}
.headerNavi li.navi05 a > span {
	display: block;
	padding-top: 25px;
	color: #707377;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.headerNavi li.navi06 a {
	padding-top: 40px;
	color: #b7d3f9;
	border: solid 5px #1c55a3;
	background-color: #f3f5f8;
}
.headerNavi li.navi06 a > span {
	display: block;
	padding-top: 25px;
	color: #707377;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.headerNavi li:hover {
	background-color: #edf0f4;
}
.headerNavi li.navi01:hover {
	background-color: #9ac7e2;
}
.headerNavi li.navi02:hover {
	background-color: #fad18b;
}
.headerNavi li.navi03:hover {
	background-color: #f2b3cc;
}
.headerNavi li.navi04:hover {
	background-color: #c1e6ac;
}
.headerNavi li.navi05:hover {
	background-color: #c1e6df;
}
.headerNavi li.navi06:hover {
	background-color: #b7d3f9;
}
.headerNavi li a:hover {
	top: 0;
	left: 0;
	color: #fff;
	background-image: url(../img/navi_arrow_hover.png);
}
.headerNavi li.navi01 a:hover {
	background-color: #358cc0;
}
.headerNavi li.navi02 a:hover {
	background-color: #efab35;
}
.headerNavi li.navi03 a:hover {
	background-color: #df3d7e;
}
.headerNavi li.navi04 a:hover {
	background-color: #6ed535;
}
.headerNavi li.navi05 a:hover {
	top: -5px;
	left: -5px;
	color: #8cbfb5;
}
.headerNavi li.navi06 a:hover {
	top: -5px;
	left: -5px;
	color: #b7d3f9;
}



/* contents */
.contents {
	z-index: 2;
	position: relative;
	width: 100%;
	background-color: #fff;
}
.joken h2, .interview h2 {
	padding-top: 10rem;
}
.interview h2.h2-ttl02 {
	padding-top: 5rem;
}
.items {
	max-width: 1000px;
	margin: 3rem auto 0;
}
.items .item {
    padding: 3rem 0;
    margin: 1rem 0;
}
 .items .item:nth-child(1) {
    position: relative;
    top: 50px;
    left: -10%;
}
 .items .item:nth-child(2) {
    position: relative;
    top: 50px;
    left: 10%;
}
.items .item:nth-child(3) {
    position: relative;
    top: 50px;
    left: 40%;
	padding-bottom: 10rem;
}
.items .item h3 {
    font-size: 40px;
    line-height: 1.40;
    position: relative;
    padding: 0 0 0 4.5em;
	font-weight: 700;
}
 .item h3 img {
    width: 15%;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    left: 0;
}
.items .item h3.ttl-sub01 strong:after {
	content: "";
    position: absolute;
    left: 16%;
    bottom: -20px;
    width: 50%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #fcd369, #fcd369 5px, #fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #fcd369, #fcd369 5px, #fff 0, #fff 10px);
}
.items .item h3.ttl-sub02 strong:after {
	content: "";
    position: absolute;
    left: 16%;
    bottom: -20px;
    width: 50%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #5aba96, #5aba96 5px, #fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #5aba96, #5aba96 5px, #fff 0, #fff 10px);
}
.items .item h3.ttl-sub03 strong:after {
	content: "";
    position: absolute;
    left: 16%;
    bottom: -20px;
    width: 50%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #f09495, #f09495 5px, #fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #f09495, #f09495 5px, #fff 0, #fff 10px);
}
span.cl {
	color:#2a6cb4;
}
.item p {
    font-size: 18px;
    margin: 15px 0 0;
    font-weight: 200;
    padding: 1rem 0 0 190px;
}


.contact {
    background: #2a6cb4;
    padding: 30px 0;
}
.contact .msg p {
	width: 70%;
    margin: 0 auto;
}
.contact .msg p img {
	width:100%;
}
.contact .msg p a {
	display: block;
    cursor: pointer;
}
.contact-last {
	margin-bottom: 0;
}
.list {
	width: 75%;
    margin: 0 auto;
}
.list ul li {
	/* margin-right: 30px; */
    /* padding-left: 28px; */
    font-size: 23px;
	font-weight: 700;
    /* font-weight: bold; */
    letter-spacing: 1px;
    background-image: url(../img/ico-joken_1-1.png);
    background-size: 27px 23px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 10px 0 5px 40px;
	
}
 .merits {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    /* -webkit-flex-wrap: wrap; */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    width: 100%;
	padding-bottom: 5rem;
}
.merit-ttl {
	position: relative;
    display: inline-block;
    padding: 5rem 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #2a66a8;
}
.merit-ttl:before, .merit-ttl:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 240px;
	height: 2px;
}

.merit-ttl:before {
	left:0;
	background:url(../img/h3-bd-left.png);
}
.merit-ttl:after {
	right: 0;
	background:url(../img/h3-bd-right.png);
}
.merits .block {
    padding: 0;
    margin: 0 10px 3rem;
    width: calc(35% - -10px);
}
.merits p {
    font-size: 18px;
    /* line-height: 1.35; */
    position: relative;
    padding: 0 0 0 5em;
}
.merits p img {
    width: 4.25em;
    position: absolute;
    top: -30px;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    left: 0;
}

.interview-inner {
	margin: 2rem 0;
	text-align: center;
}
.sectionBox {
    margin-bottom: 50px;
    padding-bottom: 1rem;
	position: relative;
	padding-top: 3rem;
}
.sectionBox:first-child {
    background-image: url(../img/interview01.png);
    background-size: 40%;
    background-position: left 0;
    background-repeat: no-repeat;
}
.sectionBox:last-child {
    background-image: url(../img/interview02.png);
    background-size: 40%;
    background-position: right 0;
    background-repeat: no-repeat;
}
.sectionBox:last-child .boxImg {
	text-align:right;
}
.boxR {
    float: right;
}
.box {
    float: left;
}
.boxText {
    width: 60%;
}
.h4-col-sp, .h4-col-sp02 {
	display:none;
}

.step-sp {
	display:none;
}

.seminer {
	overflow: hidden;
	margin-bottom: 5rem;
}

.seminer h2 {
	padding-top: 5rem;
}
.sec-seminar .conts-box .l-container {

}
.card__header {
    position: relative;
    margin: 0 auto;
	min-height: 173px;
}
.card__num {
    position: absolute;
    top: 60px;
    left: 13%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 56px; */
    /* height: 56px; */
    /* border-radius: 50%; */
    background-color: #2a6cb4;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    width: 20vw;
    padding: .2em;
}
.card__num:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 35%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 20px solid #2a6cb4;
  z-index: 2;
}

.card__img {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    position: absolute;
    top: 25px;
    display: block;
    width: 100%;
}
.consultation-box__hdgh4 {
    color: #2a6cb4;
    font-weight: 700;
    line-height: 1;
}
.consultation-box__hdgh4 {
    margin-bottom: 0;
    font-size: 7.2rem;
    margin-top: .25em;
}
.consultation-box__hdgh4 span {
    display: inline-block;
    /* margin-left: 0.5em; */
    color: #2a6cb4;
    /* letter-spacing: -0.05em; */
    font-size: 50px;
    font-weight: 700;
}
.consultation-box__hdgh4 span.day-sm {
    color: #2a6cb4;
    font-weight: 700;
    line-height: 1;
    font-size: 50px;
    margin-left: 0.01em;
}
.consultation-box__hdgh4 span.br-span {
    font-size: 1.8rem;
}
.consultation-box-left {
	float: left;
	width: 70%;
}
.consultation-box-right {
	float: right;
	padding-top: 2.8rem;
}
.consultation-box--list {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.consultation-box .info {
    margin: 1em 0 10px;
    font-size: 14px;
    line-height: 2.5;
    color: #fff;
	font-weight: 700;
    text-align: center;
    background: #2a6cb4;
}
.consultation-box--list figure {
    margin: 1em 0;
    text-align: right;
}
.seminer-reserved {
    width: calc(50% - 20px);
    margin: 0 10px;
}
.seminer-left {
	width: 55%;
}
.seminer-left .benefit,
.seminer-right .benefit {
	font-weight: bold;
	color: #2a6cb4;
}
.seminer-right {
	width: 39%;
}
.seminer-right .office {
	font-size: 15px;
	color: #2a6cb4;
}
.seminer-reserved dl {
	position: relative;     /* 位置調整 */
}
.seminer-reserved dt span.bg {
	margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #edeef7; /* 背景色指定 */
	color: #2a6cb4;
    font-weight: 700;
	font-size: 23px;
    padding: 0 10px;        /* 余白指定 */
	z-index: 1000;
}
.consult_sept {
	box-sizing: border-box;
	width: 857px;
	margin: 50px auto 0;
	border: 1px solid #2a6cb4;
	background-color: #fff;
	padding: 0 40px 40px;
} 
.consult_sept .seminer-reserved dd span.bg, 
.consult_sept .seminer-reserved dt span.bg {
	background-color: #fff;
}
.seminer-reserved dt span.day-sm02 {
	color: #2a6cb4;
    font-weight: 700;
	font-size: 16px;
}
.seminer-reserved dt {
  	float: left;
	position: relative;
	line-height: 1.5;
}
.seminer-reserved dt:before {
    content:  '';           /* 空白の要素を作る */
    background: #edeef7;
	background-image: radial-gradient(#2a6cb4 25%, transparent 0), radial-gradient(#2a6cb4 25%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 5px 20px;
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}

.seminer-reserved dd span.bg {
	margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #edeef7; /* 背景色指定 */
	color: #2a6cb4;
    font-weight: 700;
	font-size: 18px;
    /*margin-left: 20px; */     /* 周りの余白指定 */
    padding: 0 0 0 10px;        /* 余白指定 */
}
.seminer-reserved dd {
	position: relative;     /* 位置調整 */
    margin-top: 0;
    text-align: right;
    line-height: 2;
}
.seminer-reserved dd:before {
    content:  '';           /* 空白の要素を作る */
    background: #edeef7;
	background-image: radial-gradient(#2a6cb4 80%, transparent 0), radial-gradient(#2a6cb4 40%, transparent 0);
    background-position: 0 0, 0px 70px;
    background-size: 5px 30px;
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}


.area-map {
	clear:both;
	padding: 1rem 0;
}
.area-map .consultation-box-right {
    float: right;
	width: 30%;
	padding-top: 0;
}
.area-map h4 {
	margin: 1em 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.0;
    text-align: center;
    border-top: 2px solid #2a6cb4;
    border-bottom: 2px solid #2a6cb4;
    color: #2a6cb4;
}
.area-map h5 {
	color:#2a6cb4;
	font-weight: 700;
	font-size:18px;
}
.area-map p {
	color:#2a6cb4;
	font-size: 14px;
	padding-bottom: 15px;
}
.area-map p.map-link {
	text-align:right;
}
.area-map p.map-link a {
	color:#2a6cb4;
	font-size: 13px;
}
.area-map p.map-link a:after {
    content: url(../img/ico-gaibu.png);
    vertical-align: middle;
    margin: 0 5px;
}





.col:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.sectionBoxHeader:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 57px;
	height: 57px;
}
.sectionBoxHeader:after {
	content: '';
	position: absolute;
	bottom: -2px;
    left: -15%;
    display: inline-block;
    border-bottom: 2px solid #5aba96;
    width: 100%;
    height: 3px;
}
.ttl-01 {
    margin-bottom: 20px;
    font-size: 35px;
	font-weight: 700;
	position: relative;/*相対位置*/
    border-bottom: 2px solid #5aba96;
	width: 60%;
    float: right;
}
.ttl-01:before {
	background:url(../img/ico-int01.png) no-repeat;
	top: -10px;
	right: 0;/*アイコンの位置*/
}
.ttl-02 {
    margin-bottom: 20px;
    font-size: 35px;
	font-weight: 700;
	position: relative;/*相対位置*/
    border-bottom: 2px solid #e79693;
	width: 60%;
    float: left;
	padding: 0 0 0 2em;
}
.ttl-02:before {
	background:url(../img/ico-int02.png) no-repeat;
	top: -10px;
	left: 0;/*アイコンの位置*/
}
.ttl-02:after {
	content: '';
	position: absolute;
	bottom: -2px;
    left: 15%;
    display: inline-block;
    border-bottom: 2px solid #e79693;
    width: 100%;
    height: 3px;
}

.sectionBox:first-child .box-inner p {
	font-size: 18px;
    line-height: 2.2;
	text-align: left;
    width: 485px;
    margin-left: auto;
}
.sectionBox:last-child .box-inner p {
	font-size: 18px;
    line-height: 2.2;
    width: 480px;
    margin-right: auto;
}
.interview-inner img {
	width:100%;
}
.img--support {
	width: 70% !important;
	text-align: center;
}
.interview-inner .pb {
	padding-top: 2rem;
	padding-bottom:5rem;
}

.sec {
	position: relative;
	width: 100%;
	min-width: 1020px;
}
.sec .secInner{
	z-index: 4;
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
.sec .leadInner{
	z-index: 4;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.sec .h2Box {
	position: relative;
	top: -35px;
	width: 960px;
	height: 55px;
	margin: 0 auto;
}
.sec h2,
.sec h2 p {
	display: inline-block;
	height: 65px;
	padding: 25px 30px 0;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1;
}
.sec .subject {
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	padding: 28px 30px 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1;
	border: solid 5px #000;
	box-sizing: border-box;
}
.sec .title {
	position: relative;
	display: block;
	width: 440px;
	height: 55px;
	margin: 60px 0 50px 60px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
}
.sec .title > span {
	position: absolute;
	bottom: 23px;
	right: 0;
	padding: 7px 18px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background-color: #000;
}
.sec .title2 {
	margin: 120px 0 50px 60px;
}
.sec .eventDay {
	display: inline-block;
	margin: 0 0 20px 60px;
}
.sec table th {
	position: relative;
	width: 120px;
	height: 120px;
	padding: 0 0 0 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 12px;
	line-height: 1.4;
	box-sizing: border-box;
}
.sec table th:before {
	content:" ";
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	border: solid 5px #000;
	box-sizing: border-box;
}
.sec table th.narrow{
	letter-spacing: 2px !important;
	padding: 0 0 0 4px;
}
.sec table th.wSize {
	height: 240px;
}
.sec table th.wSize:before {
	height: 240px;
}
.sec .item{
	width: 110px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
	padding-left: 10px;
}
.sec .date {
	height: 60px;
	vertical-align: middle;
}
.sec .date p {
	display: inline-block;
	padding: 3px 0 3px 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.sec .date p > span {
	font-size: 18px;
}
.sec .time {
	height: 60px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.sec .time p {
	display: inline-block;
	font-size: 16px;
}
.sec .time span {
	font-size: 12px;
}
.sec .place {
	height: 60px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.sec .place a {
	margin-left: 22px;
	padding: 4px 17px;
	font-size: 16px;
	font-weight: bold;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	letter-spacing: 2px;
	vertical-align: middle;
	transition: 1s cubic-bezier(0,1,0.25,1);
}
/*IE11 - edge transition*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .sec .place a {
		transition-duration: 0.5s;
	}
}
_:-ms-lang(x), _::-webkit-meter-bar, .sec .place a {
	transition-duration: 0.5s;
	transition-property: background-color;
}
.sec .text {
	margin: 40px 0 40px 60px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2.6;
}
.sec .program {
	display: table;
	width: 960px;
	margin: 0 auto 35px;
}
.sec .program div {
	display: block;
	width: 960px;
	padding: 29px 0;
	vertical-align: middle;
	box-sizing: border-box;
}
.sec .program p {
	display: table-cell;
	width: 300px;
	padding-left: 50px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
}
.sec .program ul {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.sec .program ul li {
	padding: 6px 0 6px 40px;
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat;
}
.sec .voice {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 120px;
	text-align: center;
}
.sec .voice p {
	display: inline-block;
	margin:0 auto 55px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}
.sec .voice li {
	display: table;
	width: 420px;
	margin: 0 30px;
	padding: 0 0 35px 0;
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5;
	border-bottom: solid 4px #000;
}
.sec .voice li > span {
	display: table-cell;
	vertical-align: middle;
}
.sec .voice li img {
	margin: 0 15px 0 0;
}
.contents .sec .bgImg {
	z-index: 3;
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 2200px;
	overflow: hidden;
}
.contents .sec .bgImgInner {
	z-index: 4;
	position: relative;
	width: 1200px;
	height: 2200px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	.contents .sec .bgImgInner {
		margin-left: calc((100% - 1200px) / 2);
	}
}

/* lead */
.lead {
	padding-top: 20px;
}
.lead .text{
	text-align: center;
	letter-spacing: 0.5px;
	margin: 20px 0 40px 0;
}

/* sec01 */
.sec01 {
	padding-top: 60px;
	padding-bottom: 40px;
}
/*.sec01 h2 {
	background-color: #1b7bb5;
}*/
.sec01 h2 {
	height: auto;
	padding: 0;
}
.sec01 h2 p {
	padding: 15px 30px;
	line-height: 1.5;
	background-color: #1b7bb5;
}
.sec01 h2 p:nth-of-type(1) {
	padding-right: 0px;
}
.sec01 .subject {
	top: 0;
}
.sec01 .title {
	border-bottom: solid 5px #1b7bb5;
}
.sec01 .date p {
	background-color: #1b7bb5;
}
.sec01 .place a {
	color: #1b7bb5;
	border: solid 3px #1b7bb5;
}
.sec01 .place a:hover {
	color: #fff;
	background-color: #1b7bb5;
}
.sec01 .table2 tr:nth-of-type(2) td {
	padding-bottom: 20px;
}
/*.sec01 .program > div {
	border: solid 5px #1b7bb5;
}
.sec01 .program p {
	color: #1b7bb5;
}
.sec01 .program ul {
	color: #1b7bb5;
}
.sec01 .program ul li {
	background-image: url(../img/list_marker01.png);
}
.sec01 .voice p {
	border-bottom: solid 4px #1b7bb5;
}*/
.sec01 .bgImgInner div:nth-of-type(1) {
	position: absolute;
	top:160px;
	left: 1050px;
}
.sec01 .bgImgInner div:nth-of-type(2) {
	position: absolute;
	top: 920px;
	left: 840px;
}
.sec01 .bgImgInner div:nth-of-type(3) {
	position: absolute;
	top: 850px;
	left: 0px;
}
.sec01 .bgImgInner div:nth-of-type(4) {
	position: absolute;
	top: 1010px;
	left: 1050px;
}
.sec01 .bgImgInner div:nth-of-type(5) {
	position: absolute;
	top: 1450px;
	left: 840px;
}
.sec01 .bgImgInner div:nth-of-type(6) {
	position: absolute;
	top: 1880px;
	left: 1050px;
}
.sec01 .bgImgInner div:nth-of-type(7) {
	position: absolute;
	top: 1800px;
	left: 0px;
}
.sec01 .bgImgInner div:nth-of-type(8) {
	position: absolute;
	top: 2200px;
	left: 930px;
}
.sec01 .bgImgInner div:nth-of-type(9) {
	position: absolute;
	top: 480px;
	left: 870px;
}
.sec01 .bgImgInner div:nth-of-type(10) {
	position: absolute;
	top: 1380px;
	left: 880px;
}


/* sec02 */
.sec02 {
	margin: 130px auto 0;
	padding-bottom: 80px;
}
/*.sec02 h2 {
	background-color: #efab35;
}*/
.sec02 h2 {
	height: auto;
	padding: 0;
}
.sec02 h2 p {
	padding: 15px 30px;
	line-height: 1.5;
	background-color: #efab35;
}
.sec02 h2 p:nth-of-type(1) {
	padding-right: 0px;
}
.sec02 .title {
	border-bottom: solid 5px #efab35;
}
.sec02 .eventDay:nth-of-type(1) {
	margin: 0 0 20px 60px;
}
.sec02 .eventDay:nth-of-type(2) {
	margin: 0 0 10px 60px;
}
.sec02 .date p {
	background-color: #efab35;
}
.sec02 .place a {
	color: #efab35;
	border: solid 3px #efab35;
}
.sec02 .place a:hover {
	color: #fff;
	background-color: #efab35;
}
/*.sec02 .program div {
	border: solid 5px #efab35;
}
.sec02 .program p {
	color: #9463cf;
}
.sec02 .program ul {
	color: #9463cf;
}
.sec02 .program ul li {
	background-image: url(../img/list_marker02.png);
}
.sec02 .voice p {
	border-bottom: solid 4px #9463cf;
}*/
.sec02 .bgImgInner div:nth-of-type(1) {
	position: absolute;
	top: 50px;
	left: 1050px;
}
.sec02 .bgImgInner div:nth-of-type(2) {
	position: absolute;
	top: 363px;
	left: 840px;
}
.sec02 .bgImgInner div:nth-of-type(3) {
	position: absolute;
	top:450px;
	left: 0;
}
.sec02 .bgImgInner div:nth-of-type(4) {
	position: absolute;
	top: 660px;
	left: 1050px;
}
.sec02 .bgImgInner div:nth-of-type(5) {
	position: absolute;
	top: 440px;
	left: 870px;
}


/* sec03 */
.sec03 {
	margin: 130px auto 0;
	padding-bottom: 60px;
}
.sec03 h2 {
	height: auto;
	padding: 0;
}
.sec03 h2 p {
	padding: 15px 30px;
	line-height: 1.5;
	background-color: #df3d7e;
}
.sec03 h2 p:nth-of-type(1) {
	padding-right: 0px;
}
.sec03 .title {
	border-bottom: solid 5px #df3d7e;
}
/*.sec03 .eventDay:nth-of-type(1) {
	margin: 60px 0 20px 60px;
}
.sec03 .eventDay:nth-of-type(2) {
	margin: 0 0 10px 60px;
}*/
.sec03 .date p {
	background-color: #df3d7e;
}
.sec03 .place a {
	color: #df3d7e;
	border: solid 3px #df3d7e;
}
.sec03 .place a:hover {
	color: #fff;
	background-color: #df3d7e;
}
.sec03 .program div {
	border: solid 5px #df3d7e;
}
.sec03 .program p {
	color: #df3d7e;
}
.sec03 .program ul {
	color: #df3d7e;
}
.sec03 .program ul li {
	background-image: url(../img/list_marker03.png);
}
.sec03 .voice p {
	border-bottom: solid 4px #df3d7e;
}
.sec03 .bgImgInner div:nth-of-type(1) {
	position: absolute;
	top: 170px;
	left: 840px;
}
.sec03 .bgImgInner div:nth-of-type(2) {
	position: absolute;
	top: 730px;
	left: 1050px;
}
.sec03 .bgImgInner div:nth-of-type(3) {
	position: absolute;
	top: 1250px;
	left: 0px;
}
.sec03 .bgImgInner div:nth-of-type(4) {
	position: absolute;
	top: 1158px;
	left: 930px;
}
.sec03 .bgImgInner div:nth-of-type(5) {
	position: absolute;
	top: 480px;
	left: 0px;
}
.sec03 .bgImgInner div:nth-of-type(6) {
	position: absolute;
	top: 820px;
	left: 850px;
}


/* sec04 */
.sec04 {
	margin: 130px auto 0;
	padding-bottom: 10px;
}
.sec04 h2 {
	height: auto;
	padding: 0;
}
.sec04 h2 p {
	padding: 15px 30px;
	line-height: 1.5;
	background-color: #5abc24;
}
.sec04 h2 p:nth-of-type(1) {
	padding-right: 0px;
}
.sec04 .title {
	border-bottom: solid 5px #5abc24;
}
.sec04 .date p {
	background-color: #5abc24;
}
.sec04 .date p > span:nth-of-type(2) {
	font-size: 22px;
}
.sec04 .place a {
	color: #5abc24;
	border: solid 3px #5abc24;
}
.sec04 .place a:hover {
	color: #fff;
	background-color: #5abc24;
}
.sec04 .program {
	border: solid 5px #5abc24;
}
.sec04 .program p {
	color: #5abc24;
}
.sec04 .program ul {
	color: #5abc24;
}
.sec04 .program ul li {
	background-image: url(../img/list_marker04.png);
	background-position: left 10px;
}
.sec04 .voice p {
	border-bottom: solid 4px #5abc24;
}
.sec04 .bgImgInner div:nth-of-type(1) {
	position: absolute;
	top: 100px;
	left: 1050px;
}
.sec04 .bgImgInner div:nth-of-type(2) {
	position: absolute;
	top: 390px;
	left: 840px;
}
.sec04 .bgImgInner div:nth-of-type(3) {
	position: absolute;
	top: 750px;
	left: 0px;
}
.sec04 .bgImgInner div:nth-of-type(4) {
	position: absolute;
	top: 885px;
	left: 1050px;
}
.sec04 .bgImgInner div:nth-of-type(5) {
	position: absolute;
	top: 470px;
	left: 870px;
}


/* entryBox */
.contents .entryBox {
	padding: 140px 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.entryBox .entry {
	display: inline-block;
	position: relative;
	top: 0;
	width: 420px;
	height: 90px;
	transition: 0.5s cubic-bezier(0,1,0.25,1);
}
.entryBox .entry a {
	display: block;
	width: 420px;
	height: 80px;
	padding-top: 28px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #0080bd;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 0 5px 0 0 rgba(230,234,240,1);
	transition: 0.5s cubic-bezier(0,1,0.25,1);
}
.entryBox .entry span {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../img/arrow01.png);
	background-size: 40px 40px;
	background-position: left top;
	border-radius: 50px;
}
.entryBox .entry:hover {
	top: 5px;
}
.entryBox .entry a:hover {
	opacity: 1;
	color: #fff;
	background-color: #0057a2;
	box-shadow: 0 5px 0 0 rgba(230,234,240,0);
}
.entryBox .entry a:hover span {
	background-image: url(../img/arrow01_hover.png);
}



/* gototop */
#gototop {
	display: none;
	z-index: 40;
	position: relative;
}
#gototop #gototopInner {
	position: absolute;
	top: 180px;
	right: 40px;
	bottom: auto;
	width: 270px;
}
#gototop a:nth-of-type(1) {
	float: left;
	display: block;
	width: 180px;
	height: 60px;
	margin-right: 30px;
	padding-top: 19px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	background-color: #0080bd;
	border-radius: 30px;
	box-sizing: border-box;
	transition: 0.5s cubic-bezier(0,1,0.25,1);
}
#gototop a:nth-of-type(2) {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #707173;
	background-image: url(../img/arrow_gotop.png);
	background-size: 60px;
	background-repeat: no-repeat;
	border-radius: 50%;
	transition: 0.5s cubic-bezier(0,1,0.25,1);
}
#gototop a:nth-of-type(1):hover {
	background-color: #0057a2;
}
#gototop a:nth-of-type(2):hover {
	background-color: #929393;
}
#gototop.gototopFixed #gototopInner {
	position: fixed;
	top: auto;
	right: 40px;
	bottom: 40px;
}


/* footer */
#footer {
	z-index: 2;
	position: relative;
	width: 100%;
	background-color: #fff;
}
#footer .Contact {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
.Contact .memo01 {
	padding-top: 60px;
	font-size: 18px;
	letter-spacing: 1px;
}
.Contact .memo02 {
	font-size: 27px;
    color: #2a6cb4;
    font-weight: 700;
	padding: 1rem 0 0;
}
.Contact .memo03 span {
	padding-top: 10px;
    color: #1b7bb5;
    padding-left: .8em;
    font-size: 78px;
    position: relative;
}
.Contact .memo03 span:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 65px;
}
.Contact .memo03 span:before {
    background: url(../img/ico-ft-tel.png);
    top: 20px;
    left: 0;
}
.Contact .memo04 {
	font-weight: 500;
    color: #2a6cb4;
    font-size: 25px;
}

.Contact .tel {
	padding: 0 35px;
	font-size: 28px;
}
.Contact .small {
	font-size: 12px;
}
.Contact .memo03 {
	line-height: 1;
    padding: 10px 0;
    font-weight: 700;
}
.ft-arrow {
    background: url(../img/bg-ft-top.png) center top no-repeat;
    position: relative;	
}
#footer .footerIn {
	width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    /* font-weight: bold; */
    /* color: #fff; */
    font-size: 16px;
    letter-spacing: 1px;
    /* background-color: #1b7bb5; */
}
.footerIn .footerInner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.footerIn .footerInner a {
	margin-right: 50px;
	padding-right: 15px;
	color: #fff;
	background-image: url(../img/footer_navi_arrow.png);
	background-size: 20px 12px;
	background-position: right center;
	background-repeat: no-repeat;
}
.footerIn .footerInner p {
	text-align: center;
    font-size: 16px;
}
.footerIn .footerInner .memo05 {
    padding: 5rem 0 0;
}
.footerIn .footerInner .memo06 {
    padding: 3rem 0 20px;
}
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

a[href^="tel:"] {
	pointer-events:none;
}

