@charset "utf-8";

/*=========================================*/
/* 基本理念 */
/*=========================================*/


/*-- BASIC TITLE --*/

.about_basic_title{
	position:relative;
	margin:0px 0px 15px 0px;
	width:100%;
	background-image:url(../images/common/common_basic_title_line_gray.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	display:flex;
}

.about_basic_title .title{
	position:relative;
	padding:0px 5px 20px 5px;
	font-size:225%;
	line-height:150%;
	letter-spacing:-0.01em;
	font-family:Shuei NijimiMGo B, "Noto Sans JP", sans-serif;
	color:rgba(37,35,33,1.0);
	font-weight:700;
	text-align:left;
}

.about_basic_title .title::before{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(../images/common/common_basic_title_line_pink.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	content:'';
	z-index:1;
}

@media screen and (max-width:1600px){

.about_basic_title{
	margin:0px 0px 14px 0px;
}

.about_basic_title .title{
	padding:0px 5px 19px 5px;
	font-size:200%;
}

}

@media screen and (max-width:1280px){

.about_basic_title{
	margin:0px 0px 13px 0px;
}

.about_basic_title .title{
	padding:0px 5px 18px 5px;
	font-size:175%;
}

}

@media all and (max-width:960px), print{

.about_basic_title{
	margin:0px 0px 12px 0px;
}

.about_basic_title .title{
	padding:0px 5px 17px 5px;
	font-size:150%;
}

}

@media screen and (max-width:640px){

.about_basic_title{
	margin:0px 0px 11px 0px;
}

.about_basic_title .title{
	padding:0px 5px 16px 5px;
	font-size:125%;
}

}

@media screen and (max-width:480px){

.about_basic_title{
	margin:0px 0px 10px 0px;
}

.about_basic_title .title{
	padding:0px 5px 15px 5px;
	font-size:118.75%;
}

}

@media screen and (max-width:375px){

.about_basic_title{
	margin:0px 0px 9px 0px;
}

.about_basic_title .title{
	padding:0px 5px 14px 5px;
	font-size:106.25%;
}

}


/*-- TEXT --*/

.about_text{
	position:relative;
	padding:0px 0px 30px 0px;
}

.about_text .text{
	position:relative;
	padding:0px 5px 25px 5px;
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.about_text .text a{
	transition:0.25s ease-out;
}

.about_text .text a:link{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.about_text .text a:visited{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.about_text .text a:hover{ color:rgba(230,140,150,1.0); text-decoration:underline; }
.about_text .text a:active{ color:rgba(230,140,150,1.0); text-decoration:underline; }

.about_text .text.font_color_red{
	color:rgba(200,0,0,1.0);
}

.about_text .text.under_none{
	padding-bottom:0px;
}

@media screen and (max-width:1600px){

.about_text{
	padding:0px 0px 29px 0px;
}

.about_text .text{
	padding:0px 5px 24px 5px;
	font-size:106.25%;
	line-height:197.5%;
}

}

@media screen and (max-width:1280px){

.about_text{
	padding:0px 0px 28px 0px;
}

.about_text .text{
	padding:0px 5px 23px 5px;
	line-height:195%;
}

}

@media all and (max-width:960px), print{

.about_text{
	padding:0px 0px 27px 0px;
}

.about_text .text{
	padding:0px 5px 22px 5px;
	font-size:100%;
	line-height:192.5%;
}

.about_text .text a{
	transition:0s ease-out;
}

.about_text .text a:hover{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.about_text .text a:active{ color:rgba(37,35,33,1.0); text-decoration:underline; }

}

@media screen and (max-width:640px){

.about_text{
	padding:0px 0px 26px 0px;
}

.about_text .text{
	padding:0px 5px 21px 5px;
	font-size:93.75%;
	line-height:190%;
}

}

@media screen and (max-width:480px){

.about_text{
	padding:0px 0px 25px 0px;
}

.about_text .text{
	padding:0px 5px 20px 5px;
	line-height:187.5%;
}

}


/*=========================================*/
/* INDEX */
/*=========================================*/


/*-- MAIN FLAME --*/

#about_contents_main_flame{
	position:relative;
	padding:50px 40px 50px 40px;
}

@media screen and (max-width:1600px){

#about_contents_main_flame{
	padding:45px 35px 45px 35px;
}

}

@media screen and (max-width:1440px){

#about_contents_main_flame{
	padding:40px 30px 40px 30px;
}

}

@media screen and (max-width:1280px){

#about_contents_main_flame{
	padding:35px 25px 35px 25px;
}

}

@media all and (max-width:960px), print{

#about_contents_main_flame{
	padding:30px 20px 30px 20px;
}

}

@media screen and (max-width:800px){

#about_contents_main_flame{
	padding:25px 20px 25px 20px;
}

}

@media screen and (max-width:640px){

#about_contents_main_flame{
	padding:20px 15px 20px 15px;
}

}

@media screen and (max-width:480px){

#about_contents_main_flame{
	padding:15px 15px 15px 15px;
}

}


/*-- BANNER SET --*/

