@charset "UTF-8";
/*
	font-family: "Zen Old Mincho", serif;
*/

* {
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0.05em;
	background-image: url("../images/common/bg_body.jpg");
	background-repeat: repeat;
	background-size: 283px;
}

p {
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0.05em;
}

a {
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.s 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);

}

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

/**************/
.f10 {
	font-size: 10px !important;
}

.f11 {
	font-size: 11px !important;
}

.f12 {
	font-size: 12px !important;
}

.f13 {
	font-size: 13px !important;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px !important;
}

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

.f17 {
	font-size: 17px !important;
}

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

.f19 {
	font-size: 19px !important;
}

.f20 {
	font-size: 20px !important;
}

.f21 {
	font-size: 21px !important;
}

.f22 {
	font-size: 22px !important;
}

.f23 {
	font-size: 23px !important;
}

.f24 {
	font-size: 24px !important;
}

.f25 {
	font-size: 25px !important;
}

.f26 {
	font-size: 26px !important;
}

.f27 {
	font-size: 27px !important;
}

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

.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;
}

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

.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;
}

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

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

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

.type_02 .r_box {
    max-width: 525px;
    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: 525px;
    width: 100%;
}


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

.type_03 .r_box{
    max-width: 800px; 
    width: 74%;
}

.type_03 .l_box{
    max-width: 250px;
    width: 23%;
}

.type_03 .l_box img{
	max-width: 250px;
	width: 100%;
}


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

.type_04 .r_box{
    max-width: 730px; 
    width: 73%;
}

.type_04 .l_box{
    max-width: 250px;
    width: 25%;
}

.type_04 .l_box img{
	max-width: 250px;
	width: 100%;
}



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

.frame {
    max-width: 1130px;
    padding: 0 15px;
    margin: auto;
}

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

.w700 {
    max-width: 700px;
    margin: auto;
}



.bg_a{
	background-color: #fff;
	padding: 30px;
}
.bg_b{
	background-color: #fff;
	padding: 40px;
}

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



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

.table_01 th{
	font-size: 16px;
	font-weight: 600;
	width: 280px;
	text-align: left;
	padding: 25px 20px;
	border-bottom: 1px solid #333333;
}


.table_01 td{
	font-size: 16px;
	font-weight: 400;	
	padding: 25px 20px;
	border-bottom: 1px solid #333333;
}




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


.link_01{
	background-image: url("../images/common/icon_03.png");
	background-position: left 8px;
	background-size: 24px;
	padding-left: 30px;
}

.link_01 a{
	text-decoration: underline;
	color: #123170;
	font-weight: 600;
}




.btn_01 a{
    background-color: #123170;
    border-radius: 50px;font-size: 14px;
	font-weight: 600;
    color: #fff;
    text-align: left;
    max-width: 250px;
    margin: 40px auto 0;
	position: relative;
	display: block;
	padding: 10px 10px 10px 30px;
}

.btn_01 a:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/btn_icon_w.png");
	width: 23px;
	height: 10px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 100%;
}

.btn_01 a:hover{
	opacity: 1;
	background-color: #02A0E7;
}



.btn_03 a{
    background-color: #fff;
    border-radius: 50px;font-size: 14px;
	font-weight: 600;
    color: #123170;
    text-align: left;
    max-width: 250px;
    margin: 30px auto 0;
	position: relative;
	display: block;
	padding: 10px 10px 10px 30px;
}

.btn_03 a:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/btn_icon.png");
	width: 23px;
	height: 10px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 100%;
}

.btn_03 a:hover{
	opacity: 1;
	background-color: #FFF200;
}






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









.ttl_01{
	text-align: center;
	font-size: 34px;
	line-height: 1.6em;
	color: #123170;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 30px;
}


.ttl_02{
	font-family: "Zen Old Mincho", serif;
	color: #123170;
	font-size: 42px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}

.ttl_02 span{
	display: block;
	color: #02A0E7;
	font-size: 30px;
	line-height: 1.6em;
	padding-top: 30px;
	margin-top: 20px;
	background-image: url("../images/common/icon_02.png");
	background-size: 20px;
	background-position: top center;
}




