@charset "UTF-8";
/*
    font-family: 'Zen Maru Gothic', sans-serif;
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.9em;
	color: #222222;
	font-size: 16px;
}

p {
	line-height: 1.9em;
	color: #222222;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #222;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}


.fade_up {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.9s ease-out;
}

.fade_up.is-visible {
	opacity: 1;
	transform: translateY(0);
}










.column_area .frame{
	display: flex;
	justify-content: space-between;
}

.column_area .main_area{
	max-width: 800px;
	width: 73%
}


.column_area .side_area{
	max-width: 260px;
	width: 25%;
}





/**************/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	letter-spacing: 0.08em;
}


.f16{
	font-size: 16px !important;
}

.f18{
	font-size: 18px !important;
}


/**************/

.f_w{
	
	font-weight: 600;
}

/**************/

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

/**************/
.txt_c {
	text-align: center !important;
}

.txt_r {
	text-align: right !important;
}

.txt_l {
	text-align: left !important;
}


.txt_link a{
	color: #0E3C96;
	font-weight: 600;
	text-decoration: underline;
}


/**************/

.float_sb {
	display: flex;
	justify-content: space-between;
}

.float_sa {
	display: flex;
	justify-content: space-around;
}

.float_ce {
	display: flex;
	justify-content: center;
}

.float_ft {
	display: flex;
	justify-content: flex-start;
}

.float_en {
	display: flex;
	justify-content: flex-end;
}

.type_01,
.type_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.type_01 .l_box {
	max-width: 520px;
	width: 47%;
}

.type_01 .r_box {
	max-width: 520px;
	width: 47%;
}

.type_02 .l_box {
	max-width: 520px;
	width: 47%;
	order: 2;
}

.type_02 .r_box {
	max-width: 520px;
	width: 47%;
	order: 1;
}

.type_01 .r_box img,
.type_01 .l_box img,
.type_02 .r_box img,
.type_02 .l_box img {
	max-width: 520px;
	width: 100%;
}

.type_03 {
	display: flex;
	justify-content: space-between;
}

.type_03 .r_box {
	max-width: 820px;
	width: 75%;
	order: 1;
}

.type_03 .l_box {
	max-width: 240px;
	width: 22%;
	order: 2;
}
.type_03 .l_box img{
	max-width: 240px;
	margin-bottom: 15px;
	width: 100%;
}

.type_03 .l_box p{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}




.type_04,
.type_05 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.type_04 .l_box {
	max-width: 420px;
	width: 47%;
}

.type_04 .r_box {
	max-width: 420px;
	width: 47%;
}

.type_05 .l_box {
	max-width: 420px;
	width: 47%;
	order: 2;
}

.type_05 .r_box {
	max-width: 420px;
	width: 47%;
	order: 1;
}

.type_04 .r_box img,
.type_04 .l_box img,
.type_05 .r_box img,
.type_05 .l_box img {
	max-width: 420px;
	width: 100%;
}





.type_06{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.type_06 .l_box{
	width: 20%;
	max-width: 85px;
}
.type_06 .l_box img{
	max-width: 85px;
	width: 100%;
}

.type_06 .r_box{
	width: 75%;
}


.type_07{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.type_07 .l_box{
	width: 37%;
    overflow: hidden;
}



.type_07 .l_box img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    height: auto;
	max-width: 300px;

}


.type_07 .r_box{
	width: 60%;
	max-width: 550px;
}



.col_01{
	color: #d80909;
	font-weight: 600;
}

/**************/

.ttl_01 {
	text-align: center;
	background-image: url("../images/common/icon_01.png");
	background-position: center 10px;
	background-size: 54px;
	padding-top: 15px;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.ttl_01 span {
	display: block;
	color: #000C69;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.5em;
}




.ttl_02{
	font-size: 28px;
	color: #222222;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.ttl_02 {
	position: relative;
	padding-bottom: 15px;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #222;
	font-weight: 600;
	display: block;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.ttl_02::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: linear-gradient(135deg, transparent 25%, #0E3C96 25%, #0E3C96 50%, transparent 50%, transparent 75%, #0E3C96 75%, #0E3C96);
	background-size: 5px 5px;
	z-index: 0;
}




.ttl_03{
	font-size: 20px;
	font-weight: 600;
	color: #000C69;
	margin-bottom: 20px;
}



.ttl_03_a{
	font-size: 22px;
	font-weight: 600;
	color: #000C69;
	margin-bottom: 20px;
	border-bottom: 6px double #000C69;
}




.ttl_04{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4em;
}

.ttl_05{
	background-color: rgba(203,203,203,0.2);
	padding: 15px;
	color: #222;
	font-size: 20px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);	
	margin-bottom: 30px;
}



.ttl_06{
	font-size: 18px;
	font-weight: 600;
	color: #222;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 6px double #222;
}

.ttl_07{
	font-size: 20px;
	font-weight: 600;
	color: #000C69;
	line-height: 1.6em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 6px double #000C69;
}



.ttl_08 a{
	border: 2px solid #000;
	font-size: 20px;
	font-weight: 600;
	padding: 15px;
	display: block;
	text-decoration: underline;
}
.ttl_08 a:hover{
	opacity: 1;
	background-color: #eee;
}

.ttl_09{
	text-align: center;
	color: #000C69;
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 30px;
}


.ttl_10{
	background-color: #000C69;
	color: #fff;
	padding: 10px 15px;
}


/**************/



.list_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_01::after,
.list_01::before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}
.list_01::before {
    order: 1;
}

.list_01 > li {
    max-width: 250px;
    width: 23%;
    margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);	
}

