/**=========
base css
==========**/
body {
    font-family: 'fot-tsukubrdgothic-std', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 2;
	letter-spacing: 2px;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	color: #707070;
}

*:focus {
	outline: none;
}

html{
    scroll-behavior: smooth;
}
.container-fluid {
	padding: 0;
}
ul {
    list-style: none;
}

a {
    color: #707070;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
h2 {
	font-size: 24px;
	line-height: 1.5;
}

h3 {
	font-size: 20px;
}
p {
	margin-bottom: 0;
	font-size: 16px;
}

.font_p {
	font-size: 16px;
}

.color_red {
	color: #DC5A0E;
}

.quick {
	font-family: 'Quicksand', sans-serif;

}
.bold {
	font-weight: bold;
}
.small_font14 {
	font-size: 14px;
}
.small_font {
	font-size: 12px;
}
.big_font {
	font-size: 24px;
}
@media screen and (max-width:991px) {
	h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.big_font {
		font-size: 20px;
	}
}


/**reponsive**/
.res_991 {
	display: none !important;
}
.res_540 {
	display: none !important;
}
.res_1280 {
	display: none !important;
}
@media screen and (max-width:1280px) {
	.pc_1280 {
		display: none !important;
	}
	.res_1280 {
		display: block !important;
	}
}
@media screen and (max-width:991px) {
	.pc_991 {
		display: none !important;
	}
	.res_991 {
		display: block !important;
	}
	
}
@media screen and (max-width:540px) {
	.pc_540 {
		display: none !important;
	}
	.res_540 {
		display: block !important;
	}
	.res_padding_top {
        padding-top: 40px !important;
    }
    .res_margin00 {
        margin-top: 0 !important;
    }
}


/**=============
margin set
=============**/
.main_img_zone {
	margin: auto;
}
.main_wrap {
	margin: auto;
	margin-top: 200px;
}
.inner_margin {
	margin: auto;
	margin-top: 170px;
}
.section {
	margin: auto;
}
.margin_max {
	margin: auto;
	margin-top: 380px;
}
.keyvisual {
	margin-top: 100px;
}
.base_margin {
	margin: auto;
	margin-top: 60px;
}
.base_margin80 {
	margin: auto;
	margin-top: 80px;
}
.base_margin100 {
	margin: auto;
	margin-top: 100px;
}
@media screen and (max-width:1280px) {
	.margin_max {
		margin: auto;
		margin-top: 200px;
	}
}
@media screen and (max-width:991px) {
	.main_wrap {
		margin: auto;
		margin-top: 60px;
	}
	.inner_margin {
		margin: auto;
		margin-top: 60px;
	}
	.section {
		margin: auto;
	}
	.margin_max {
		margin: auto;
		margin-top: 60px;
	}
	.base_margin80 {
		margin: auto;
		margin-top: 40px;
	}
	.base_margin100 {
		margin: auto;
		margin-top: 40px;
	}
}


@media screen and (max-width:540px) {
	.inner_margin {
		margin: auto;
		margin-top: 40px;
	}
	.base_margin {
		margin: auto;
		margin-top: 40px;
	}
}

/**===========
hamberger menu
============**/
.circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #E85101;
	margin-bottom: 0;
	display: block;
	position: relative	;
}

.drawer-open .circle {
	background-color: rgba(255,255,255,0);
}

.drawer-open .circle::before, .drawer-open .circle::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px; /* 棒の幅（太さ） */
	height: 20px; /* 棒の高さ */
	background: #E85101;
	border-radius: 20%;
}
   
.drawer-open .circle::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
   
.drawer-open .circle::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

#drawer .quick {
	margin-bottom: 0;
	color: #707070;
	margin-left: 10px;
	font-size: 14px;
}

.drawer-hamburger {
	display: flex;
	align-items: center;
}

header {
	/*margin-top: 50px;*/
	margin-top: 30px;
	position: fixed;
	z-index: 2;
}

.logo {
	width: 60%;
	height: auto;
}

