@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
/* ----------------------------------------
  header
---------------------------------------- */

html {
	font-size: 100%;
	font-weight:400;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	min-width: 1150px;
	margin: 0;
	color:#161616;
	font-weight: 400;
}
.font__serif{
	font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 768px) {
	body{
	   position:relative;
	 	min-width: 100%;
		 font-size: 13px;
	}
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
		margin:0;
    padding:0;
}

p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
	margin: 0;
}

object,embed {
  vertical-align: top;
}
a{
	text-decoration: none;
}
a,
.hover {
	cursor: pointer;
	color: #231815;
}

a,
.hover,
.moves {
	transition: all  0.5s ease;
}

a:hover {
	cursor: pointer;
	opacity: 0.7;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1em;
}

.layout {
	padding: 0;
	list-style: none;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}

.bold{
	font-weight: 700;
}

.wrapper {
    margin-top: 70px;
}

.inner {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}


.pc_area { display: block !important; }
.sp_area { display: none !important; }
@media only screen and (max-width: 768px) {
	.pc_area { display: none !important; }
	.sp_area { display: block !important; }
	.inner {
		width: 100%;
		min-width: 100%;
		padding:0 10px;
	}.wrapper {
  margin-top: 50px;
}
}


/* header */


.menu_bg {
	pointer-events: auto;
	position: fixed;
	opacity: 1;
	background: #3A526D;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	overflow: hidden;
	height: 80px;
}
.menu-logo {
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 0 0 0 40px;
	height: 83px;
	flex-shrink: 0;
}
.menu-logo img{
	width: 212px;
}
.menu_icon{
	display: none;
}
.menu__list{
	height: 80px;
	max-width: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu__list-sp{
	display: none;
}
.menu__list li{
	font-size: 15px;
	transition: all .5s;
	color: #000;
	height: auto;
	width: auto;
	margin-right: 20px;
}
.menu__list li:last-child{
	margin-right: 0;
}
.menu__list li a{
	height: 100%;
	color: #000;
	padding: 8px 0;
}
.nav__btnbox02{
	width: 185px;
	overflow: hidden;
	flex-shrink: 0;
}
.nav__btn{
	display: flex;
	height: 100%;
}
.nav__btn01 a,
.nav__btn02 a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 83px;
	width: 114px;
	position: relative;
	overflow: hidden;
}
.nav__btn01 a::before,
.nav__btn02 a::before,
.nav__btn03 a::before,
.nav__btn04 a::before {
		position: absolute;
		content: '';
		display: inline-block;
		top: -180px;
		left: 0;
		width: 30px;
		height: 100%;
		background-color: #fff;
		animation: shiny-btn1 6s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
		0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
		80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
		81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
		100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.nav__btn03 a,
.nav__btn04 a{
	display: flex;
	align-items: center;
	padding-left: 22px;
	height: 40px;
	width: 185px;
	color:#fff;
	position: relative;
	overflow: hidden;
}
.nav__btn01 a img{
	width: 52px;
}
.nav__btn02 a img{
	width: 48px;
}
.nav__btn03 a img{
	width: 135px;
}
.nav__btn04 a img{
	width: 20px;
	padding-right: 5px;
}
.nav__btn01{
	background: #BBAF0D;
}
.nav__btn02{
	background: #3A526D;
}
.nav__btn03{
	background: #BBAF0D;
	margin-bottom: 1px;
}
.nav__btn04{
	background: #3A526D;
}
@media only screen and (max-width: 1400px) {
	.menu__list li{
		font-size: 14px;
		margin-right: 10px;
		}
}
@media only screen and (max-width: 1200px) {

	.wrapper {
	    margin-top: 50px;
	}
	.menu-logo{
		height: 50px;
		padding: 0 10px;
	}
	.menu_icon{
		position: relative;
		cursor: pointer;
		z-index: 999;
		display: block;
		background: #3A526D;
		height: 50px;
		width: 65px;
		box-sizing: border-box;
	}
	.menu_icon span{
		position: absolute;
		top: 16px;
		height: 1px;
		width: 20px;
		background-color: #fff;
		left: 22px;
		transition: all .5s;
	}
	.menu_icon span:first-child{
		position: absolute;
		top: 8px;
		width: 20px;
		background-color: #fff;
		left: 22px;
	}
	.menu_icon span:nth-child(3) {
		position: absolute;
		top: 24px;
		width: 20px;
		background-color: #fff;
		left: 22px;
	}
	.menu_icon.open span:nth-child(2){
		opacity: 0;
	}
	.menu_icon.open span:first-child{
		top: 16px;
		left: 23px;
		transform:rotate(35deg);
	}
	.menu_icon.open span:nth-child(3) {
		top:16px;
		left: 23px;
		transform:rotate(-35deg);
	}
	.menu_icon-t{
		position: absolute;
		top: 26px;
		width:100%;
		text-align: center;
		color:#fff;
		font-size: 8px;
	}
	.menu_bg{
		position: fixed;
		height: 50px;
		overflow: inherit;
		height: 50px;
	}
	.menu__list{
		display: none
	}
	.menu__list-sp{
		padding-top: 60px;
		transition: all .5s;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		top:0;
		background: #fff;
		right: 0;
		max-height: calc(100vh - 70px);
		display: block;
		height: auto;
		font-size: 15px;
		width: 100%;
		background-color: #fff;
	}
	.menu_icon.open ~ .menu__list-sp{
		opacity: 1;
		pointer-events: auto;
		overflow-y: scroll;
	}
	 .menu__list-sp .list-parent{
		 background: #F6F6F6;
		 position: relative;
 	}
	.list-parent .navi__arrow{
		position: absolute;
		width: 22px;
		top:15px;
		right: 25px;
		height: 22px;
		pointer-events: none;
 }
 	.list-parent .navi__arrow img{
	 width: 22px;
	 height: 22px;
	}
	.list-parent input:checked + .navi__arrow img{
		transform:rotate(180deg);
	}
	.navi-sp-icon {
    position: absolute;
    left: 30px;
    height: 14px;
    top: 16px;
	}
	.menu__list-sp .list-parent:nth-last-child(2n+2){
		background: #fff;
	}
	.menu__list-sp li:hover a{
		opacity: 0.8;
	}
	.menu__list-sp label,
	.menu__list-sp li a{
		display: block;
		font-size: 15px;
		font-weight: bold;
		padding: 10px 10px 10px 65px ;
		cursor: pointer;;
	}
	.menu__list-child li{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px 0 10px;
	}
	.menu__list-child{
		opacity: 0;
		height: 0;
		pointer-events: none;
	}
	.list-parent input{
		opacity: 0;
		display: none;
	}
	.list-parent input:checked ~ .menu__list-child{
			opacity: 1;
			height: auto;
			pointer-events: auto;
	}
	.nav__btnbox02,
	.nav__btn{
		display: none;
	}
}


/* ----------------------------------------
	breadcrumb
---------------------------------------- */
#breadcrumb {
	margin-top: 8px;
	padding: .55em 0;
	background:url("../img/common/breadcrumb.jpg") center no-repeat;
	background-size: cover;
}