.list_01>li > a .up_img {
    overflow: hidden;
    width: 100%;
}

.list_01>li > a .up_img img {
    aspect-ratio: 16 / 10;
    width: 100%;
    object-fit: cover;
    height: auto;
}
.list_01>li .inner{
	padding: 15px;
}

.n_day{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.n_ctg{
	background-color: #000C69;
	border-bottom: 4px double #fff;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom: 8px;
}







.list_01_a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}




.list_01_a > li {
    max-width: 250px;
    width: 31%;
    margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);	
}
.list_01_a:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.list_01_a>li > a .up_img {
    overflow: hidden;
    width: 100%;
}

.list_01_a>li > a .up_img img {
    aspect-ratio: 16 / 10;
    width: 100%;
    object-fit: cover;
    height: auto;
}
.list_01_a>li .inner{
	padding: 15px;
}









.bg_01{
	background-color: #fff;
	border: 2px solid #000C69;	
	padding: 40px;
	box-shadow: 6px 6px 0 #000C69;
}






.list_02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.list_02>li{
	width: 48%;
	margin-bottom: 15px;
	font-size: 20px;
	color: #000C69;
}
.list_02>li>a{
	text-decoration: underline;
	font-weight: 500;
	color: #000C69;
	font-size: 20px;
}