.header_logo {
	text-align: left;
	position: fixed;
	top: 30px;
	left: 0;
}
.header_logo img {
	width: 160px;
	height: auto;
	margin: auto;
	margin-left: 50px;
}
@media screen and (max-width:991px) {
	.header_logo {
		text-align: left;
		position: fixed;
		top: 30px;
		left: 30px;
	}
	.header_logo img {
		width: 160px;
		height: auto;
		margin: auto;
		/*margin-left: 0px;
		margin-top: -50px;*/
	}
}
@media screen and (max-width:991px) {
	.header_logo {
		text-align: left;
		position: fixed;
		top: 30px;
		left: 10px;
	}
	.header_logo img {
		width: 120px;
		height: auto;
		margin: auto;
		/*margin-left: 0px;
		margin-top: -50px;*/
	}
}

/**=============
hover img
=============**/

.circle_btn {
	position: relative;
  	display: inline-block;
	padding:0 0 0 15px;
	line-height: 50px;
	color: #707070;
	text-decoration: none;
	outline: none;
	font-size: 14px;
}

.circle_btn:hover {
  color: #fff;
}

.circle_btn::before{
  content:'';
  position:absolute;
  top: 16px;
  left:-30px;
  z-index: -1;
  width:20px;
  height:20px;
  background:#E85101;
  border-radius:25px;
  transition:.3s ease-out;
}

/**topの詳細をみるの長さを調整　20230619**/
.circle_btn:hover::before{
	width:147%;
}
.top_circle_btn:hover::before{
	width:130%;
}
.square_btn {
	display: inline-block;
	border: 1px solid #D1621A;
	padding: 20px 50px;
	position: relative;
	overflow: hidden;
	transition: ease .5s;
}
.square_btn span {
	position: relative;
	z-index: 2;
}
.square_btn:hover {
	color: #fff;
}
.bgleft_ani:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background:#D1621A;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
  
.bgleft_ani:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
@media screen and (max-width:540px) {
	.square_btn {
		width: 90%;
		display: inline-block;
		border: 1px solid #D1621A;
		padding: 20px 20px;
		position: relative;
		overflow: hidden;
		transition: ease .5s;
	}
}

.square_btn_link {
    align-items: center;
	display: flex; 
	justify-content: center;
}
.square_btn_link::after {
    background-color: #DC5A0E; 
	content: "";
	height: 1px; 
	width: 70px;
	margin-left: -20px;
}

.border_link {
	align-items: center;
	display: flex; 
	justify-content: center;
	
}
.border_link::before {
	background-color: #DC5A0E; 
	content: "";
	height: 1px; 
	width: 100px;
	margin-right: 30px;
}
.border_link:hover::before {
	background-color: #DC5A0E; 
	content: "";
	height: 1px; 
	width: 100px;
	margin-right: 30px;
	transform: translateX(20px);
	transition: transform .5s;
}
@media screen and (max-width:540px) {
	.border_link::before {
		background-color: #DC5A0E; 
		content: "";
		height: 1px; 
		width: 80px;
		margin-right: 30px;
	}
}

/**=============
TOPpage 
===============**/
.main_img_zone .text_zone {
	display: inline-block;
	margin: auto;
}

.main_img_zone .img_zone {
	padding: 0;
}

.main_img_zone .img_zone img {
	/*width: 100%;
	height: auto;*/
	height: 570px;
	width: auto;
	overflow: hidden;
	object-fit: cover;
}

.main_img_zone .img_zone p {
	margin-top: 15px;
	margin-bottom: 0;
}

.clearfit {
	min-width: 1280px;
	overflow: hidden;
	object-fit: cover;
}
@media screen and (max-width:1280px) {
	.clearfit {
		min-width: initial;
		overflow: hidden;
		object-fit: cover;
	}
	#top .main_img_zone .img_zone img {
		height: 540px;
		width: auto;
		overflow: hidden;
		object-fit: cover;
	}
}

@media screen and (max-width:991px) {
	.main_img_zone {
		position: relative;
	}
	#top .main_img_zone .img_zone img {
		height: 540px;
		width: 100%;
		overflow: hidden;
		object-fit: cover;
	}
	.main_img_zone .text_zone .title_position {
		position: absolute;
		width: 80%;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: rgba(255,255,255,0.6);
		padding: 40px;
	}
	.main_img_zone .img_zone p {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
}



