@charset "utf-8";

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:180%;
	font-size:15px;
	color: #000;
	min-width: 1200px;
	font-family: "Meiryo UI","メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif",BlinkMacSystemFont;
	background: #fff;
	cursor: default;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.pnone,
.none{
	display: none;
}


.en{
	font-family: "Jost",sans-serif;
}


/* スクロールの幅の設定 */
html::-webkit-scrollbar {
width: 15px;
height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #ECFACF inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #1D9B46;
}

html { scroll-behavior: smooth;}


/* 横幅が1200px以下の場合に適用するスタイル */
@media (max-width: 1200px) {
img{
    max-width: 1200px;
}
	
}


#page_up{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 10;
}

#page_up a{
	transform: rotateZ( 0deg ) ;
	transition: .5s ;
	display: inline-block;
}

#page_up a:hover{
	transform: rotateZ( 360deg ) ;
}




/*
.btn:hover{
	   animation: hurueru .5s  infinite;
}



@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
*/
/*拡大ボタン*/


.zbtn{
	transition: all  0.3s ease;
}

.zbtn:hover{
	transform: scale(1.05,1.05);
}

/*********************************************************/



#pan{
    display: flex;
    width: 1200px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
}

#pan li a{
    text-decoration: none;
    color: #555;
	font-size: 14px;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #555;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

ol#pan br{
	display: none;
}

/**************************************************************************/

#up_btn{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 9999;
}



/*************************************************/

.btns{
	width: 885px;
	margin: auto;
		position: relative;
    overflow: hidden;
}

.s_btn a{
	position: relative;
	overflow: hidden;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 140%; }
    100% { left: 140%; }
}

header #top_btn::after,
.s_btn a::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.line_btn{
	text-align: center;
}

/**************************************/
#drawer-check{
  display: none;
}

header{
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav ul{
	display: flex;
	margin-right: 20px;
}

header nav li{
	border-left: 1px solid #000;
}

header nav li:last-child{
	border-right: 1px solid #000;
}

header nav li a{
	padding-left: 15px;
	padding-right: 15px;
}

header nav li a:hover{
	text-decoration: underline;
}

footer .footer_rap{
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

footer .footer_rap .box02,
footer .footer_rap .box01{
	width: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
	color: #fff;
	font-size: 35px;
	text-align: center;
	line-height: 160%;
}

footer .footer_rap .box01{
	background: url("../img/company.webp") center center no-repeat;
	background-size: cover;
}

footer .footer_rap .box02{
	background: url("../img/staff.webp") center center no-repeat;
	background-size: cover;
}

footer #footer_nav ul{
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

footer #footer_nav ul li{
	border-left: 1px solid #000;
}

footer #footer_nav ul li:last-child{
	border-right: 1px solid #000;
}

footer #footer_nav ul a{
	padding-left: 25px;
	padding-right: 25px;
}

footer #footer_nav ul li:hover{
	text-decoration: underline;
}

footer address{
	text-align: center;
	padding-top: 25px;
}

footer .tell{
	margin-bottom: 80px;
}

footer #copy{
	border-top: 1px solid #000;
	text-align: center;
	display: block;
	font-size: 13px;
	padding: 20px;
}