@charset "utf-8";

/* margin,padding
--------------------------------------------------------------------*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset,
header,
nav,
footer,
figure,
section,
article {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {}

/* font 
--------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	height: 100%;
	font-size: 62.5%;
}

body {
	word-wrap: break-all;
	overflow-wrap: break-word;
}

address,
em {
	font-style: normal;
}

/* list 
--------------------------------------------------------------------*/

ul,
ol {
	list-style-type: none;
}

/* img 
--------------------------------------------------------------------*/

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

/* form
--------------------------------------------------------------------*/

input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}

button {
	cursor: pointer;
}

/* table
--------------------------------------------------------------------*/

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}

table {
	display: table;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1rem;
	font-weight: 300;
}

h1 strong,
h1 em,
h2 strong,
h2 em,
h3 strong,
h3 em,
h4 strong,
h4 em,
h5 strong,
h5 em,
h6 strong,
h6 em {
	font-weight: inherit;
	_font-weight: expression(this.parentNode.currentStyle.fontWeight);
	*font-weight: expression(this.parentNode.currentStyle.fontWeight);
}


/** a **/

/** table **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** margin-top **/
.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

/** margin-left **/
.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml70 {
	margin-left: 70px;
}

.ml80 {
	margin-left: 80px;
}

.ml90 {
	margin-left: 90px;
}

.ml100 {
	margin-left: 100px;
}

/** margin-bottom **/
.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

/** margin-right **/
.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.mr60 {
	margin-right: 60px;
}

.mr70 {
	margin-right: 70px;
}

.mr80 {
	margin-right: 80px;
}

.mr90 {
	margin-right: 90px;
}

.mr100 {
	margin-right: 100px;
}



/* メイン
--------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #231815;
}




/*-------------------------------------------------------------------
	wrap
-------------------------------------------------------------------*/

#wrap {}


/*-------------------------------------------------------------------
	header
-------------------------------------------------------------------*/

#header {
	width: 100vw;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: transparent;
}

#header.white {
	background-color: rgba(255, 255, 255, 0.6);
}

#header .hdcontent {
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

#header .hdcontent .hdlink {
	position: relative;
	z-index: 10;
}

#header .hdcontent .hdbtn {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	z-index: 10;
}

#header .hdcontent .hdbtn:after {
	position: absolute;
	content: 'Menu';
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 1.4rem;
	color: #242424;
	font-weight: 600;
	line-height: 1;
}

#header .hdcontent .hdbtn span {
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #242424;
	left: 0;
	transition: .3s all;
}

#header .hdcontent .hdbtn span:nth-of-type(1) {
	top: 0;
}

#header .hdcontent .hdbtn.move span:nth-of-type(1) {
	top: 6.5px;
	transform: rotate(30deg);
	transition: .3s all;
}

#header .hdcontent .hdbtn span:nth-of-type(2) {
	top: 13px;
}

#header .hdcontent .hdbtn.move span:nth-of-type(2) {
	top: 6.5px;
	transform: rotate(-30deg);
	transition: .3s all;
}

#header #gnav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: #e8f7f9 url(../image/gnavbg.png);
	background-repeat: no-repeat;
	background-position: right 50px bottom 50px;
	padding-top: 10%;
	padding-bottom: 10%;
}

#header #gnav .gnavContent {
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

#header #gnav .gnavContent .anchorArea .anchorItem {
	width: 50%;
}

#header #gnav .gnavContent .anchorArea .anchorItem ul li {
	margin-bottom: 50px;
}

#header #gnav .gnavContent .anchorArea .anchorItem ul li:last-of-type {
	margin-bottom: 0;
}

#header #gnav .gnavContent .anchorArea .anchorItem ul li a {
	font-size: 2.1rem;
	font-weight: 700;
}

#header #gnav .gnavContent .linkArea {
	justify-content: flex-end;
}

#header #gnav .gnavContent .linkArea li {
	margin-right: 40px;
}

@media screen and (max-width: 768px) {

	#header {
		height: 76px;
	}

	#header .hdcontent .hdlink {
		width: 240px;
	}

	#header #gnav {
		overflow-y: scroll;
		padding-top: 150px;
		padding-bottom: 100px;
		background-size: 80% auto;
	}
	
	#header #gnav .gnavContent .anchorArea {
		display: block;
	}

	#header #gnav .gnavContent .anchorArea .anchorItem {
		width: auto;
		margin-bottom: 50px;
	}

	#header #gnav .gnavContent .linkArea {
		padding-bottom: 100px;
	}

	#header #gnav .gnavContent .anchorArea .anchorItem ul li a {
		font-size: 1.6rem;
	}

}

/*-------------------------------------------------------------------
	container
-------------------------------------------------------------------*/

#container {}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}


/* footer
--------------------------------------------------------------------*/

#footer {
	background-color: #e8f7f9;
	padding: 40px 0;
}

#footer .footerContent {
	align-items: center;
	justify-content: space-between;
}

#footer .footerContent .footerLeft .address {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 15px;
}

#footer .footerContent .copy {
	font-size: 1.4rem;
	color: #51dcf1;
}

#footer .footerContent .footerRight {
	padding-right: 8%;
}

#footer .footerContent .footerRight li {
	margin-right: 40px;
}

#footer .footerContent .footerRight li:last-of-type {
	margin-right: 0;
}

#footer .footerContent .copySP {
	display: none;
}

@media screen and (max-width: 768px) {

	#footer .footerContent {
		flex-direction: column;
	}

	#footer .footerContent .flogo {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}

	#footer .footerContent .footerLeft .address {
		text-align: center;
	}

	#footer .footerContent .footerLeft .copy {
		display: none;
	}

	#footer .footerContent .footerRight {
		padding: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#footer .footerContent .copySP {
		display: inline;
		text-align: center;
	}

}

/* format */

.sp {
	display: none;
}

.pc {
	display: inline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="reset"]::-focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

*:focus {
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
}

#global-nav {
	display: none;
}

#header .navbtn {
	display: none;
}


@media screen and (max-width: 1024px) {

	img {
		max-width: 100%;
	}

	#header .header {}

	#header .header .logo img {}

	#header .header .hdnav {
		display: none;
	}

	#header .navbtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 3%;
		width: 60px;
		height: 60px;
		cursor: pointer;
		background: #cb141e;
	}

	#header .navbtn span {
		display: block;
		position: absolute;
		height: 2px;
		width: 70%;
		background: #fff;
		left: 15%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#header .navbtn span:nth-child(1) {
		top: 15px;
	}

	#header .navbtn span:nth-child(2) {
		top: 30px;
	}

	#header .navbtn span:nth-child(3) {
		top: 45px;
	}

	/* global-nav */

	#global-nav.open {
		display: block;
	}

	#global-nav ul {
		line-height: 1.0;
	}

	#global-nav ul li {
		margin: 0 0 1px;
	}


	#global-nav ul li a {
		display: block;
		color: #fff;
		text-align: left;
		padding: 20px 5%;
		text-decoration: none;
		font-size: 1.6em;
		background: rgb(203, 20, 30, 0.8);
		position: relative;
	}




	#global-nav ul li a:after {
		width: 7px;
		height: 7px;
		border: 2px solid;
		border-color: #fff #fff transparent transparent;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 5%;
		content: '';
	}


	#global-nav ul li a:hover {
		text-decoration: none;
	}

	/* 切り替えアニメーション */
	#header .navbtn.move span:nth-child(1) {
		top: 30px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	#header .navbtn.move span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	#header .navbtn.move span:nth-child(3) {
		top: 30px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

}

@media screen and (max-width: 768px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
	
}

@media screen and (max-width: 640px) {

	


}