.ttl_03{
	font-family: "Zen Old Mincho", serif;
	color: #123170;
	background-image: url("../images/common/icon_02.png");
	background-size: 20px;
	background-position: bottom center;
	text-align: center;
	font-size: 30px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	line-height: 1.6em;
}


.ttl_05{
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 30px;
	background-image: url("../images/common/ttl_05_img.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: 9px;
}

.ttl_05 img{
	max-width: 71px !important;
	width: 100%;
}


.ttl_06{
	font-size: 20px;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
}
.ttl_07{
	color: #9A9A9A;
	font-size: 12px;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.3em;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.ttl_08{
	font-size: 24px;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.ttl_08 span{
	font-size: 12px;
	color: #9A9A9A;
	padding-left: 10px;
}



.ttl_10 {
	position: relative;
	width: 150px;
	margin-bottom: 8px;
	padding: 9px 10px;
	border: 2px solid #02A0E7;
	border-radius: 9999px;
	background-color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #02A0E7;
	margin: 0 auto 20px;
	font-family: "Zen Old Mincho", serif;

}

.ttl_10::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #02A0E7 transparent transparent;
  translate: -50% 100%;
}

.ttl_10::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 5.1px 4.8px 0 4.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.ttl_11{
	font-family: "Zen Old Mincho", serif;
	font-size: 26px;
	line-height: 1.5em;
	margin-bottom: 24px;
}

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

.list_a{
	
}
.list_a p {
	background-image: url("../images/common/icon_04.png");
	background-size: 6px;
	padding-left: 16px;
	background-position: left 9px;
	line-height: 1.5em;
	margin-bottom: 8px;
	font-size: 16px;
	background-repeat: no-repeat;
}
.list_a p:last-child{
	margin-bottom: 0;
}











.list_01{
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	
}
.list_01:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.list_01 li{
	max-width: 340px;
	width: 32%;

}

.list_01 li .up_img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 34 / 23;
	object-fit: cover;
}

.list_01 li .year_a{
	font-family: "Zen Old Mincho", serif;
	font-size: 14px;
	font-weight: 700;
	margin: 13px 0 5px;
	line-height: 1.3em;
}


.list_01 li p{
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
}












.list_03{
	
}

.list_03 li{

	margin-bottom: 10px;

}
.list_03 li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 10px;

}
.list_03 li .up_img{
	max-width: 195px;
	width: 27%;
}
.list_03 li .up_img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 39 / 28;
	object-fit: cover;
}


.list_03 li .ttl_box{
	max-width: 500px;
	width: 70%;
}
.list_03 li .day_a{
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 5px;
}

.list_03 li p{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
}






.list_04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_04::after,
.list_04::before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}
.list_04::before {
    order: 1;
}
.list_04 li{
	width: 23%;
	max-width: 250px;
	background-color: #fff;
}
.list_04 li a{
	background-color: #fff;
	padding: 30px 15px;
	display: block;

}

.list_04 li a:hover{

}
.list_04 li .up_img{

	max-width: 190px;
	margin: 0 auto 15px;
}
.list_04 li .up_img img{
	border-radius: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;

}
.list_04 li p{
	line-height: 1.7em;
	font-size: 13px;
}

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

.bnr_500 img{
	max-width: 500px;
	width: 100%;
	margin: auto;
	display: block;
}


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







