@charset "UTF-8";

/* ---------------------------------------
  基本情報
-----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700&display=swap');

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: auto;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form,figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .08em;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
textarea{
	resize: vertical;
}
select::-ms-expand {
	display: none;
}
body{
	word-wrap : break-word;
	-webkit-text-size-adjust: 100%;
}
body.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body a {
	text-decoration: none;
	color: #000000;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}
*,*:after,*:before{
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	body{
		min-width: 900px;
	}
	.sp{
		display: none!important;
	}
}
@media screen and (max-width: 767px) {
	body{
		min-width: auto;
		min-width: initial;
	}
	.pc{
		display: none!important;
	}
	img{
		width: 100%;
	}
	p,li,dt,dd,td,th,div{
		font-size: 3.7vw;
	}
}

/* マウスオーバー
--------------------------------*/

@media screen and (min-width: 768px) {
	.fade:hover,a:hover img{
		opacity: 0.7;
	}
	.fade,a img{
		transition: opacity .3s;
	}
	.fade:active,a:active,input[type="submit"]:active{
		opacity: 0.5;
	}
	.fade,a,input[type="submit"]{
		transition: .3s;
	}
	.mo-img{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.mo-img img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transition: .3s;
	}
	.mo-img img:nth-child(2){
		opacity: 0;
	}
	.mo-img:hover img:first-child{
		opacity: 0;
	}
	.mo-img:hover img:nth-child(2){
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.fade:hover,a:hover,input[type="submit"]:hover{
		opacity: 0.5;
	}
	.fade,a,input[type="submit"]{
		transition: .3s;
	}
	.mo-img img:nth-child(2){
		display: none;
	}
}

/* 汎用
--------------------------------*/
.wrap,
.wrap2,
.wrap3{
	/* max-width: 1440px; */
	max-width: 1080px;
	width: 92%;
	margin: 0 auto;
}
.wrap2{
	max-width: 765px;
}
.wrap3{
	max-width: 880px;
}
.playfair,
.playfair *{
	font-family: 'Playfair Display', serif;
	letter-spacing: 0;
}
.roboto,
.roboto *{
	font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	letter-spacing: 0;
}
.notosans,
.notosans *{
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.ac-flex{
	align-items: center;
}
.flex.as-flex{
	align-items: flex-start;
}
.flex.js-flex{
	justify-content: flex-start;
}
.flex.jc-flex{
	justify-content: center;
}
.flex.je-flex{
	justify-content: flex-end;
}
.flex.reverse-flex{
	flex-direction: row-reverse;
}
.flex.nowrap-flex{
	flex-wrap: nowrap;
}
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
@media screen and (max-width: 767px) {
	.wrap,
	.wrap2,
	.wrap3{
		width: 93%;
	}
	.sp-tac{
		text-align: center;
	}
	.sp-tar{
		text-align: right;
	}
	.sp-tal{
		text-align: left;
	}
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.loadingbar{
	width: 0;
	height: 6px;
	background: #e0ff1a;
	position: fixed;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 99999;
}
header .wrap{
	max-width: 1440px;
}
.hmain{
	padding: 35px 0 0;
	position: relative;
	z-index: 9999;
}
.hmain .logo{
	font-size: 1.1rem;
	line-height: 1.4;
}
.hmain .logo a{
	display: inline-block;
	transition: .3s;
}
.hmain .logo strong{
	font-size: 3.2rem;
	line-height: 1.1;
	font-weight: normal;
	display: block;
	margin-bottom: .2em;
}
.hmain .menu-trigger{
	display: block;
	width: 37px;
	height: 28px;
	position: relative;
	cursor: pointer;
}
.hmain .menu-trigger span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: #000000;
	transition: .3s;
}
.hmain .menu-trigger span:nth-of-type(1) {
	top: 0;
}
.hmain .menu-trigger span:nth-of-type(2) {
	top: calc(50% - 2px);
	transition: background .3s;
}
.hmain .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.gnav{
	height: 0;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.gnav ul li{
	text-align: center;
	opacity: 0;
	transition: 0;
	transform: translateY(30px);
}
.gnav ul li{
	transition-delay: 0s;
}
.gnav ul li+li{
	margin-top: 25px;
}
.gnav ul li:not(.cntct) a{
	font-size: 4rem;
	display: inline-block;
	line-height: 1.4;
	color: #fff;
	position: relative;
}
.gnav ul li:not(.cntct) a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background: #e0ff1a;
	transition: .3s;
}
.gnav ul li.cntct{
	margin-top: 45px;
}
.gnav ul li.cntct a{
	color: #fff;
}
.gnav ul li.cntct a span{
	padding-left: 40px;
	position: relative;
}
.gnav ul li.cntct a span::before,
.gnav ul li.cntct a span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../img/common/contact_ico_white.png) no-repeat center center/contain;
	width: 28px;
	height: 21px;
	transition: .3s;
}
.gnav ul li.cntct a span::after{
	background-image: url(../img/common/contact_ico_black.png);
	opacity: 0;
}
header{
	transition: background .3s;
}
.menuopen{
	/* background: #494949; */
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 99998;
}
header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #494949;
	opacity: 0;
	z-index: -1;
	transition: .3s;
}
.menuopen::before{
	opacity: 1;
}
.menuopen .hmain .logo a{
	color: #fff;
}
.menuopen .hmain .menu-trigger span {
	background: #ffffff;
}
.menuopen .hmain .menu-trigger span:nth-of-type(1) {
	top: calc(50% - 2px);
	transform: translateY(-50%) rotate(45deg);
}
.menuopen .hmain .menu-trigger span:nth-of-type(2) {
	top: calc(50% - 2px);
	transform: translateY(-50%) rotate(-45deg);
}
.menuopen .hmain .menu-trigger span:nth-of-type(3) {
	opacity: 0;
}
.menuopen .gnav{
	height: auto;
	margin-top: -25px;
	padding-bottom: 50px;
}
.menuopen .gnav ul li{
	opacity: 1;
	transform: translateY(0);
	transition: .3s;
}
.menuopen .gnav ul li:nth-child(1){
	transition-delay: .05s;
}
.menuopen .gnav ul li:nth-child(2){
	transition-delay: .1s;
}
.menuopen .gnav ul li:nth-child(3){
	transition-delay: .15s;
}
.menuopen .gnav ul li:nth-child(4){
	transition-delay: .2s;
}
.menuopen .gnav ul li:nth-child(5){
	transition-delay: .25s;
}
.menuopen .gnav ul li:nth-child(6){
	transition-delay: .3s;
}
@media screen and (min-width: 768px) {
	.hmain .logo a:hover{
		opacity: .7;
	}
	.hmain .menu-trigger:hover span:nth-of-type(1) {
		transform: translateY(-2px);
	}
	.hmain .menu-trigger:hover span:nth-of-type(3) {
		transform: translateY(2px);
	}
	.menuopen .hmain .menu-trigger:hover span:nth-of-type(1) {
		top: calc(50% - 2px);
		transform: translateY(-50%) rotate(45deg);
	}
	.menuopen .hmain .menu-trigger:hover span:nth-of-type(2) {
		top: calc(50% - 2px);
		transform: translateY(-50%) rotate(-45deg);
	}
	.gnav ul li.cntct a:hover{
		color: #000;
	}
	.gnav ul li a:hover::before{
		width: 102%;
	}
	.gnav ul li.cntct a:hover span::before{
		opacity: 0;
	}
	.gnav ul li.cntct a:hover span::after{
		opacity: 1;
	}
	.gnav ul li.cntct a{
		font-size: 2.2rem;
		width: 300px;
		min-width: 1px;
		max-width: 100%;
		border-radius: 50px;
		padding: 8px 0 7px;
		margin: 0 auto;
		transition: .3s;
	}
}
@media screen and (max-width: 767px) {
	.loadingbar{
		width: 0;
		height: 1.3vw;
	}
	.hmain{
		padding: 5% 0;
	}
	.hmain .wrap{
		width: 89%;
		align-items: center;
	}
	.hmain .logo{
		font-size: 3.2vw;
		line-height: 1.3;
	}
	.hmain .logo strong{
		font-size: 6.7vw;
	}
	.hmain .menu-trigger{
		width: 10.5%;
		height: 0;
		padding-top: 8.5%;
	}
	.gnav{
		height: 0;
	}
	.gnav ul li{
		transform: translateY(50%);
	}
	.gnav ul li+li{
		margin-top: 5%;
	}
	.gnav ul li:not(.cntct) a{
		font-size: 5.5vw;
		line-height: 1.8;
	}
	/* .gnav ul li.cntct a{
		font-size: 4.8vw;
		width: 65%;
		border-radius: 10vw;
		padding: 1.2% 0 .8%;
	} */
	.gnav ul li.cntct{
		margin-top: 8%;
	}
	.gnav ul li.cntct a span{
		padding-left: 2em;
	}
	.gnav ul li.cntct a span::before{
		width: 1.4em;
		height: 1.3em;
	}
	.menuopen .hmain .logo{
		width: 37.5%;
	}
	.menuopen .gnav{
		height: auto;
		margin-top: 6%;
		padding-bottom: 6%;
	}
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
main{
	display: block;
}

/* タイトル
--------------------------------*/
.secttl{
	font-size: 2.6rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
#pagettl{
	padding: 45px 0 55px;
}
#pagettl .ttl{
	font-size: 8.3rem;
	line-height: 1.5;
}
#pagettl .ttl.jp{
	font-size: 4.2rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.secttl{
		font-size: 7vw;
		margin-bottom: 5%;
	}
	#pagettl{
		padding: 8.5% 0 11%;
	}
	#pagettl .ttl{
		font-size: 14.5vw;
	}
	#pagettl .ttl:not(.jp){
		width: 94%;
		margin: 0 auto;
	}
	#pagettl .ttl.jp{
		font-size: 7.7vw;
	}
}

