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

/* ---------------------------
pagePath
--------------------------- */
#pagePath {
	margin: 0 auto 8px;
	width: 960px;
}

#pagePath li {
	margin-right: 2px;
	display: inline;
	font-size: 80%;
}

#pagePath li a {
	margin-right: 5px;
	color: #551A8B;
}


/* ---------------------------
linkBox
--------------------------- */

#main #linkBox {
	display: none;
}

#linkBox {
	padding: 42px 38px;
	width: 804px;
	position: relative;
	background-color: #FFF;
	overflow: hidden;
}

#linkBox .close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#linkBox .close:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#linkBox .ttl {
	margin: 0 0 18px 2px;
}

#linkBox table {
	width: 100%;
	border-collapse: collapse;
}

#linkBox th,
#linkBox td {
	padding: 15px 5px;
	font-size: 102%;
	vertical-align: top;
	border: 2px solid #FFF;
}

#linkBox th {
	color: #FFF;
	text-align: center;
	background-color: #0084CC;
}

#linkBox td {
	padding: 15px 0 15px 20px;
	text-align: left;
}

#linkBox td a {
	color: #0086d3;
}

#linkBox td a:hover {
	text-decoration: none;
}


/* list */
#main .list .headLine01 {
	padding: 8px 15px;
	color: #FFF;
	font-size: 165%;
	font-weight: bold;
	background-color: #44AF35;
}

#main .list .tableBox {
	margin: 0 14px 30px;
}

#main .list table {
	width: 100%;
	border-collapse: collapse;
}

#main .list th,
#main .list td {
	padding: 17px 0 6px;
	font-size: 129%;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #CCC;
}

#main .list th {
	text-align: left;
}

#main .list th a {
	padding: 0 0 5px 36px;
	color: #0086d3;
	display: inline-block;
	background: url(img/list/img01.gif) no-repeat left top;
}

#main .list th .no-link {
	padding: 0 0 5px 36px;
	
	display: inline-block;
	background: url(img/list/img01.gif) no-repeat left top;
}

#main .list th a:hover {
	text-decoration: none;
}


/* ---------------------------
contents
--------------------------- */

/* ---------------------------
mv-movie
--------------------------- */

#main {
	color: #333;
	background-color: #fbfbfb;
	font-family: 'Roboto', 'Noto Sans JP', 'Arial', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo, sans-serif;
	font-size: 1rem;
}

#main img {
	max-width: 100%;
}

#main .mv {
	height: 550px;
	background: url(img/index/mv_bg_pc.jpg) no-repeat center 45%/cover;
	width: auto;
}

#main .mv .display-non {
	display: none;
}

#main .mv .mv_inner {
	height: 550px;
	background: url(img/index/mv_main_pc.png) no-repeat center 32px/contain;
	margin: 0 auto;
}

#main .movie {
	background: url(img/index/movie_bg_pc.png) no-repeat center top/cover;
	padding-top: 80px;
}

#main .movie .movie_lead {
	color: #fdfdfd;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: .25rem;
	line-height: 1.368;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: 0 0 5px #406D89;
}

#main .movie .movie_container {
	aspect-ratio: 16/9;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 890px;
	padding-bottom: 100px;
}

#main .movie .youtube {
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 999px) {
	#main .mv {
		height: 450px;
	}
}

/* ---------------------------
sec
--------------------------- */

#main .sec_wrapper {
	margin-top: 100px;
}

#main .sec_ttl {
	display: block;
	margin: 0 auto 20px;
	max-width: 600px;
}

#main .sec_lead {
	display: block;
	margin: 0 auto 60px;
	max-width: 1040px;
}

#main .sec_wrapper .container {
	background-color: #E8F6FC;
	margin: 0 auto 100px;
	max-width: 1200px;
	padding-bottom: 60px;
}

#main .sec_wrapper.sec1 .container {
	padding-top: 120px;
	margin-top: -180px;
}

#main .sec_wrapper.sec2 .container {
	padding-top: 92px;
	margin-top: -152px;
}

#main .sec_wrapper.sec3 .container {
	padding-top: 61px;
	margin-top: -121px;
}

#main .sec_wrapper .container .inner {
	display: block;
	margin: 60px auto 0;
	max-width: 960px;
}

#main .item .img_chart {
	display: block;
	width: 100%;
	margin-bottom: 60px;
}

#main .item .img_box {
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
	display: block;
}

#main .sec2 .img_box img,
#main .sec3 .img_box img {
	max-width:440px;
}

#main .item .sp_col {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

#main .item .sp_col_reverse {
	align-items: center;
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: center;
}

#main .item .sp_col_item.txt {
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.875;
	max-width: 700px;
}

#main .item .sp_col_item .txt_mb {
	margin-bottom: 30px;
}

#main .sec2 .item .sp_col_reverse {
	margin-bottom: 30px;
}

#main .sp_col .sp_col_item.txt {
	margin-left: 40px;
}

#main .sec1 .sp_col_item.txt {
	margin-left: 0;
}

#main .item .sp_col_reverse .txt {
	margin-right: 40px;
}

@media screen and (max-width: 999px) {
	#main .sec1 .sp_col_item.txt {
		margin-left: 0;
	}
}


/* ---------------------------
btn
--------------------------- */

#main .btn_area .btn_wrapper {
	background-color: #FEFEFE;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, .15);
	display: block;
	padding: 80px 0;
}

#main .btn_area .btn_wrapper:last-child {
	padding: 80px 0 60px;
}

#main .btn_area .btn_ttl {
	display: block;
	height: auto;
	margin: 0 auto 40px;
	width: 700px;
}

#main .btn_area .btn_red {
	background-color: #E35654;
	border-radius: 89px;
	border-bottom: 10px solid #AA2C2A;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding: 24px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 410px;
}

#main .btn_area .btn_red::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 3px solid #fff; 
  border-right: 3px solid #fff; 
  transform: rotate(45deg);
  position: absolute;
  top: 51%;
  right: 20px;
  margin-top: -6px;
}

#main .btn_area .btn_red::after:first-child {
	right: 30px;
}

#main .btn_area .btn_red:hover {
	background-color: #FDFDFD;
	box-shadow: none;
	border: 5px solid #E35654;
	color: #E35654;
}

#main .btn_area .btn_red:hover::after {
  border-top: 3px solid #E35654; 
  border-right: 3px solid #E35654;
}


#main .btn_area .btn_blue {
	background-color: #0084CC;
	border-bottom:  10px solid #116593;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	padding: 18px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 410px;
}

#main .btn_area .btn_blue::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 3px solid #fff; 
  border-right: 3px solid #fff; 
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -6px;
}

#main .btn_area .btn_blue:hover {
	background-color: #FDFDFD;
	box-shadow: none;
	border: 5px solid #0084CC;
	color: #0084CC;
}

#main .btn_area .btn_blue:hover::after {
  border-top: 3px solid #0084CC; 
  border-right: 3px solid #0084CC;
}

#main .btn_area .btn_container {
	display: flex;
	flex-wrap: wrap;
	width: 900px;
	margin: 0 auto;
}

#main .btn_area .btn_item {
	align-self: center;
	box-sizing: border-box;
	display: flex;
	flex: 1 0 40%;
	justify-content: center;
	margin: 20px;
}

#main .btn_area .btn_item > .btn_red {
	margin: -20px;
}

#main .btn_area .btn_item > .btn_blue:nth-child(2n) {
	margin-left: 40px;
}

#main .ju_info {
	display: block;
	font-size: .75rem;
	margin: 0 auto;
	padding: 30px 30px 60px 0;
	text-align: end;
	width: 960px;
}