@charset "UTF-8";

body {
	/*background: url("../img/index/bg_body.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: contain;*/
}
main {
	/*background: #000;*/
}


/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.main_image_wrap {
	overflow: hidden;
	margin-bottom: 70px;
}
.main_image {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.main_image_inner {
	position: relative;
	padding-top: 29%;
}
.slick-list {
	overflow: visible;
}
.main_image .slick-slider {
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	height: 100%;
}
.main_image img {
	
}
.slick-prev {
	left: 0;
    z-index: 999;
	display: inline;
    transform: translate(-50%, -50%);
	width: 66px;
	height: 66px;
}
.slick-next {
	right: 0;
    z-index: 999;
	display: inline;
    transform: translate(50%, -50%);
	width: 66px;
	height: 66px;
}
.slick-prev:before, .slick-next::before {
	font-size: 90px;
	opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover::before {
	opacity: 0.7;
}
.slick-prev:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img_new/index/main_image_btn_prev.png") no-repeat;
	background-size: contain;
}
.slick-next:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img_new/index/main_image_btn_next.png") no-repeat;
	background-size: contain;
}

.thumbnail-list {
	margin:0 auto;
	display: flex;
	justify-content: center;
}
/*.thumbnail-list.item-3 {
	max-width: 652px;
}
.thumbnail-list.item-2 {
	max-width: 430px;
}
.thumbnail-list.item-1 {
	max-width: 430px;
}*/
.thumbnail-list li {
	max-width: 206px;
	border: 1px solid #0A55B0;
	position: relative;
}
/*.thumbnail-list.item-3 li {
	width: 32%;
	margin-right: 2%;
}
.thumbnail-list.item-2 li {
	width: 48%;
	margin-right: 3%;
}
.thumbnail-list.item-1 li {
	width: 48%;
	margin-right: 0;
}*/
.thumbnail-list li:hover {
	cursor: pointer;
	opacity: 0.7;
}
.thumbnail-list li:last-child {
	margin-right: 0;
}
.thumbnail-list li.thumbnail-current::before {
	content: "";
    position: absolute;
    right: 0;
    top: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #0A55B0 transparent;
    border-width: 0 22px 10px 22px;
}