/* ボタン
--------------------------------*/
.morebtn{
	font-size: 1.2rem;
	text-align: center;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	min-width: 180px;
	padding: 9px 40px 7px;
	border: 1px solid #dfdfdf;
	border-radius: 25px;
	transition: .6s;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.morebtn span{
	position: relative;
	z-index: 1;
}
.morebtn::before{
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	width: 0;
	height: 100%;
	opacity: 1;
	background: #e0ff1a;
	border: 1px solid #e0ff1a;
	z-index: -1;
	transition: .3s;
}
.backbtn{
	font-size: 7.76rem;
	line-height: 1;
	text-align: center;
	margin-top: 90px;
}
.backbtn a{
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
	text-decoration: none!important;
}
.backbtn a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background: #e0ff1a;
	transition: .3s;
}
@media screen and (min-width: 768px) {
	.morebtn:hover{
		border: 1px solid transparent;
	}
	.morebtn:hover::before{
		width: 102%;
	}
	.backbtn a:hover::before{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.morebtn{
		font-size: 3.2vw;
		min-width: 40vw;
		max-width: 100%;
		padding: 3.7% 15% 2.8%;
		border-radius: 15vw;
	}
	.backbtn{
		font-size: 7.75rem;
		line-height: 1;
		text-align: center;
		margin-top: 23%;
	}
	.backbtn a{
		padding-bottom: 0;
	}
}


/* ---------------------------------------------
  footer
-----------------------------------------------*/
footer{
	margin-top: 90px;
	padding: 90px 0 40px;
	border-top: 1px solid #ebebeb;
	position: relative;
}
footer::before{
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 45px;
	height: 3px;
	background: #000;
}
footer .wrap{
	max-width: 1440px;
}
.finfo .sitename{
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
}
.finfo .fnav ul{
	margin-top: 15px;
}
.finfo .fnav ul li+li{
	margin-left: 45px;
}
.finfo .fnav ul li a{
	font-size: 2rem;
	display: inline-block;
	position: relative;
}
.finfo .fnav ul li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background: #e0ff1a;
	transition: .3s;
}
.finfo .cntct{
	text-align: center;
	margin-top: 20px;
}
.finfo .cntct a span{
	padding-left: 20px;
	position: relative;
}
.finfo .cntct a span::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../img/common/contact_ico.png) no-repeat center center /contain;
	width: 15px;
	height: 12px;
}
.finfo .topbtn{
	margin-top: 45px;
}
.finfo .topbtn a{
	width: 27px;
	height: 27px;
	border: 1px solid #e9e9e9;
	border-radius: 50%;
	display: block;
	transition: .3s;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.finfo .topbtn a::before{
	content: '';
	position: absolute;
	top: calc(50% + 2px);
	left: 50%;
	width: 8px;
	height: 8px;
	transform: translate(-50%,-50%) rotate(-45deg);
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	z-index: 1;
}
.finfo .topbtn a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #e0ff1a;
	width: 0;
	height: 100%;
	transition: .3s;
}
.fmain{
	margin-top: 80px;
}
.fmain .link li+li{
	margin-left: 10px;
}
.fmain .link li a{
	font-size: 1rem;
	line-height: 1.4;
	color: #a1a1a1;
	display: inline-block;
	position: relative;
}
.fmain .link li a::before,
.fmain .link li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #a1a1a1;
	transition: .3s;
}
.fmain .link li a::after{
	background: #e0ff1a;
	width: 0;
	z-index: 1;
}
.fmain .copy{
	font-size: 1rem;
	line-height: 1.4;
	color: #a1a1a1;
}
@media screen and (min-width: 768px) {
	.finfo .fnav ul li a:hover::before{
		width: 100%;
	}
	.finfo .topbtn a:hover::after{
		width: 102%;
	}
	.finfo .topbtn a:hover{
		border: 1px solid transparent;
	}
	.fmain .link li a:hover::after{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	footer{
		margin-top: 19%;
		padding: 19% 0 7%;
	}
	footer::before{
		top: -.3vw;
		width: 13vw;
		height: .6vw;
	}
	.finfo .sitename{
		font-size: 8.3vw;
		line-height: 1.1;
	}
	.finfo .fnav ul{
		margin-top: 11%;
		display: block;
	}
	.finfo .fnav ul li{
		text-align: center;
	}
	.finfo .fnav ul li+li{
		margin: 5% auto 0;
	}
	.finfo .fnav ul li a{
		font-size: 5.5vw;
		padding-bottom: 0;
	}
	.finfo .cntct{
		margin-top: 8%;
	}
	.finfo .cntct a span{
		padding-left: 1.8em;
	}
	.finfo .cntct a span::before{
		width: 1.15em;
		height: 1em;
	}
	.finfo .topbtn{
		margin-top: 21%;
	}
	.finfo .topbtn a{
		width: 10vw;
		height: 10vw;
	}
	.finfo .topbtn a::before{
		top: calc(50% + 1vw);
		width: 3vw;
		height: 3vw;
	}
	.fmain{
		margin-top: 21%;
	}
	.fmain .left{
		width: 78%;
	}
	.fmain .link li+li{
		margin-left: 4%;
	}
	.fmain .link li a{
		font-size: 3.2vw;
	}
	.fmain .copy{
		font-size: 3.2vw;
	}
	.fmain .logo{
		width: 13%;
	}
}



/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */