@charset "UTF-8";
/* CSS Document */

/* header--------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1280px;
	padding: 10px 0;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	z-index: 10;
	transition: 0.3s;
	height: 60px;
}
header.fixed {
	padding: 10px 0;
	height: 40px;
}
header .logo {
	float: left;
	padding-left: 30px;
	width: 160px;
}
header .logo a {
	display: block;
	text-align: center;
	font-size: 0;
}
header .logo img {
	width: auto;
	max-height: 50px;
	transition: 0.3s;
	margin: 5px auto;
}
header.fixed .logo img {
	max-height: 40px;
	margin: 0 auto;
}
header .nav_wrap {
	font-size: 14px;
	letter-spacing: 0.2em;
	padding-top: 10px;
	transition: 0.3s;
}
header.fixed .nav_wrap {
	padding-top: 0;
}
header .nav_wrap ul {
	float: left;
	margin-left: 20px;
}
header .nav_wrap ul li {
	float: left;
	margin: 0 20px;
	cursor: pointer;
	font-weight: 400;
}
header .nav_wrap ul li a {
	display: block;
	padding: 13px 0;
	font-weight: 400;
	transition: 0.2s;
}
header .nav_wrap .second {
	margin-left: 0;
	position: absolute;
	width: 100%;
	min-width: 1280px;
	left: 0;
	top: 80px;
	height: 0;
	text-align: center;
	transition: 0.3s;
	overflow: hidden;
	cursor: auto;
	background: rgba(245,245,245,0.9);
}
header .nav_wrap .second li {
	margin: 0 20px;
	padding-top: 20px;
	cursor: auto;
}
header .nav_wrap .second li a {
	font-weight: 400;
	display: block;
}
header .nav_wrap .second li:first-child {
	padding-top: 30px;
	font-size: 18px;
	margin: 0 0;
	width: 200px;
	padding-left: 10px;
	cursor: auto;
	font-weight: 500;
	opacity: .2;
}
header .nav_wrap .second.show {
	height: 80px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
header.fixed .nav_wrap .second {
	top: 60px;
}
header .contact {
	line-height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
header .contact a {
	padding: 30px 35px 0;
	display: block;
	transition: 0.3s;
	position: relative;
	height: 50px;
}
header .contact a:after {
	content: "\f0e0";
	font: 600 20px "Font Awesome 5 Free";
	position: relative;
	z-index: 2;
}
header .contact a:hover:after {
	content: "\f2b6";
	font: 600 20px "Font Awesome 5 Free";
	top: -3px;
}
header .contact a:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
	transition: 0.3s;
}
header .contact a:hover:before {
	width: 100%;
}
header.fixed .contact a {
	padding: 20px 35px 0;
	height: 40px;
}
header .sns {
	margin-top: 3px;
	margin-right: 120px;
	float: right;
}
header .sns div {
	text-align: center;
	float: left;
	padding-top: 8px;
	margin-left: 20px;
}
header .sns .fb a i {
	color: #3b5998;
	font-size: 1.3em;
}
header .sns .tw a i {
	color: #1da1f2;
	font-size: 1.4em;
}
header .sns .ig a i {
	color: #CC3366;
	font-size: 1.4em;
}
header .sns .li a i {
	color: #00b900;
	font-size: 1.4em;
}
header #hang {
	position: absolute;
	right: 0;
	bottom: -31px;
}
header #hang ul {
	display: inline-block;
	margin-right: 40px;
	height: 30px;
}
header #hang ul li {
	float: left;
	margin-left: 5px;
}
header #hang ul li a {
	padding: 10px 14px 10px;
	font-size: 10px;
	color: #ccc;
	letter-spacing: 0.3em;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	transition: 0.2s;
}
header #hang ul li a:hover {
	padding-top: 14px;
	color: #fff;
}

@media screen and (max-width:750px) and (orientation: portrait){
header {
	padding: 10px 0;
	min-width: 100%;
	height: auto;
}
header .logo {
	float: left;
	padding-left: 10px;
	width: auto;
}
header .logo img {
	width: auto;
	max-height: 40px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
header.fixed .logo img {
	max-height: 40px;
}
header .nav_wrap {
	font-size: 17px;
	padding-top: 0;
}
header .nav_wrap ul {
	padding-top: 40px;
	float: none;
}
header .nav_wrap ul li {
	float: none;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-tap-highlight-color: transparent;
}
header .nav_wrap ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
header .nav_wrap .second {
	min-width: auto;
	padding-top: 0;
	margin: 0 20px 0;
	position: static;
	height: 0;
	text-align: left;
	background: #fff!important;
}
header .nav_wrap .second li {
	margin: 0 0 10px;
	padding-top: 0;
}
header .nav_wrap .second li:last-child {
	margin: 0;
}
header .nav_wrap .second.show {
	padding-top: 26px;
	box-shadow: none;
	height: auto;
}
header .contact {
	line-height: 100%;
	top: auto;
	left: 0;
	bottom: 0;
}
header .contact a {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}
header .contact a:after {
	left: 50%;
	margin-left: -10px;
}
header .sns {
	margin-top: 10px;
	margin-right: 65px;
}
header .sns div {
	padding-top: 0;
	margin-left: 15px;
}
header #hang ul {
	margin-right: 0;
}
header #hang ul li a {
	padding: 10px 12px 10px;
	font-size: 10px;
}
}

/* nav--------------------------------------------------------- */

