/* sidenavi*/
#top .sidenav .soc_top {
	color: #EF9B59;
}

.tb{
	display: none;
}

@media screen and (max-width:768px){
	
	.tb{
		display: block;
	}
	
	.pc {
		display: none
	}
	
}

.circle_title {
	position: relative;
	font-weight: bold;
	color: #726e4b;
	padding-left: 25px;
}

.circle_title::before{
	position: absolute;
	content: "●";
	left: 0;
}

.page_title_box {
	position: relative;
	background-image: url("../images/main_visual.jpg");
}

.page_title_box .title {
	padding: 0 10%;
	background: none;
}

@media screen and (max-width:1124px){
	
	.page_title_box .title {
		padding: 0 5%;
	}
	
}

.page_title_box .title h1,
.page_title_box .title strong {
	font-weight: bold;
    text-shadow: 2px  2px 1px #ffffff,
		-2px 2px 1px #ffffff,
		2px -2px 1px #ffffff,
		-2px -2px 1px #ffffff,
		2px 0px 1px #ffffff,
		0px 2px 1px #ffffff,
		-2px 0px 1px #ffffff,
		0px -2px 1px #ffffff; 
}

.page_title_box .title strong {
	font-size: 16px;
	line-height: 1.68;
}

@media screen and (max-width:1124px){
	
	.page_title_box .title h1{
		font-size: 36px;
	}
	
	.page_title_box .title strong {
		font-size: 14px;
	}
	
	.page_title_box .title strong br {
		display: none;
	}
	
}

@media screen and (max-width:480px){
	
	.page_title_box .title h1{
		font-size: 24px;
	}
	
	
}

.flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (max-width:768px){
	
	.flex {
		display: block;
	}
	
}

.flex .left_box {
	margin-right: 60px;
}

.flex.col5 .left_box {
	width: calc(50% - 60px);
	margin-right: 60px;
}

.flex.col6_4 .left_box {
	width: calc(60% - 60px);
	margin-right: 60px;
}

@media screen and (max-width:768px){
	
	.flex .left_box {
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	.flex.col5 .left_box,
	.flex.col6_4 .left_box{
		width: 100%;
	}
	
}

.flex.col5 .right_box {
	width: 50%;
}

.flex.col6_4 .right_box {
	width: 40%;
} 

@media screen and (max-width:768px){
	
	.flex.col5 .right_box,
	.flex.col6_4 .right_box {
		width: 100%;
	} 
	
}

.thumb_link_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.thumb_link_list::after {
	content: "";
	display: block;
	width: calc(100% / 4 - 20px);
}

.thumb_link_list.col2::after {
	content: "";
	display: block;
	width: calc(100% / 2 - 13px);
}

.thumb_link_list li {
	position: relative;
	width: calc(100% / 4 - 20px);
	margin-bottom: 20px;
}

@media screen and (max-width:768px){
	
	.thumb_link_list li {
		width: calc(100% / 2 - 10px);
	}
	
}

@media screen and (max-width:480px){
	
	.thumb_link_list li {
		width: calc(100% / 2 - 5px);
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width:380px){
	
	.thumb_link_list li {
		width: 100%;
		margin-bottom: 20px;
	}
	
}

.thumb_link_list li a {
	position: relative;
	display: block;
}

.thumb_link_list li a .wrap {
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
}

.thumb_link_list li a .wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(4,4,64,0.83);
	transition: all .3s ease;
	pointer-events: none;
	z-index: 1;
}

.thumb_link_list li a:hover .wrap::before {
	opacity: 0;
}

.thumb_link_list li a .wrap img {
	width: 100%;
	height: auto;
	transition: all .3s ease;
}

.thumb_link_list li a:hover .wrap img {
	transform: scale(1.2);
}

.thumb_link_list li a .wrap .text_box {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	padding: 10px;
	text-align: center;
	transform: translate(-50%,-50%);
	transition: all .3s ease;
	z-index: 2;
}

.thumb_link_list li a .wrap .text_box h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.75;
	margin: 0;
}

@media screen and (max-width:1124px){
	
	.thumb_link_list li a .wrap .text_box h3 {
		font-size: 16px;
	}
	
}

@media screen and (max-width:480px){
	
	.thumb_link_list li a .wrap .text_box h3 {
		font-size: 14px;
	}
	
}

@media screen and (max-width:1124px){
	
	.thumb_link_list li a .wrap .text_box h3 br{
		display: none;
	}
	
}

@media screen and (max-width:380px){
	
	.thumb_link_list li a .wrap .text_box h3 br{
		display: block;
	}
	
}

.thumb_link_list li a .btn_blue {
	display: block;
	padding: 15px 30px;
	transition: all .3s ease;
}

.thumb_link_list li a:hover .btn_blue {
	color: #002855;
	background: #fff;
}

.thumb_link_list li a:hover .btn_blue::after {
	border-color: #002855;
}

table.fixed{
	table-layout: fixed;
}

.bg_box_gray {
	padding: 40px;
	background: #f1f1f1;
}

.bg_box_white {
	padding: 20px 40px;
	background: #fff;
	border-radius: 50px;
}

.bg_box_white2 {
	padding: 40px;
	background: #fff;
}

@media screen and (max-width:767px){
	
	.bg_box_gray {
		padding: 20px;
	}

	.bg_box_white {
		padding: 10px 20px;
		border-radius: 20px;
	}
	
	.bg_box_white2 {
		padding: 20px;
	}
	
}

table.soc tr th{
	width: 280px;
	text-align: left;
}

@media screen and (max-width:767px){
	
		table.soc tr th{
		width: 220px;
	}

}

.text-wrap {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
 
.hide-text,
.hide-text2,
.hide-text3 {
    display: none;
}
 
 
button.readmore,
button.readmore2,
button.readmore3{
    position: relative;
	display: block;
    height: 50px;
	font-size: 14px;
	font-weight: 700;
    color: #002855;
	margin: 15px auto;
    border: none;
	background-color: transparent;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
	cursor: pointer;
}
 
button.readmore::after,
button.readmore2::after,
button.readmore3::after {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 3px solid #002855;
    border-right: 3px solid #002855;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: calc(50% - 7.5px);
    top: 40px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after,
button.readmore2:hover::after,
button.readmore3:hover::after {
    top: 40px;
}
 
.on-click,
.on-click2,
.on-click3 {
    color: transparent!important;
}
 
button.readmore.on-click::after,
button.readmore2.on-click2::after,
button.readmore3.on-click3::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}