.list_03{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.list_03>li{
	width: 48%;
	margin-bottom: 15px;
	font-size: 20px;
	color: #222;
}



.list_04{
	display: flex;
	flex-wrap: wrap;
	
}
.list_04>li{
	margin-right: 30px;
	margin-bottom: 15px;
}
.list_04>li>a{
	text-decoration: underline;
	font-weight: 500;
	color: #222;
	font-size: 16px;
}




.list_05{
	display: flex;
	justify-content: center;
	
	flex-wrap: wrap;
}
.list_05>li{
	margin-right: 15px;
	margin-bottom: 15px;
}
.list_05>li a{
	color: #fff;
	background-color: #000C69;
	font-size: 15px;
	display: inline-block;
	padding: 5px 15px;
}


.list_07{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_07>li{
	width: 48%;
	border: 2px solid #222;
	padding: 30px;
	margin-bottom: 30px;
}




.list_08{
	
}
.list_08 li{
	border-bottom: 1px dashed #0E3C96;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list_08 .day{
	font-size: 15px;
	font-weight: 600;
}
.list_08 h3{
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: underline;
}

.list_08 li a:hover h3{
	text-decoration: none;
}




.list_09{
	background-color: rgba(203,203,203,0.2);
}
.list_09 li{
	width: 100%;
}

.list_09 li a{
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 15px;
	display: block;
	font-weight: 600;
	line-height: 1.4em;
	font-size: 15px;
}






/**************/



.table_01{
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.table_01 th{
	font-size: 17px;
	text-align: center;
	padding: 10px;
	background-color: #0E3C96;
	color: #fff;
	border-right: 1px solid #fff;
}
.table_01 td{
	font-size: 16px;
	text-align: left;
	padding: 10px;
	border-right: 1px solid #E5E5E5;
}
.table_01 tr:nth-child(odd) td{
	background-color: #eee;
}

.table_01 .no_b{
	border-right: 0;
}


.tw_01{
	min-width: 100px;
	width: 100px;
}
.tw_02{
	min-width: 300px;
	width: 300px;
}
.tw_03{
	min-width: 60px;
	width: 60px;
}








.table_02{
	border-collapse: collapse;
	width: 100%;
}

.table_02 th{
	min-width: 90px;
	text-align: left;
	color: #000C69;
	font-weight: 600;
	vertical-align: top;
	border-bottom: 2px solid #000C69;
	padding: 10px 0 10px 0;
}

.table_02 td{
	border-bottom: 2px solid #000C69;
	line-height: 1.4em;
	padding: 10px;
}

.table_02{
	
}

/**************/
.s_bnr_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.s_bnr_list li{
	margin: 0 2% 2%;
}
.s_bnr_list li img{
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);	
	max-width: 278px;
	width: 100%;
}




.pan_list {
	width: 100%;
	padding: 4px 0px 8px;
	background-color: #000C69;

}

.pan_list ul {
	max-width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.4em;
}


.pan_list ul li {
	display: inline;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4em;
	position: relative;
	padding-left: 15px;
	margin-left: 8px;
}


.pan_list ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.pan_list ul li:last-child a {
	margin-right: 0;
	color: #fff;
	font-weight: 600;
}

.pan_list ul li a {
	position: relative;
	display: inline;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4em;
}

.pan_list ul li:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background-image: url("../images/common/icon_pan.png");
	width: 6px;
	height: 11px;
	background-size: 100%;
}

.pan_list ul li:first-child:after {
	content: "";
	right: 0;
	background-image: none;
}






/**************/

.btn_01{
	text-align: center;
}
.btn_01 .btn,
.btn_01 a.btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000C69;
  border-radius: 0.5rem;
}
.btn_01 a.btn-border {
  border-radius: 0;
}

.btn_01 a.btn-border:before,
.btn_01 a.btn-border:after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #000C69;
}

.btn_01 a.btn-border:before {
  top: 0;
  left: 0;
}

.btn_01 a.btn-border:after {
  right: 0;
  bottom: 0;
}

.btn_01 a.btn-border:hover:before,
.btn_01 a.btn-border:hover:after {
  width: 0;
}

.btn_01 a.btn:hover{
	opacity: 1;
	background-color: #E4E9F3;
}




.btn_02{
	text-align: center;
	margin-top: 20px;
}
.btn_02 a{
	background-color: #0E3C96;
	color: #fff;
	font-size: 16px;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 500;
}



/**************/
article{
	padding-bottom: 100px;
	padding-top: 75px;
	background-color: #fff;

}
.frame {
	max-width: 1140px;
	padding: 0 20px;
	margin: auto;
}

.w900 {
	max-width: 900px;
	margin: auto;
}




/**************/
#top_head {
	position: fixed;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 1000;
}

#top_head .head_inner {
	position: relative;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	padding: 15px 15px 10px;
}

.head_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	margin: 0 15px;
}

.head_inner h1 img {
	max-width: 360px;
	width: 100%;
}

.head_inner h1 a {
	display: block;
}

#top_head.fixed {
	top: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#top_head.fixed .head_inner {
	margin: 0 15px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.h_sns_icon {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2px;
}

.h_sns_icon a {
	margin-left: 15px;
}

.h_sns_icon img {
	max-width: 36px;
	width: 100%;
}

/***   ***/
.pc_nav {
	width: 100%;
}

.pc_nav > ul {
	display: flex;
	justify-content: flex-end;
	padding: 0 0 0 10px;
}

.pc_nav > ul > li > a {
	color: #222;
	font-weight: 700;
	letter-spacing: 0;
	position: relative;
	font-size: 15px;
	padding: 5px 0 0 18px;
	display: block;
	text-align: center;
	background-image: url("../images/common/g_nav_dot.png");
	background-position: center 52px;
	text-shadow: 0px 3px 2px transparent;
}

.pc_nav > ul > li > a:hover {
	opacity: 1;
	color: #0E3C96;
	text-shadow: 0px 3px 2px rgba(14, 60, 150, 0.3)
}

/**** バーガーメニュ　*******************/