#breadcrumb .inner > div {
	display: inline;
	font-size: 14px;
}

#breadcrumb .inner > div + div {
	padding: 0 0 0 12px;
}

#breadcrumb .inner > div span {
	font-size: 12px;
}

#breadcrumb .inner > div a {
	color: #000;
	text-decoration: none;
	margin: 0 6px 0 0;
}
.footer__sp-snsbox{
	display: none;
}
@media all and (max-width: 1200px) {
	#breadcrumb{
		margin-top: 50px;
	}
}
@media all and (max-width: 768px) {
	#breadcrumb{
		margin-top: 50px;
	}
	#breadcrumb .inner > div {
		font-size: 10px;
	}

	#breadcrumb .inner > div.home a:before {
		font-size: 10px;
	}
}



/* common */

.flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.marginb90{
	margin-bottom: 90px;
}
.marginb60{
	margin-bottom: 60px;
}
.marginb30{
	margin-bottom: 30px;
}
.marginb90-s60{
	margin-bottom: 90px;
}
.marginb60-s30{
	margin-bottom: 60px;
}
.marginb30-s15{
	margin-bottom: 60px;
}
@media all and (max-width: 768px) {

	.marginb90-s60{
		margin-bottom: 60px;
	}
	.marginb60-s30{
		margin-bottom: 30px;
	}
	.marginb30-s15{
		margin-bottom: 15px;
	}
}


.page__ttl-en{
	font-size: 14px;
	padding: 20px 0 0 0;
	color:#3A526D;
}
.page__ttl{
	font-size: 30px;
	padding: 5px 0;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	color:#3A526D;
}

