@charset "UTF-8";





.contents .container {
	padding-top: 174px;
}
.dvd .container {
	padding-top: 140px;
}


table {
	width: 100%;
}
table th,
table td {
	font-size: 14px;
	line-height: 1.4;
	padding: 1.25em 10px;
	text-align: left;
}


.crumb {
	display: block;
	width: 910px;
	margin: 22px auto 0;
	font-size: 14px;
	line-height: 1;
}
.crumb li {
	display: inline-block;
}
.crumb li + li {
	padding-left: .5em;
}
.crumb li:last-of-type {
	font-weight: bold;
}
.crumb li a:link {
	text-decoration: underline;
}
.crumb li + li::before {
	content: '\e876';
	font-family: 'Linearicons-Free';
	font-weight: normal;
	margin-right: .5em;
}



section {
	box-sizing: border-box;
	width: 930px;
	padding: 0 10px;
	margin: 20px auto;
}
section.sec + section.sec {
	margin-top: 100px;
}
section.biz {
	width: 960px;
	padding: 0;
}
section.biz + section.biz {
	margin-top: 75px;
}
section.series{
	margin-top: 54px;
}
section.seriesList {
	width: 960px;
	padding: 0;
	margin-top: 85px;
}


.lead {
	line-height: 1.75;
	text-align: justify;
	color: #000;
}
.title1b + .lead,
.bannerTtl + .lead {
	box-sizing: border-box;
	width: 930px;
	padding: 0 10px;
	margin: 0 auto;
}
.series .lead {
	font-size: 14px;
	margin-bottom: 1em;
}
.dvd .lead {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2;
}
.leadCenter {
	font-size: 15px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 20px;
}



.tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto 80px;
}
.tabs.seriesSelect {
	width: 910px;
	margin: 12px auto 45px;
	justify-content: flex-start
}
.tabs li,
.tabs li a {
	display: block;
}
.tabs li {
	margin-top: 8px;
	margin-right: 4px;
}
.tabs li a {
	font-size: 17px;
	line-height: 0;
}
.tabs.works li a {
	font-size: 15px;
}

.year {
	display: inline-block;
}
.year span {
	display: inline-block;
	font-size: 17px;
	line-height: 0;
	cursor: pointer;
}

.tabs li a {
	position: relative;
	padding: 20px 3.5em 20px 14px;
	background-color: #DCDEEA;
	text-decoration: none;
}

.year span {
	position: relative;
	padding: 15px 3.5em 15px 14px;
	background-color: #DCDEEA;
	text-decoration: none;
}
.tabs li a::after,
.year span::after {
	position: absolute;
	right: 14px;
	display: inline-block;
	content: '\e874';
	font-size: 12px;
	font-family: 'Linearicons-Free';
	transform: rotate(0deg);
	transition: transform .2s
}
.tabs li a:hover,
.tabs li a.open,
.year.open span,
.year span:hover {
	background-color: #172671;
	color: #fff;
}
.year.open span::after {
	transform: rotate(-180deg);
	transition: transform .2s
}



#concept .img {
	display: block;
	text-align: center;
}
#message p {
	line-height: 1.75;
	color: #000;
}
#message p + p {
	margin-top: 2em;
}
#policy p {
	font-size: 20px;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.1em;
}
#policy p + p {
	margin-top: 1.5em;
}
#pamphlet p {
	margin-bottom: 1.5em;
}
#pamphlet a,
#pamphlet a img {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
}
#pamphlet a img {
	opacity: 1;
	border: 1px solid rgb(23, 38, 113, .7);
	transition: opacity .3s ease;
}
#pamphlet a:hover img {
	opacity: .55;
}


.privacy .sec + .sec {
	margin-top: 75px
}
.privacy p {
	line-height: 1.75;
	color: #000;
}
.privacy p + p {
	margin-top: 1.25em
}
.privacy ol {
	list-style-type: decimal;
	margin: 1em;
	color: #000;
}
.privacy ol li {
	line-height: 1.75;
	margin-left: 1em;
}
.privacy ol li + li {
	margin-top: .5em;
}
.privacy dt {
	font-weight: bold;
	margin: 2em 0 1em
}
.privacy dd {
	line-height: 1.75;
	color: #000;
	padding-left: 1em;
}


.works table {
	width: 100%;
	table-layout: fixed;
}

.works table tr:nth-child(odd) {
	background-color: #E8F2E1;
}

.sctl table tr:nth-child(odd) {
	background-color: #E8E9F1;
}

#overview table {
	border-collapse: separate;
	border-spacing: 3px;
}
#overview table th {
	background-color: #E8E9F1;
}


.recruit table td,
.recruit table tr:last-child th {
	border-bottom: 2px solid #D8E9F2
}

.recruit table th {
	background-color: #D8E9F2;
	border-bottom: 2px solid #fff
}
.recruit table tr:last-child th {
	border-bottom: 2px solid #D8E9F2
}