#navToggle {
	display: block;
	position: fixed;
	right: 15px;
	top: 20px;
	width: 30px;
	height: 32px;
	cursor: pointer;
	z-index: 1000000;
}

#navToggle:after {
	content: "MENU";
	font-size: 11px;
	color: #000C69;
	position: absolute;
	font-weight: normal;
	text-align: center;
	width: 30px;
	left: -1px;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	letter-spacing: -0.01em;
	line-height: 1em;
}

#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	/*#navToggle div に対して*/
	width: 100%;
	border-bottom: solid 2px #000C69;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

#navToggle span:nth-child(1) {
	top: 0;
	width: 100%;
}

#navToggle span:nth-child(2) {
	top: 7px;
	width: 100%;
}

#navToggle span:nth-child(3) {
	top: 14px;
	width: 100%;
}

.openNav #navToggle span:nth-child(1) {
	top: 16px;
	width: 100%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0px;
}

/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	right: 0px;
	top: 16px;
	width: 100%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.openNav #navToggle:after {
	content: "";
	text-align: center;
	margin: 0 auto;
	width: 40px;
	left: 0;
	right: 0;
}

.s_logo {
	position: absolute;
	left: 15px;
	top: 9px;
	bottom: 0;
	margin: auto;
	max-height: 46px;
}

.s_logo img {
	max-width: 210px;
	min-width: 210px;
	width: 60%;
}

/*******************/
.sp_head {
	width: 100%;
	height: 70px;
	position: fixed;
	background: #fff;
	border-top: 3px solid #000C69;
	border-bottom: 3px solid #000C69;
	z-index: 99999;
	top: 0;
	display: none;

}

.sp_box {
	position: fixed;
	height: 100%;
	z-index: 20000;
	background-color: rgba(0, 0, 0, 0.55);
	top: 63px;
	width: 100%;
	display: none;
}

.sp_nav {
	display: none;
	position: absolute;
	top: 7px;
	right: -100%;
	width: 100%;
	overflow-y: scroll;
	height: calc(100% - 60px) !important;
}

.sp_nav > ul {
	width: 90%;
	margin: 0 0 0 10%;
	background-color: #f0f8ff;
	z-index: 20000;
	height: 100vh;
}

.sp_nav > ul > li {
	width: 100%;
	border-bottom: 1px solid #000C69;
	line-height: 1.4em;
	background-color: #f0f8ff;
}

.sp_nav > ul > li > a {
	color: #000C69;
	padding: 20px 20px 18px 20px;
	display: block;
	font-weight: 700;
	font-size: 17px;
	position: relative;
}

.sp_nav > ul > li:last-child {
	border-bottom: 0;
	border-top: 4px double #000C69;
}

.sp_box .h_sns_icon {
	padding: 30px 15px;
	justify-content: center;
}

/**************/


.mv_area {
	background-image: url("../images/top/mv_img.jpg");
	background-size: cover;
	background-position: center;
	height: 710px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	position: relative;
	border-bottom: 15px solid #000C69;
}

.mv_txt{
	padding-top: 90px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1.8em;
	font-size: 40px;
	text-shadow: 5px 5px 7px #000;
	font-weight: 500;

}