.page__info{
	font-size: 16px;
	padding: 10px 0 40px;
}
@media screen and (max-width: 769px) {
	.page__ttl-en{
		font-size: 16px;
	}
	.page__ttl{
		font-size: 22px;
		padding: 5px 0;
	}
	.page__info{
		font-size: 16px;
		padding: 0 0 20px;
	}
}

/* footer */

.footer__contact{
	background:url("../img/common/footer-bg.jpg") center no-repeat;
	background-size: cover;
	width: 100%;
  position: relative;
}
.footer__contact::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.footer__contact-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.footer__contact-text{
			width: 50%;
				text-align: center;
	}
.footer__contact-text a{
	text-align: center;
	font-size: 25px;
	color:#fff;
}
.footer__contact-tel{
	width: 50%;
}
.footer__contact-tel a {
	font-size: 40px;
	color: #fff;
	display: flex;
	align-items: center;
}
.footer__contact-tel a::before {
	content: "";
	width: 68px;
	height: 46px;
	background: url(../img/common/footer-tel.webp) no-repeat center / contain;
	margin-right: 20px;
}
.footer__logo{
	margin-top: 90px;
}
.footer__logo img{
	width: 215px;
}
.footer__company{
	font-size: 13px;
	margin-top: 50px;
}
.footer__sitemap{
	padding: 50px 0;
}
.footer__company-name{
	font-size: 22px;
	font-weight: bold;
}
.sitemap__flex{
	display:flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.sitemap__flex02{
	display:flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.sitemap__list{
	width: 25%;
	color:##686868;
	padding-bottom: 60px;
	box-sizing: border-box;
	padding-right: 10px;
}
.sitemap__list li{
	font-size: 13px;
	padding-bottom: 5px;
}
.sitemap__list li.parent{
	font-size: 16px;
	font-weight: bold;
}
.sitemap__list-keiai{
	width: 20%
}
@media all and (max-width: 768px) {
	.footer__logo{
		display: none;
	}
	.footer__company{
		display: block;
		font-size: 10px;
		font-weight: bold;
		margin-top: 0;
	}
	.footer__company-name{
		font-size: 12px;
	}
	.footer__sp-snsbox{
		display: flex;
		background: #161616;
		width: 100%;
		height: 63px;
		align-items: center;
		justify-content: center;
		bottom:0;
		z-index: 5;
		box-sizing: content-box;
		padding-bottom: 80px;
	}
	.footer__sp-snsitem{
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer__sp-snsbox i {
		font-size: 24px;
		color: #fff;
	}
	.sitemap__flex{
		display: none;
	}
	.sitemap__flex02{
		display: block;
	}
	.foter__company{
		font-size: 10px;
	}
	.footer__sitemap{
		padding: 40px 0;
	}
	.footer__company-name{
		font-size: 12px;
		font-weight: bold;
	}
	.sitemap__list{
		width: 100%;
	}
	.sitemap__list li{
		display: none;
	}
	.sitemap__list li.parent{
		display: block;
		font-size: 10px;
	}
	.sitemap__list-keiai{
		width: 100%;
	}
}



/* 絞り込み検索　*/

.remodal{
	position: relative;
}

.archivesearch__categories__dl .f_btn {
	cursor: pointer;
	color: #3A526D;
	border: 1px solid #3A526D;
	border-radius: 30px;
	background: transparent;
	transition: all .2s linear;
	margin: 0 10px 10px 0;
	display: inline-block;
}

.archivesearch__categories__dl .f_btn.active {
	color: #fff;
	background: #3A526D;
}
.archivesearch__next{
    font-size: 22px;
    box-sizing: border-box;
    padding: 0 0 1px 0;
    position: absolute;
    right: -60px;
    top: 50%;
    height: 52px;
    width: 52px;
    border: solid 2px #BBAF0D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BBAF0D;
		border-radius: 50px;
}
.archivesearch__prev{
    font-size: 22px;
    box-sizing: border-box;
    padding: 0 0 1px 0;
    position: absolute;
    left: -60px;
    top: 50%;
    height: 52px;
    width: 52px;
    border: solid 2px #BBAF0D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BBAF0D;
		border-radius: 50px;
}
.archivesearch__categories{
	background: #F6F6F6;
	position: relative;
	margin: 0 0 40px 0;
}
.archivesearch__categories__title{
	font-size: 20px;
	color:#3A526D;
	padding: 25px 50px;
	margin: 0;
}
#archivesearch-search{
	display: none;
}
.archivesearch__categories label{
	background: #3A526D;
	border: solid 1px  #3A526D;
	width: 40px;
	height: 40px;
	font-size: 30px;
	position: absolute;
	top:25px;
	right: 50px;
	border-radius: 40px;
  line-height: 0;
  padding: 0 0 1px 0;
  box-sizing: border-box;
}
.archivesearch__categories label::after{
	content: "+";
	font-size: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
    padding: 0 0 1px 0;
}
#archivesearch-search:checked + label{
	background: #fff;
}
#archivesearch-search:checked + label::after{
	color: #3A526D;
		content: "ー";
		font-size: 26px;
}
.archivesearch__categories__dl{
	height: 0;
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s ease-out;
	padding: 0  50px 0;
}
#archivesearch-search:checked ~ .archivesearch__categories__dl{
	height: auto;
	pointer-events: auto;
	opacity: 1;
	padding: 0  50px 25px;
}
.archivesearch__categories__dl dd {
	padding: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.archivesearch__categories__dl dd .f_btn{
	min-width: 110px;
	padding: 5px 20px;
	text-align: center;
}
.remodal{
	padding: 0;
}
.archivesearch__content__image img{
	width: 100%;
}
.archivesearch__content__textbox{
	padding: 20px 30px;

}
.archivesearch__content__flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.archivesearch__content__flex__category{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.archivesearch__content__flex__category span{
	cursor: pointer;
	color: #3A526D;
	border: 1px solid #3A526D;
	border-radius: 30px;
	background: transparent;
	transition: all .2s linear;
	margin: 0 10px 0 0;
	min-width: 110px;
		min-width: 110px;
	padding: 5px 20px;
	font-size: 11px;
	text-align: center;
}
.archivesearch__content__flex__btn{
    width: 220px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    font-size: 12px;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgb(0 0 0 / 16%);
    background: rgb(187, 175, 13);
    border: 1px solid rgb(187, 175, 13);
    color: rgb(255, 255, 255);
}
.archivesearch__content__flex__btn a{
	color:#FFF;
}
.archivesearch__content__flex__btn:hover{
	background: #fff;
	color: rgb(187, 175, 13);
}
.archivesearch__content__flex__btn:hover a{
	color: rgb(187, 175, 13);
}
.archivesearch__content__text{
	font-size: 12px;
	padding: 10px 0;
	text-align: left;
}
.remodal-wrapper:last-child .archivesearch__next{
	display: none;
}
@media screen and (max-width: 900px) {

	.archivesearch__next{
			right: 5px;
	    top: 40%;
			font-size: 12px;
	    height: 23px;
	    width: 23px;
	    border: solid 2px #fff;
	    background: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: #BBAF0D;
			border-radius: 50px;
	}
	.archivesearch__prev{
	    left: 5px;
	    top: 40%;
			font-size: 12px;
	    height: 23px;
	    width: 23px;
	    border: solid 2px #fff;
	    background: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: #BBAF0D;
			border-radius: 50px;
	}
}
@media screen and (max-width: 769px) {
	.archivesearch__categories__title{
		padding: 20px 20px;
		font-size: 16px;
	}
	.archivesearch__categories label {
    width: 30px;
    height: 30px;
		top:20px;
		right: 20px;
	}
	.archivesearch__categories label::after{
		font-size: 22px;
	}
	#archivesearch-search:checked + label::after{
			font-size: 18px;
	}
#archivesearch-search:checked ~ .archivesearch__categories__dl {
	padding: 0 20px 10px;
}
	.archivesearch__categories__dl dd {
		justify-content:space-between;
	}
	.archivesearch__categories__dl dd .f_btn{
		width: calc(50% - 5px);
		box-sizing: border-box;
		margin: 0 0 5px 0;
		font-size: 11px;
		padding: 5px 10px;
	}
	.archivesearch__content__flex__btn{
		margin-top: 10px;
	}
	.archivesearch__content__flex{
		display: block;
	}
}
.archivebox{
	padding: 70px 0;
	background: #F5F5F5;
	margin-bottom: 30px;
}
.archive-news-item{
	background: #fff;
	margin-bottom:10px;
	font-size: 18px;
	position: relative;
	color: #3A526D;
}
.archive-news-item-arrow{
	background: #3A526D;
	border: solid 1px #3A526D;
	width: 52px;
	height: 52px;
	font-size: 21px;
	position: absolute;
	top: 33px;
	right: 30px;
	border-radius: 40px;
	line-height: 0;
	padding: 0 0 1px 0;
	box-sizing: border-box;
	pointer-events: none;
	color:#fff;
	display: flex;
	justify-content:center;
	align-items: center;
	transition: 0.5s;
}
.archive-news-item a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 40px 30px;
	box-sizing: border-box;
	transition: 0.5s;
}
.archive-news-item a:hover{
	padding: 40px 30px 40px 40px;
}
.archive-news-item:hover .archive-news-item-arrow{
	right: 20px;
}
.archive-news-img{
	padding-right: 10px;
	display: flex;
	align-items: center;
}
.archive-news-date{
		font-family: 'Futura PT', sans-serif;
		font-size: 17px;
		width: 100px;
}
.archive-news-content{
	font-size: 18px;
	color:#3A526D;
}
.archive-news-img img{
	width: 22px;
}
.page_nation{
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    background: #fff;
    text-align: center;
    border-radius: 60px;
		width: fit-content;
		padding: 0 20px;
}
.page_nation a{
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin:10px 5px;
	box-sizing: border-box;
}
.page_nation a.now{
	background: #3A526D;
	border-radius: 60px;
	color: #fff;
}.archive-blog-item{
	background: #fff;
	margin-bottom:10px;
	font-size: 18px;
	position: relative;
	color: #3A526D;
}
.archive-blog-item-arrow{
	background: #3A526D;
	border: solid 1px #3A526D;
	width: 52px;
	height: 52px;
	font-size: 21px;
	position: absolute;
	top: 33px;
	right: 30px;
	border-radius: 40px;
	line-height: 0;
	padding: 0 0 1px 0;
	box-sizing: border-box;
	pointer-events: none;
	color:#fff;
	display: flex;
	justify-content:center;
	align-items: center;
	transition: 0.5s;
}
.archive-blog-item:hover .archive-blog-item-arrow{
	right: 20px;
}
.archive-blog-item a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	height: 124px;
}
.archive-blog-img{
	padding-right: 20px;
	display: flex;
	align-items: center;
}
.archive-blog-date{
		font-family: 'Futura PT', sans-serif;
		font-size: 17px;
		width: 100px;
		transition: 0.5s;
}
.archive-blog-item a:hover .archive-blog-date{
	padding-left: 10px;
}
.archive-blog-content{
	font-size: 18px;
	color:#3A526D;
	transition: 0.5s;
}
.archive-blog-img{
	height: 124px;
  aspect-ratio: 11/7;
  box-sizing: content-box;
}
.archive-blog-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 769px) {
	.archivebox{
		padding: 30px 0;
	}
	.archive-news-item a {
		flex-wrap: wrap;
		padding: 20px;
	}
	.archive-news-item a:hover{
		padding: 20px 20px 20px 30px;
	}
	.archive-news-img{
		display: none;
	}
	.archive-news-date{
		font-size: 12px;
		color:#7D7D7D;
	}
	.archive-news-content{
		display: block;
		width:calc(100% - 30px);
	}
	.archive-news-item-arrow{
		width: 30px;
		height: 30px;
		font-size: 12px;
		top:calc(50% - 15px);
		right: 20px;
	}
	.archive-news-item:hover .archive-news-item-arrow{
		right: 10px;
	}
	.archive-blog-item a {
		flex-wrap: wrap;
		padding: 20px;
		height: auto;
		padding: 15px;
		display: block;
	}
	.archive-blog-img{
		aspect-ratio: 19/8;
    box-sizing: content-box;
		height: 100%;
		padding-right: 0;
	}
	.archive-blog-date{
		font-size: 12px;
		color:#7D7D7D;
		padding-top: 5px;
	}
	.archive-blog-content{
		display: block;
		width:calc(100% - 30px);
		height: 60px;
	}
	.archive-blog-item a:hover .archive-blog-content{
		padding-left: 10px;
	}
	.archive-blog-item-arrow{
		width: 30px;
    height: 30px;
    font-size: 12px;
    top: auto;
    right: 20px;
    bottom: 35px;
	}
	.archive-blog-item:hover .archive-blog-item-arrow{
		right: 10px;
	}
	.page_nation a {
		width: 24px;
    height: 24px;
		font-size: 10px;
		margin: 8px 4px;
	}
}


