@charset "UTF-8";
/* CSS Document */
html {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
    opacity: 1;
}

* {
    word-break: break-all;
}
body {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0em;
}
#wrapper {
    overflow: hidden;
}
@media screen and (min-width: 767px) {
    /*html,
body {
	min-width: 1260px;
}
*/
}
a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #79C171;
}
.inner {
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.shs {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.cg {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.bn {
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}


/*header*/
header {
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: #fff;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
header h1 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 20px;
	color: #FFF;
	background-color: #000;
}
header h1 img {
	width: 100%;
}
header .h_inner {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
header .h_inner .logo_bg {
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
header .h_inner .logo_bg .h_logo a {
	display: block;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	line-height: 1;
	font-size: 30px;
}
header .h_inner .logo_bg .h_logo a span {
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 58px;
	line-height: 1;
	padding-left: 8px;
}
header .h_inner .logo_bg .h_logo a:hover {
	color: #aaa;
}

header .h_inner .h_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .h_inner .h_left .gnav {
	display: flex;
	align-items: center;
}
header .h_inner .h_left .gnav li {
	float: left;
	margin: 0 1.1em;
	text-align: center;
}
header .h_inner .h_left .gnav li a {
	display: inline-block;
	font-style: normal;
	position: relative;
	line-height: 1;
	color: #000;
	font-weight: bold;
}
header .h_inner .h_left .gnav li a span {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	color: #A4A4A4;
}
header .h_inner .h_left .gnav li a:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: all 0.3s;
	transform: scaleX(0);
}
header .h_inner .h_left .gnav li a:hover:after {
	transform: scaleX(1);
}
header .h_inner .h_left .telArea a .tel {
	text-align: center;
	font-size: 40px;
	color: #000;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}
header .h_inner .h_left .telArea {
	padding-left: 30px;
}
header .h_inner .h_left .telArea a .mark {
	color: #aaa;
	padding-right: 10px;
	font-size: 28px;
}
header .h_inner .h_left .telArea a {
	display: block;
}
header .h_inner .h_left .telArea a .mark:hover,
header .h_inner .h_left .telArea a .tel:hover {
	color: #78B87F;
}
.toggle {
	position: fixed;
	top: 25px;
	right: 15px;
	color: #aaa;
	font-size: 30px;
	cursor: pointer;
	z-index: 9999;
	line-height: 0;
	display: none;
}
.toggle:before {
  font-family: "Font Awesome 5 Free";
	font-weight: bold;
  content: "\f0c9";
}
.toggle.open:before {
  content: "\f00d";
}
header.is-animation .inner .snsArea {
	top: 16px;
	right: 80px;
	transition: all 1s;
}
.fixBtn ul li {
  position: fixed;
  z-index: 200;
	transition: all 0.3s;
}
.fixBtn ul li:nth-of-type(1) {
  top: 130px;
  right: -12px;
}
.fixBtn ul li:nth-of-type(2) {
  top: 390px;
  right: -12px;
}
.fixBtn ul li:nth-of-type(1):hover {
  right: 0;
}
.fixBtn ul li:nth-of-type(2):hover {
  right: 0;
}
/* contentArea02 */
.contentArea02 .inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 10px 20px 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.contentArea02 .inner .left {
	width: 60%;
	padding-right: 2%;
}
.contentArea02 .inner .left a {
	display: block;
}
.contentArea02 .inner .left a:hover {
	opacity: .7;
}
.contentArea02 .inner .right {
	width: 40%;
}
.contentArea02 .inner .right ul li {
	text-align: center;
}
.contentArea02 .inner .right ul li:nth-of-type(1) {
	margin-bottom: 10px;
}
.contentArea02 .inner .right ul li a {
	display: block;
	background-color: #111;
	padding: 35px 20px;
	border: 3px solid #000;
	overflow: hidden;
}
.contentArea02 .inner .right ul li.list01 a {
	background-color: #cc5e9d;
}
.contentArea02 .inner .right ul li.list02 a {
	background-color: #4276c5;
}
.contentArea02 .inner .right ul li a:hover {
	background-color: #aaa;
}
.contentArea02 .inner .right ul li a .left_s,
.contentArea02 .inner .right ul li a .right_s {
	float: left;
}
.contentArea02 .inner .right ul li a .left_s {
	width: 20%;
}
.contentArea02 .inner .right ul li a .left_s .mark span {
	font-size: 50px;
	line-height: 1;
	color: #fff;
}
.contentArea02 .inner .right ul li a .right_s {
	width: 70%;
	padding-left: 10px;
	text-align: left;
}
.contentArea02 .inner .right ul li a .right_s h2 {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 22px;
	color: #FFF;
}
.contentArea02 .inner .right ul li a .right_s .btn02 {
	font-size: 14px;
	color: #D6D6D6;
	line-height: 1.2;
}
/* footer */
footer {
	position: relative;
}
footer .footer_bg {
	background-color: #222;
}
footer .footer_bg .inner {
	padding: 40px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
footer .footer_bg .inner .left {
	width: 20%;
}
footer .footer_bg .inner .right {
	width: 80%;
}
footer .footer_bg .inner .left .nema {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	line-height: 1;
	font-size: 30px;
}
footer .footer_bg .inner .left .nema span {
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 58px;
	line-height: 1;
	padding-left: 5px;
}
footer .footer_bg .inner .left .add {
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
}
footer .footer_bg .inner .left .tel {
	color: #fff;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 41px;
	line-height: 1;
	padding-top: 5px;
}
footer .footer_bg .inner .right .f_nav {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
footer .footer_bg .inner .right .f_nav li {
	margin: 0 20px;
}
footer .footer_bg .inner .right .f_nav li a {
	color: #fff;
}
footer .footer_bg .inner .right .f_nav li a:hover {
	color: #aaa;
}
footer .pagetop {
	position: fixed;
	bottom: 39px;
	right: 25px;
	height: auto;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	color: #D3CECA;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #D3CECA;
}
footer .copy {
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
}
footer .copy p {
	font-size: 11px;
	color: #000;
}
@media screen and (max-width: 1300px) {
	.contentArea02 .inner .right ul li a .right_s h2 {
		font-size: 17px;
	}	
	.contentArea02 .inner .right ul li a {
		padding: 40px 10px;
	}
	.contentArea02 .inner .right ul li a .right_s .btn02 {
		font-size: 15px;
	}
}

@media screen and (max-width: 1270px) {
	header .h_inner .logo_bg {
    width: 150px;
    margin: 3px 10px;
	}
	header .h_inner .h_left .gnav li {
    margin: 0 0.7em;
	}
	header .h_inner .h_left .telArea {
		padding-left: 10px;
		margin-top: 0;
	}
	header .h_inner .h_left .telArea a .tel {
		font-size: 34px;
	}
	header .h_inner .h_left .telArea a .mark {
    font-size: 20px;
		line-height: 0;
}
	
	footer .footer_bg .inner .right .f_nav li {
		margin: 0 10px;
	}
	footer .footer_bg .inner .right .f_nav {
		justify-content: flex-end;
	}
}
@media screen and (max-width: 1270px) {
	header .h_inner .h_left .gnav li {
    margin: 0 0.7em;
	}
}
@media screen and (max-width: 1000px) {
	/*header*/
	header {
		width: 100%;
		height: 110px;
		padding: 0;
	}
	header .h_inner {
		width: 100%;
		height: 90px;
	}
	header .h_inner .logo a {
		display: block;
	}
header .h_inner .logo_bg .h_logo a span {
	font-size: 35px;
}
	header .h_inner .h_left .telArea a .mark {
    font-size: 14px;
		padding-right: 3px;
}
	header .h_inner .h_left .telArea a .tel {
		font-size: 22px;
	}
		/* contentArea02 */
	.contentArea02 .inner {
		width: 100%;
		padding: 10px 20px 30px;
		display: block;
	}
	.contentArea02 .inner .left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
		text-align: center;
	}
	.contentArea02 .inner .right {
		width: 100%;
	}
	.contentArea02 .inner .right ul li:nth-of-type(1) {
		margin-bottom: 10px;
	}
	.contentArea02 .inner .right ul li a {
		padding: 40px 0;
	}
	.contentArea02 .inner .right ul li a:hover {
		background-color: #aaa;
	}
	.contentArea02 .inner .right ul li a .left_s,
	.contentArea02 .inner .right ul li a .right_s {
		float: none;
	}
	.contentArea02 .inner .right ul li a .left_s {
		width: 100%;
		padding-bottom: 5px;
	}
	.contentArea02 .inner .right ul li a .right_s {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	footer .footer_bg .inner .left {
		width: 28%;
	}	
	footer .footer_bg .inner .right {
		width: 72%;
	}
}
@media screen and (max-width: 880px) {
	header .h_inner .h_left .gnav li {
    margin: 0 .2em;
		width: 60px;
	}
	header .h_inner .h_left .gnav li a{
		font-size: 12px;
}
}
@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		max-width: 100%;
	}
		header {
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: auto;
	}
	header h1 {
		text-align: left;
		height: auto;
		line-height: 1;
		padding: 8px 3vw;
		font-size: 2vw;
	}	
	header .h_inner {
		width: 100%;
		height: inherit;
		padding: 0;
		display: block;
		position: relative;
	}
		header .h_inner .h_left {
		display: block;
		top: 0;
		right: 0;
	}
	header .h_inner .logo_bg .h_logo a {
		font-size: 20px;
	}
	header .h_inner .logo_bg .h_logo a span {
		font-size: 25px;
	}
    .toggle {
        display: block;
        top: 50px;
        font-size: 22px;
    }
	    .is-animation .inner {
        width: 100%;
    }
	header .inner .gnavArea {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100vw;
        height: 100vh;
        background: rgba(255, 255, 255, 0.95);
        z-index: 9998;
        opacity: 0.6;
        transition: all 0.5s;
        overflow-y: scroll;
    }
	header .inner .gnavArea.is_show {
        right: 0;
        opacity: 1;
    }
	header .inner .gnavArea .gnav {
        display: block;
        width: 100%;
				padding-top: 10vw;
        padding-bottom: 30vw;
    }

	header .h_inner .h_left .gnav li {
        width: 100%;
        margin: 0 auto;
    }
	header .h_inner .h_left .gnav li a {
        display: block;
        font-size: 15px;
        padding: 25px 0 10px;
        line-height: 1;
        text-align: center;
    }
	header .h_inner .h_left .gnav li a:hover {
        color: #000;
    }
	header .h_inner .h_left .telArea {
		position: absolute;
    top: 12px;
		right: 50px;
		margin-top: 3px;
	}
	header .h_inner .h_left .telArea a .tel {
    display: none;
}
	header .h_inner .h_left .telArea a .mark {
		font-size: 21px;
	}
		/* contentArea02 */
	.contentArea02 .inner {
		padding: 10px 5vw 30px;
	}
	.contentArea02 .inner .left {
		padding-bottom: 10px;
	}	

	/* footer */
	footer .footer_bg .inner {
		padding: 20px 5vw 20px;
		display: block;
	}
	footer .footer_bg .inner .left {
		width: 100%;
		text-align: center;
	}
	footer .footer_bg .inner .right {
		width: 100%;
	}
	footer .footer_bg .inner .left .nema {
		font-size: 20px;
	}
	footer .footer_bg .inner .left .nema span {
		font-size: 25px;
	}
	footer .footer_bg .inner .left .tel {
		font-size: 25px;
		padding-top: 5px;
	}
	footer .footer_bg .inner .left {
		padding-top: 20px;
	}
	footer .footer_bg .inner .right .f_nav {
		display: block;
		text-align: center;
	}
	footer .footer_bg .inner .right .f_nav li {
		margin: 5px 0;
		border-bottom: 1px dotted #fff;
	}
	footer .footer_bg .inner .right .f_nav li a {
		display: block;
		padding: 8px 0;
	}
	footer .pagetop {
		right: 15px;
	}
	footer .pagetop a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
}

@media screen and (max-width: 417px) {
	header .h_inner .h_left .telArea {
    top: 12px;
	}
	header .h_inner .logo_bg {
		height: 50px;
	}	
	.toggle {
    top: 47px;
	}
}