.top{
	padding-bottom: 0;
	padding-top: 0;
}
.top .box00{
	padding-top: 80px;
	margin-bottom: 100px;
	background: linear-gradient(#f0f8ff, 80%, #fff);
}
.top .box00 .list_08{
	margin-bottom: 40px;
}
.top .box01 {
	background: linear-gradient(#fff, 20%, #f0f8ff);
	padding: 0 0 100px;
}

.top .box01 .inner {


}





.top .box02{
	padding: 100px 0 80px;

}
.top .box02 .frame{
	background-image: url("../images/common/bg_04.jpg");
	background-position: left 30px;
	background-size: 218px;
}

.top .box02 .w900{
	margin-bottom: 50px;
}


.top .box03{
	padding: 100px 0;
	background-color: rgba(203,203,203,0.2);
}

.top .box03 .btn_01{
	margin-top: 30px;
}



/**************/



.page_ttl_area{
	position: relative;
	height: 450px;
	background-position: center;
	background-size: cover;
	background-image: url("../images/top/mv_img.jpg");
}


.page_ttl_area.page_01 {
	background-image: url("../images/common/page_ttl_01.jpg");
}

.page_ttl_area.page_02 {
	background-image: url("../images/common/page_ttl_02.jpg");
}

.page_ttl_area.page_03 {
	background-image: url("../images/common/page_ttl_03.jpg");
}

.page_ttl_area.page_04 {
	background-image: url("../images/common/page_ttl_04.jpg");
}
.page_ttl_area.page_05 {
	background-image: url("../images/common/page_ttl_05.jpg");
}
.page_ttl_area.page_06 {
	background-image: url("../images/common/page_ttl_06.jpg");
}
.page_ttl_area.page_07 {
	background-image: url("../images/common/page_ttl_07.jpg");
}
.page_ttl_area.page_08 {
	background-image: url("../images/common/page_ttl_08.jpg");
}
.page_ttl_area.page_09 {
	background-image: url("../images/common/page_ttl_09.jpg");
}
.page_ttl_area.page_10 {
	background-image: url("../images/common/page_ttl_10.jpg");
	background-position: center bottom;
}
.page_ttl_area.page_11 {
	background-image: url("../images/common/page_ttl_11.jpg");
	background-position: center top;
}




.page_ttl_area .frame{
	position: absolute;
	bottom: 15%;

	right: 0;
	left: 0;
	margin: auto;
}

.page_ttl_area .page_ttl {
	color: #fff;
	font-size: 50px;
	line-height: 1.3em;
	font-weight: 600;
	text-align: center;

}

.page_ttl_area .page_ttl span {
	padding-top: 10px;
	font-size: 20px;
	display: block;
	line-height: 1.4em;
}
/**************/
.pickup .box01 .frame{
	background-image: url("../images/common/bg_04.jpg");
	background-position: left 100px;
	background-size: 218px;
}
.pickup .box01 .txt_c.mb10{
	font-size: 20px;
	font-weight: 600;
	padding-top: 50px;
}

.pickup .box01 .txt_c.mb60{
	font-weight: 600;
	margin-bottom: 60px;
}
.pickup .box01 .inner{
	margin-bottom: 50px;
}
.pickup .box01 .inner:last-child{
	margin-bottom: 0;
}
/**************/

.outline{
/*	background-image: url("../images/common/bg_02.png");
	background-position: center bottom;
	background-size: 1900px;*/
}
.outline .box01 .r_box p{
	margin-bottom: 20px;
}


/**************/

.privacy p{
	margin-bottom: 20px;
}


/**************/


.team .box01{
	margin-bottom: 80px;
	
}
.team .w900 .inner{
	margin-bottom: 50px;
}
.team .w900 .inner:last-child{
	margin-bottom: 0;
}


.team .list_03 a{
	text-decoration: underline;
}

/**************/

.schedule .box01{
	margin-bottom: 80px;
}

.schedule .box02 img{
	width: 100%;
}
/**************/

.document .box01{

}



/**************/



.support .box01{
	margin-bottom: 80px;
}

.support .box02 .type_01{
	align-items: flex-start;
}
.support .box02 ul{
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.support .box02 ul li{
	width: 48%;
}
.support .box02 ul li img{
	max-width: 400px;
}

.support .box02 ul li{
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 2px solid #eee;
	margin-bottom: 50px;
}
.support .box02 ul li:last-child{
	margin-bottom: 0;
}
.support .box02 ul li img{
	margin-bottom: 15px;
}
.support .box02 ul li a p{
	text-decoration: underline;
	font-weight: 600;
	color: #000C69;
}
.support .box02 ul li p{
	font-weight: 600;
	color: #000C69;	
}
/**************/




.slider_area{
	border-top: 5px solid #000C69;
	border-bottom: 5px solid #000C69;
}



.slider {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;

}

.slide-track {
    display: flex;
    animation: scroll 15s linear infinite;
}

.slide {
    flex: 0 0 auto;
    width: 250px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* アニメーション */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



.slider_rl .slide-track {
    display: flex;
    animation: scroll_a 20s linear infinite;
}



@keyframes scroll_a {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}







.info .box01{
	margin-bottom: 60px;
}


.info_single .n_ctg{
	margin-bottom: 15px;
}
.info_ctg .box01{
	margin-bottom: 60px;

}



.news .list_08{
	margin-bottom: 40px;
}


/**** pagenavi ************/

.wp-pagenavi {
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
}

.wp-pagenavi a {
	background-color: #fff;
	border: 1px solid #000C69;
	color: #000C69;
	font-weight: normal;
	padding: 5px 13px;
	margin: 5px;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 18px;
	border-radius: 50px;
	line-height: 1.5em;
}

.wp-pagenavi span {
	padding: 9px 0px;
	margin-bottom: 10px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
	padding: 5px 13px;
	border: 1px solid #000C69;
	background-color: #000C69;
	color: #fff;
	opacity: 1;
	font-size: 18px;
	display: inline-block;
	border-radius: 50px;
	line-height: 1.5em;
}

/*******************/

.editor {
	margin-top: 50px;
	padding: 0;
	word-break: break-all;
	margin-bottom: 50px;
}

.editor img {
	height: auto;
	margin: 40px auto 50px;
	max-width: calc(100% - 14px);
	display: block;
	border-radius: 10px;
}

.editor a {
	color: #007ac7;
	text-decoration: underline;
}


.editor p {
	margin-bottom: 20px;
}

.editor p:last-child {
	margin-bottom: 0;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
	border: none;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
}

.editor h1:after,
.editor h2:after,
.editor h3:after,
.editor h4:after,
.editor h5:after,
.editor h6:after {
	display: none;
}
.editor h1{
	color: #0E3C96;
	font-size: 22px;
}
.editor h2 {
	background-color: #eee;
	padding: 10px;
	line-height: 1.4em;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}

.editor h3 {
	color: #0E3C96;
	font-size: 20px;
	line-height: 1.4em;
	border-left: 10px solid #0E3C96;
	padding-left: 10px;
	font-weight: 600;
	margin-bottom: 12px;
}

.editor h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #d9d8d8;
	border-radius: 5px;
	color: #0E3C96;
}
.editor h5{
	color: #0E3C96;
	font-weight: bold;
	font-size: 18px;
}
.editor h6{
	color: #C41313;
	font-weight: bold;
	font-size: 16px;	
}
.editor .wp-block-table thead {
	border: none;
}

.editor table {
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #ccc;
	margin-bottom: 40px;
}

.editor table th {
	background-color: #eee;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	padding: 12px 10px;
	border: 1px solid #ccc;
	width: 250px;
	letter-spacing: 0.05em;
	font-size: 16px;
}

.editor table td {
	text-align: left;
	vertical-align: middle;
	padding: 13px 15px 13px 25px;
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 1.6em;
}

.editor strong {
	/*    color: #007AC7;*/
	font-weight: bold;
}

.editor em {
	font-style: italic;
}

.editor ul,
.editor ol {
	margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
	padding: 0px 30px 0px 20px;
	margin-left: 20px;
	position: relative;
	list-style: none;
}

.editor ul li:before {
	content: "・";
	color: #007ac7;
	position: absolute;
	left: -7px;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
}

.editor ol {
	counter-reset: editor_number;
}

.editor ol li {
	margin-left: 10px;
	padding: 0 30px 0 28px;
}

.editor ol li:before {
	counter-increment: editor_number;
	content: counter(editor_number) ".";
	color: #007ac7;
	position: absolute;
	left: 0;
	width: 24px;
	text-align: right;
}

.editor blockquote {
	background-color: #f4f4f4;
	padding: 50px;
	margin: 0px 0px 30px 0px;
	position: relative;
}

.editor blockquote:before {
	content: url("../images/common/icon_bq_b.png");
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
}

.editor blockquote:after {
	content: url("../images/common/icon_bq_a.png");
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
}

.editor blockquote cite {
	text-align: right;
	font-style: normal;
	display: block;
	font-size: 14px;
}

.editor blockquote p {
	font-size: 16px;
}

.editor blockquote p:last-child {
	margin-bottom: 0;
}

.editor .aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

.editor .alignleft,
.editor img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-bottom: 15px;
}

.editor .alignright,
.editor img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-bottom: 15px;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
	margin-bottom: 12px;
}

.editor .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}