.h_pc_area{
	padding: 30px 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

.h_btn a{
	background-color: #FFF200;
	border-radius: 50px;
	padding: 1px 20px 8px;
	display: block;
	border: 2px solid #FFF200;
}
.h_btn a:hover{
	background-color: #fff;
	opacity: 1;
	border: 2px solid #123170;
}

.h_btn img{
	max-width: 117px;
	width: 100%;
}
.head_inner{
	max-width: 1440px;
	width: 100%;
	border-radius: 50px;
	background-color: #fff;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);	
}

.head_inner h1{
	margin-right: auto;
}
.head_inner h1 img{
	max-width: 271px;
	width: 100%;
}



.pc_nav ul{
	display: flex;
}
.pc_nav ul li {
	margin-right: 25px;
}
.pc_nav ul li a{
	font-size: 14px;
	font-weight: 600;
	color: #123170;
}

.pc_nav ul li a:hover{
	opacity: 1;
	color: #02A0E7;
}













.h_sp_area{
	position: fixed;
	left: 0;
	right: 0;
	top: 15px;
	margin: auto;
	z-index: 10000;
}
.sp_head {
	height: 60px;

	background: #fff;
	z-index: 99999;
	display: none;
	box-shadow: 0 0 6px rgba(000, 000, 000, 0.2);
	border-radius: 100px;
	width: 100%;

}

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

.sp_nav {
	padding-top: 60px;
	display: none;
	position: absolute;
	top: 0;
	right: -100%;
	overflow-y: scroll;
	/*height: calc(100% - 60px) !important;*/
	height: 100%;
	padding-bottom: 100px;
	background-color: #123170;
	width: 90%;
	max-width: 400px;
}

.sp_nav > ul {
	width: 100%;
	z-index: 20000;
	height: 100vh;

}

.sp_nav > ul > li {
	width: 100%;
	line-height: 1.4em;
	background-color: #123170;
	text-align: center;
}

.sp_nav > ul > li > a {
	color: #fff;
	padding: 14px 20px 12px 25px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}
.sp_nav > ul > li:last-child{
	margin-bottom: 100px;
	padding-top: 20px;
}
.sp_nav > ul > li.f_icon > a span{
	background-image: url("../images/common/icon_01.png");
	padding-right: 17px;
	background-position: right 6px;
	background-size: 11px;
}

.sp_nav .h_btn a{
	
}
.sp_nav .h_btn a{
	margin: 10px auto;
	max-width: 170px;
	background-color: #FFF200;
	border-radius: 50px;
	padding: 4px 20px 8px;
	display: block;
	border: 2px solid #FFF200;
}
.sp_nav .h_btn a:hover{
	background-color: #fff;
	opacity: 1;
	border: 2px solid #fff;
}

.sp_nav .h_btn img{
	max-width: 117px;
	width: 100%;
}



.s_logo {
	position: absolute;
	left: 40px;
	top: 14px;
}

.s_logo img {
	max-width: 173px;
	width: 100%;
}



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

#navToggle {
	display: block;
	position: fixed;
	right: 35px;
	top: 32px;
	width: 30px;
	height: 27px;
	cursor: pointer;
	z-index: 1000000;
	padding: 4px;

}



#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	/*#navToggle div に対して*/
	width: 100%;
	border-bottom: solid 2px #123170;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .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: 8px;
	width: 100%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0px;
	border-bottom: solid 2px #fff;
}


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

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

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


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

.page_ttl_area{
	background-color: #123170;
	height: 300px;

}

.page_ttl_area .inner{
	height: 300px;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}

.page_ttl_area .page_ttl{
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.1em;
	padding-top: 120px;
}
.page_ttl_area .page_ttl span{
	display: block;
	font-size: 20px;
	margin-top: 20px;
	letter-spacing: 0.07em;
}
/**************/


.pan_list {
	width: 100%;
	padding: 4px 0px 8px;

}

.pan_list ul {
	padding: 0 15px;
	margin: 0 auto;
	line-height: 1.4em;
}


.pan_list ul li {
	display: inline;
	color: #123170;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4em;
	position: relative;
	padding-left: 15px;
	margin-left: 8px;
	font-family: "Zen Old Mincho", serif;
}


.pan_list ul li:first-child {
	padding-left: 0;
	margin-left: 0;
	font-family: "Zen Old Mincho", serif;
}

.pan_list ul li:last-child a {
	margin-right: 0;
	color: #123170;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
}

.pan_list ul li a {
	position: relative;
	display: inline;
	color: #123170;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4em;
	font-family: "Zen Old Mincho", serif;
}

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

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


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

article{
	padding-top: 60px;
	padding-bottom: 120px;
}











.mv_area{
	background-image: url("../images/top/mv_img_01.png");
	background-position: left top;
	background-size: 570px;
	padding: 140px 0 0 60px;
	position: relative;
}

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