.main_wrap .comment {
	/*border-left:double 3px #CD612A;*/
	background-image: url("../img/deco_line.png");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

.main_wrap .comment p {
	text-align: left;
	padding-left: 50px;
	padding: 30px 0 30px 50px;
}

@media screen and (max-width:1280px) {
	.main_wrap .comment {
		/*border-left:double 3px #CD612A;*/
		background-image: url("../img/deco_line.png");
		background-size: contain;
		background-position: left;
		background-repeat: no-repeat;
		margin: auto;
	}
}

@media screen and (max-width:540px) {
	.main_wrap .comment {
		border-left:double 3px #CD612A;
		background-image: initial;
	}
	.main_wrap .comment p {
		text-align: left;
		padding-left: 50px;
		padding: 30px 0 30px 20px;
	}
}

.welcome_zone img {
	width: 100%;
	height: auto;
}

.section_text {
	margin-top: 50px;
}


.trans_img img {
	width: 100%;
	height:auto; 
}

.trans_text {
	display: inline-block;
	margin: auto;
	padding:0  50px;
}

@media screen and (max-width:991px) {
	.trans_text {
		display: inline-block;
		margin: auto;
		margin-top: 60px;
		padding:0  50px;
	}
	.trans_img {
		margin: auto;
		margin-top: 0;
	}
}
@media screen and (max-width:540px) {
	.trans_text {
		display: inline-block;
		margin: auto;
		margin-top: 60px;
		padding:0 12px; 
	}
	.trans_img {
		padding: 0;
		margin: auto;
		margin-top: 0;
	}
}

.trans_text h4 {
	margin-top: 40px;
}

.trans_text p {
	width: 90%;
	margin: auto;
	margin-top: 70px;
	text-align: left;
}

@media screen and (max-width:991px) {
	.trans_text p {
		width: 90%;
		margin: auto;
		margin-top: 40px;
		text-align: left;
	}
}

.trans_text a {
	margin-top: 40px;
	margin-bottom: 40px;
}

.border_some {
	position:relative; 
	color:#707070;
	padding: 0px 30px;
  	display:inline-block;
    text-decoration: none;
    outline: none;
}
@media screen and (max-width:540px) {
	.trans_text p {
		width: 100%;
		margin: auto;
		margin-top: 40px;
		text-align: left;
	}
	.border_some {
		position:relative; 
		color:#707070;
		padding: 0px;
		  display:inline-block;
		text-decoration: none;
		outline: none;
	}
}
.border_some::before,
.border_some::after {
  content:'';
  position:absolute;
  border:solid #707070;
  width:100px;
  height:100px;
  transition:all 0.3s ease-in-out;
}

.border_some::before{
  top:0;
  left:0;
  border-width:1px 0 0 1px;
}

.border_some::after{
  bottom:0;
  right:0;
  border-width:0 1px 1px 0;
}

@media screen and (max-width:540px) {
	.border_some::before,
	.border_some::after {
		display: none;
	}
}


hr {
	opacity: 1;
	background-color: #DC5A0E;
	border: #fff;
	height: 1px;
	width: 80px;
	margin: auto;
	margin-top: 20px;
}


/****/


.info_zone {
	margin-left: 0;
	margin-top: 16%;
}

.info_zone .border_some {
	margin-bottom: 0;

}

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

.section_text02 {
	width: 90%;
	margin: auto;
}
@media screen and (max-width:540px) {
	.section_text02 {
		width: 100%;
		margin: auto;
	}
}

.section_text02 h4 {
	margin-top: 40px;
}

.section_text02  p {
	width: 90%;
	margin: auto;
	margin-top: 70px;
	text-align: left;
}

.section_text02 a {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 10%;
}
/*
.health .trans_text hr {
	width: 280px;
}
*/
.culture .culture_text {
	text-align: left;
	border-left: 1px solid #CD612A;
	display: grid;
}
.culture hr {
	margin-top: 20px;
	margin-bottom: 10px;
}
.culture .culture_text p {
	width: 75%;
	margin: auto;
}
.culture .culture_img img {
	width: 100%;
	height:auto;
}
.culture .culture_img p {
	margin-top: 15px;
}
@media screen and (max-width:991px) {
	.culture .culture_text {
		text-align: left;
		border-left: none;
		display: grid;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width:540px) {
	.section_text02  p {
		width: 90%;
		margin: auto;
		margin-top: 40px;
		text-align: left;
	}
	.health {
		margin-top: 40px;
	}
	.health .trans_text hr {
		width: 80px;
	}
	.culture .culture_text p {
		width: 100%;
		margin: auto;
	}
	.culture .culture_img:nth-child(2),
	.culture .culture_img:nth-child(3) {
		margin-top: 40px;
	}
	.culture .culture_img {
		padding: 0;
	}
	.culture .culture_img p {
		margin-top: 10px;
	}

}

.parliament .photo_zone {
	justify-content: end;
}
.parliament .photo_zone .trans_img img {
	width: 100%;
	/*padding-right: 70px;*/
}
.parliament .text_zone {
	display: block;
	margin: auto;
	margin-left: 0;
	text-align: left;
}
.parliament .trans_text hr {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.parliament .trans_text p {
	width: 100%;
	margin: 0;
}
.parliament .text_zone a {
	margin-left: 33px;
	margin-top: 70px;
}

@media screen and (max-width:991px) {
	.parliament .photo_zone {
		justify-content: center;
	}
	.parliament .photo_zone .trans_img img {
		width: 100%;
		padding-right: 0px;
	}
	.parliament .text_zone {
		display: block;
		margin: auto;
		margin-left: 0;
		text-align: center;
	}
	.parliament .trans_text hr {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
	}
	.parliament .trans_text p {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.parliament .text_zone a {
		margin-left: 33px;
		margin-top: 40px;
	}
}

@media screen and (max-width:540px) {
	.parliament .photo_zone {
		margin: auto;
		padding: 0;
	}
	.parliament .photo_zone .trans_img {
		padding: 0;
	}
	.parliament .photo_zone .trans_img:nth-child(2) {
		margin-top: 40px;
	}
}


.top_btn {
	display: inline-block;
	z-index: 1;
	
}
.top_btn a {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}
.top_btn a img{
	width: 49px;
	height: auto;
}

.top_btn a:hover img {
	animation: topanim 1s ease-out forwards infinite;
}
@keyframes topanim {
    0% {transform: translateY(0);}
    100% {transform: translateY(-20px);}
}


/**=========
footer
==========**/
footer .top_btn {
	position: absolute;
}
footer .top_btn a {
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
footer .top_btn a img{
	width: 49px;
	height: auto;
}

footer .top_btn a:hover img {
	animation: topanim 1s ease-out forwards infinite;
}
@keyframes topanim {
    0% {transform: translateY(0);}
    100% {transform: translateY(-20px);}
}

footer .footer_img {
	width: 100%;
}
footer .footer_text {
	margin: auto;
	padding-top: 80px;
}
footer .footer_text .footer_01 {
	text-align: left;
	display: block;
	margin: auto;
}
footer .footer_text .footer_02 {
	text-align: left;
	display: block;
	margin: auto;
}
footer .footer_text .footer_02 ul {
	padding-left: 0;
	column-count: 2;
}
footer .footer_text .footer_link a img {
	width: 100%;
	height: auto;
}
footer .footer_text .footer_link a .deco_img {
	width: 35px;
	height: auto;
}
footer .footer_text .footer_link {
	padding: 0;
	overflow: hidden;
}
footer .footer_text .footer_link a {
	/*width: 100%;*/
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}
footer .footer_text .footer_link a p {
	margin-bottom: 0;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*footer .footer_text .footer_link a:hover img {
	transform:scale(1.1,1.1);
    transition:1s all;
}*/

footer .copyright {
	border-top: 1px solid #000;
	margin-top: 70px;
}
footer .copyright p {
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 35px;
}

@media screen and (max-width:991px) {
	footer .footer_text {
		margin: auto;
		padding-top: 60px;
	}
	footer .footer_text .footer_01 {
		text-align: center;
		display: block;
		margin: auto;
	}
	footer .footer_text .footer_02 ul {
		padding-left: 0;
		column-count: 1;
	}
	footer .footer_text .footer_link {
		padding: 0;
		overflow: hidden;
		margin-top: 24px;
		display: flex;
	}
	footer .footer_text .footer_link a {
		/*width: initial;*/
		display: inline-block;
		position: relative;
		transition: 0.5s;
		overflow: hidden;
		padding-right: 0;
		padding: 0px;
	}
	footer .copyright {
		border-top: 1px solid #000;
		margin-top: 60px;
	}
}

@media screen and (max-width:540px) {
	footer .footer_text .footer_01 {
		text-align: left;
		display: block;
		margin: auto;
	}
	footer .footer_text .footer_01 .res_540 {
		margin-bottom: 10px;
	}
	footer .footer_text .footer_02 {
		text-align: left;
		display: block;
		margin: auto;
		margin-top: 40px;
	}
	footer .footer_text .footer_link {
		padding: 0;
		overflow: hidden;
		margin-top: 24px;
	}

	footer .copyright {
		border-top: 1px solid #000;
		margin-top: 40px;
	}
	footer .footer_text .footer_link a img {
		width: 93%;
	}
}


/**============================
interview list 共通
============================**/
#interview .interview_title {
	margin: auto;
}
#interview .interview_list {
	background-image: url("../img/deco_line02.png");
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}
#interview .interview_list ul {
	text-align: left;
	padding-left: 80px;
	margin-bottom: 0;
}
#interview .interview_list ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
#interview .interview_list ul span {
	padding-right: 30px;
}
@media screen and (max-width:540px) {
	#interview .interview_list {
		background-image:initial;
		padding: 0;
		margin-top: 20px;
	}
	#interview .interview_list ul {
		text-align: left;
		padding-left: 0px;
		margin-bottom: 0;
	}
	#interview .interview_list ul span {
		padding-right: 10px;
		display: block;
	}
}

