@charset "utf-8"; 
/* Tools */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: #1e1e1e;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.display-block {
	display: block;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}

/* font
-------------------------------*/
.bold {
	font-weight: bold;
}


/* base */
html {
	font-size: 62.5%;
}
body {
	position: relative;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #1e1e1e;
}
a {
	color: inherit;
	-webkit-transition: all .4s;
					transition: all .4s;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}
button {
	cursor: pointer;
	font-size: inherit;
}


@media screen and (min-width: 769px) {
	a:hover {
		opacity: .7;
	}
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	width: 100%;
	padding: 28px 36px;
	margin: 0 auto;
	font-size: 0;
	z-index: 20;
}
.head_title{
	width: 344px;
}
.head_logo{
	width: 223px;
}
@media screen and (max-width: 768px) {
	#header{
		border-bottom: solid 0.8vw #b4b4b4;
		padding: 4% 3.733% 3.2%;
	}
	.head_title{
		width: 35.447%;
	}
	.head_logo{
		width: 47.467%;
	}
}
@media screen and (min-width: 769px) {
	#header{
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
	}
}

.container{
	position: relative;
	display: block;
	padding-bottom: 0.01%;
  /*overflow: hidden;*/
}
@media screen and (max-width: 768px) {
	.container{
		padding-top: 15.162%;
	}
}
@media screen and (min-width: 769px) {
	.container{
		padding-top: 87px;
	}
}

#footer{
	display: flex;
	justify-content: space-between;
	padding: 0 36px;
	margin: 20px auto 30px;
	font-size: 0;
}
#footer > div{
	display: block;
	font-size: 1.1rem;
	color: #1e1e1e;
}
.foot_link{
	line-height: 2;
}
.foot_link a{
	text-decoration: none;
}
.foot_corp{
	text-align: right;
}
.foot_corp > p{
	display: block;
}
.foot_logo{
	float: right;
	width: 245px;
	margin: 4px 0 10px;
}
.foot_copyright{
	clear: right;
	font-size: 1.0rem;
	color: #4c4c4c;
}
@media screen and (max-width: 768px) {
	#footer{
		display: block;
		border-top: solid 0.533vw #0daba5;
		padding: 4.267% 0 5.333%;
		margin: 0 auto;
		text-align: center;
	}
	#footer > div{
		font-size: 3.2vw;
	}
	.foot_corp{
		margin-top: 1.333%;
		text-align: center;
	}
	p.foot_logo{
		display: none;
	}
	.foot_copyright{
		font-size: 3.2vw;
	}
}

.fix-nav{
	position: fixed;
	right: 0;
	z-index: 100;
}
.fix-nav.totop{
	bottom: 0;
	font-size: 0;
}
.nav-contact{
  display: flex;
  align-items: center;
  background-color: #f39800;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nav-contact::after{
  content: '';
  background: url("../img/common/ico_contact.svg") no-repeat center/contain;
}
.nav-login{
  display: flex;
  align-items: center;
  background-color: #ffff7a;
  color: #1e1e1e;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nav-login::after{
  content: '';
  background: url("../img/common/ico_login.svg") no-repeat center/contain;
}
.nav-home{
  display: flex;
  align-items: center;
  background-color: #2ab5b0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nav-home::after{
  content: '';
  background: url("../img/common/ico_home.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
	.fix-nav{
		left: 0;
		bottom: 0;
		display: flex;
		justify-content: flex-start;
		background-color: #fff;
		margin-bottom: -17.393%;
		-webkit-transition: margin .7s .5s;
		transition: margin .7s .5s;
	}
	.fix-nav.nonfixed{
		position: absolute;
	}
	.load .fix-nav{
		margin-bottom: 0;
	}
	.fix-nav.home{
		left: auto;
		right: 14.367%;
		background-color: transparent;
		width: 13.867%;
	}
	.fix-nav.totop{
		left: auto;
		background-color: transparent;
		width: 13.867%;
	}
	.nav-contact{
		position: relative;
		display: inline-block;
		justify-content: center;
		width: 32.385%;
		width: 86.133%;
		padding: 4.803% 0;
		font-size: 4.267vw;
		line-height: 1;
	}
	.nav-contact::after{
		position: relative;
		display: inline-block;
		width: 14.803%;
		height: 0;
		padding-bottom: 10.526%;
		margin: 0 0 0 3.947%;
		vertical-align: top;
		line-height: 1;
		display: none;
	}
	.nav-login{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 53.748%;
		font-size: 4.267vw;
		vertical-align: middle;
	}
	.nav-login span{
		display: inline-block;
		margin-right: 4.484%;
		font-size: 3.2vw;
		line-height: 1.2;
	}
	.nav-login::after{
		display: inline-block;
		width: 7.623%;
		height: 0;
		padding-bottom: 7.623%;
		margin-left: 2.242%;
		display: none;
	}
	.nav-home{
		display: inline-block;
		width: 100%;
		padding: 66.308% 0 14.385%;
		font-size: 2.667vw;
		line-height: 1;
	}
	.nav-home span{
		display: none;
	}
	.nav-home::after{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		width: 46.154%;
		height: 0;
		padding-bottom: 43.269%;
		margin: 14.385% auto 0;
		vertical-align: top;
		line-height: 1;
	}
}
@media screen and (min-width: 769px) {
	.fix-nav{
		top: 170px;
		right: -54px;
		-webkit-transition: right .7s .5s;
		transition: right .7s .5s;
	}
	.load .fix-nav{
		right: 0;
	}
	.fix-nav.totop{
		top: auto;
		display: none;
	}
	.fix-nav.totop.nonfixed{
		position: absolute;
	}
	.nav-contact{
		width: 54px;
		padding: 16px 0 10px;
		margin-bottom: 2px;
		font-size: 1.6rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.nav-contact::after{
		display: inline-block;
		width: 23px;
		height: 16px;
		margin-top: 14px;
	}
	.nav-login{
		width: 54px;
		padding: 26px 0 14px;
		font-size: 1.6rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.nav-login span{
		margin-bottom: 16px;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.nav-login::after{
		display: inline-block;
		width: 19px;
		height: 19px;
		margin-top: 12px;
	}
	.nav-home{
		border: solid 2px #fff;
		border-right: none;
		width: 54px;
		padding: 16px 0 10px;
		margin-bottom: 2px;
		font-size: 1.6rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.nav-home span{
		font-size: 1.6rem;
		color: #fff;
	}
	.nav-home::after{
		display: inline-block;
		width: 24px;
		height: 22px;
		margin-top: 10px;
	}
	.nav-totop{
		display: block;
		width: 54px;
	}
}



