/* ページ */

/*
body {
	background: url(img/bg.png) left top;
	}
*/

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;
	}

ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

form {
	margin: 0px;
	}

a:link { color: #111111; text-decoration: none; }
a:visited { color: #111111; text-decoration: none; }
a:hover { color: #cccccc; text-decoration: none; }
a:active { color: #111111; text-decoration: none; }

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .3s;
	transition: all .3s;
	}

a {
	-webkit-transition: all .3s;
	transition: all .3s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
}


/* 全体レイアウト */

@media screen and (min-width: 641px){

#main {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	}

#finq {
	width: 100%;
	background: #f6f6f6;
	margin: 200px 0px 0px 0px;
	padding: 150px 0px;
	box-sizing: border-box;
	}

#finq a {
	width: 90%;
	max-width: 700px;
	height: 150px;
	background: #EA5714;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px auto;
	padding: 25px 1.562%;
	display: block;
	box-sizing: border-box;
	}

#finq a img {
	width: 22.857%;
	max-width: 160px;
	margin: 0px 7.142% 0px 0px;
	float: left;
	}

#finq a h2 {
	font-size: 21px;
	margin: 0px;
	}

#finq a h2 p {
	font-size: 32px;
	margin: 0px;
	}

#finq a h2 font {
	font-size: 54px;
	}

h2.title {
	width: 100%;
	height: 300px;
	background: url(img/titlebg.jpg) center;
	background-size: cover;
	margin: -122px 0px 100px 0px;
	position: relative;
	z-index: -1;
	box-sizing: border-box;
	}

h2.title p {
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px auto;
	position: absolute;
    left: 18.75%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 1;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.1), -1px 1px 10px rgba(0,0,0,0.1), 1px -1px 10px rgba(0,0,0,0.1), -1px -1px 10px rgba(0,0,0,0.1);
	}

}

@media screen and (max-width: 640px){

#main {
	width: 85%;
	margin: 0px auto;
	overflow: hidden;
	}

#finq {
	width: 100%;
	background: #f6f6f6;
	margin: 100px 0px 0px 0px;
	padding: 80px 0px;
	overflow: hidden;
	box-sizing: border-box;
	}

#finq a {
	width: 85%;
	background: #EA5714;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px auto;
	padding: 25px 7.5%;
	display: block;
	box-sizing: border-box;
	}

#finq a img {
	width: 50%;
	margin: 0px auto 20px auto;
	display: block;
	}

#finq a h2 {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	}

#finq a h2 p {
	font-size: 21px;
	margin: 0px;
	}

#finq a h2 font {
	font-size: 42px;
	}

h2.title {
	width: 100%;
	height: 150px;
	background: url(img/titlebg.jpg) center;
	background-size: cover;
	margin: -60px 0px 50px 0px;
	position: relative;
	z-index: -1;
	box-sizing: border-box;
	}

h2.title p {
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px auto;
	position: absolute;
    left: 7.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 1;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.1), -1px 1px 10px rgba(0,0,0,0.1), 1px -1px 10px rgba(0,0,0,0.1), -1px -1px 10px rgba(0,0,0,0.1);
	}

}


/* ヘッダー */

@media screen and (min-width: 641px){

header {
	width: 100%;
	height: 122px;
	position: relative;
	z-index: 1;
	}

header h1 {
	margin: 40px 0px 0px 3.125%;
	float: left;
	}

header h1 img {
	width: 240px;
	float: left;
	}

header .inq {
	margin: 40px 0px 0px 0px;
	float: right;
	}

header .inq a {
	width: 180px;
	background: #EA5714;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	text-align: center;
	display: block;
	}

header .inq .req {
	background: #111111;
	margin: 0px;
	}

nav {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: 20px;
	}

nav li {
	position: relative;
	display: inline-block;
	}

nav .tit {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0px 40px;
    padding: 20px 20px 20px 0px;
	display: block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	}

nav .tit:before {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	position: absolute;
    right: 0px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: rotate(135deg);
	}

nav a:hover {
	color: #111111;
	opacity: 1;
	}

nav .menu_contents {
	width: 300px;
	background: #111111;
	line-height: 200%;
	display: none;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: 60px;
	z-index: 1;
	}

nav .menu_contents:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #111111 transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: -10px;
	}

nav .menu_contents ul {
	width: 100%;
	padding: 20px 10%;
	box-sizing: border-box;
	}