.about_main_bnr_area{
	position:relative;
	padding:0px 0px 45px 0px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

@media screen and (max-width:1280px){

.about_main_bnr_area{
	padding:0px 0px 40px 0px;
}

}

@media all and (max-width:960px), print{

.about_main_bnr_area{
	padding:0px 0px 35px 0px;
}

}

@media screen and (max-width:640px){

.about_main_bnr_area{
	padding:0px 0px 30px 0px;
}

}

@media screen and (max-width:480px){

.about_main_bnr_area{
	padding:0px 0px 25px 0px;
	justify-content:space-between;
}

}


/*-- BANNER LIST --*/

.about_main_bnr{
	position:relative;
	width:33.33333%;
}

.about_main_bnr a{
	position:relative;
	margin:0% 2.5% 5% 2.5%;
	display:block;
	text-decoration:none;
}

.about_main_bnr .list_box .img_box{
	position:relative;
	width:100%;
	overflow:hidden;
	/* radius */
	-webkit-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
	        border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
	        border-top-right-radius:10px;
}

.about_main_bnr .list_box .img_box .img{
	position:relative;
	width:100%;
	padding-top:65%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:0.25s ease-out;
}

.about_main_bnr a:hover .list_box .img_box .img{
	transform:scale(1.05,1.05);
}

.about_main_bnr .list_box .text_box{
	position:relative;
	width:100%;
	height:225px;
	background-color:rgba(245,243,241,1.0);
	/* radius */
	-webkit-border-bottom-left-radius:10px;
	   -moz-border-bottom-left-radius:10px;
	        border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	   -moz-border-bottom-right-radius:10px;
	        border-bottom-right-radius:10px;
}

.about_main_bnr .list_box .text_box .title{
	position:relative;
	padding:30px 15px 15px 15px;
	font-size:150%;
	line-height:150%;
	color:rgba(37,35,33,1.0);
	font-weight:700;
	text-align:center;
}

.about_main_bnr .list_box .text_box .text{
	position:relative;
	padding:0px 30px 0px 30px;
	font-size:106.25%;
	line-height:175%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

/* 文字数制限 */
.about_main_bnr .list_box .text_box .text p{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

.about_main_bnr .list_box .text_box .icon{
	position:absolute;
	bottom:35px;
	left:0px;
	right:0px;
	margin:auto;
	width:30px;
	height:30px;
}

.about_main_bnr .list_box .text_box .icon img{
	width:30px;
	height:30px;
}

@media screen and (max-width:1600px){

.about_main_bnr .list_box .text_box{
	height:215px;
}

.about_main_bnr .list_box .text_box .title{
	padding:28px 14px 14px 14px;
	font-size:137.5%;
}

.about_main_bnr .list_box .text_box .text{
	padding:0px 25px 0px 25px;
	font-size:100%;
}

.about_main_bnr .list_box .text_box .icon{
	bottom:33px;
}

}

@media screen and (max-width:1440px){

.about_main_bnr{
	width:50%;
}

}

@media screen and (max-width:1280px){

.about_main_bnr .list_box .img_box{
	/* radius */
	-webkit-border-top-left-radius:9px;
	   -moz-border-top-left-radius:9px;
	        border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	   -moz-border-top-right-radius:9px;
	        border-top-right-radius:9px;
}

.about_main_bnr .list_box .text_box{
	height:205px;
	/* radius */
	-webkit-border-bottom-left-radius:9px;
	   -moz-border-bottom-left-radius:9px;
	        border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	   -moz-border-bottom-right-radius:9px;
	        border-bottom-right-radius:9px;
}

.about_main_bnr .list_box .text_box .title{
	padding:26px 13px 13px 13px;
	font-size:125%;
}

.about_main_bnr .list_box .text_box .text{
	padding:0px 20px 0px 20px;
	font-size:93.75%;
}

.about_main_bnr .list_box .text_box .icon{
	bottom:31px;
	width:28px;
	height:28px;
}

.about_main_bnr .list_box .text_box .icon img{
	width:28px;
	height:28px;
}

}

@media screen and (max-width:1120px){

.about_main_bnr{
	width:33.33333%;
}

}

@media all and (max-width:960px), print{

.about_main_bnr{
	width:33.33333%;
}

.about_main_bnr .list_box .img_box{
	overflow:hidden;
	/* radius */
	-webkit-border-top-left-radius:8px;
	   -moz-border-top-left-radius:8px;
	        border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	   -moz-border-top-right-radius:8px;
	        border-top-right-radius:8px;
}

.about_main_bnr .list_box .img_box .img{
	transition:0s ease-out;
}

.about_main_bnr a:hover .list_box .img_box .img{
	transform:scale(1.0,1.0);
}

.about_main_bnr .list_box .text_box{
	height:185px;
	/* radius */
	-webkit-border-bottom-left-radius:8px;
	   -moz-border-bottom-left-radius:8px;
	        border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	   -moz-border-bottom-right-radius:8px;
	        border-bottom-right-radius:8px;
}

.about_main_bnr .list_box .text_box .title{
	padding:24px 12px 12px 12px;
	font-size:112.5%;
}

.about_main_bnr .list_box .text_box .text{
	padding:0px 20px 0px 20px;
	font-size:87.5%;
}

.about_main_bnr .list_box .text_box .icon{
	bottom:29px;
	width:26px;
	height:26px;
}

.about_main_bnr .list_box .text_box .icon img{
	width:26px;
	height:26px;
}

}

@media screen and (max-width:800px){

.about_main_bnr{
	width:50%;
}

}

@media screen and (max-width:640px){

.about_main_bnr .list_box .text_box{
	height:180px;
}

.about_main_bnr .list_box .text_box .title{
	padding:22px 11px 11px 11px;
	font-size:106.25%;
}

.about_main_bnr .list_box .text_box .text{
	padding:0px 15px 0px 15px;
}

.about_main_bnr .list_box .text_box .icon{
	bottom:27px;
	width:24px;
	height:24px;
}

.about_main_bnr .list_box .text_box .icon img{
	width:24px;
	height:24px;
}

}

@media screen and (max-width:480px){

.about_main_bnr{
	width:48.75%;
}

.about_main_bnr a{
	margin:0% 0% 5% 0%;
}

.about_main_bnr .list_box .text_box{
	height:165px;
}

.about_main_bnr .list_box .text_box .title{
	padding:20px 0px 10px 0px;
	font-size:100%;
}

.about_main_bnr .list_box .text_box .text{
	font-size:81.25%;
}

.about_main_bnr .list_box .text_box .icon{
	bottom:25px;
}

}

@media screen and (max-width:375px){

.about_main_bnr{
	width:100%;
}

}


/*-- ABOUT SPACE --*/

.about_space{
	padding:0px 0px 150px 0px;
}

@media screen and (max-width:1600px){

.about_space{
	padding:0px 0px 125px 0px;
}

}

@media screen and (max-width:1440px){

.about_space{
	padding:0px 0px 100px 0px;
}

}

@media screen and (max-width:1280px){

.about_space{
	padding:0px 0px 75px 0px;
}

}

@media screen and (max-width:1120px){

.about_space{
	padding:0px 0px 0px 0px;
}

}

@media all and (max-width:960px), print{

.about_space{
	padding:0px 0px 0px 0px;
}

}


/*=========================================*/
/* 理事長メッセージ */
/*=========================================*/


/*-- FLAME --*/

.message_area{
	position:relative;
	overflow:hidden;
}

@media all and (max-width:960px), print{

.message_area{
	position:relative;
	overflow:hidden;
}

}

@media screen and (max-width:640px){

.message_area{
	display:flex;
	flex-wrap:wrap;
}

}


/*-- TEXT --*/

.message_text{
	position:relative;
	padding:0px 0px 30px 0px;
}

.message_text .text{
	position:relative;
	padding:0px 5px 25px 5px;
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.message_text .text a{
	transition:0.25s ease-out;
}

.message_text .text a:link{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.message_text .text a:visited{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.message_text .text a:hover{ color:rgba(230,140,150,1.0); text-decoration:underline; }
.message_text .text a:active{ color:rgba(230,140,150,1.0); text-decoration:underline; }

.message_text .text.font_color_red{
	padding-top:15px;
	color:rgba(200,0,0,1.0);
}

.message_text .text.under_none{
	padding-bottom:0px;
}

@media screen and (max-width:1600px){

.message_text{
	padding:0px 0px 29px 0px;
}

.message_text .text{
	padding:0px 5px 24px 5px;
	font-size:106.25%;
	line-height:197.5%;
}

}

@media screen and (max-width:1280px){

.message_text{
	padding:0px 0px 28px 0px;
}

.message_text .text{
	padding:0px 5px 23px 5px;
	line-height:195%;
}

}

@media all and (max-width:960px), print{

.message_text{
	padding:0px 0px 27px 0px;
}

.message_text .text{
	padding:0px 5px 22px 5px;
	font-size:100%;
	line-height:192.5%;
}

.message_text .text a{
	transition:0s ease-out;
}

.message_text .text a:hover{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.message_text .text a:active{ color:rgba(37,35,33,1.0); text-decoration:underline; }

}

@media screen and (max-width:640px){

.message_text{
	padding:0px 0px 26px 0px;
	order:0;
}

.message_text .text{
	padding:0px 5px 21px 5px;
	font-size:93.75%;
	line-height:190%;
}

}

@media screen and (max-width:480px){

.message_text{
	padding:0px 0px 25px 0px;
}

.message_text .text{
	padding:0px 5px 20px 5px;
	line-height:187.5%;
}

}


/*-- CATCH --*/

.message_catch{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	font-size:118.75%;
	line-height:175%;
	color:rgba(37,35,33,1.0);
	font-weight:700;
	text-align:left;
}

.message_catch .icon{
	position:absolute;
	top:11px;
	left:7px;
	width:15px;
	height:15px;
	border:3px solid rgba(37,35,33,1.0);
	box-sizing:border-box;
	border-radius:50%;
	transform:scale(var(--ggs,1));
	display:block;
}

.message_text .catch{
	position:relative;
	padding:0px 5px 25px 30px;
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.message_text .catch.under_none{
	padding-bottom:5px;
}

@media screen and (max-width:1600px){

.message_catch{
	padding:0px 0px 0px 29px;
	font-size:112.5%;
}

.message_catch .icon{
	top:10px;
	width:14px;
	height:14px;
}

.message_text .catch{
	padding:0px 5px 24px 29px;
	font-size:106.25%;
	line-height:197.5%;
}

}

@media screen and (max-width:1280px){

.message_catch .catch{
	padding:0px 5px 23px 29px;
	line-height:195%;
}

}

@media all and (max-width:960px), print{

.message_catch{
	padding:0px 0px 0px 28px;
	font-size:106.25%;
}

.message_catch .icon{
	top:9px;
	width:13px;
	height:13px;
}

.message_text .catch{
	padding:0px 5px 22px 28px;
	font-size:100%;
	line-height:192.5%;
}

}

@media screen and (max-width:640px){

.message_catch{
	padding:0px 0px 0px 27px;
	font-size:100%;
}

.message_catch .icon{
	top:8px;
	width:12px;
	height:12px;
}

.message_text .catch{
	padding:0px 5px 21px 27px;
	font-size:93.75%;
	line-height:190%;
}

}

@media screen and (max-width:480px){

.message_text .catch{
	padding:0px 5px 20px 27px;
	line-height:187.5%;
}

}


/*-- IMAGE --*/

.message_img{
	float:right;
	position:relative;
	width:42.5%;
}

.message_img .img{
	padding:5px 5px 45px 65px;
	text-align:center;
}

.message_img .img img{
	max-width:720px;
	width:100%;
	/* radius */
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	        border-radius:15px;
}

@media screen and (max-width:1600px){

.message_img{
	width:45%;
}

.message_img .img{
	padding:5px 5px 40px 55px;
}

}

@media all and (max-width:960px), print{

.message_img{
	width:47.5%;
}

.message_img .img{
	padding:5px 5px 35px 45px;
}

.message_img .img img{
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

}

@media screen and (max-width:640px){

.message_img{
	float:none;
	width:100%;
	order:1;
}

.message_img .img{
	padding:0px 25px 35px 25px;
}

.message_img .img img{
	max-width:360px;
}

}

@media screen and (max-width:480px){

.message_img .img{
	padding:0px 15px 25px 15px;
}

}


/*=========================================*/
/* 沿革・歴史 */
/*=========================================*/


/*-- HISTORY --*/

#history{
	position:relative;
	margin:0px 0px 45px 0px;
	width:100%;
	background-image:url(../about/history/images/history_bg_line.png);
	background-repeat:repeat-y;
	background-position:center top;
}

#history_start{
	padding:0px 0px 15px 0px;
	width:100%;
	text-align:center;
}

#history_start img{
	width:19px;
	height:19px;
}

#history_end{
	padding:15px 0px 0px 0px;
	width:100%;
	text-align:center;
}

#history_end img{
	width:19px;
	height:19px;
}

.history_box{
	position:relative;
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.history_left{
	position:relative;
	margin:0px 50% 0px 0px;
	width:50%;
	background-image:url(../about/history/images/history_box_line.png);
	background-repeat:no-repeat;
	background-position:right top 31px;
	display:flex;
	justify-content:flex-start;
}

.history_right{
	position:relative;
	margin:0px 0px 0px 50%;
	width:50%;
	background-image:url(../about/history/images/history_box_line.png);
	background-repeat:no-repeat;
	background-position:left top 31px;
	display:flex;
	justify-content:flex-end;
}

.history_flame_left{
	position:relative;
	width:95%;
	z-index:20;
}

.history_flame_right{
	position:relative;
	width:95%;
	z-index:20;
}

.history_icon_left{
	position:absolute;
	top:22px;
	right:-10px;
	z-index:10;
}

.history_icon_left img{
	width:19px;
	height:19px;
}

.history_icon_right{
	position:absolute;
	top:22px;
	left:-9px;
	z-index:10;
}

.history_icon_right img{
	width:19px;
	height:19px;
}

.history_text_box{
	background-color:rgba(255,255,255,1.0);
	border:1px solid rgba(200,200,200,1.0);
	box-sizing:border-box;
	display:flex;
	overflow:hidden;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.history_text_box .year{
	width:179px;
	background-color:rgba(245,243,241,1.0);
	border-right:1px solid rgba(200,200,200,1.0);
	box-sizing:border-box;
}

.history_text_box .text{
	width:calc(100% - 180px);
}

.history_text_box .year p{
	padding:15px 0px 15px 15px;
	font-size:106.25%;
	line-height:175%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.history_text_box .text p{
	padding:15px 15px 15px 15px;
	font-size:106.25%;
	line-height:175%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

@media screen and (max-width:1600px){

#history{
	margin:0px 0px 43px 0px;
}

.history_left{
	background-position:right top 30px;
}

.history_right{
	background-position:left top 30px;
}

.history_icon_left{
	top:21px;
}

.history_icon_right{
	top:21px;
}

.history_text_box .year{
	width:174px;
}

.history_text_box .text{
	width:calc(100% - 175px);
}

.history_text_box .year p{
	font-size:100%;
}

.history_text_box .text p{
	font-size:100%;
}

}

@media screen and (max-width:1440px){

#history{
	margin:0px 0px 41px 0px;
	background-position:left 9px top;
}

#history_start{
	text-align:left;
}

#history_end{
	padding:0px 0px 0px 0px;
	text-align:left;
}

.history_left{
	margin:0px 0px 15px 0px;
	width:100%;
	background-position:left 9px top 30px;
	justify-content:flex-end;
}

.history_right{
	margin:0px 0px 15px 0px;
	width:100%;
	background-position:left 9px top 30px;
	justify-content:flex-end;
}

.history_icon_left{
	right:auto;
	left:0px;
}

.history_icon_right{
	left:0px;
}

}

@media screen and (max-width:1120px){

#history{
	margin:0px 0px 39px 0px;
	background-position:center top;
}

#history_start{
	text-align:center;
}

#history_start img{
	width:17px;
	height:17px;
}

#history_end{
	padding:15px 0px 0px 0px;
	text-align:center;
}

#history_end img{
	width:17px;
	height:17px;
}

