@charset "UTF-8";
body {
	background-image: url(../img/bg06.jpg);
}
.scroll_icon {
	color: rgba(0,0,0,1.00);
}
.scroll_icon span {
	border-left: 1px solid rgba(0,0,0,1.00);
	border-bottom: 1px solid rgba(0,0,0,1.00);
}

/*----------------------------------------------------pc*/
@media (min-width : 769px ){
#top {
	position: relative;
	text-align: center;
	height: 110vh;
	min-height: 800px;
}
#top #main_logo {
	width: 20vw;
	position: absolute;
	top: 0;
	left: 9%;
	height: 58vh;
	max-width: 268px;
}
#top #main_logo a {
}
#top #main_logo a img {
	width: 80%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-animation: appear01 1s ease-out 2.2s forwards;
	animation: appear01 1s ease-out 2.2s forwards;
	top: 30px;
}
@-webkit-keyframes appear01 {
    0% { opacity: 0;} 100% { opacity: 1;}
}
@keyframes appear01 {
    0% { opacity: 0;} 100% { opacity: 1;}
}
#top .ptn {
	position: absolute;
	max-width: 326px;
	width: 25%;
	right: 0;
	top: 32%;
}
#top #about_top {
	position: absolute;
	right: 16%;
	width: 33%;
	top: 60px;
	z-index: 0;
	max-width: 400px;
}
#top #top_txt {
	position: absolute;
	left: 13%;
	top: 55vh;
	width: 46%;
	height: 134px;
	z-index: 1;
	min-width: 440px;
}
#top #top_txt .wh_bg {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	background-color: rgba(255,255,255,1.00);
	-webkit-animation: ext01 1s ease-out 0.5s forwards;
	animation: ext01 1s ease-out 0.5s forwards;
}
@-webkit-keyframes ext01 {
    0% { width: 0;} 100% { width: 100%;}
}
@keyframes ext01 {
    0% { width: 0;} 100% { width: 100%;}
}
#top #top_txt .ttl {
	padding: 10px 0;
	font-size: 1.7em;
	height: 38px;
	margin: 40px auto 0;
	display: table;
	-webkit-animation: appear01 1s ease-out 2.2s forwards;
	animation: appear01 1s ease-out 2.2s forwards;
}
#top_txt .ttl img {
	width: 29px;
	display: table-cell;
	vertical-align: middle;
	opacity: 0.4;
	margin-top: 3px;
}
#top_txt .ttl span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 18px;
	padding-right: 4px;
}
#contents {
	width: 100%;
	background-image: url("../img/bg07.jpg");
	padding-bottom: 120px;
}
#contents .ttl {
	width: 70%;
	margin: 0 auto;
	max-width: 700px;
	position: relative;
	height: 320px;
}
#contents .ttl .ptn {
	position: absolute;
	width: 36%;
	top: 0;
	right: -6%;
	max-width: 224px;
}
#contents .ttl .tx_box {
	background-color: #FFFFFF;
	position: absolute;
	height: 48%;
	top: 30%;
	left: 0;
}
#contents .ttl .tx_box .tx {
	position: absolute;
	left: 8%;
	overflow: hidden;
	transition-delay: 0.5s;
	top: 44%;
}
#contents .ttl .tx_box .tx img {
	width: 29px;
	opacity: 0.3;
	float: left;
	padding-bottom: 16px;
	padding-right: 10px;
}
#contents .ttl .tx_box .tx .jp {
	font-size: 1.5em;
	float: left;
	padding-top: 3px;
}
#contents .ttl .tx_box .tx .en {
	float: left;
}
#contents .cnt_box {
	width: 75%;
	max-width: 900px;
	margin: 80px auto 0;
	position: relative;
}
#contents .cnt_box dl {
	color: rgba(255,255,255,1.00);
	width: 50%;
	margin-bottom: 30px;
}
#contents .cnt_box dl dt,
#contents .cnt_box dl dd {
	display: inline-block;
	padding-bottom: 16px;
	float: left;
}
#contents .cnt_box dl dt {
	width: 30%;
}
#contents .cnt_box dl dd {
	width: 70%;
}
#contents .cnt_box p {
	color: rgba(255,255,255,1.00);
}
#contents .cnt_box .pic_box {
	position: absolute;
	width: 40%;
	height: 100%;
	top: 10%;
	right: 0;
}
#contents .cnt_box .pic_box .pic01 {
	position: absolute;
	width: 100%;
	bottom: 26px;
	left: 0;
	max-height: 100%;
}
#contents .cnt_box .pic_box p {
	position: absolute;
	width: 40%;
	bottom: 0;
	left: 0;
	font-size: 0.8em;
}
#contact {
	width: 100%;
	padding-bottom: 120px;
}
#contact .ttl {
	width: 80%;
	margin: 0 auto;
	max-width: 700px;
	position: relative;
	height: 320px;
}
#contact .ttl .ptn {
	position: absolute;
	width: 36%;
	top: 0;
	left: 2%;
	max-width: 214px;
}
#contact .ttl .tx_box {
	background-color: #FFFFFF;
	position: absolute;
	height: 48%;
	top: 30%;
	left: 20%;
}
#contact .ttl .tx_box .tx {
	position: absolute;
	bottom: 15%;
	left: 10%;
	transition-delay: 0.5s;
	width: 240px;
}
#contact .ttl .tx_box .tx img {
	width: 29px;
	opacity: 0.3;
	float: left;
	padding-bottom: 16px;
	padding-right: 10px;
}
#contact .ttl .tx_box .tx .jp {
	font-size: 1.5em;
	float: left;
	padding-top: 3px;
}
#contact .ttl .tx_box .tx .en {
	float: left;
}
#contact #mail_form {
	margin: 60px auto 0;
	width: 75%;
	max-width: 800px;
}
#contact #mail_form .form_ttl {
	margin: 0 auto 40px;
	width: 60%;
}
}

