/* ページ */

@font-face {
	font-family: 'hannari';
	src: url(font/hannari/hannari.eot);
	src: url(font/hannari/hannari.eot#iefix) format('embedded-opentype');
	src: url(font/hannari/hannari.otf) format('opentype');
		 }

body, td, th {
	font-size: 14px;
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-display: swap;
	color: #111111;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

p, a, div, span, font, strong, section, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, label, input, textarea, select, :before, :after {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	}

form {
	margin: 0px;
	}

a:link { color: #111111; text-decoration: none; }
a:visited { color: #111111; text-decoration: none; }
a:hover { color: #111111; text-decoration: none; }
a:active { color: #111111; text-decoration: none; }

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
	
body, td, th {
	font-size: 12px;
	}

}


/* 全体レイアウト */

@media screen and (min-width: 641px){

#hbg {
	width: 100%;
	overflow: hidden;
	position: relative;
	}

#hbg:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#hbg img {
	width: 100%;
	}

#hbg h2 {
	width: 100%;
	font-family: "Hannari";
	font-size: 60px;
	font-weight: normal;
	line-height: 100%;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#hbg h2 br {
	display: none;
	}

h3.title {
	background: url(img/titsta.png) no-repeat center bottom;
	font-size: 13px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 40px 0px;
	text-align: center;
	}

h3.title p {
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 25px 0px;
	}

#new {
	width: 34px;
	background: #CF4078;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 10px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 10px;
	}

#pag {
	width: 100%;
	margin: 100px 0px 0px 0px;
	text-align: center;
	}

#pag a {
	width: 40px;
	background: #ffffff;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 18px;
	line-height: 40px;
	margin: 0px 5px;
	display: inline-block;
	box-sizing: border-box;
	}

#pag a.previouspostslink {
	width: 40px;
	background: url(img/arr01.svg) no-repeat center;
	background-size: 16px auto;
	background-color: #ffffff;
	margin: 0px 0px 0px 25px;
	float: left;
	transform: scale(-1, 1);
	}

#pag a:hover.previouspostslink {
	background: url(img/arr02.svg) no-repeat center;
	background-size: 16px auto;
	background-color: #111111;
	}

#pag a.nextpostslink {
	width: 40px;
	background: url(img/arr01.svg) no-repeat center;
	background-size: 16px auto;
	background-color: #ffffff;
	margin: 0px 25px 0px 0px;
	float: right;
	}

#pag a:hover.nextpostslink {
	background: url(img/arr02.svg) no-repeat center;
	background-size: 16px auto;
	background-color: #111111;
	}

#pag a:hover {
	background: #111111;
	color: #ffffff;
	opacity: 1;
	}

#pag span {
	width: 40px;
	background: #111111;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	margin: 0px 5px;
	display: inline-block;
	box-sizing: border-box;
	}

#fab dl {
	width: 100%;
	display: table;
	}

#fab dt, #fab dd {
	width: 33.33%;
	display: table-cell;
	}

#fab dt {
	text-align: center;
	}

#fab dt a {
	background: url(img/bac.svg) no-repeat left center;
	background-size: 14px;
	padding: 0px 0px 0px 34px;
	}

#fab dd:last-child {
	text-align: right;
	}

#fab dd a {
	background: url(img/arr0101.svg) no-repeat left center;
	background-size: 16px auto;
	padding: 0px 0px 0px 36px;
	}

#fab dd:last-child a {
	background: url(img/arr01.svg) no-repeat right center;
	background-size: 16px auto;
	padding: 0px 36px 0px 0px;
	}

#mor {
	width: 100%;
	margin: 50px 0px 0px 0px;
	text-align: center;
	}

#mor a {
	font-size: 14px;
	background: url(img/arr02.svg) no-repeat right center;
	background-size: 16px auto;
	line-height: 100%;
	color: #ffffff;
	padding: 0px 26px 0px 0px;
	display: inline-block;
	}

#backindex {
	width: 260px;
	background: url(img/arr01.png) no-repeat 236px center;
	background-color: #111111;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 40px;
	color: #ffffff;
	margin: 100px auto 0px auto;
	text-align: center;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	}

#gyo02 {
	width: 100%;
	background: url(gyoda02/img/bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	}

#gyo02_main {
	width: 80%;
	background: #ffffff;
	margin: 80px auto 100px auto;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

}

@media screen and (max-width: 640px){

#hbg {
	width: 100%;
	overflow: hidden;
	position: relative;
	}

#hbg:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#hbg.com {
	background: url(company/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg img {
	width: 300%;
	margin: 0px 0px 0px -100%;
	}

#hbg h2 {
	width: 100%;
	font-family: "Hannari";
	font-size: 32px;
	font-weight: normal;
	line-height: 100%;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

h3.title {
	background: url(img/titsta.png) no-repeat center bottom;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 35px 0px;
	text-align: center;
	}

h3.title p {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	}

#new {
	width: 34px;
	background: #CF4078;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 10px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 3%;
	top: 3%;
	}