.history_left{
	margin:0px 50% 0px 0px;
	width:50%;
	background-position:right top 28px;
	justify-content:flex-start;
}

.history_right{
	margin:0px 0px 0px 50%;
	width:50%;
	background-position:left top 28px;
	justify-content:flex-end;
}

.history_icon_left{
	top:20px;
	right:-8px;
	left:auto;
}

.history_icon_left img{
	width:17px;
	height:17px;
}

.history_icon_right{
	top:20px;
	left:-9px;
}

.history_icon_right img{
	width:17px;
	height:17px;
}

.history_text_box{
	/* radius */
	-webkit-border-radius:8px;
	   -moz-border-radius:8px;
	        border-radius:8px;
}

.history_text_box .year{
	width:164px;
}

.history_text_box .text{
	width:calc(100% - 165px);
}

.history_text_box .year p{
	padding:14px 0px 14px 14px;
	font-size:93.75%;
}

.history_text_box .text p{
	padding:14px 14px 14px 14px;
	font-size:93.75%;
}

}

@media all and (max-width:960px), print{

#history{
	margin:0px 0px 37px 0px;
	background-position:left 7px top;
}

#history_start{
	text-align:left;
}

#history_start img{
	width:15px;
	height:15px;
}

#history_end{
	padding:5px 0px 0px 0px;
	text-align:left;
}