.mv_area .mv_inner{
	height: 730px;
	max-width: 1240px;
	margin: auto;
	position: relative;
}
.mv_area .mv_inner .mv_txt_l{
	position: absolute;
	bottom: 60px;
	left: 20px;
}
.mv_area .mv_inner .mv_txt_r{
	position: absolute;
	top: 60px;
	right: 20px;
}
.mv_area .mv_inner .mv_txt_l img{
	max-width: 370px;
	width: 100%;	
}
.mv_area .mv_inner .mv_txt_r img{
	max-width: 281px;
	width: 100%;
}


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

.top .bg_01{
	background-image: url("../images/top/bg_01.png");
	background-size: 846px;
	background-position: right 100px;
	padding: 40px 0 0;
}
.top .bg_02{
	background-image: url("../images/top/bg_02.png");
	background-size: 846px;
	background-position: left 100px;
	padding: 50px 0 0;
}

.top .box01{
	margin-bottom: 70px;
}
.top .box01 p{
	line-height: 2.3em;
}
.top .box02{
	padding-bottom: 120px;	
}
.top .box03{
	padding-bottom: 120px;
}
.top .slide_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
	margin-bottom: 120px;
}
.top .slide_wrapper img{
	max-width: 2240px;
	width: 100%;
}
.top .slide_track {
    display: flex;
    width: calc(200%);
    animation: slideAnim 30s linear infinite;
}

.top .slide_track img {
    flex-shrink: 0;
}

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




