@charset "UTF-8";
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

@font-face {
	font-family: "ZenKakuGothicNew-Bold";
	src: url(../webfont/ZenKakuGothicNew-Bold.woff) format('woff');
	font-display: swap;
}
@font-face {
	font-family: "ZenKakuGothicNew-Medium";
	src: url(../webfont/ZenKakuGothicNew-Medium.woff) format('woff');
	font-display: swap;
}
@font-face {
	font-family: "ZenKakuGothicNew-Regular";
	src: url(../webfont/ZenKakuGothicNew-Regular.woff) format('woff');
	font-display: swap;
}
body {
    font-family: "ZenKakuGothicNew-Medium";
	font-size: 16px;
    color: #001a43;
}
html {
    scroll-behavior: smooth;
}
/** ページトップへ戻るのスタイル **/
#topcontrol {
	z-index:999;
    margin: 30px;
    display: none;
}
/** 全体的なテキストの間隔 **/
p {
	line-height: 1.5em;
	letter-spacing: -0.02em;
}

li,td,th {
	line-height:1.5em;
	letter-spacing:0.05em;
}


h2,h3,h4,h5 {
	line-height:1.3em;
	letter-spacing:0.05em;
}

a {
    transition: .3s;
    color: #001a43;
}

.font1 {
    font-family: "hanken-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.06em;
    line-height: 1.3em;
}
.font2 {
    font-family: "ab-kirigirisu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zenKaku_regular {
    font-family: "ZenKakuGothicNew-Regular";
}

.bold {
    font-family: 'ZenKakuGothicNew-Bold';
}


/** 画像100%指定 **/
.img100 img {
	width:100%;
	height:auto;
}
.max_img100 {
    max-width: 100%;
    height: auto;
}
/** よく使うコンテナのサイズ **/
.container1790 {
	width: 93.5%;
	margin:0 auto;
	max-width:1790px;
}
.container1660 {
	width:90%;
	margin:0 auto;
	max-width:1660px;
}
.container1600 {
	width:90%;
	margin:0 auto;
	max-width:1600px;
}
.container1460 {
	width:90%;
	margin:0 auto;
	max-width:1460px;
}
.container1280 {
	width:90%;
	margin:0 auto;
	max-width:1280px;
}
.container1200 {
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
/** z-indexの指定 **/
.z500 {
	position:relative;
	z-index:500;
}
.z10 {
	position:relative;
	z-index:10;
}
/** flex処理（740pxで解除） **/
.flex_box {
    display: flex;
}
.jus_between {
    justify-content: space-between;
}
.item_center {
    align-items: center;
}
.item_start {
    align-items:flex-start;
}
.item_end {
    align-items:flex-end;
}
/******************************/
.overflow_hidden {
	overflow:hidden;
}
.posi {
	position:relative;
}
.relative {
	position:relative;
}
.tel-link2 a {
	text-decoration:none;
	color:inherit;
}
.tel-link2{
	text-decoration:none;
	color:inherit;
}
.br1024 {
	display:none;
}
.br768 {
	display:none;
}
.br480 {
	display:none;
}
.order2 {
	order:2;
}
.inline_block {
    display: inline-block;
}
.center {
    text-align: center;
}
.event_none {
    pointer-events: none;
}

.posi {
    position: relative;
}
@media only screen and (max-width: 1550px) and (min-width: 1025px) {
    body {
        zoom: 0.8;
        font-size: 18px;
    }
}
@media only screen and (max-width:1580px){
    .none1580 {
        display: none;
    }
}
@media only screen and (max-width:1024px){
    .br1024 {
        display:block;
    }
    .none1024 {
        display:none;
    }
}
@media only screen and (max-width:768px){
    body {
        font-size:16px;
    }
    .br768 {
        display:block;
    }
    .none768 {
        display:none;
    }
    .flex_box {
        display: block;
    }
    .event_none {
        pointer-events: auto;
    }
    .sp_center {
        text-align: center;
    }
    .order2 {
        order: 0;
    }
}
@media only screen and (max-width:480px){
    .br480 {
        display:block;
    }
    .none480 {
        display:none;
    }
}