nav .menu_contents a {
	color: #ffffff !important;
	display: block;
	}

#menubtn, #menusp {
	display: none;
	}

}

@media screen and (max-width: 640px){

header {
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 1;
	}

header h1 {
	margin: 20px 0px 0px 7.5%;
	float: left;
	}

header h1 img {
	height: 20px;
	float: left;
	}

header .inq {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	}

header .inq a {
	width: 50%;
	background: #EA5714;
	font-size: 14px;
	line-height: 50px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	}

header .inq .req {
	background: #111111;
	}

nav {
	display: none;
	}

#menubtn, #menubtn.open {
	width: 42px;
	height: 40px;
	background: #111111;
	border: 1px #111111 solid;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
    position: fixed;
    right: 0px;
    top: 10px;
    z-index: 99;
	box-sizing: border-box;
	}

#menubtn:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#menubtn.open {
	/*border: 1px #111111 solid;*/
    top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	}

#menubtn.open:before {
	display: none;
	}

#menubtn .menu__line {
    width: 20px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
	left: 10px;
    transition: transform .5s;
	}

#menubtn.open .menu__line {
    background: #ffffff;
	}

#menubtn .menu__line--top {
    top: 13px;
	}

#menubtn .menu__line--center {
    top: 18px;
	}

#menubtn .menu__line--bottom {
    top: 23px;
	}

#menubtn .menu__line--top.active {
    background: #ffffff;
	left: 10px;
    top: 18px;
    transform: rotate(45deg);
	}

#menubtn .menu__line--center.active {
    transform:scaleX(0);
	}

#menubtn .menu__line--bottom.active {
    background: #ffffff;
	left: 10px;
    top: 18px;
    transform: rotate(135deg);
	}

#menusp {
    width: 100%;
    height: 100%;
	background: #111111;
    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 .spinq {
	width: 100%;
	margin: 60px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#menusp .spinq a {
	width: 50%;
	background: #EA5714;
	font-size: 14px;
	line-height: 50px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	}

#menusp .spinq .req {
	background: #ffffff;
	color: #111111;
	}

#menusp .main {
    width: 100%;
    height: 100%;
	box-sizing: border-box;
	}

#menusp .menu {
	width: 85%;
	margin: 50px auto 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#menusp .menu ul {
	width: 50%;
	font-weight: bold;
	}

#menusp .menu h3 {
	width: 100%;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.2em;
	margin: 0px 0px 20px 0px;
	}

#menusp .menu p {
	border-left: 2px #ffffff solid;
	margin: 0px;
	padding: 0px 0px 0px 10%;
	box-sizing: border-box;
	}

#menusp .menu a {
	color: #ffffff;
	margin: 0px 10% 30px 0px;
	display: block;
	}

}


/* フッター */

@media screen and (min-width: 641px){

footer {
	width: 100%;
	background: #111111;
	color: #ffffff;
	letter-spacing: 0.1em;
	padding: 150px 0px 50px 0px;
	text-align: center;
	overflow: hidden;
	}

footer h2 {
	margin: 0px 0px 100px 0px;
	}

footer h2 img {
	width: 270px;
	margin: 0px auto;
	display: block;
	}

footer h2 img:nth-child(1) {
	width: 240px;
	margin: 0px auto 50px auto;
	}

footer p {
	margin: 0px 0px 100px 0px;
	text-align: center;
	}

footer a {
	color: #ffffff !important;
	margin: 0px 50px;
	}

footer span {
	font-family: "Noto Sans JP";
	letter-spacing: 0.2em;
	}

}

@media screen and (max-width: 640px){

footer {
	width: 100%;
	background: #111111;
	color: #ffffff;
	letter-spacing: 0.1em;
	padding: 80px 0px 80px 0px;
	text-align: center;
	overflow: hidden;
	}

footer h2 {
	margin: 0px 0px 50px 0px;
	}

footer h2 img {
	width: 40%;
	margin: 0px auto;
	display: block;
	}

footer h2 img:nth-child(1) {
	width: 50%;
	margin: 0px auto 30px auto;
	}

footer p {
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

footer a {
	color: #ffffff !important;
	margin: 0px 30px;
	}

footer span {
	font-family: "Noto Sans JP";
	font-size: 10px;
	letter-spacing: 0.2em;
	}

}