.editor .wp-caption img {
	margin: 5px 5px 0;
}

.editor .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.editor .wp-block-embed iframe {
	width: 100%;
}




/******************/


.common_contact{
	background-color: rgba(203,203,203,0.2);
	padding: 100px 0;
	text-align: center;
	background-image: url("../images/common/f_bg_logo.png");
	background-size: 2440px;
	background-position: center;
	background-repeat: repeat-x;
}
.common_contact .f_mail{
	margin-top: 15px;
	margin-bottom: 20px;
}
.common_contact .f_mail img{
	max-width: 575px;
	width: 100%;
}

















/******************/


footer {
	padding: 100px 0;
	background-image: url("../images/common/f_bg_img.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
}

footer .f_logo img{
	max-width: 326px;
	width: 100%;
	margin: 0 10px;
}


.sns_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sns_link img{
	max-width: 82px;
	width: 100%;
}


.f_nav{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.f_nav>li{
	margin: 0 10px;
}
.f_nav a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}







/*******************/
#page_top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 300;
}

#page_top img {
	max-width: 62px;
	width: 100%;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.copy {
	background-color: #000C69;
	font-size: 11px;
	text-align: center;
	line-height: 1.4em;
	padding: 15px;
	color: #fff;
}





.bnr_area{
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding-top: 80px;
	padding-bottom: 80px;
}
.bnr_area .bnr_top{
	margin-bottom: 50px;
}
.bnr_area .bnr_top img{
	max-width: 900px;
	width: 100%;
}
.bnr_area .bnr_center{
	margin-bottom: 40px;
}
.bnr_area .bnr_center img{
	max-width: 500px;
	width: 100%;
}