/*  footer-banner　*/


.footer-bannersec{
	padding: 60px 0;
	margin: 60px 0;
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
}
.footer-bannersec-flexbox{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.footer-bannersec-box{
	width: 33.33%;
	padding: 10px;
	box-sizing: border-box;
}
.footer-bannersec-box-img02{
	padding: 10px 0;
	box-sizing: border-box;
}

.footer-bannersec-box-img a,
.footer-bannersec-box-img02 a{
	overflow: hidden;
	display: block;
  opacity: 1;
}
.footer-bannersec-box-img img,
.footer-bannersec-box-img02 img {
		transform-origin: center;
		-webkit-transition: -webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
		transition: -webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
		transition: transform 5s cubic-bezier(0.19,1,0.22,1);
		transition: transform 5s cubic-bezier(0.19,1,0.22,1),-webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
}
.footer-bannersec-box-img img:hover,
.footer-bannersec-box-img02 img:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06)
}
.footer-bannersec-box-img a:hover,
.footer-bannersec-box-img02 a:hover {
		-webkit-animation: 0.6s cubic-bezier(0.47,0,0.745,0.715) forwards imgflash;
		animation: 0.6s cubic-bezier(0.47,0,0.745,0.715) forwards imgflash;
}

@keyframes imgflash {
					0% {
							opacity: 0.6
					}

					to {
							opacity: 1
					}
				}