.top .box04{
    height: 816px;
    margin-bottom: 70px;
    position: relative;
    background-image: url("../images/top/bg_03.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



.top .box04 .frame{
	height: 816px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top .box04 .type_02{
	align-items: center;
}
.top .box04 p{
	color: #fff;
}



.top .box05{
	padding-bottom: 120px;
}

.top .box06{
	height: 400px;
	background-image: url("../images/top/bg_04.jpg");
	background-position: center;
	background-size: cover;
	margin-right: 60px;
	margin-bottom: 120px;
}




.top .box07 .float_sb .l_box{
	max-width: 250px;
	width: 25%;
}
.top .box07 .float_sb .r_box{
	max-width: 750px;
	width: 70%;
}
/**************/
.overview{
	padding-bottom: 0;
}
.overview .box01{
	background-image: url("../images/overview/bg_01.png");
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 130px;
}

.overview .box01 .img01{
	margin-top: 80px;
	height: 600px;
	background-image: url("../images/overview/img_01.png");
	background-position: center;
	background-size: 1880px;
}
.overview .box02{
	margin-bottom: 120px;
}

.overview .box02 .type_03{
	margin-bottom: 60px;
}
.overview .box03{
	height: 400px;
	background-image: url("../images/overview/img_02.jpg");
	background-position: center;
	background-size: cover;
	margin-right: 60px;
	margin-bottom: 120px;
}
.overview .box04{
	margin-bottom: 120px;
}

.overview .box04 .bg_a{
	padding: 70px 30px 60px;
}

.overview .box04 ul{
	background-image: url("../images/overview/line_01.jpg");
	background-repeat: repeat-y;
	background-position: 47px top;
	background-size: 2px;
}
.overview .box04 ul li{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.overview .box04 ul li .img_icon{
	width: 100px;
}
.overview .box04 ul li .img_icon img{
	max-width: 100px;
	width: 100%;
}

.overview .box04 ul li p{
	width: 85%;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
}

.overview .box04 ul li p span{
	font-size: 14px;
}

.overview .box04 ul li p small{
	padding-left: 20px;
}

.overview .box05{
	background-color: #fff;
	padding: 60px 0 60px;
}
.overview .box05 .bnr_500{
	text-align: center;
}
.overview .box05 .bnr_500 a{
	display: inline-block;
}
/**************/


.privacy .inner{
	margin-top: 40px;
}














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

.news .list_03 li .up_img{
	width: 23%;
}
.news .list_03 li .ttl_box{
	max-width: 650px;
	width: 74%;
}


.news_single .day_a{
	margin-bottom: 10px;
	font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
}


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

.ttl_year{
	display: flex;
	font-family: "Zen Old Mincho", serif;
	align-items: flex-start;
	margin-bottom: 20px;
}

.ttl_year span{
	display: inline-block;
	background-color: #123170;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	padding: 10px 15px;
	margin-right: 15px;
	min-width: 105px;
}
.ttl_year p{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4em;
}

.report .inner{
	padding-top: 120px;
	margin-top: -120px;
}

.report .inner{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 3px;
	border-bottom: 2px solid #D6D6D6;
}
.report .inner:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.youtube_box{
	margin-bottom: 20px;
}
.youtube_box iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 9 / 5;
}


.report .link_area{
	display: flex;
	flex-wrap: wrap;
}

.report .link_area .link_01{
	margin-right: 20px;
}







/**************/
.member .box01{
	margin-bottom: 80px;
}
.member .box01:last-child{
	margin-bottom: 0;
}
.member .inner{
	margin-bottom: 20px;
}

.member .inner .type_04{
	align-items: flex-start;
}
.member .inner .type_04 .l_box.up_img img {
	max-width: 250px;
	aspect-ratio: 25 / 27;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
    
.member .inner .ttl_08{
	margin-bottom: 8px;
}


.member .inner div.f14.mb20{
	line-height: 1.6em;
}


.member .inner{
	padding-top: 120px;
	margin-top: -120px;
}

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

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

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

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



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




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

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

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

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

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





/**************/
.wp-pagenavi {
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	font-family: "Zen Old Mincho", serif;
}

.wp-pagenavi a {
	background-color: #fff;
	border: 1px solid #123170;
	color: #123170;
	font-weight: normal;
	padding: 2px 8px;
	margin: 7px 3px;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: "Zen Old Mincho", serif;
}

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

.wp-pagenavi .current,
.wp-pagenavi a:hover {
	padding: 2px 8px;
	border: 1px solid #123170;
	background-color: #123170;
	color: #fff;
	opacity: 1;
	font-size: 14px;
	display: inline-block;
	margin: 7px 3px;
	font-family: "Zen Old Mincho", serif;
}


.wp-pagenavi .nextpostslink,
.wp-pagenavi a.nextpostslin:hover,
.wp-pagenavi .previouspostslink{
	padding: 2px 4px !important;
}








































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

.editor {
    padding: 0;
    word-break: break-all;
}

.editor img {
    height: auto;
    margin: 0px auto 20px;
    display: block;
	max-width: 100%;
}

.editor a {
    color: #123170;
    text-decoration: underline;
	font-weight: 600;
}

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

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    border: none;
    text-align: left;
    padding: 0;
	font-weight: 700 !important;
	font-family: "Zen Old Mincho", serif;
}

.editor h1:after,
.editor h2:after,
.editor h3:after,
.editor h4:after,
.editor h5:after,
.editor h6:after {
    display: none;
}
.editor h1{
	color: #333333;
	border-bottom: 6px double #123170;
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.editor h2 {
    background-color: #DBDEE5;
    padding: 10px;
    line-height: 1.4em;
    font-size: 22px;
    margin-bottom: 20px;
}

.editor h3 {
	font-size: 20px;
    line-height: 1.4em;
    border-top: 2px solid #123170;
    border-bottom: 2px solid #123170;
    margin-bottom: 15px;
	padding: 6px 10px;
    color: #123170;
}

.editor h4 {
    margin-bottom: 15px;
    border-left: 6px solid #123170;
    color: #123170;
	padding-left: 13px;
	font-size: 18px;
}


.editor h5 {
    margin-bottom: 15px;
    color: #123170;
	background-image: url("../images/common/icon_05.png");
	background-size: 12px;
	background-position: left 10px;
	font-size: 18px;
	padding-left: 20px;
}


.editor h6 {
    margin-bottom: 15px;
    color: #123170;
	font-size: 16px;
}



.editor .wp-block-table thead {
    border: none;
}

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

.editor table th {
    background-color: #DDECF8;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    border: 1px solid #123170;
    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 #123170;
    line-height: 1.6em;
}

.editor strong {
	color: #123170;
    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;
    position: relative;
    list-style: none;
}

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

.editor ol {
    counter-reset: editor_number;
}
.editor ol li{
    padding: 0 30px 0 28px;
}
.editor ol li:before {
    counter-increment: editor_number;
    content: counter(editor_number)".";
    color: #02A0E7;
    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%;
}

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

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



.cont_form th {
    padding: 35px 29px 35px;
    text-align: left;
    font-size: 18px;
    min-width: 300px;
    line-height: 1.4em;
    position: relative;
    vertical-align: top;
}

.cont_form td {
    padding: 23px 0 23px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
}

.cont_form td .txt_l {
    margin-bottom: 15px;
}

.cont_form .required_icon:after {
    content: "必須";
    position: absolute;
    width: 36px;
    background-color: #F58470;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    padding: 4px 3px 0px;
    font-weight: bold;
    height: 21px;
    right: 0;
    top: 37px;
    margin: auto 0;
    text-align: center;
}


.cont_form input,
.cont_form textarea {
    padding: 15px 10px;
    width: 100%;
    background-color: #F7F7F7;
    font-size: 14px;
    color: #9FA0A0;


}

.cont_form input[type="file"] {
    background-color: #fff;
}

.cont_form input[type="radio"],
.cont_form input[type="checkbox"] {
    width: auto;
}


.cont_form .type1 {
    width: 45%;
}


.cont_form_btn {
    width: 220px;
    margin: 50px auto 0;
    position: relative;
}

.cont_form_btn input[type="submit"] {
    width: 220px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    background-image: url("../images/common/submit.png");
    background-size: 220px 55px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.05em;
}




.cont_form_btn {
    width: 260px;
    margin: 30px auto 0;
    position: relative;
}

.cont_form_btn input[type="submit"] {
    width: 260px;
    height: 54px;
    font-size: 15px;
    font-weight: 600;
    color: #1C2363;
    text-align: center;
    position: relative;
    background-image: url("../images/common/submit.png");
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.05em;
}




.cont_form_btn input[type="submit"]:hover {
    opacity: 0.7;
}

.privacy_box {
    overflow: auto;
    width: 100%;
    height: 250px;
    padding: 30px 30px;
    background-color: #F7F7F7;
    color: #333;
    font-size: 14px;
}

.privacy_box .f18 {
    font-weight: bold;
    margin-bottom: 10px;
}

.privacy_box p {
    margin-bottom: 15px;
}







/*******************/
.cont_form .cp_ipselect {
    width: 50%;
    text-align: center;
}

.cont_form .cp_ipselect select {
    padding: 15px 10px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cont_form .cp_ipselect select::-ms-expand {
    display: none;
}

.cont_form .cp_ipselect.cp_sl01 {
    position: relative;
    background: #F7F7F7;
    width: 100%;
    text-align: left;
}

.cont_form .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 16px;
    width: 0;
    height: 0;
    padding: 0;
    color: #333333;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    pointer-events: none;
    font-weight: bold;
}

.cont_form .cp_ipselect.cp_sl01 select {
    padding: 15px 38px 15px 8px;
    color: #333333;
    font-weight: normal;
}

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

.contact .check_area .check {
    position: relative;
    padding-left: 22px;
    margin-top: 20px;
}

.contact .check_area .check span {
    position: relative;
    font-weight: normal;
    font-size: 16px;
}

.contact .check_area label .checkbtn[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.contact .check_area label span {
    display: inline-block;
    font-weight: bold;
    padding-left: 4px;
}

.contact .check_area label .checkbtn[type="checkbox"] + span::before,
.contact .check_area label .checkbtn[type="checkbox"] + span::after {
    position: absolute;
    top: 7px;
    left: -18px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.contact .check_area label .checkbtn[type="checkbox"] + span::before {
    z-index: 0;
    width: 15px;
    height: 15px;
    border: 1px #000 solid;
    border-radius: 3px;
    background-color: #fff;
}

.contact label .checkbtn[type="checkbox"] + span::after {
    z-index: 1;
    margin: 2px 4px;
    width: 6px;
    height: 8px;
}

.contact .check_area label .checkbtn[type="checkbox"]:checked + span::before {
    background-color: #000;
}

.contact .check_area label .checkbtn[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




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



.entry_box{

	padding: 80px 0;
	background-image: url("../images/common/foot_bg.jpg");
	background-size: cover;
	background-position: center;
}

.entry_box h2{
	text-align: center;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 25px;
	background-image: url("../images/common/foot_mail_icon.png");
	background-size: 30px;
	background-position: top center;
	padding-top: 40px;
}

.entry_box p{
	text-align: center;
	color: #fff;
}











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

footer{
	background-color: #fff;
}

footer .foot_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0 60px;
}

footer .foot_inner .l_right{
	max-width: 160px;
	width: 15%;	
}
footer .foot_inner .f_right{
	max-width: 860px;
	width: 80%;
}
footer .foot_inner h2 img{
	max-width: 160px;
	width: 100%;
}

footer .foot_inner .f_right .foot_nav{
	display: flex;
	justify-content: flex-start;
}
footer .foot_inner .f_right ul:first-child{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DEE4F0;
}
footer .foot_inner .f_right .foot_nav li{
	margin-right: 30px;
}

footer .foot_inner .f_right .foot_nav li a{
	color: #123170;
	font-weight: 600;
	line-height: 1.2em;
	display: block;
}
footer .foot_inner .f_right .foot_nav li a:hover{
	opacity: 1;
	color: #02A0E7;
}
footer .foot_inner .f_right .foot_nav li.f_icon a{
	background-image: url("../images/common/icon_01.png");
	padding-right: 17px;
	background-position: right 6px;
	background-size: 11px;
}






#page_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

#page_top img{
	max-width: 55px;
	width: 100%;
}





.copy{
	background-color: #123170;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding: 10px;
	line-height: 1.3em;
}





















/*-------------------------------
media
--------------------------------*/
.sp_on {
	display: none;
}
@media (min-width: 1251px) {
	.sp_box {
		display: none !important;
	}
}
@media (max-width: 1250px) {
	.h_sp_area{
		padding: 0 15px;
	}
	.sp_head,
	.sp_nav {
		display: block;
	}

	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.h_pc_area{
		display: none;
	}
	
	
	.mv_area{
		padding: 95px 0 0 60px;
	}
	
	
	
	.mv_area .mv_inner .mv_txt_r img{
		max-width: 210px;
	}
	
	
	footer .foot_inner .f_right .foot_nav li{
		margin-right: 15px;
	}
	footer .foot_inner .f_right .foot_nav li a{
		font-size: 13px;
		letter-spacing: -0.05em;
	}
	footer .foot_inner .f_right .foot_nav li.f_icon a{
		background-position: right 4px;
	}
}

@media (min-width: 768px) {

}



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

	p,
	.list_a p{
		font-size: 15px;
	}
	
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.sp_on {
		display: block;
	}

	.pc_on {
		display: none;
	}

	.float_sb,
	.float_sa,
	.float_ce,
	.float_en,
	.float_ft,
	.type_01,
	.type_02,
	.type_03{
		display: block;
	}
	.type_01 .l_box,
	.type_02 .l_box,
	.type_03 .l_box {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}

	.type_01 .r_box,
	.type_02 .r_box,
	.type_03 .r_box {
		max-width: 100%;
		width: 100%;
	}
	
	
	
	
	
	.type_01 .r_box img,
	.type_01 .l_box img,
	.type_02 .r_box img,
	.type_02 .l_box img,
	.type_03 .r_box img,
	.type_03 .l_box img{
		display: block;
		margin: auto;
	}
	
	
	
	
	
	.sp_nav{
		width: 100%;
		max-width: 100%;
	}
	
	
	
	

	.table_01 th{
		display: block;
		width: 100%;
		text-align: left;
		padding: 20px 20px 5px;
		border-bottom: 0;
		font-weight: 600;
	}


	.table_01 td{
		display: block;
		font-weight: 400;	
		padding: 5px 20px 20px;
		border-bottom: 1px solid #333333;
		font-size: 15px;
	}
	
	
	
	
	
	.ttl_01{
		font-size: 24px;
	}
	.ttl_02{
		font-size: 28px;
	}
	.ttl_02 span{
		font-size: 22px;
	}
	
	.ttl_03{
		font-size: 24px;
	}
	
	
	.ttl_06{
		font-size: 16px;
	}
	
	.ttl_05{
		text-align: center;
	}
	.ttl_05 img{
		display: block;
		margin: auto;
	}
	
	.ttl_08{
		font-size: 21px;
	}
	.ttl_10{
		width: 120px;
		font-size: 14px;
		padding: 7px 8px;
	}
	.ttl_11{
		font-size: 22px;
	}
	
	
	
	.entry_box h2{
		font-size: 22px;
	}
	
	
	
	
	
	
	
	.list_01{
		display: block;
	}
	.list_01 li{
		max-width: 400px;
		margin: 0 auto 30px;
		width: 100%;
	}
	
	
	.list_03 li p{
		font-size: 15px;
		line-height: 1.5em;
	}
	
	
	.list_04 li{
		width: 48%;
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	
	
	
	
	
	
	.bg_a{
		padding: 30px 20px;
	}
	

	.editor h1{
		font-size: 22px;
	}
	.editor h2 {
		font-size: 20px;
	}

	.editor h3 {
		font-size: 18px;
	}

	
	
	.page_ttl_area .page_ttl{
		line-height: 1.3em;
		padding-top: 100px;
	}
	
	
	
	
	
	
	.mv_area{
		padding: 95px 0 0 20px;
	}
	
	.mv_area .mv_img,
	.mv_area .mv_inner{
		height: 500px;
	}

	.mv_area .mv_img{
		background-image: url("../images/top/sp_mv_img.jpg");
	}
	.mv_area .mv_inner .mv_txt_r img{
		max-width: 130px;
	}
	.mv_area .mv_inner .mv_txt_l img{
		max-width: 230px;
	}
	
	
	
	
	
	.top .box04{
		padding: 80px 0;
		height: auto;
		background-image: url("../images/top/sp_bg_03.jpg");
		background-attachment: scroll;
	}
	
	.top .box04 .frame{
		height: auto;
	}
	.top .box06{
		height: 250px;
		background-image: url("../images/top/sp_bg_04.jpg");
		background-position: center;
		background-size: 752px;
		margin-right: 60px;
		margin-bottom: 100px;
	}
	.top .box07 .float_sb .r_box{
		width: 100%;
	}
	.list_03 li a{
		align-items: flex-start;
	}
	
	
	
	
	
	
	
	
	

	
	
	
	.top .box07 .float_sb .l_box{
		width: 100%;
		margin: 0 auto 30px;
	}
	
	
	
	
	.member .inner .type_04{
		display: block;
	}
	.member .inner .type_04 .l_box{
		width: 100%;
		margin: 0 auto 20px;
	}
	.member .inner .type_04 .r_box{
		width: 100%;
	}
	.member .bg_b{
		padding: 30px 20px;
	}
	
	
	
	
	
	


	.overview .box01{
		background-image: url("../images/overview/sp_bg_01.png");
	}

	.overview .box01 .img01{
		margin-top: 80px;
		height: 222px;
		background-image: url("../images/overview/sp_img_01.png");
		background-position: center;
		background-size: 700px;
	}

	.overview .box03{
		height: 250px;
		background-image: url("../images/overview/sp_img_02.jpg");
		background-position: center;
		background-size: 700px;
		margin-right: 60px;
		margin-bottom: 100px;
	}
	.overview .box04 ul{
		background-image: none;
	}
	
	.overview .box04 ul li{
		display: block;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}
	.overview .box04 ul li:last-child{
		border-bottom: 0;
		padding-bottom: 0;
	}
	.overview .box04 ul li .img_icon{
		margin: auto;
	}
	.overview .box04 ul li p{
		width: 100%;
		text-align: center;
		font-size: 19px;
	}
	.overview .box04 ul li p small{
		display: block;
		padding-left: 0;
	}
	
	
	
	
	
	
	.ttl_year{
		 display: block;
	}
	.ttl_year span{
		margin-bottom: 10px;
		font-size: 18px;
		padding: 8px 12px;
		text-align: center; 
	}
	.ttl_year p{
		font-size: 22px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	footer .foot_inner{
		display: block;
		padding: 40px 0 40px;
	}
	footer .foot_inner .l_right{
		max-width: 160px;
		width: 100%;
		text-align: center;
		margin: auto;
	}
	footer .foot_inner .f_right{
		display: none;
	}
	
	#page_top img{
		max-width: 40px;
	}
	
}