#pag {
	width: 100%;
	margin: 50px 0px 50px 0px;
	text-align: center;
	}

#pag a {
	width: 26px;
	background: #ffffff;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 14px;
	line-height: 26px;
	margin: 0px 2px;
	display: inline-block;
	box-sizing: border-box;
	}

#pag a.previouspostslink {
	width: 26px;
	background: url(img/arr01.svg) no-repeat center;
	background-size: 16px auto;
	background-color: #ffffff;
	margin: 0px 0px 0px 5%;
	float: left;
	transform: scale(-1, 1);
	}

#pag a:hover.previouspostslink {
	background: url(img/arr02.svg) no-repeat center;
	background-size: 16px auto;
	background-color: #111111;
	}

#pag a.nextpostslink {
	width: 26px;
	background: url(img/arr01.svg) no-repeat center;
	background-size: 16px auto;
	background-color: #ffffff;
	margin: 0px 5% 0px 0px;
	float: right;
	}

#pag a:hover.nextpostslink {
	background: url(img/arr02.svg) no-repeat center;
	background-size: 16px auto;
	background-color: #111111;
	}

#pag a:hover {
	background: #111111;
	color: #ffffff;
	opacity: 1;
	}

#pag span {
	width: 26px;
	background: #111111;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	margin: 0px 2px;
	display: inline-block;
	box-sizing: border-box;
	}

#fab dl {
	width: 100%;
	display: table;
	}

#fab dt, #fab dd {
	width: 33.33%;
	display: table-cell;
	}

#fab dt {
	text-align: center;
	}

#fab dt a {
	background: url(img/bac.svg) no-repeat left center;
	background-size: 14px;
	padding: 0px 0px 0px 24px;
	}

#fab dd:last-child {
	text-align: right;
	}

#fab dd a {
	background: url(img/arr0101.svg) no-repeat left center;
	background-size: 16px auto;
	padding: 0px 0px 0px 26px;
	}

#fab dd:last-child a {
	background: url(img/arr01.svg) no-repeat right center;
	background-size: 16px auto;
	padding: 0px 26px 0px 0px;
	}

#mor {
	width: 100%;
	margin: 30px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	}

#mor a {
	font-size: 14px;
	background: url(img/arr02.svg) no-repeat right center;
	background-size: 16px auto;
	line-height: 100%;
	color: #ffffff;
	padding: 0px 26px 0px 0px;
	display: inline-block;
	}

#backindex {
	width: 260px;
	background: url(img/arr01.png) no-repeat 236px center;
	background-color: #111111;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 40px;
	color: #ffffff;
	margin: 50px auto 0px auto;
	text-align: center;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	}

}


/* ヘッダー */

@media screen and (min-width: 641px){

header {
	width: 100%;
	height: 100px;
	background: #ffffff;
	position: relative;
    overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.03);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.03);
	}

header .log {
    width: 214px;
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#menubtn, #menubtn.open {
	width: 44px;
	height: 44px;
	font-size: 10px;
	margin: 27px 20px 0px 0px;
	padding: 35px 0px 0px 0px;
	float: right;
	text-align: center;
	position: relative;
	z-index: 99;
	cursor: pointer;
	box-sizing: border-box;
	}

#menubtn.open {
    color: rgba(0,0,0,0);
	}

#menubtn .menu__line {
    width: 24px;
    height: 2px;
    background: #111111;
    display: block;
    position: absolute;
	left: 10px;
    transition: transform .5s;
	}

#menubtn.open .menu__line {
    background: #111111;
	}

#menubtn .menu__line--top {
    top: 10px;
	}

#menubtn .menu__line--center {
    top: 20px;
	}

#menubtn .menu__line--bottom {
    top: 30px;
	}

#menubtn .menu__line--top.active {
    background: #ffffff;
	left: 11px;
    top: 22px;
    transform: rotate(45deg);
	}

#menubtn .menu__line--center.active {
    transform:scaleX(0);
	}

#menubtn .menu__line--bottom.active {
    background: #ffffff;
	left: 11px;
    top: 22px;
    transform: rotate(135deg);
	}

#menusp {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
	padding: 100px 0px 0px 0px;
    display: none;
    position: fixed;
	top: 0px;
    z-index: 98;
	box-sizing: border-box;
	}

#menusp .scr {
	height: 100%;
	}

#menusp .main {
    width: 100%;
    height: 100%;
	text-align: center;
	box-sizing: border-box;
	}

#menusp .menu {
	border-bottom: 1px rgba(255,255,255,0.3) solid;
	margin: 0px 0px 50px 0px;
	overflow: hidden;
	}

#menusp .menu li {
	width: 100%;
	border-top: 1px rgba(255,255,255,0.3) solid;
	display: block;
	box-sizing: border-box;
	}

#menusp .menu li:nth-last-child(1), #menusp .menu li:nth-last-child(2) {
	width: 50%;
	float: left;
	}