#history_end img{
	width:15px;
	height:15px;
}

.history_left{
	margin:0px 0px 10px 0px;
	width:100%;
	background-position:left 7px top 27px;
	justify-content:flex-end;
}

.history_right{
	margin:0px 0px 10px 0px;
	width:100%;
	background-position:left 7px top 27px;
	justify-content:flex-end;
}

.history_icon_left{
	top:20px;
	right:auto;
	left:0px;
}

.history_icon_left img{
	width:15px;
	height:15px;
}

.history_icon_right{
	top:20px;
	left:0px;
}

.history_icon_right img{
	width:15px;
	height:15px;
}

.history_text_box{
	/* radius */
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
}

.history_text_box .year{
	width:164px;
}

.history_text_box .text{
	width:calc(100% - 165px);
}

.history_text_box .year p{
	padding:13px 0px 13px 13px;
	font-size:93.75%;
}

.history_text_box .text p{
	padding:13px 13px 13px 13px;
	font-size:93.75%;
}

}

@media screen and (max-width:640px){

#history{
	margin:0px 0px 35px 0px;
}

.history_left{
	background-position:left 7px top 25px;
}

.history_right{
	background-position:left 7px top 25px;
}

.history_flame_left{
	width:93.5%;
}

.history_flame_right{
	width:93.5%;
}