@media screen and (max-width: 769px) {
	.top-sec04-box{
		width: 50%;
	}
}

.vacancy-box{
	width: 250px;
	height: 215px;
	background: #fff;
	position: fixed;
	right: -250px;
	transition: all 0.2s ease-out;
	 font-family: 'Noto Sans JP';
	 top: 50%;
 	transform: translatey(-50%);
 	-webkit-transform: translatey(-50%);
 	-ms-transform: translatey(-50%);
	z-index: 999;
}

@media screen and (min-width: 770px) {
.vacancy-box .vacancy-ttl{
	animation: move 5s ease-in-out infinite;
	border-right: solid 40px #fff ;
}
.vacancy-box:hover .vacancy-ttl{
	animation: unset;
	animation: none;
	border-right: solid 0px;
}
@keyframes move {
0% {
	left: -40px;
}
88% {
	left: -40px;
}
94% {
	left: -50px;
}
100% {
	left: -40px;
}
}
}
.vacancy-ttl{
	 background: linear-gradient(#6DCDFF, #25678A);
	 height: 215px;
	 border-radius: 10px 0 0 10px;
	 color:#fff;
	 width: 40px;
	 position: absolute;
	 top:0;
	 left: -40px;
	 font-size: 13px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 writing-mode: vertical-rl;

}
.vacancy-ttl img{
    visibility: visible;
    width: 25px;
    padding: 5px 0 5px 5px;
}
.vacancy-content{
	width: 250px;
	color:#000;
}
.vacancy-box:hover {
	right:-1px;
}
.vacancy-date{
	text-align: center;
	padding: 15px 0;
}
.vacancy-date .year{
	font-size: 20px;
	display: block;
}
.vacancy-date .date{
	font-size: 14px;
	display: block;
}
.vacancy-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
.vacancy-iteme{
	width: 50%;
	padding-bottom: 5px;
}
.vacancy-link{
	position: absolute;
	right: 15px;
	bottom: 15px;
}




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


.vacancy-ttl{
	position: absolute;
	display: flex;
	height: 30px;
	width: 250px;
	border-radius: 10px 10px 0 0;
	top: -25px;
	right: 0;
	left: auto;
	writing-mode: horizontal-tb;
	justify-content: center;
}
.vacancy-ttl img {
	visibility: visible;
	width: 25px;
	padding: 5px 0 5px 5px;
	box-sizing: border-box;
}
.vacancy_btn{
	cursor: pointer;
}
.vacancy-box{
	left:0;
	right: -1px;
	bottom: -180px;
	top: auto;
	transform: translatey(0);
-webkit-transform: translatey(0);
-ms-transform: translatey(0);
 -webkit-transform: translatey(0);
 z-index: 98;
 opacity:0;
}
.vacancy-box.vacancy-open{
	left:0;
	right: -1px;
	bottom: 60px;
	top: auto;
	animation: none;
	animation: unset;
  opacity:1;
}
}