.bnr_area .bnr_bottom img{
	max-width: 350px;
	width: 100%;
}
.bnr_area .bnr_bottom>ul{
	display: flex;
	justify-content: center;
}
.bnr_area .bnr_bottom>ul>li{
	margin: 0 10px 15px;
}



.side_bnr{
	position: fixed;
	right: 0;
	bottom: 8%;
}
.side_bnr img{
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	max-width: 61px;
	width: 100%;
}


#t_link_00,
#t_link_06,
#t_link_01,
#t_link_02,
#t_link_03,
#t_link_04,
#t_link_05,
#t_link_07{
	margin-top: -130px;
	padding-top: 130px;
}



/*-------------------------------
media
--------------------------------*/
.sp_on {
	display: none;
}

.scroll_txt{
	display: none;
}
@media (max-width: 1100px) {
	.head_inner h1 img {
		max-width: 300px;
	}
	.mv_txt{
		font-size: 30px;	
	}
	.pc_nav > ul > li > a{
		font-size: 14px;
	}
}



@media (max-width: 980px) {
	.head_inner {
		display: none;
	}

	.sp_head,
	.sp_nav {
		display: block;
	}

	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#top_head{
		display: none;
	}


}

@media (min-width: 981px) {
	.sp_nav {
		display: none !important;
	}

	.sp_box {
		display: none !important;
	}
}