.history_icon_left{
	top:18px;
}

.history_icon_right{
	top:18px;
}

.history_text_box .year{
	width:149px;
}

.history_text_box .text{
	width:calc(100% - 150px);
}

.history_text_box .year p{
	padding:12px 0px 12px 12px;
	font-size:87.5%;
}

.history_text_box .text p{
	padding:12px 12px 12px 12px;
	font-size:87.5%;
}

}

@media screen and (max-width:480px){

#history{
	background-position:left 2px top;
}

#history_start img{
	position:absolute;
	top:0px;
	left:-5px;
	z-index:10;
}

#history_end img{
	position:absolute;
	bottom:0px;
	left:-5px;
	z-index:10;
}

.history_left{
	background-position:left 2px top 24px;
}

.history_right{
	background-position:left 2px top 24px;
}

.history_icon_left{
	top:17px;
	left:-5px;
}

.history_icon_right{
	top:17px;
	left:-5px;
}

.history_text_box{
	flex-wrap:wrap;
}

.history_text_box .year{
	width:100%;
	border-right:none;
	border-bottom:1px solid rgba(200,200,200,1.0);
}

.history_text_box .text{
	width:100%;
}

.history_text_box .year p{
	padding:11px 11px 11px 11px;
}

.history_text_box .text p{
	padding:11px 11px 11px 11px;
}

}


/*=========================================*/
/* 済昭園 園歌 */
/*=========================================*/


/*-- IMAGE --*/

.song_img{
	margin:0px auto 0px auto;
	padding:5px 0px 45px 0px;
	max-width:640px;
	text-align:center;
}

.song_img img{
	max-width:640px;
	width:100%;
	/* radius */
	-webkit-border-radius:20px;
	   -moz-border-radius:20px;
	        border-radius:20px;
}

@media screen and (max-width:1600px){

.song_img{
	padding:5px 0px 43px 0px;
}

}

@media screen and (max-width:1440px){

.song_img{
	padding:5px 0px 41px 0px;
}

}

@media screen and (max-width:1280px){

.song_img{
	padding:5px 0px 39px 0px;
}

.song_img img{
	/* radius */
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	        border-radius:15px;
}

}