.nav-unshown {
  display: none;
}

@media screen and (max-width:750px) and (orientation: portrait){
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display: none;
}
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	top: 10px;
	right: 10px;
	position: absolute;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 85%;
  max-width: 330px;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
}

/* contents--------------------------------------------------------- */

#contents {
	flex: 1 1 auto;
}
#contents main {
	background: no-repeat fixed center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 350px;
	display: table;
	width: 100%;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: .5s;
}
#contents.top main {
	height: 100vh;
}
@keyframes arrow-anime {
  0% { 
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
#contents.top main .arw {
	position: absolute;
	bottom: 30px;
	font-size:30px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	animation: arrow-anime 1s infinite alternate;
}
#contents.top main .arw a {
	color: #fff;
}
section {
	padding-top: 40px;
}
#contents main + section {
	padding-top: 100px;
	margin-top: 0;
}
.sec_inr {
	width: 1000px;
	margin: 0 auto;
}
.inv {
	opacity: 0;
	transform: translate(0,20%);
	transition: 1s;
}
    
.fadeInUp {
	opacity: 1.0;
	transform: translate(0,-0);
}
h1 {
	font-size: 34px;
	letter-spacing: 0.3em;
	line-height: 1.8;
	text-shadow: 0 0 10px rgba(000,000,000,0.2);
	opacity: 0;
	font-weight: 300;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding-top: 70px;
	width: 100%;
	text-align: center;
}
.top h1 {
	font-size: 52px;
	padding: 20px 0 0;
	letter-spacing: 0.2em;
}
h2 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.3em;
	line-height: 1.5em;
	font-weight: 300;
	padding-bottom: 90px;
	height: 35px;
	overflow: visible;
	height: auto;
	position: relative;
}
h2 span {
	font-size: 11px;
	color: #999;
	font-weight: 400;
	letter-spacing: 0.3em;
	position: absolute;
	bottom: 55px;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
h3 {
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0px 20px 60px;
}
h2 span, h3 span {
	display: inline-block;
}
h4 {
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 13px;
	letter-spacing: 0.15em;
	line-height: 1.4em;
}
h5 {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	padding: 5px 0;
}
p {
	font-size: 14px;
	letter-spacing: 0.09em;
	line-height: 2em;
	text-align: justify;
}
p.small {
	font-size: 10px;
	color: #888;
}
.center {
	text-align: center;
}

@media screen and (max-width:750px) and (orientation: portrait){
#contents main {
	height: 250px;
}
#contents.top main {
	height: 100vh;
}
#contents.top main .arw {
	bottom: 60px;
}
section {
	padding-top: 0;
	padding-bottom: 30px;
}
#contents main + section {
	padding-top: 80px;
	margin-top: 0;
}
.sec_inr {
	width: 84%;
}
h1 {
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-shadow: 0 0 10px rgba(000,000,000,0.2);
	display: table-cell;
	padding-top: 50px;
}
.top h1 {
	text-align: center;
	font-size: 40px;
}
h2 {
	font-size: 24px;
	padding-bottom: 80px;
	letter-spacing: 0.1em;
}
h2 span {
	font-size: 10px;
	bottom: 50px;
}
h3 {
	font-size: 19px;
	padding-bottom: 40px;
}
h4 {
	font-size: 16px;
	padding-bottom: 15px;
}
p.center {
	text-align: justify;
}
}
/* single--------------------------------------------------------- */
.single h1 {
	line-height: 1.5;
	font-size: 55px;
}
.single h1 .lead {
	font-size: 16px;
	padding-left: 0.5em;
}
.single h1 strong {
	font-size: 0;
	margin-top: 50px;
	display: block;
}
.single h1 .point {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 15px;
	padding: 25px 20px;
	width: 220px;
	letter-spacing: 0.25em;
	display: inline-block;
	border-radius: 3px;
	text-indent: 0.2em;
}
.single section {
	padding-top: 100px;
	margin: 70px auto;
	width: 1100px;
	position: relative;
	padding-bottom: 40px;
}
.single #contents main + section {
	padding-top: 110px;
	margin-top: 70px;
	padding-bottom: 0; 
}
.single .sec_inr {
	width: 880px;
}
.single h2 {
	font-size: 14px;
	font-weight: 400;
	width: auto;
	min-width: 170px;
	height: 20px;
	letter-spacing: 0.2em;
	background: #FFF;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	padding: 15px 20px 0;
}
.single h3 {
	padding-right: 0;
	padding-left: 0;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: 25px;
}
.single p.message {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 40px;
	line-height: 2.5;
}
.single p.message span {
	font-weight: 400;
}
.single .main {
	padding-top: 120px;	
	position: relative;
	padding-bottom: 40px;
}
.single .main:before {
	content: '';
  position: absolute;
  left: 50%;
	margin-left: -28px;
	border: 28px solid transparent;
	border-top-color: #fff;
	top: 0;
}
.single .main h3,
.single .main h4,
.single .main p {
	color: #fff;
}
.single .main h3,
.single .main p {
	font-weight: 300;
}
.single .conv {
	border-radius: 6px;
}
.single .conv:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.single .conv a {
	background: #fff;
	display: block;
	padding: 38px 50px 35px;
	display: flex;
	position: relative;
}
.single .conv a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120%;
	height: 100%;
	transform-origin: right bottom;
  transform: skewX(-45deg) scale(1, 1);
	background: #fff;
	z-index: 2;
	transition: 0.5s;
}
.single .conv a:hover:before {
	transform-origin: right bottom;
  transform: skewX(-45deg) scale(0, 1);
}
.single .conv a:after {
	content: "";
	position: absolute;
	border: 1px solid #000;
	border-radius: 4px;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
}
.single .conv a .left {
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	flex: 3;
	position: relative;
	z-index: 3;
}
.single .conv a .right {
	font-size: 22px;
	line-height: 55px;
	letter-spacing: 0.1em;
	flex: 2;
	text-align: center;
	position: relative;
	z-index: 3;
}
.single .conv a .right:after {
	content: "\f0e0";
	font: 600 32px "Font Awesome 5 Free";
	padding-left: 15px;
	vertical-align: -10%;
}
.single .conv a:hover .right:after {
	content: "\f2b6";
	vertical-align: 3%;
}
.single section#thanks {
	margin-top: 130px;
}
@media screen and (max-width:750px) and (orientation: portrait){
.single h1 {
	font-size: 43px;
	line-height: 1.2;
	margin-top: -40px;
}
.single h1 .lead {
	font-size: 13px;
	letter-spacing: 0.3em;
	display: inline-block;
	margin-bottom: 20px;
}
.single h1 strong {
	font-size: 0;
	margin-top: 10vw;
}
.single h1 .point {
	color: #fff;
	font-size: 14px;
	margin: 10px auto 0;
	padding: 10px 10px;
	width: 80%;
	display: block;
}
.single section {
	padding-top: 50px;
	padding-bottom: 1px;
	width: 92%;
	margin: 50px auto;
}
.single #contents main + section {
	padding-top: 50px;
	margin-top: 50px;
}
.single .sec_inr {
	width: 84%;
}
.single h2 {
	min-width: 100px;
	font-size: 11px;
	padding-top: 10px;
	top: -15px;
}
.single h3 {
	font-size: 20px;
	letter-spacing: 0.1em;
}
.single p.message {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 2;
}
.single .main {
	padding-top: 50px;
	padding-bottom: 1px;
}
.single .main:before {
	margin-left: -20px;
	border: 20px solid transparent;
	border-top-color: #fff;
}
.single .conv a {
	display: block;
	padding: 28px 25px 25px;
}
.single .conv a:before {
	display: none;
}
.single .conv a .left {
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.single .conv a .right {
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	padding-left: 10px;
	padding-right: 10px;
}
.single .conv a .right:after {
	padding-left: 10px;
	padding-right: 10px;
}
.single .conv a:hover .right:after {
	content: "\f0e0";
	vertical-align: -10%;
}
.single section#thanks {
	margin-top: 100px;
}
}