.works table td,
.recruit table th {
	font-weight: bold;
}

.works table dl {
	display: table-row;
}
.works table dt,
.works table dd {
	display: table-cell;
	vertical-align: baseline;
	padding: .5em 0 0 1em;
}
.works table dd {
	font-size: 12px;
}



#access .navigation {
	padding: 0 0 25px;
	line-height: 1.75;
}

#access .map {
	display: block;
	width: 100%;
	height: 450px;
}



.yearSet {
	display: block;
	width: 100%;
	margin: 0 auto 45px;
}
.release {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 45px auto 0;
	padding: 0 10px 42px;
	border-bottom: 1px solid #ccc;
}
.release .date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 18px;
}
.release .txt {
	line-height: 1.75;
}




.biz .txt {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 50px;
	margin-top: 32px;
}
.biz p,
.biz ul {
	color: #000;
	line-height: 2;
}
.biz li {
	list-style: disc;
	margin-bottom: .75em;
	margin-left: 1.5em
}
.biz p + .title3b {
	margin-top: 2em;
}
.biz .img-title img {
	width: 100%;
	height: auto;
}
.biz .column {
	box-sizing: border-box;
	width: 910px;
	padding: 25px;
	margin: 2.5em auto 1em;
	background-color: #ededed;
	border-radius: 8px;
	line-height: 2
}
.biz .column strong {
	font-size: 20px;
	color: #172671
}

.tabs-biz {
	display: flex;
	width: 884px;
	justify-content: space-between;
	margin: 50px auto 138px;
}
.tabs-biz img {
	width: 100%;
	height: auto;
}
.tabs-biz li,
.tabs-biz a {
	display: block;
	width: 162px;
	height: 96px;
	text-decoration: none;
}
.tabs-biz a:hover {
	opacity: .7
}
.tabs-biz a::after {
	display: block;
	content: '\e874';
	font-family: 'Linearicons-Free';
	font-size: 42px;
	line-height: 1.25;
	text-align: center;
}
.tabs-biz li:nth-child(1) a,
#biz01 .title3b {
	color: #B12415;
}
#biz01 .column .title3b {
	font-size: 22px;
	color: #BE0D61;
}

.tabs-biz li:nth-child(2) a,
#biz02 .title3b {
	color: #CC5200;
}
.tabs-biz li:nth-child(3) a,
#biz03 .title3b {
	color: #C22B7A;
}
.tabs-biz li:nth-child(4) a,
#biz04 .title3b {
	color: #3D891F;
}
.tabs-biz li:nth-child(5) a,
#biz05 .title3b {
	color: #298FA8;
}



.recruit .bttn {
	display: block;
	padding: 45px;
	text-align: center;
}
.recruit .bttn a {
	display: inline-block;
	height: 70px;
	margin: 0 auto;
	padding: 10px 22px 10px 15px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 0;
	text-align: center;
	background-color: #23ABEE;
}
.recruit .bttn a::after {
	content: '\e87a';
	font-family: 'Linearicons-Free';
	line-height: 0;
	padding-left: 1.25em
}
.recruit .bttn a:hover {
	opacity: .7
}
.recruit .bttn img {
	vertical-align: middle;
	margin-right: 15px
}
.recruit .videoBox {
  width: 640px;
	margin: 45px auto;
	padding-top: 39.56%; /*section.recruit の　contents size 910px に対して*/
	position: relative;
}


.contactForm {
	width: 100%;
	min-height: 800px;
}




.latest.cols {
	margin-top: 30px;
	justify-content: space-between;
	align-items: flex-start
}
.latest.cols.details {
	align-items: flex-start;
}
.latestImg {
	flex: 1 1 auto
}
.latestImg .date {
	display: block;
	text-align: center;
	font-weight: bold;
	
}
.latestCol {
	width: 490px;
}
.details .latestCol {
	width: 608px;
}
.details .videoBox {
	margin-top: 45px;
	padding-top: 56.25%;
	position: relative;
}

.videoBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.latestSeriesTitle {
	margin-bottom: .6em;
	font-size: 20px;
	font-weight: bold;
}
.latestSeriesTitle span {
	font-size: 18px;
}
.latestTitle {
	padding-bottom: .35em;
	margin-bottom: .45em;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 6px solid #D5D8E5
}
.latestTitle span {
	font-size: 14px;
}

.latest.cols .des {
	color: #000;
}
.latest.cols .des p {
	font-size: 14px;
	line-height: 1.75;
}

.indexCol {
	margin-top: 1.25em;
	margin-bottom: 1em;
}

.indexCol .label {
	text-align: center;
	padding: 1em 2em;
}
.indexCol .cont,
.indexCol .label {
	flex: 1 1 auto
}
.indexCol .cont dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
.details .indexCol .cont dt {
	font-size: 18px;
}
.indexCol .cont dt span {
	display: inline-block;
	padding: 6px 1em;
	margin-right: 1em;
	background: #5f67a3;
	color: #fff;
}
.indexCol .cont dd ol li {
	font-size: 14px;
	list-style: decimal;
	line-height: 1.3;
	margin-left: 2em;
	margin-bottom: .5em;
}