/*----------------------------------------------------sp*/
@media (max-width : 768px ){
#top {
	position: relative;
	text-align: center;
	padding: 12px 0 200px;
}
#top #main_logo {
	margin: 0 auto;
	width: 86px;
}
#top #main_logo a {
	display: block;
}
#top #main_logo a img {
	width: 100%;
	opacity: 0;
	-webkit-animation: appear01 1s ease-out 2.2s forwards;
	animation: appear01 1s ease-out 2.2s forwards;
}
@-webkit-keyframes appear01 {
    0% { opacity: 0;} 100% { opacity: 1;}
}
@keyframes appear01 {
    0% { opacity: 0;} 100% { opacity: 1;}
}
#top .ptn {
	position: absolute;
	width: 32%;
	right: 0;
	bottom: 14%;
}
#top #about_top {
	width: 56%;
	z-index: 1;
	margin-top: 22px;
	max-width: 268px;
	position: relative;
}
#top #top_txt {
	width: 84%;
	height: 62px;
	z-index: 1;
	position: relative;
	padding-top: 22px;
	margin: 36px 0 0 5%;
}
#top #top_txt .wh_bg {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	background-color: rgba(255,255,255,1.00);
	-webkit-animation: ext01 1s ease-out 0.5s forwards;
	animation: ext01 1s ease-out 0.5s forwards;
}
@-webkit-keyframes ext01 {
    0% { width: 0;} 100% { width: 100%;}
}
@keyframes ext01 {
    0% { width: 0;} 100% { width: 100%;}
}
#top #top_txt .ttl {
	padding: 10px 0;
	height: 38px;
	margin: 0 auto;
	display: table;
}
#top_txt .ttl img {
	width: 29px;
	display: table-cell;
	vertical-align: middle;
	opacity: 0.4;
	margin-top: 3px;
}
#top_txt .ttl span {
	display: table-cell;
	padding: 0 6px;
	vertical-align: middle;
}
#contents {
	width: 100%;
	background-image: url("../img/bg07.jpg");
	padding-bottom: 120px;
}
#contents .ttl {
	width: 84%;
	margin: 0 auto;
	position: relative;
	height: 240px;
	max-width: 400px;
}
#contents .ttl .ptn {
	position: absolute;
	width: 48%;
	left: -6px;
	max-width: 178px;
}
#contents .ttl .tx_box {
	background-color: #FFFFFF;
	position: absolute;
	height: 120px;
	top: 30%;
}
#contents .ttl .tx_box .tx {
	position: absolute;
	bottom: 9%;
	left: 4%;
	transition-delay: 0.5s;
}
#contents .ttl .tx_box .tx img {
	width: 29px;
	opacity: 0.3;
	float: left;
	padding-bottom: 16px;
	padding-right: 10px;
}
#contents .ttl .tx_box .tx .jp {
	font-size: 1.2em;
	float: left;
	padding-top: 3px;
}
#contents .ttl .tx_box .tx .en {
	float: left;
}
#contents .cnt_box {
	width: 82%;
	margin: 80px auto 0;
	position: relative;
}
#contents .cnt_box dl {
	color: rgba(255,255,255,1.00);
	width: 100%;
	margin: 0 auto 30px;
	max-width: 400px;
}
#contents .cnt_box dl dt,
#contents .cnt_box dl dd {
	display: inline-block;
	padding-bottom: 16px;
	float: left;
}
#contents .cnt_box dl dt {
	width: 30%;
}
#contents .cnt_box dl dd {
	width: 70%;
}
#contents .cnt_box p {
	color: rgba(255,255,255,1.00);
	margin: 0 auto;
	max-width: 400px;
}
#contents .cnt_box .pic_box {
	margin: 36px auto;
	width: 84%;
	max-width: 400px;
}
#contents .cnt_box .pic_box .pic01 {
	width: 100%;
}
#contents .cnt_box .pic_box p {
	font-size: 0.8em;
}
#contact {
	width: 100%;
	padding-bottom: 120px;
}
#contact .ttl {
	width: 80%;
	margin: 0 auto;
	position: relative;
	height: 320px;
	max-width: 400px;
}
#contact .ttl .ptn {
	position: absolute;
	width: 46%;
	left: -6%;
	bottom: 0;
	max-width: 220px;
}
#contact .ttl .tx_box {
	background-color: #FFFFFF;
	position: absolute;
	height: 120px;
	top: 20%;
	left: 4%;
	height: 120px;
}
#contact .ttl .tx_box .tx {
	position: absolute;
	bottom: 15%;
	left: 10%;
	transition-delay: 0.5s;
	width: 240px;
}
#contact .ttl .tx_box .tx img {
	width: 29px;
	opacity: 0.3;
	float: left;
	padding-bottom: 16px;
	padding-right: 10px;
}
#contact .ttl .tx_box .tx .jp {
	font-size: 1.5em;
	float: left;
	padding-top: 3px;
}
#contact .ttl .tx_box .tx .en {
	float: left;
}
#contact #mail_form {
	margin: 60px auto 0;
	width: 75%;
	max-width: 800px;
}
#contact #mail_form .form_ttl {
	margin: 0 auto 40px;
	width: 100%;
}
}