/* footer--------------------------------------------------------- */
footer {
	padding-bottom: 80px;
	border-top-width: 100px;
	border-top-style: solid;
}
footer address {
	padding-top: 80px;
	float: left;
	margin-left: 40px;
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
footer address i {
	margin-right: 5px;
	margin-left: 10px;
}
footer small {
	padding-top: 85px;
	float: right;
	font-size: 10px;
	margin-right: 40px;
	letter-spacing: 0.1em;
}
footer nav {
	text-align: center;
}
footer nav ul {
	display: inline-block;	
}
footer nav ul li {
	float: left;
	margin: 0 30px;
}
footer nav ul li a {
	font-size: 11px;
	padding: 10px 0px;
	display: block;
	color: #000;
	letter-spacing: 0.1em;
	transition: 0.3s;
}

@media screen and (max-width:750px) and (orientation: portrait){
footer {
	padding-bottom: 20px;
	border-top-width: 50px;
	border-top-style: solid;
}
footer nav {
	text-align: left;
	padding: 10px 0px;
}
footer nav ul {
	display: block;
	padding: 10px 0px;
}
footer nav ul li {
	float: none;
}
footer address {
	font-size: 11px;
	margin-left: 15px;
	padding-top: 30px;
	float: none;
}
footer address i {
	margin-left: 0;
}
footer small {
	text-align: right;
	padding-top: 30px;
	margin-right: 15px;
}
}

/* single--------------------------------------------------------- */
.single footer {
	border-top-width: 0;
}