#menusp .menu li:nth-last-child(1) {
	border-left: 1px rgba(255,255,255,0.3) solid;
	}

#menusp .menu a {
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	line-height: 80px;
	display: block;
	}

#menusp .sns {
	width: 100%;
	text-align: center;
	display: block;
	}

#menusp .sns img {
    height: 26px;
	margin: 0px 5px 0px 5px;
	}

header .snsico {
    line-height: 26px;
    margin: 37px 50px 0px 40px;
    float: right;
	}

header .snsico img {
    height: 26px;
	margin: 0px 0px 0px 10px;
    display: inline-block;
    vertical-align: middle;
	}

header .snsico a:nth-child(3) img {
    height: 16px;
	margin: 0px 0px 0px 20px;
	}

nav {
	font-size: 12px;
	line-height: 100px;
	float: right;
	}

}

@media screen and (max-width: 640px){

header {
	width: 100%;
	height: 60px;
	background: #ffffff;
	position: relative;
    overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	}

header .log {
    height: 40px;
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#menubtn, #menubtn.open {
	width: 44px;
	height: 44px;
	font-size: 10px;
	margin: 5px 10px 0px 0px;
	padding: 35px 0px 0px 0px;
	float: right;
	text-align: center;
	position: relative;
	z-index: 99;
	cursor: pointer;
	box-sizing: border-box;
	}

#menubtn.open {
    color: rgba(0,0,0,0);
	}

#menubtn .menu__line {
    width: 24px;
    height: 2px;
    background: #111111;
    display: block;
    position: absolute;
	left: 10px;
    transition: transform .5s;
	}

#menubtn.open .menu__line {
    background: #111111;
	}

#menubtn .menu__line--top {
    top: 10px;
	}

#menubtn .menu__line--center {
    top: 20px;
	}

#menubtn .menu__line--bottom {
    top: 30px;
	}

#menubtn .menu__line--top.active {
    background: #ffffff;
	left: 11px;
    top: 24px;
    transform: rotate(45deg);
	}

#menubtn .menu__line--center.active {
    transform:scaleX(0);
	}

#menubtn .menu__line--bottom.active {
    background: #ffffff;
	left: 11px;
    top: 24px;
    transform: rotate(135deg);
	}

#menusp {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
	padding: 60px 0px 0px 0px;
    display: none;
    position: fixed;
	top: 0px;
    z-index: 98;
	box-sizing: border-box;
	}

#menusp .scr {
	height: 100%;
	overflow: auto;
　　overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	}

#menusp .main {
    width: 100%;
    height: 100%;
	text-align: center;
	box-sizing: border-box;
	}

#menusp .menu {
	border-bottom: 1px rgba(255,255,255,0.3) solid;
	margin: 0px 0px 50px 0px;
	overflow: hidden;
	}

#menusp .menu li {
	width: 100%;
	border-top: 1px rgba(255,255,255,0.3) solid;
	display: block;
	box-sizing: border-box;
	}

#menusp .menu li:nth-last-child(1), #menusp .menu li:nth-last-child(2) {
	width: 50%;
	float: left;
	}

#menusp .menu li:nth-last-child(1) {
	border-left: 1px rgba(255,255,255,0.3) solid;
	}

#menusp .menu a {
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 60px;
	display: block;
	}

#menusp .sns {
	width: 100%;
	text-align: center;
	display: block;
	}

#menusp .sns img {
    height: 26px;
	margin: 0px 5px 50px 5px;
	}

header .snsico {
    line-height: 26px;
    margin: 37px 50px 0px 40px;
    float: right;
	display: none;
	}

header .snsico img {
    height: 26px;
	margin: 0px 0px 0px 10px;
    display: inline-block;
    vertical-align: middle;
	}

header .snsico a:nth-child(3) img {
    height: 16px;
	margin: 0px 0px 0px 20px;
	}

nav {
	font-size: 12px;
	line-height: 100px;
	float: right;
	display: none;
	}

}


/* フッター */

@media screen and (min-width: 641px){

footer {
	width: 100%;
	background: url(img/bg.jpg) center top;
	font-size: 12px;
	padding: 100px 0px;
	text-align: center;
	overflow: hidden;
	}

footer h2 {
	width: 220px;
	margin: 0px auto 30px auto;
	}

footer ul {
	margin: 0px 0px 50px 0px;
	}

footer ul a {
	margin: 0px 20px 0px 20px;
	}

footer p {
	letter-spacing: 0.1em;
	margin: 0px;
	}

}

@media screen and (max-width: 640px){

footer {
	width: 100%;
	background: url(img/bg.jpg) center top;
	font-size: 12px;
	padding: 50px 0px 50px 0px;
	text-align: center;
	overflow: hidden;
	}

footer h2 {
	width: 180px;
	margin: 0px auto 20px auto;
	}

footer ul {
	margin: 0px 0px 30px 0px;
	}

footer ul a {
	margin: 0px 20px 0px 20px;
	}

footer p {
	letter-spacing: 0.1em;
	margin: 0px;
	}

}