@media all and (max-width:960px), print{

.song_img{
	padding:5px 0px 37px 0px;
}

.song_img img{
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

}

@media screen and (max-width:640px){

.song_img{
	padding:5px 0px 35px 0px;
}

}


/*-- SONG SPACE --*/

.song_space{
	padding:0px 0px 350px 0px;
}

@media screen and (max-width:1600px){

.song_space{
	padding:0px 0px 250px 0px;
}

}

@media screen and (max-width:1440px){

.song_space{
	padding:0px 0px 150px 0px;
}

}

@media screen and (max-width:1280px){

.song_space{
	padding:0px 0px 50px 0px;
}

}

@media screen and (max-width:1120px){

.song_space{
	padding:0px 0px 0px 0px;
}

}

@media all and (max-width:960px), print{

.song_space{
	padding:0px 0px 0px 0px;
}

}


/*=========================================*/
/* 法人概要 */
/*=========================================*/


/*-- MAIN IMAGE --*/

.outline_main_img_area{
	position:relative;
	padding:0px 0px 65px 0px;
}

.outline_main_img_flame{
	position:relative;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	overflow:hidden;
}

.outline_main_img{
	position:relative;
	width:72.5%;
}

.outline_main_img .img{
	position:relative;
	width:100%;
	height:0px;
	padding-top:calc(640 / 980 * 100%);
	background-color:rgba(247,245,243,1.0);
	background-image:url(../about/outline/images/outline_main_img.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	/* radius */
	-webkit-border-top-left-radius:20px;
	   -moz-border-top-left-radius:20px;
	        border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	   -moz-border-bottom-left-radius:20px;
	        border-bottom-left-radius:20px;
}

.outline_main_catch{
	position:relative;
	width:27.5%;
	background-color:rgba(230,140,150,1.0);
	/* radius */
	-webkit-border-top-right-radius:20px;
	   -moz-border-top-right-radius:20px;
	        border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	   -moz-border-bottom-right-radius:20px;
	        border-bottom-right-radius:20px;
}

.outline_main_catch::before{
	position:absolute;
	top:0px;
	left:-70px;
	width:100px;
	height:100%;
	background-image:url(../images/common/common_main_img_wave_right.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 100%;
	content:'';
	z-index:1;
}

.outline_main_catch .catch{
	position:relative;
	margin:22.5% auto 0px auto;
	width:100%;
	font-size:225%;
	line-height:150%;
	letter-spacing:0.025em;
	font-family:"Zen Maru Gothic", sans-serif;
	color:rgba(255,255,255,1.0);
	font-weight:700;
	z-index:10;
	/* 中央寄せ */
	display:flex;
	align-items:center;
	/* 縦表示 */
	-webkit-writing-mode:vertical-rl;
	    -ms-writing-mode:vertical-rl;
	        writing-mode:vertical-rl;
}

@media print{

.outline_main_catch::before{
	display:none;
}

.outline_main_catch::after{
	display:none;
}

}

@media screen and (max-width:1920px){

.outline_main_catch::before{
	left:-75px;
}

.outline_main_catch .catch{
	font-size:1.875vw;
}

}

@media screen and (max-width:1600px){

.outline_main_img_area{
	padding:0px 0px 61px 0px;
}

.outline_main_catch::before{
	left:-80px;
}

}

@media screen and (max-width:1280px){

.outline_main_img_area{
	padding:0px 0px 57px 0px;
}

.outline_main_img{
	width:100%;
}

.outline_main_img .img{
	padding-top:calc(560 / 980 * 100%);
	background-position:top center;
	/* radius */
	-webkit-border-top-left-radius:15px;
	   -moz-border-top-left-radius:15px;
	        border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	   -moz-border-top-right-radius:15px;
	        border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:0px;
	   -moz-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
}

.outline_main_catch{
	width:100%;
	/* radius */
	-webkit-border-top-right-radius:0px;
	   -moz-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:15px;
	   -moz-border-bottom-left-radius:15px;
	        border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	   -moz-border-bottom-right-radius:15px;
	        border-bottom-right-radius:15px;
}

.outline_main_catch::before{
	background-image:none;
}

.outline_main_catch::after{
	position:absolute;
	top:-75px;
	left:0px;
	width:100%;
	height:100px;
	background-image:url(../images/common/common_main_img_wave_bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	content:'';
	z-index:1;
}

.outline_main_catch .catch{
	margin:0% auto 0% auto;
	padding:30px 0px 35px 0px;
	font-size:2.0vw;
	letter-spacing:-0.01em;
	/* 中央寄せ */
	display:block;
	text-align:center;
	/* 横表示 */
	-webkit-writing-mode:horizontal-tb;
	    -ms-writing-mode:horizontal-tb;
	        writing-mode:horizontal-tb;
}

.outline_main_catch .catch br{
	display:none;
}

}

@media screen and (max-width:1120px){

.outline_main_img{
	width:75%;
}

.outline_main_img .img{
	padding-top:calc(640 / 980 * 100%);
	background-position:center center;
	/* radius */
	-webkit-border-top-left-radius:15px;
	   -moz-border-top-left-radius:15px;
	        border-top-left-radius:15px;
	-webkit-border-top-right-radius:0px;
	   -moz-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:15px;
	   -moz-border-bottom-left-radius:15px;
	        border-bottom-left-radius:15px;
}

.outline_main_catch{
	width:25%;
	/* radius */
	-webkit-border-top-right-radius:15px;
	   -moz-border-top-right-radius:15px;
	        border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:0px;
	   -moz-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:15px;
	   -moz-border-bottom-right-radius:15px;
	        border-bottom-right-radius:15px;
}

.outline_main_catch::before{
	left:-80px;
	background-image:url(../images/common/common_main_img_wave_right.png);
}

.outline_main_catch::after{
	background-image:none;
}

.outline_main_catch .catch{
	margin:22.5% auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:2.75vw;
	letter-spacing:0.025em;
	/* 中央寄せ */
	display:flex;
	text-align:left;
	/* 縦表示 */
	-webkit-writing-mode:vertical-rl;
	    -ms-writing-mode:vertical-rl;
	        writing-mode:vertical-rl;
}

.outline_main_catch .catch br{
	display:block;
}

}

@media all and (max-width:960px), print{

.outline_main_img_area{
	padding:0px 0px 53px 0px;
}

.outline_main_img{
	width:75%;
}

.outline_main_img .img{
	padding-top:calc(640 / 980 * 100%);
	background-position:center center;
	/* radius */
	-webkit-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
	        border-top-left-radius:10px;
	-webkit-border-top-right-radius:0px;
	   -moz-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	   -moz-border-bottom-left-radius:10px;
	        border-bottom-left-radius:10px;
}

.outline_main_catch{
	width:25%;
	/* radius */
	-webkit-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
	        border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	   -moz-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:10px;
	   -moz-border-bottom-right-radius:10px;
	        border-bottom-right-radius:10px;
}

.outline_main_catch::before{
	left:-85px;
}

.outline_main_catch::after{
	background-image:none;
}

.outline_main_catch .catch{
	margin:22.5% auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:2.75vw;
	letter-spacing:0.025em;
	/* 中央寄せ */
	display:flex;
	text-align:left;
	/* 縦表示 */
	-webkit-writing-mode:vertical-rl;
	    -ms-writing-mode:vertical-rl;
	        writing-mode:vertical-rl;
}

.outline_main_catch .catch br{
	display:block;
}

}

@media screen and (max-width:640px){

.outline_main_img_area{
	padding:0px 0px 49px 0px;
}

.outline_main_img{
	width:100%;
}

.outline_main_img .img{
	padding-top:calc(560 / 980 * 100%);
	background-position:top center;
	/* radius */
	-webkit-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
	        border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
	        border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	   -moz-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
}

.outline_main_catch{
	width:100%;
	/* radius */
	-webkit-border-top-right-radius:0px;
	   -moz-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	   -moz-border-bottom-left-radius:10px;
	        border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	   -moz-border-bottom-right-radius:10px;
	        border-bottom-right-radius:10px;
}

.outline_main_catch::before{
	background-image:none;
}

.outline_main_catch::after{
	top:-85px;
	background-image:url(../images/common/common_main_img_wave_bottom.png);
}

.outline_main_catch .catch{
	margin:0% auto 0% auto;
	padding:15px 0px 20px 0px;
	font-size:3.75vw;
	letter-spacing:-0.01em;
	/* 中央寄せ */
	display:block;
	text-align:center;
	/* 横表示 */
	-webkit-writing-mode:horizontal-tb;
	    -ms-writing-mode:horizontal-tb;
	        writing-mode:horizontal-tb;
}

}

@media screen and (max-width:480px){

.outline_main_img_area{
	padding:0px 0px 45px 0px;
}

.outline_main_catch::after{
	top:-90px;
}

.outline_main_catch .catch{
	padding:10px 0px 15px 0px;
	font-size:4.25vw;
}

}


/*-- LIST --*/

.about_list_area{
	position:relative;
	padding:0px 0px 75px 0px;
}

.about_list{
	position:relative;
	padding:25px 0px 25px 0px;
	border-bottom:1px dotted rgba(175,175,175,1.0);
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
}

.about_list .list_name{
	width:25%;
}

.about_list .list_text{
	width:75%;
}

.about_list .list_name .name{
	position:relative;
	padding:0px 0px 0px 10px;
	width:87.5%;
	font-size:112.5%;
	line-height:175%;
	color:rgba(37,35,33,1.0);
	font-weight:700;
	text-align:left;
}

.about_list .list_name .name .icon{
	display:none;
}

.about_list .list_text .text{
	position:relative;
	padding:0px 10px 0px 0px;
	font-size:112.5%;
	line-height:175%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.about_list .list_text .text .text_br{
	display:none;
}

.about_list .list_text .text a{
	transition:0.25s ease-out;
}

.about_list .list_text .text a:link{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.about_list .list_text .text a:visited{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.about_list .list_text .text a:hover{ color:rgba(230,140,150,1.0); text-decoration:underline; }
.about_list .list_text .text a:active{ color:rgba(230,140,150,1.0); text-decoration:underline; }

@media screen and (max-width:1600px){

.about_list_area{
	padding:0px 0px 71px 0px;
}

.about_list{
	padding:23px 0px 23px 0px;
}

.about_list .list_name .name{
	padding:0px 0px 0px 9px;
	font-size:106.25%;
}

.about_list .list_text .text{
	padding:0px 9px 0px 0px;
	font-size:106.25%;
}

}

@media screen and (max-width:1280px){

.about_list_area{
	padding:0px 0px 67px 0px;
}

.about_list{
	padding:21px 0px 21px 0px;
}

.about_list .list_name .name{
	padding:0px 0px 0px 8px;
}

.about_list .list_text .text{
	padding:0px 8px 0px 0px;
}

}

@media all and (max-width:960px), print{

.about_list_area{
	padding:0px 0px 63px 0px;
}

.about_list{
	padding:19px 0px 19px 0px;
}

.about_list .list_name{
	width:100%;
}

.about_list .list_text{
	width:100%;
}

.about_list .list_name .name{
	padding:0px 7px 3px 27px;
	font-size:100%;
}

.about_list .list_name .name .icon{
	position:absolute;
	top:9px;
	left:7px;
	width:13px;
	height:13px;
	border:3px solid rgba(37,35,33,1.0);
	box-sizing:border-box;
	border-radius:50%;
	transform:scale(var(--ggs,1));
	display:block;
}

.about_list .list_text .text{
	padding:0px 7px 0px 7px;
	font-size:100%;
}

.about_list .list_text .text .text_br{
	display:block;
}

.about_list .list_text .text a{
	transition:0s ease-out;
}

.about_list .list_text .text a:hover{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.about_list .list_text .text a:active{ color:rgba(37,35,33,1.0); text-decoration:underline; }

}

@media screen and (max-width:640px){

.about_list_area{
	padding:0px 0px 59px 0px;
}

.about_list{
	padding:17px 0px 17px 0px;
}

.about_list .list_name .name{
	padding:0px 6px 2px 26px;
	font-size:93.75%;
}

.about_list .list_name .name .icon{
	top:8px;
	width:12px;
	height:12px;
}

.about_list .list_text .text{
	padding:0px 6px 0px 6px;
	font-size:93.75%;
}

}

@media screen and (max-width:480px){

.about_list_area{
	padding:0px 0px 55px 0px;
}

.about_list{
	padding:15px 0px 15px 0px;
}

.about_list .list_name .name{
	padding:0px 5px 0px 25px;
}

.about_list .list_text .text{
	padding:0px 5px 0px 5px;
}

}


/*-- OFFICE --*/

.office_list_area{
	position:relative;
	margin:0px 0px 65px 0px;
	padding:10px 0px 0px 0px;
	border-bottom:1px solid rgba(200,200,200,1.0);
	box-sizing:border-box;
}

.office_list{
	position:relative;
	border-left:1px solid rgba(200,200,200,1.0);
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
}

.office_list .list_name{
	width:45%;
	border-top:1px solid rgba(200,200,200,1.0);
	border-right:1px solid rgba(200,200,200,1.0);
	box-sizing:border-box;
}

.office_list .list_office{
	width:55%;
	border-top:1px solid rgba(200,200,200,1.0);
	border-right:1px solid rgba(200,200,200,1.0);
	box-sizing:border-box;
}

.office_list .list_name .name_title{
	position:relative;
	padding:15px 17px 15px 17px;
	background-color:rgba(245,245,245,1.0);
	font-size:106.25%;
	line-height:150%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.office_list .list_office .office_title{
	position:relative;
	padding:15px 17px 15px 17px;
	background-color:rgba(245,245,245,1.0);
	font-size:106.25%;
	line-height:150%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.office_list .list_name .name{
	position:relative;
	padding:15px 17px 15px 17px;
	font-size:106.25%;
	line-height:150%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.office_list .list_name .name span{
	display:none;
}

.office_list .list_office .office{
	position:relative;
	padding:15px 17px 15px 17px;
	font-size:106.25%;
	line-height:150%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.office_list .list_office .office a{
	transition:0.25s ease-out;
}

.office_list .list_office .office a:link{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.office_list .list_office .office a:visited{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.office_list .list_office .office a:hover{ color:rgba(230,140,150,1.0); text-decoration:underline; }
.office_list .list_office .office a:active{ color:rgba(230,140,150,1.0); text-decoration:underline; }

@media screen and (max-width:1600px){

.office_list_area{
	margin:0px 0px 63px 0px;
}

.office_list .list_name .name_title{
	padding:14px 16px 14px 16px;
	font-size:100%;
}

.office_list .list_office .office_title{
	padding:14px 16px 14px 16px;
	font-size:100%;
}

.office_list .list_name .name{
	padding:14px 16px 14px 16px;
	font-size:100%;
}

.office_list .list_office .office{
	padding:14px 16px 14px 16px;
	font-size:100%;
}

}

@media screen and (max-width:1280px){

.office_list_area{
	margin:0px 0px 61px 0px;
}

.office_list .list_name .name_title{
	padding:13px 15px 13px 15px;
}

.office_list .list_office .office_title{
	padding:13px 15px 13px 15px;
}

.office_list .list_name .name{
	padding:13px 15px 13px 15px;
}

.office_list .list_office .office{
	padding:13px 15px 13px 15px;
}

}

@media all and (max-width:960px), print{

.office_list_area{
	margin:0px 0px 59px 0px;
	border-bottom:none;
}

.office_list{
	margin:0px 0px 10px 0px;
	border-bottom:1px solid rgba(200,200,200,1.0);
	box-sizing:border-box;
}

.office_list_title{
	display:none;
}

.office_list .list_name{
	width:100%;
}

.office_list .list_office{
	width:100%;
}

.office_list .list_name .name_title{
	padding:12px 14px 12px 14px;
	font-size:93.75%;
}

.office_list .list_office .office_title{
	padding:12px 14px 12px 14px;
	font-size:93.75%;
}

.office_list .list_name .name{
	padding:12px 14px 12px 14px;
	background-color:rgba(245,245,245,1.0);
	font-size:93.75%;
}

.office_list .list_name .name span{
	padding:0px 5px 0px 0px;
	display:inline-block;
}

.office_list .list_office .office{
	padding:12px 14px 12px 14px;
	font-size:93.75%;
}

.office_list .list_office .office a{
	transition:0s ease-out;
}

.office_list .list_office .office a:hover{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.office_list .list_office .office a:active{ color:rgba(37,35,33,1.0); text-decoration:underline; }

}

@media screen and (max-width:640px){

.office_list_area{
	margin:0px 0px 57px 0px;
}

.office_list{
	margin:0px 0px 8px 0px;
}

.office_list .list_name .name_title{
	padding:11px 13px 11px 13px;
	font-size:87.5%;
}

.office_list .list_office .office_title{
	padding:11px 13px 11px 13px;
	font-size:87.5%;
}

.office_list .list_name .name{
	padding:11px 13px 11px 13px;
	font-size:87.5%;
}

.office_list .list_name .name span{
	padding:0px 4px 0px 0px;
}

.office_list .list_office .office{
	padding:11px 13px 11px 13px;
	font-size:87.5%;
}

}

@media screen and (max-width:480px){

.office_list_area{
	margin:0px 0px 55px 0px;
}

.office_list{
	margin:0px 0px 6px 0px;
}

.office_list .list_name .name_title{
	padding:10px 12px 10px 12px;
}

.office_list .list_office .office_title{
	padding:10px 12px 10px 12px;
}

.office_list .list_name .name{
	padding:10px 12px 10px 12px;
}

.office_list .list_name .name span{
	padding:0px 3px 0px 0px;
}

.office_list .list_office .office{
	padding:10px 12px 10px 12px;
}

}

