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


/* ==================== base =====================*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 100%;
	line-height: 1.8;
	color: #333;
	width:100%;
}

a {
	transition: .3s;
}

a:link {
	color:#4D4D4D;
	text-decoration: none;
}
a:visited {
	color:#4D4D4D;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #781A7B;
	text-decoration: none;
	}
a:active {
	color:#781A7B;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.alpha_a a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.alpha_a a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*写真拡大*/
.moimg1 {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.moimg1 img {
    width: 100%;
	display: block;
	transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}


/*PCでは非表示*/
.pc_displaynone {
    display: none;
}


/*スマホ（サイズ）のみ電話リンクイキ*/
@media (min-width: 600px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/*ページトップへ（矢印）*/

#ptop {
    position: fixed;
    bottom: 25px;
    right: 25px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
}




/*==================== header ====================*/

header {
	width: 100%;
}

.h_content {
	border-top: solid 5px #781A7B;
	padding: 20px 40px 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h_content .h_logo {
	line-height: 1;
}

.h_content .h_logo a:hover {
	opacity: 0.6;
}

.h_content .h_logo .h_logo_b {
	font-size: 215%;
	color: #781A7B;
	font-weight: bold;
}

.h_content .h_logo .h_logo_s {
	font-size: 110%;
	font-weight: bold;
	color: #D1B869;
}

#globalnavi_input {
	display: none;
}

.h_content .globalnavibtn_t {
	display: flex;
}

.h_content .globalnavibtn_t li {
	margin-left: 40px;
	font-weight: bold;
	white-space: nowrap;
}

/*下線装飾*/
.globalnavibtn_t .globalnavi_normal a{
	position: relative;
	text-decoration: none;
	padding-bottom: 10px;
	color: #781A7B;
}

.globalnavibtn_t .globalnavi_normal.globalnavi_now a {
	color: #781A7B;
}

.globalnavibtn_t .globalnavi_normal a:hover,
.globalnavibtn_t .globalnavi_normal a:focus {
	color: #781A7B;
}
.globalnavibtn_t .globalnavi_normal a:active {
	color:#781A7B;
}

.globalnavibtn_t .globalnavi_normal a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 40%;
    height: 1px;
    background: #781A7B;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}

.globalnavibtn_t .globalnavi_normal.globalnavi_now a:after,
.globalnavibtn_t .globalnavi_normal a:hover:after {
    transform: scale(1, 1);
}




/*==================== footer ====================*/

/*=== f_top ===*/

.f_top {
	width: 100%;
	margin-bottom: 5px;
}

.f_top_con .f_top_link {
	text-align: center;
}

/*=== f_center ===*/

.f_center {
	width: 100%;
	border-top: solid 1px #CCCCCC;
	padding: 35px 0;
}

.f_center_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.f_center_con .f_center_logo {
	line-height: 1;
	margin-bottom: 30px;
}

.f_center_con .f_center_logo_b {
	font-size: 310%;
	font-weight: bold;
	color: #781A7B;
}

.f_center_con .f_center_logo_s {
	font-size: 110%;
	font-weight: bold;
	color: #D1B869;
}

.f_center_con .f_center_ti {
	font-size: 130%;
	font-weight: bold;
	color: #781A7B;
}

/*=== f_bottom ===*/

.f_bottom {
	width: 100%;
	padding: 20px 0;
	background-color: #E1D2E4;
	text-align: center;
	font-size: 75%;
}




/*==================== top page ====================*/

/*=== top_main ===*/

.top_main {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.top_main .top_main_name {
	position: absolute;
	width: 50%;
	min-width: 700px;
	left: 5%;
	top: 10%;
}

.top_main .top_main_name img {
	width: 100%;
	height: auto;
}

.top_main .top_main_copy {
	position: absolute;
	left: 8%;
	bottom: 3%;
	width: 35%;
}

.top_main .top_main_copy img {
	width: 100%;
	height: auto;
}

.top_main .top_main_photo .object {
	width: 100%;
	height: 85vh;
	min-height: 550px;
	object-fit: cover;
	object-position: 80% 20%;
	font-family: 'object-fit: cover; object-position: 80% 20%;'
}

/*=== top_intro ===*/

.top_intro {
	width: 100%;
	margin-bottom: 90px;
}

.top_intro_con {
	width: 1200px;
	margin: 0 auto;
}

.top_intro_con .top_intro_ti {
	text-align: center;
	font-size: 330%;
	font-weight: bold;
	background-image: url("../images/deco_line.png");
	background-size: 320px 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 25px;
}

.top_intro_con .top_intro_p {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}

/*=== top_info ===*/

.top_info {
	width: 100%;
	background-image: url("../images/t_sky.jpg");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.top_info_con {
	width: 1200px;
	margin: 0 auto;
	background-image: url("../images/t_illust.jpg");
	background-size: 1131px 415px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 415px;
}

.top_info_con .top_info_ti {
	text-align: center;
	font-weight: bold;
	font-size: 230%;
	line-height: 1.7;
	margin-bottom: 40px;
}

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

.top_info_con .top_info_a {
	width: 550px;
}

.top_info_con .top_info_num {
	margin-bottom: 35px;
	display: flex;
}

.top_info_con .top_info_num_img {
	margin-right: 15px;
}

.top_info_con .top_info_num_ti {
	font-weight: bold;
	font-size: 180%;
	color: #781A7B;
}

/*=== top_photo ===*/

.top_photo {
	width: 100%;
	margin-bottom: 60px;
}

.top_photo .top_photo_p {
	background-color: #781A7B;
	color: #fff;
	text-align: center;
	padding: 3px 0;
}

.top_photo .top_photo_img {
	display: flex;
}

.top_photo .top_photo_img_con {
	width: 25%;
}

.top_photo .top_photo_img_con img {
	width: 100%;
	height: auto;
}

.top_photo .top_photo_ti {
	text-align: center;
	font-size: 300%;
	font-weight: bold;
	color: #781A7B;
}

/*=== top_support ===*/

.top_support {
	width: 100%;
	margin-bottom: 70px;
	background-color: #781A7B;
	border-top: solid 5px #D1B869;
	padding: 20px 0 40px 0;
}

.top_support_con {
	width: 1220px;
	margin: 0 auto;
}

.top_support_con .top_support_ti {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 220%;
	margin-bottom: 15px;
}

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

.top_support_con .top_support_info_a {
	width: 600px;
	background-color: #fff;
	border-radius: 20px;
	padding: 25px 35px;
	margin-bottom: 20px;
}

.top_support_con .top_support_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.top_support_con .top_support_info_a_l {
	width: 360px;
}

.top_support_con .top_support_info_pb {
	color: #781A7B;
}

.top_support_con .top_support_info_name {
	font-weight: bold;
}

.top_support_con .top_support_info_a_ti {
	font-size: 150%;
	font-weight: bold;
	color: #781A7B;
	border-bottom: solid 3px #781A7B;
	line-height: 1;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

/*=== top_profile ===*/

.top_profile {
	width: 100%;
	margin-bottom: 70px;
}

.top_profile_con {
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top_profile_con .top_profile_ti {
	font-size: 130%;
	font-weight: bold;
	color: #781A7B;
	margin-bottom: 15px;
}

.top_profile_con .top_profile_info {
	margin-left: 40px;
	margin-bottom: 20px;
}

.top_profile_con .top_profile_list {
	margin-left: 40px;
	font-weight: bold;
	color: #781A7B;
}



/* ==================== sitepolicy =====================*/


#content_a {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #781A7B;
	padding: 70px 0 100px 0;
}


.sitepolicy_content {
	width: 100%;
	margin: 0 auto;
}
.sitepolicy_content.sitepolicy_content {
	width: 800px;
	margin: 0 auto;
} 

.sitepolicy_content.sitepolicy_content h2 {
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	background-image: url("../images/deco_line.png");
	background-size: 100px 2px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 3px;
	margin-bottom: 55px;
} 

.sitepolicy_content.sitepolicy_content .sitepolicy_info {
	margin-bottom: 55px;
} 

.sitepolicy_content.sitepolicy_content .sitepolicy_info h3 {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #781A7B;
	padding-bottom: 7px;
} 

.sitepolicy_content.sitepolicy_content .sitepolicy_info_ac{
	margin-bottom: 55px;
	border-top: solid 1px #CCC;
	padding-top: 50px;
} 
.sitepolicy_content.sitepolicy_content .sitepolicy_info_ac h4 {
	font-weight: bold;
	font-size: 80%;
} 
.sitepolicy_content.sitepolicy_content .sitepolicy_info_ac p {
	font-size: 80%;
} 


/* ==================== top sns =====================*/

.snsicon_content {
	width: 100%;
	margin: 0 auto;
}
.snsicon_content .snsicon_con {
	float: right;
	width: 120px;
	margin: 0 40px;
	margin-bottom: 35px;
}
.snsicon_content .snsicon_con ul li {
	float: left;
	padding-left:15px; 
}

.top_intro {
	clear: both;
}
.facebook_content {
	clear: both;
}

ul.snsicon_list:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
ul.snsicon_list{
	zoom: 1;
}

/* ==================== facebook sns =====================*/




.facebook_content {
	width: 100%;
	margin: 0 auto;
}
.facebook_content .facebook_con_c {
	text-align: center;
	margin-bottom: 75px;
}

/*
.facebook_content {
	width: 100%;
	margin: 0 auto;
}
.facebook_content .facebook_con {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 65px;
}

.facebook_content .facebook_con .facebook_con_a {
	width: 500px;
	float: left;
}
.facebook_content .facebook_con .facebook_con_b {
	width: 500px;
	float: right;
	height: 500px;
}

div.facebook_con:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.facebook_con{
	zoom: 1;
}




/* ==================== footer sns =====================*/

.f_center .f_center_con .f_center_l ul {
	margin: 10px 5px;
}
.f_center .f_center_con .f_center_l ul li {
	float: left;
	padding-right:15px; 
}


ul.f_snsicon_list:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
ul.f_snsicon_list{
	zoom: 1;
}




/* ==================== top_report =====================*/

.top_report {
	width: 100%;
	margin-bottom: 60px;
	background-color: #F1E9F2;
	padding: 30px 0 25px 0;
}

.top_report_con {
	width: 1200px;
	margin: 0 auto;
}

.top_report_con .top_report_ti {
	font-size: 150%;
	color: #781A7B;
	font-weight: bold;
	border-bottom: solid 2px #781A7B;
	margin-bottom: 25px;
}

.top_report_con .top_report_list dt {
	color: #666666;
	float: left;
	width: 150px;
	margin-bottom: 15px;
	font-size: 95%;
	font-weight: bold;
}

.top_report_con .top_report_list dd {
	float: right;
	width: 1050px;
	margin-bottom: 15px;
	font-weight: bold;
}

dl.top_report_list:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
dl.top_report_list{
	zoom: 1;
}

.top_report_con .top_report_list dd a {
	color: #333;
}

.top_report_con .top_report_list dd a:hover {
	color: #C1A11F;
}

.top_report_con .top_report_link {
	margin-top: 10px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

.top_report_con .top_report_link a {
	color: #781A7B;
}

.top_report_con .top_report_link a:hover {
	color: #C1A11F;
}



/* ==================== report =====================*/

.report_info {
	width: 100%;
}

.report_info_con {
	width: 840px;
	margin: 0 auto;
}

.report_info_ti {
	font-size: 130%;
	font-weight: bold;
	color: #781A7B;
	border-left: solid 6px #D1B869;
	padding: 10px 0 10px 15px;
	margin-bottom: 40px;
}

.report_info_con .report_info_list dt {
	color: #8C6239;
	width: 140px;
	float: left;
	margin-bottom: 15px;
}

.report_info_con .report_info_list dd {
	width: 700px;
	float: right;
	margin-bottom: 15px;
}

dl.report_info_list:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
dl.report_info_list{
	zoom: 1;
}

.report_info_con .report_info_list dd a {
	color: #781A7B;
}

.report_info_con .report_info_list dd a:hover {
	color: #C1A11F;
}



/* ==================== report_a =====================*/

.report_article {
	width: 100%;
}

.report_article_con {
	width: 840px;
	margin: 0 auto;
}

.report_article_con .report_article_ti {
	font-size: 130%;
	font-weight: bold;
	color: #781A7B;
	border-left: solid 6px #D1B869;
	padding: 10px 0 10px 15px;
	margin-bottom: 5px;
}

.report_article_con .report_article_time {
	text-align: right;
	font-size: 75%;
	color: #8C6239;
	margin-bottom: 25px;
}

.report_article_con .report_article_topimg {
	background-color: #F2F2F2;
	margin-bottom: 20px;
}

.report_article_con .report_article_topimg img {
	width: 840px;
	height: 480px;
	object-fit: contain;
}

.report_article_con .report_article_text {
	font-size: 110%;
	color: #666666;
	margin-bottom: 80px;
}

.report_article_con .report_article_bottomimg {
	width: 540px;
	margin: 0 auto;
	margin-bottom: 80px;
	background-color: #F2F2F2;
}

.report_article_con .report_article_bottomimg img {
	width: 540px;
	height: 340px;
	object-fit: contain;
}

.report_article_con .report_article_btn {
	text-align: center;
}

.report_article_con .report_article_btn a {
    font-size: 110%;
    background-color: #E6E6E6;
    padding: 2px 5px;
    text-decoration: none;
}



/* ==================== report_b =====================*/

.report_article_pdf {
	text-align: center;
	margin-bottom: 80px;
}

.report_article_pdf a {
	display: inline-block;
}

.report_article_pdf p {
	font-size: 85%;
	margin-top: 5px;
}



/*cms css 追加*/

.report_article_con .cms_con th {
	border: 1px solid #C1C1C1;
	padding: 10px;
	background-color: #F2F2F2;
}

.report_article_con .cms_con td {
	border: 1px solid #C1C1C1;
	padding: 10px;
}



.report_article_con .cms_con ul{
    list-style-type: disc;
	padding-left: 25px;
}

.report_article_con .cms_con ol{
    list-style-type: decimal;
	padding-left: 25px;
}




.report_article_con .cms_con h1 {
    font-weight: bold;
	font-size: 160%;
	padding-bottom:3px;
}

.report_article_con .cms_con h2 {
    font-weight: bold;
	font-size: 140%;
	padding-bottom:3px;
}

.report_article_con .cms_con h3 {
    font-weight: bold;
	font-size: 120%;
	padding-bottom:3px;
}

.report_article_con .cms_con h4 {
    font-weight: bold;
	font-size: 100%;
	padding-bottom:3px;
}

.report_article_con .cms_con h5 {
    font-weight: bold;
	font-size: 90%;
	padding-bottom:3px;
}

.report_article_con .cms_con h6 {
    font-weight: bold;
	font-size: 80%;
	padding-bottom:3px;
}


.report_article_con .cms_con a:link {
	color:#29ABE2;
	text-decoration: none;
}
.report_article_con .cms_con a:visited {
	color:#29ABE2;
	text-decoration: none;
}
.report_article_con .cms_con a:hover,
.report_article_con .cms_con a:focus {
	color: #29ABE2;
	text-decoration: underline;
	}
.report_article_con .cms_con a:active {
	color:#0071BC;
}


