.details .indexCol .cont dd ol li {
	font-size: 15px;
}
.details .indexCol .note {
	margin: 2em;
}

.latestImg > a {
	display: inline-block
}
.latest.cols .bttn {
	display: block;
	margin-bottom: 1.25em;
}
.latest.cols .bttn a,
.latest.cols .advance {
	display: inline-block;
	padding: 21px 22px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 0;
	background-color: #3A91BE;
}
.latest.cols .bttn a::after {
	content: '\e87a';
	font-family: 'Linearicons-Free';
	line-height: 0;
	padding-left: 1.25em
}
.latest.cols .bttn a:hover {
	opacity: .8
}


.price,
.price table,
.price .bttn a {
	box-sizing: border-box;
	width: 251px;
}
.price th,
.price td{
	font-size: 13px;
	line-height: 1.2;
	padding: .5em 0;
	vertical-align: middle;
}
.price th {
	font-weight: bold;
}
.price img {
	width: 251px;
	height: auto;
	border: 1px solid #ccc;
	margin-bottom: .5em;
}

.noteCol {
	box-sizing: border-box;
	width: 490px;
	margin: 0 auto;
	padding: 1.5em 1.6em;
	font-size: 13px;
	line-height: 1.5;
	background-color: #DCE2E8;
}
.noteCol p + p {
	margin-top: 1em;
}
.noteCol.type2 {
	width: 680px;
	margin: 30px auto;
	font-size: 14px;
	text-align: center;
}
.noteCol ul.list {
	margin: 1em 0;
}
.noteCol ul.list li {
	list-style-type: circle;
	font-size: .9em;
	margin-left: 1.5em;
}
.noteCol ul.list li + li {
	margin-top: .75em;
}

.editions {
	box-sizing: border-box;
	width: 400px;
	padding: 16px 1em;
	margin: 0 auto 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 0;
	text-align: center;
	color: #fff;
	background-color: #41A5B6;
}

.seriesCol {
	justify-content: space-between;
}
.seriesCol li,
.seriesCol li a {
	display: block;
	text-decoration: none;
}
.seriesCol a:hover {
	opacity: .7
}
.seriesCol a::after {
	display: block;
	content: '\e874';
	font-family: 'Linearicons-Free';
	font-size: 42px;
	line-height: 1.25;
	text-align: center;
}



.bannerTtl {
	width: 960px;
	margin: 0 auto 20px;
}


.seriesList .cols {
	flex-wrap: wrap;
	justify-content: space-between;
}
.seriesList .cols::after {
	content: '';
	flex: 0 0 320px;
}
.seriesList .col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 302px;
	padding: 15px 0 25px;
	text-decoration: none;
}
.seriesList .col .title {
	display: block;
	width: 100%;
	padding-bottom: .5em;
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px solid #D5D8E5
}
.seriesList.list1 .col .title {
	color: #823020;
}
.seriesList .col .img {
	width: 109px;
	border: 1px solid #ccc;
}
.seriesList .col .txt {
	width: 182px;
	font-size: 11px;
	line-height: 1.5;
}
.seriesList .col img {
	width: 100%;
	height: auto;
}
.seriesList .bttn {
	display: block;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 1.25em;
	text-align: center;
}
.seriesList .bttn span {
	display: inline-block;
	padding: 19px 22px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 0;
}
.seriesList.list2 .bttn span {
	background-color: #3A91BE;
}
.seriesList.list1 .bttn span {
	background-color: #478f5c;
}
.seriesList .bttn span::after {
	content: '\e87a';
	font-family: 'Linearicons-Free';
	line-height: 0;
	padding-left: 1.25em
}
.seriesList a:hover {
	opacity: .8
}
.seriesList .bttn span.noLinks {
	background-color: #ccc;
}



.flow {
	margin-top: 60px;
}
.flow p {
	font-size: 15px;
	line-height: 1.75;
}
.flow dt {
	box-sizing: border-box;
	width: 400px;
	padding: 16px 1em;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 0;
	text-align: center;
	color: #fff;
	background-color: #41A5B6;
}
.flow dd {
	background-color: #DCE2E8;
	padding: 1.05em .75em;
}
.flow dd .tel {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-top: 1.25em;
}
.flow ul {
	color: #000;
	line-height: 2;
}
.flow li {
	list-style: disc;
	margin-bottom: .75em;
	margin-left: 1.5em
}


.sctl dl {
	margin-top: 1.25em;
}

.seriesList .noteCol,
.series .noteCol {
	width: 70%;
	margin-top: -3em;
	margin-bottom: 3em;
	line-height: 1.75
}
