@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	width: 100%;
	max-width: 1260px;
	padding: 80px 30px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.pkg-triangle {
	width: 100%;
	max-width: 1200px;
	padding:40px 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.pkg-40-110 {
	width: 100%;
	max-width: 1200px;
	padding:40px 110px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.spc-b-10 {
	margin-bottom: 10px;
}
.spc-b-20 {
	margin-bottom: 20px;
}
.spc-b-30 {
	margin-bottom: 30px;
}
.spc-b-40 {
	margin-bottom: 40px;
}
.spc-b-60 {
	margin-bottom: 60px;
}
.spc-b-70 {
	margin-bottom: 70px;
}
.spc-b-80 {
	margin-bottom: 80px;
}
.mrg_auto {
    margin: 0 auto;
}
/* [03.OTHER]
--------------------------------------------------------------------------*/
.eng {
	font-family: 'Baskervville', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 100%;
	font-weight: 300;
	font-size: 48px;
	letter-spacing: 4px;
	color: #1d1d1d;
}
.tac {
	text-align: center;
}
.btn {
  	display: block;
  	width: 320px;
  	height: 74px;
  	color: #212121;
  	background: #fff;
  	line-height:74px;
  	border: 1px solid #212121;
  	transition: all 0.8s ease 0s;
  	text-align: center;
  	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn:hover {
	background: #333;
	color: #fff;
}
.d-pc {
	display: block;
}
.d-sp {
	display: none;
}
.flx-wrap {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
}
.bg-f8f8f8 {
	background: #f8f8f8;
}
.fs-col-666 {
	color: #666;
}
.btn-tac {
	max-width: 320px;
	margin: 0 auto;
}
/* [FADEIN]
--------------------------------------------------------------------------*/
.fadein {
    opacity: 0;
    transition-delay: opacity 0.8s;
    -moz-transition-delay:opacity 0.8s;
    -webkit-transition-delay: opacity 0.8s;
    -o-transition-delay: opacity 0.8s;
    -ms-transition-delay: opacity 0.8s;
    transition-duration: 2s;
	transition-timing-function:ease-in-out;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
/* [FORM]
--------------------------------------------------------------------------*/
.contact-ttl {
	font-size: 22px;
	line-height: 140%;
}
.contact-form {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;	
}
.contact-form li {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.contact-form li div:first-child {
	width: 25%;
	height: auto;
	margin-right: 2%;
}
.contact-form li div:last-child {
	width: 73%;
}
.contact-form li div span {
	color: #ff5d5d;
	margin-left: 5px;
	font-size: 12px;
}
.contact-form li div .caution {
	font-size: 12px;
	line-height:140%;
	margin-bottom: 8px;
}
.contact-form select {
	border: 1px solid #eee;
	padding: 10px;
	font-size: 15px;
}
.thanks-txt {
	text-align: center;
}
.thanks-txt .btn {
	margin: 0 auto;
}
input[type="submit"] {
	width: 320px;
	height: 74px;
	color: #fff;
	background: #1d1d1d;
	line-height:74px;
	transition: all 0.8s ease 0s;
	text-align: center;
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
	line-height: 58px;
	border: none;
}
input[type="submit"]:hover {
	background: #1d1d1d;
}
.button {
	width: 320px;
	flex: 1 1 auto;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: 0.8s;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: #1d1d1d;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}
.button:after {
  	position: absolute;
  	transition: 0.8s;
  	content: '';
  	width: 0;
  	left: 50%;
  	bottom: 0;
  	height: 3px;
  	background: #fff;
}
.button:after {
  	height: 120%;
  	left: -10%;
  	transform: skewX(15deg);
  	z-index: -1;
}
.button:hover {
  	cursor: pointer;
  	z-index: 2;
}
.button:hover:after {
  	width: 150%;
  	left: -20%;
}
.button:hover {
   	color: #81b4a5;
}
.button.border-btn {
	background: #fff;
	border: 1px solid #212121;
	color: #212121;
	padding: 20px 20px 18px 20px;
}
.button.border-btn:after {
  	position: absolute;
  	transition: 0.8s;
  	content: '';
  	width: 0;
  	left: 50%;
  	bottom: 0;
  	height: 3px;
  	background: #212121;
}
.button.border-btn:after {
  	height: 120%;
  	left: -10%;
  	transform: skewX(15deg);
  	z-index: -1;
}
.button.border-btn:hover {
  	cursor: pointer;
  	z-index: 2;
}
.button.border-btn:hover:after {
  	width: 150%;
  	left: -20%;
}
.button.border-btn:hover {
  	color: #fff;
}
.cv-btn {
	background: #53c2ae;
}
.cv-btn:hover {
	color: #53c2ae;
}