.bxslider_box {
	position: relative;
	overflow: hidden;
}
.bxslider_bg {
	width: 100%;
	height: 700px;
	height: 85vh;
	background: url("../img/index/slider_bg.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
    left: 0;
    z-index: 59;
}
.bxslider_text {
	width: 94%;
	max-width: 598px;
	position: absolute;
	top: 50%;
    left: 3vw;
    z-index: 60;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bxslider_box li {
	height: 700px;
	height: 85vh;
	background-size: cover;
	background-position: center;
	transform: scale(1.15);
}
.slider_00 {
	background: url("../img/index/slider_00.jpg") no-repeat;
}
.slider_01 {
	background: url("../img/index/slider_01.jpg") no-repeat;
}
.slider_02 {
	background: url("../img/index/slider_02.jpg") no-repeat;
}
.slider_03 {
	background: url("../img/index/slider_03.jpg") no-repeat;
}

.slide_img_on { animation:slide_img_on 10s linear forwards; }
.slider {
	position: relative;
}
.bx-controls {
	display: none;
}
.mian_secodf {
	width: 296px;
	position: absolute;
	bottom: 20px;
	right: 3%;
	z-index: 90;
}
@keyframes slide_img_on {
	0% { transform:scale(1.15); }
	100% { transform:scale(1); }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
.slick-prev {
	left: 40px;
	width: 54px;
	height: 54px;
}
.slick-next {
	right: 40px;
	width: 54px;
	height: 54px;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.mian_secodf {
	width: 260px;
}
.main_image_inner {
	padding-top: 30%;
}
.slick-prev {
	left: 40px;
	width: 54px;
	height: 54px;
}
.slick-next {
	right: 40px;
	width: 54px;
	height: 54px;
}
.thumbnail-list {
	width:94%;
}
}
@media screen and (max-width: 767px) {
.main_image_wrap {
	margin-bottom: 35px;
}
.main_image_inner {
	padding-top: 42%;
}

.mian_secodf {
	width: 80%;
	max-width: 260px;
	margin: 0 auto 20px;
	position: static;
}
.slick-prev {
	left: 20px;
	width: 32px;
	height: 32px;
}
.slick-next {
	right: 20px;
	width: 32px;
	height: 32px;
}
.thumbnail-list {
	width:94%;
}
.thumbnail-list.item-3 li {
	width: 32%;
	margin-right: 2%;
}
.thumbnail-list.item-2 li {
	width: 48%;
	margin-right: 3%;
}
.thumbnail-list.item-1 li {
	width: 48%;
	margin-right: 0;
}
.thumbnail-list li.thumbnail-current::before {
    top: -6px;
    border-width: 0 18px 6px 18px;
}
}


/* -----------------------------------------------------------
	mmtl_1
----------------------------------------------------------- */
.mmtl_1 {
	font-size: 34px;
	color: #0A55B0;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	position: relative;
}
.mmtl_1 .col_1 {
	padding-right: 20px;
	background: #F0F5FA;
	position: relative;
}
.mmtl_1 .col_2 {
	padding-right: 20px;
	background: #fff;
	position: relative;
}
.mmtl_1::before {
	display: block;
    content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	background: #0A55B0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.mmtl_1 {
	font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.mmtl_1 {
	font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 16px;
}
.mmtl_1 .col_1,
.mmtl_1 .col_2 {
	padding-right: 10px;
}
}


/* -----------------------------------------------------------
	para_top
----------------------------------------------------------- */
.para_top {
	margin-bottom: 95px;
}
.para_top h1 {
	color: #0A55B0;
	font-size: 39px;
	text-align:center;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.para_top {
	margin-bottom: 50px;
}
.para_top h1 {
	font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.para_top {
	margin-bottom: 30px;
}
.para_top h1 {
	font-size: 22px;
	margin-bottom: 20px;
}
}



/* -----------------------------------------------------------
	para_message
----------------------------------------------------------- */
.para_message {
	/*padding: 70px 0;
	background: #F0F5FA;*/
	margin-bottom: 70px;
}
.para_message .message_wrap .pic {
	width: 50%;
	max-width: 430px;
	float: right;
	margin: 0 0 60px 30px;
}
.para_message .message_wrap .text {
	/*width: 58%;
	float: left;*/
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.para_message .message_wrap .name {
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.para_message .message_wrap .kata {
	text-align: right;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.para_message .message_wrap .pic {
	margin: 0 0 20px 20px;
}
.para_message .message_wrap .text {
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 767px) {
.para_message {
	/*padding: 40px 0;*/
	margin-bottom: 40px;
}
.para_message .message_wrap .pic {
	width: 90%;
	max-width: 300px;
	margin: 0 auto 20px;
	float: none;
}
.para_message .message_wrap .text {
	width: 100%;
	float: none;
	letter-spacing: 0.03em;
	text-align: left;
    text-justify: auto;
}
.para_message .message_wrap .name {
	font-size: 16px;
}
}

/* -----------------------------------------------------------
	para_aim
----------------------------------------------------------- */
.para_aim {
	padding: 70px 0;
	margin-bottom: 70px;
	background: #F0F5FA;
}
.para_aim .text {
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.para_aim {
	padding: 40px 0;
	margin-bottom: 40px;
}
.para_aim .text {
	letter-spacing: 0.03em;
}
}

/* -----------------------------------------------------------
	para_activities
----------------------------------------------------------- */
.para_activities {
	margin-bottom: 70px;
	/*padding: 70px 0;
	background: linear-gradient(to bottom, rgba(240, 245, 250, 1), rgba(240, 245, 250, 0));*/
}
.para_activities ul li {
	margin-bottom: 16px;
	letter-spacing: 0.05em;
	padding-left: 2em;
	text-indent: -2em;
}
.para_activities ul li .num {
	font-size: 24px;
	color: #0A55B0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.para_activities {
	margin-bottom: 40px;
}
.para_activities ul li {
	margin-bottom: 8px;
	letter-spacing: 0.03em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.para_activities ul li .num {
	font-size: 18px;
}
}


/* -----------------------------------------------------------
	para_board
----------------------------------------------------------- */
.para_board {
	padding: 70px 0 40px;
	margin-bottom: 70px;
	background: #F0F5FA;
}
.para_board .text_1 {
	margin-bottom: 20px;
}
.para_board .text_2 {
	text-align: right;
	font-size: 13px;
	margin-bottom: 20px;
}
.para_board .member_wrap {
	/*padding: 60px 0 10px 60px;
	background: #F0F5FA;
	position: relative;*/
}
.para_board .member_wrap::before {
	/*display: block;
    content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	background: #F0F5FA;
	z-index: -1;*/
}
.para_board .member_item {
	width: 48%;
	float: left;
	margin-left: 4%;
	margin-bottom: 20px;
}
.para_board .member_item:nth-child(2n + 1) {
	margin-left: 0;
}
.para_board .member_item .catbox {
	margin-bottom: 30px;
}
.para_board .member_item .catbox h3 {
	font-size: 20px;
	color: #0A55B0;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	border-bottom: 1px solid #0A55B0;
}
.para_board .member_item .catbox dl {
	line-height: 1.5;
}
.para_board .member_item .catbox dt {
	font-weight: bold;
	letter-spacing: 0.05em;
}
.para_board .member_item .catbox dd {
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #666;
	padding-left: 13em;
	margin-top: -1.5em;
	margin-bottom: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.para_board .member_wrap {
	/*padding: 20px 0 20px 20px;*/
}
}
@media screen and (max-width: 767px) {
.para_board {
	padding: 40px 0;
	margin-bottom: 40px;
}
.para_board .text_2 {
	margin-bottom: 10px;
}
.para_board .member_wrap {
	/*padding: 16px 0 16px 16px;*/
}
.para_board .member_item {
	width: 100%;
	float: none;
	margin-left: 0;
}
.para_board .member_item .catbox {
	margin-bottom: 20px;
}
.para_board .member_item .catbox h3 {
	font-size: 18px;
	margin-bottom: 6px;
}
.para_board .member_item .catbox dd {
	font-size: 13px;
	padding: 0;
	margin-top: 0;
}
}


/* -----------------------------------------------------------
	para_total
----------------------------------------------------------- */
.para_total {
	margin-bottom: 30px;
}
.para_total .text {
	text-align: right;
	margin-top: -40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.para_total .text {
	margin-top: -20px;
}
}


/* -----------------------------------------------------------
	para_supporting
----------------------------------------------------------- */
.para_supporting {
	margin-bottom: 70px;
}
.para_supporting .text {
	text-align: right;
	margin-top: -40px;
	margin-bottom: 10px;
}
.para_supporting .list li {
	margin-bottom: 8px;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.para_supporting .text {
	margin-top: -20px;
	margin-bottom: 30px;
}
}