@media (max-width: 767px) {
	body {
		min-width: 100%;
		font-size: 15px;
	}


	p {
		line-height: 1.7em;
		color: #222222;
		font-size: 15px;
	}

	.pc_on {
		display: none;
	}

	.float_sb,
	.float_sa,
	.float_ce,
	.float_en,
	.float_ft,
	.type_04,
	.type_05,
	.type_01,
	.type_07{
		display: block;
	}

	.type_06{
		align-items: flex-start;
	}
	
	
	
	.type_01 .l_box{
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.type_01 .r_box{
		width: 100%;
		max-width: 100%;
	}
	
	
	
	
	
	
	.sp_on {
		display: block;
	}

	.pc_on {
		display: none;
	}
	
	
	
	.s_bnr_list {
		justify-content: space-between;
	}
	.s_bnr_list li{
		width: 46%;
		margin: 0 2% 3%;
		
	}
	.s_bnr_list li img{
		max-width: 100%;
		width: 100%;
	}
	
	
	
	.ttl_01{
		font-size: 28px;
	}
	.ttl_01 span{
		font-size: 20px;
	}
	.ttl_02{
		font-size: 20px;
	}
	
	.ttl_03_a,
	.ttl_03{
		font-size: 20px;
	}
	
	.ttl_06{
		font-size: 17px;
	}
	
	
	
	
	
	
	
	.type_03{
		display: block;
	}
	
	.type_03 .r_box {
		width: 100%;
	}

	.type_03 .l_box {
		width: 100%;
		margin: auto;
		margin-bottom: 30px;
	}
	
	.type_03 .l_box img{
		display: block;
		
	}
	.type_04 .r_box img, .type_04 .l_box img, .type_05 .r_box img, .type_05 .l_box img{
		display: block;
		margin: auto;
	}
	
	.type_04 .l_box{
		width: 100%;
		max-width: 100%;
	}
	.type_04 .r_box{
		width: 100%;
		max-width: 100%;
	}
	
	
	
	.type_07 .l_box{
		width: 100%;
	}
	.type_07 .r_box{
		width: 100%;
	}
	.type_07 .l_box img{
		display: block;
		margin: auto;
		margin-bottom: 30px;
	}
	
	
	
	
	.list_01 > li,
	.list_01_a li{
		width: 48%;
		max-width: 100%;
	}
	
	.list_01 > li .ttl_04{
		line-height: 1.3em;
		font-size: 15px;
	}
	.n_day{
		font-size: 14px;
	}
	.n_ctg{
		font-size: 12px;
	}
	
	

	
	
	.list_02>li{
		font-size: 16px;
	}
	.list_02>li>a{
		font-size: 16px;
	}
	
	.list_03{
		display: block;
	}
	.list_03>li{
		width: 100%;
		font-size: 17px;
		margin-bottom: 10px;
	}
	
	.list_05{
		justify-content: space-between;
	}
	.list_05>li{
		margin-right: 0;
		margin-bottom: 5px;
		width: 49%;
	}
	
	.list_05>li a{
		width: 100%;
		display: block;
		font-size: 14px;
	}
	
	
	
	.list_07{
		display: block;
	}
	.list_07>li{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 30px;
		padding: 20px;
	}
	
	
	
	.scroll_txt {
		display: block;
		color: #CC0000;
		font-size: 12px;
		font-weight: bold;
		margin: 20px 0 10px;
	}
	table.table_01 th,
	table.table_01 td {
		white-space: nowrap;
	}
	
	.scroll-table {
		overflow-x: auto;
		width: 100%;
	}
	.scroll-table::-webkit-scrollbar {
		height: 5px;
	}
	.scroll-table::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.scroll-table::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.scroll-table::-webkit-scrollbar-thumb {
		background: #888;
	}
	
	
	
	
	
	.bg_01{
		padding: 20px;
	}
	
	
	
	
	.bnr_area .bnr_bottom>ul{
		display: block;
	}
	.bnr_area .bnr_top{
		margin-bottom: 30px;
	}
	
	
	.page_ttl_area .page_ttl{
		font-size: 35px;
	}
	
	
	
	
	
	.column_area .frame{
		display: block;
	}
	.column_area .main_area{
		width: 100%;
		max-width: 100%;
		margin-bottom: 60px;
	}
	.column_area .side_area{
		max-width: 400px;
		width: 100%;
		margin: auto;
	}
	
	
	
	.mv_area{
		height: 450px;
	}
	
	
	.mv_txt{
		font-size: 22px;
		line-height: 1.5em;
		padding: 50px 20px 0;
	}
	
	.top .box01 .inner{
		padding: 10px;
	}
	
	

	.top .s_bnr_list{
		justify-content: center;
	}


	
	.team .list_03>li{
		text-indent: -1em;
		padding-left: 20px;
	}
	
	
	
	
	
	
	
	
	
	
	.btn_01 .btn,
	.btn_01 a.btn {
		font-size: 16px;
	}
	
	.btn_02 a{
		font-size: 14px;
	}
	
	
	
	
	.top .box02 .frame{
		background-image: none;
	}
	.top .box02 .bg_01{
		max-width: 500px;
		margin: auto;
	}
	
	
	
	
	.support .box02 .type_01 .l_box{
		margin-bottom: 70px;
	}
	
	
	
	
	
	
	
	
	
	.editor h1{
		font-size: 20px;
	}
	.editor h2,
	.editor h3{
		font-size: 18px;
	}
	
	.editor table th {
		width: 100px;
		font-size: 15px;
	}
	.editor table td{
		font-size: 15px;
	}
	
	
	.side_bnr{
		display: none;
	}
	
	.copy{
		padding: 15px 40px;
	}
	

	footer .f_logo img{
		max-width: 326px;
		width: 100%;
		margin: 0 auto;
	}
	#page_top img{
		max-width: 40px;
	}
	
}





@media (max-width: 400px) {
	.list_01 > li,
	.list_01_a li{
		width: 100%;
		margin-bottom: 30px;
	}
}