.square_title {
	display: inline-block;
	border: 1px solid #D1621A;
	padding: 20px 50px;
	position: relative;
	overflow: hidden;
	transition: ease .5s;
	margin-bottom: 0;
	line-height: 1.5;
}
@media screen and (max-width:1280px) {
	.square_title {
		display: inline-block;
		border: 1px solid #D1621A;
		padding: 20px 30px;
		position: relative;
		overflow: hidden;
		transition: ease .5s;
		margin-bottom: 0;
		line-height: 1.5;
	}
}
@media screen and (max-width:991px) {
	.square_title {
		display: inline-block;
		border: 1px solid #D1621A;
		padding: 10px 20px;
		position: relative;
		overflow: hidden;
		transition: ease .5s;
		margin-bottom: 0;
		line-height: 1.5;
	}
}
.slider_wrap {
	width: 100%;
}
.slider_wrap .slider {
	padding: 0;
}
.slider_wrap img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:540px) {
	.slider_wrap {
		width: 100%;
	}
	.slider_wrap .slider {
		padding: 0;
		margin-bottom: 0;
	}
}

.border_title {
	align-items: center;
	display: flex; 
	justify-content: left;
	
}
.border_title::after {
	background-color: #DC5A0E; 
	content: "";
	height: 1px; 
	width: 100px;
	margin-left: 30px;
}
.border_all {
	justify-content: center;
}
.border_all::before {
	background-color: #DC5A0E; 
	content: "";
	height: 1px; 
	width: 100px;
	margin-right: 30px;
}

@media screen and (max-width:1280px) {
	.border_title::after {
		margin-left: 10px;
    	flex-grow: 1;
		width: initial;
	}
}


/**20230619 add**/
.margin_right00 {
	margin-right: 0;
}
.margin_left00 {
	margin-left: 0;
}
@media screen and (max-width:1280px) {
	.margin_auto {
		margin: auto;
	}
	.margin_left00 {
		margin: auto;
	}
	.margin_right00 {
		margin: auto;
	}
	.tab_margin_top {
		margin-top: 40px;
	}
	.tab_margin00 {
		margin-top: 0 !important;
	}
}
@media screen and (max-width:540px) {
	.res_padding_top {
		padding-top: 40px;
	}
}