@charset "utf-8";

.sponly {
    display: none;
}

main {
    width: 100%;
}

.panel {
    position: relative;
	height: 100vh;
	/*border-bottom:1px solid #666;*/
}

.main {
	background: url(../img/mainvisual.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
	text-align:center;
}
.vision {
	background:#fff;
}
.create {
	background:#fff;
}
.campany {
	background:#fff;
}
.contact {
	background:#fff;
}
.inner {
	margin: 0 auto;
}
pre {
	background:rgba(0,0,0,0.2);
	padding:2em 0 2em 0;
	font-size:2.1em;
	margin-top:0.7em;
}

/* nav */

nav {
    position: fixed;
    top: -194px;
    left: -168px;
    width: 389px;
    height: 389px;
    z-index: 50;
}

nav div.nav1 {
    position: absolute;
    top: 132px;
    left: 132px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    z-index: 105;
}

nav div.nav1 a {
    display: block;
}

nav div.nav1 a:hover {
    margin-top: -125px;
}

nav div.nav2 {
    position: absolute;
    top: 99px;
    left: 99px;
    width: 191px;
    height: 191px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    z-index: 104;
}

nav div.nav2 a {
    display: block;
}

nav div.nav2 a:hover {
    margin-top: -191px;
}

nav div.nav3 {
    position: absolute;
    top: 66px;
    left: 66px;
    width: 257px;
    height: 257px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    z-index: 103;
}

nav div.nav3 a {
    display: block;
}

nav div.nav3 a:hover {
    margin-top: -257px;
}

nav div.nav4 {
    position: absolute;
    top: 33px;
    left: 33px;
    width: 323px;
    height: 323px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    z-index: 102;
}

nav div.nav4 a {
    display: block;
}

nav div.nav4 a:hover {
    margin-top: -323px;
}

nav div.nav5 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 389px;
    height: 389px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    z-index: 101;
}

nav div.nav5 a {
    display: block;
}

nav div.nav5 a:hover {
    margin-top: -389px;
}

nav a:hover, nav a:active, nav a:focus {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

section div.next {
    position: relative;
    top: -19px;
}

section div.prev {
    position: relative;
    top: -19px;
}

/* section.main */

section.main {
    position: relative;
}

section.main .inner h2.main_h_en {
    padding-top: 78px;
    -webkit-transition: all 3s ease-in; /* マウスを外した時 */
    transition: all 3s ease-in;
}

section.main .inner h2.main_h_en:hover {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
    -webkit-transition: all 1s ease-in; /* マウスを乗せた時 */
    transition: all 1s ease-in;
}

section.main .inner h2.main_h_en:hover + h2.main_h_jp,
section.main .inner h2.main_h_en:focus + h2.main_h_jp,
section.main .inner h2.main_h_en:active + h2.main_h_jp {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
    -webkit-transition: all 1s ease-in; /* マウスを乗せた時 */
    transition: all 1s ease-in;
}

section.main .inner h2.main_h_jp {
    position: absolute;
    top: 25%;
    right: 35%;
    /*padding: 60px 0 0 389px;*/
	-ms-filter: "alpha(opacity=0)"; /* マウスを外した時 */
	filter: alpha(opacity=0);
	opacity: 0;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in;
}

section.main .inner footer {
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
}

section.main .inner footer h1.logo {
    margin: 5px 26px;
}

section.main .inner footer hr {
    margin: 5px 0;
    width: 280px;
    border-top: 1px #fff solid;
}

section.main .inner footer p.copy {
    padding: 0 26px;
    color: #fff;
    font-size: 9px;
}

/* section.vision */

section.vision {
    position: relative;
}

section.vision .inner h2 {
    padding: 60px 0 15px;
    font-size: 13px;
    color: #003366;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section.vision .inner p.img {
    padding: 15px;
}

section.vision .inner p.ttl {
    padding: 15px;
    font-size: 23px;
}

section.vision .inner p.tx {
    width: 563px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
}

/* section.create */

section.create {
    position: relative;
}

section.create .inner h2 {
    padding: 60px 0 15px;
    font-size: 13px;
    color: #003366;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section.create .inner h3 {
    width: 520px;
    padding: 0 0 10px 0;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

section.create .inner .banner {
    margin: 60px auto 0;
}
section.create .inner .banner a {
    display: inline-block;
    margin: 10px;
}

/* section.company */

section.company {
    position: relative;
}

section.company .inner h2 {
    padding: 60px 0 15px;
    font-size: 13px;
    color: #003366;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section.company .inner ul {
    width: 640px;
    padding: 15px 30px;
    font-size: 11px;
    line-height: 1.8;
    box-sizing: border-box;
    text-align:left;
}

section.company .inner ul li {
    float: left;
    width: 300px;
    box-sizing: border-box;
}

section.company .inner ul li dl {
    padding-bottom: 15px;
}

section.company .inner ul li dl dt {
    float: left;
    width: 75px;
    padding-right: 30px;
    box-sizing: border-box;
}

section.company .inner ul li dl dd {
    float: left;
    width: 225px;
    padding-right: 30px;
    box-sizing: border-box;
}

section.company .inner ul li.map {
    width: 280px;
    padding-right: 0;
    box-sizing: border-box;
}

section.company .inner ul li.map .gmaps {
    font-size: 10px;
    text-align: right;
}

section.company .inner ul li.map dl {
    padding: 15px 0;
}

section.company .inner ul li.map dl dt {
    float: left;
    width: 75px;
    padding-right: 30px;
    box-sizing: border-box;
}

section.company .inner ul li.map dl dd {
    float: left;
    width: 205px;
    padding-right: 0;
    box-sizing: border-box;
}

/* section.contact */

section.contact {
    position: relative;
}

section.contact .inner h2 {
    padding: 60px 0 15px;
    font-size: 13px;
    color: #003366;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section.contact .inner ul.contactform {
    width: 520px;
    padding: 15px 0 0 0;
    text-align: left;
    box-sizing: border-box;
}

section.contact .inner ul.contactform li {
    /*display: table-cell;*/
    float: left;
    width: 70px;
    font-size: 10px;
    padding: 0 5px 10px 0;
    box-sizing: border-box;
    vertical-align: top;
}

section.contact .inner ul.contactform li:last-child {
    /*display: table-cell;*/
    float: left;
    width: 380px;
    margin: 0 70px 0 0;
    padding: 0;
    box-sizing: border-box;
}

section.contact .inner ul.contactform input, section.contact .inner ul.contactform textarea {
    width: 100%;
    padding: 0 3px;
    font-size: 12px;
    border: 1px #333 solid;
    line-height: 1.5;
}

section.contact .inner ul.contactform input.btn {
    width: 35%;
    padding: 1px 5px;
    background: #fff;
    border: 1px #333 solid;
    font-size: 10px;
    text-align: center;
}

section.contact .inner footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 37px;
	background: url(../img/footer_bg.jpg);
    -moz-background-size: cover;
    background-size: cover;
    text-align: right;
}

section.contact .inner footer p.link {
    position: absolute;
    right: 26px;
    bottom: 55px;
    font-size: 10px;
}

section.contact .inner footer p.logo {
    padding: 12px 26px;
}

section.contact .inner footer p.logo span.copy {
    padding: 0 25px;
    color: #fff;
    font-size: 9px;
}

section.contact .inner div.privacypolicy {
    width: 450px;
    padding: 15px 0 0 0;
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
}

section.contact .inner div.privacypolicy p.tx {
    padding-bottom: 15px;
}

section.contact .inner div.privacypolicy p.ttl {
    padding-bottom: 0;
}

section.contact .inner div.privacypolicy p.dtl1 {
    padding: 0 0 10px 1em;
}

section.contact .inner div.privacypolicy p.dtl2 {
    padding: 0 0 10px 2em;
}

section.contact .inner div.privacypolicy p.dtl3 {
    padding: 0 0 10px 5em;
}

section.contact .inner div.privacypolicy p.date {
    padding: 15px 0;
    font-size: 10px;
}

section.contact .inner div.privacypolicy p span {
    color: rgba(102,102,255,0.5);
}


@media only screen and (max-width: 768px) {

.sponly {
    display: block;
}

.pconly {
    display: none;
}

/* section.main */

section.main {
    position: relative;
}

section.main .inner h2.main_h_en {
    padding-top: 78px;
    -webkit-transition: all 3s ease-in; /* マウスを外した時 */
    transition: all 3s ease-in;
}

section.main .inner h2.main_h_en:hover {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
    -webkit-transition: all 1s ease-in; /* マウスを乗せた時 */
    transition: all 1s ease-in;
}

section.main .inner h2.main_h_en:hover + h2.main_h_jp,
section.main .inner h2.main_h_en:focus + h2.main_h_jp,
section.main .inner h2.main_h_en:active + h2.main_h_jp {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
    -webkit-transition: all 1s ease-in; /* マウスを乗せた時 */
    transition: all 1s ease-in;
}

section.main .inner h2.main_h_jp {
    position: absolute;
    top: 15%;
    right: 15%;
    /*padding: 60px 0 0 389px;*/
	-ms-filter: "alpha(opacity=0)"; /* マウスを外した時 */
	filter: alpha(opacity=0);
	opacity: 0;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in;
}

section.main .inner footer {
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
}

section.main .inner footer h1.logo {
    margin: 5px 26px;
}

section.main .inner footer hr {
    margin: 5px 0;
    width: 280px;
    border-top: 1px #fff solid;
}

section.main .inner footer p.copy {
    padding: 0 26px;
    color: #fff;
    font-size: 9px;
}

/* section.vision */

section.vision {
    position: relative;
    width: 100%;
}

section.vision .inner h2 {
    padding: 20px 0 15px;
    font-size: 13px;
    color: #003366;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section.vision .inner p.img {
    padding: 15px;
}

section.vision .inner p.ttl {
    padding: 15px 30px;
    font-size: 23px;
    line-height: 1.2;
    text-align: justify;
}

section.vision .inner p.tx {
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    box-sizing: border-box;
}

/* section.create */

section.create {
    position: relative;
    width: 100%;
}

section.create .inner {
    padding: 0 30px;
}

section.create .inner h2 {
    padding: 20px 0 15px;
    font-size: 13px;
    color: #003366;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section.create .inner h3 {
    width: 100%;
    padding: 0 0 5px 0;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

section.create .inner .banner {
    margin: 15px auto 0;
}
section.create .inner .banner a {
    display: inline-block;
    margin: 5px 0;
}

/* section.company */

section.company {
    position: relative;
    width: 100%;
}

section.company .inner h2 {
    padding: 20px 0 15px;
    font-size: 13px;
    color: #003366;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section.company .inner ul {
    width: 100%;
    padding: 15px;
    font-size: 11px;
    line-height: 1.6;
    box-sizing: border-box;
    text-align:left;
}

section.company .inner ul li {
    float: left;
    width: 300px;
    box-sizing: border-box;
}

section.company .inner ul li dl {
    padding-bottom: 5px;
}

section.company .inner ul li dl dt {
    float: left;
    width: 75px;
    padding-right: 30px;
    box-sizing: border-box;
}

section.company .inner ul li dl dd {
    float: left;
    width: 225px;
    padding-right: 30px;
    box-sizing: border-box;
}

section.company .inner ul li.map {
    width: 280px;
    padding-right: 0;
    box-sizing: border-box;
}

section.company .inner ul li.map .gmaps {
    font-size: 10px;
    text-align: center;
    padding: 1px;
    width: 120px;
    border: 1px #ccc solid;
    border-radius: 10px;
}

section.company .inner ul li.map dl {
    padding: 5px 0;
}

section.company .inner ul li.map dl dt {
    float: left;
    width: 75px;
    padding-right: 30px;
    box-sizing: border-box;
}

section.company .inner ul li.map dl dd {
    float: left;
    width: 205px;
    padding-right: 0;
    box-sizing: border-box;
}

/* section.contact */

section.contact {
    position: relative;
    width: 100%;
}

section.contact .inner {
    width: 100%;
}

section.contact .inner h2 {
    padding: 20px 0 15px;
    font-size: 13px;
    color: #003366;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section.contact .inner ul.contactform {
    width: 100%;
    padding: 10px 15px 0;
    text-align: left;
    box-sizing: border-box;
}

section.contact .inner ul.contactform li {
    /*display: table-cell;*/
    float: left;
    width: 20%;
    font-size: 10px;
    padding: 0 5px 10px 0;
    box-sizing: border-box;
    vertical-align: top;
}

section.contact .inner ul.contactform li:last-child {
    /*display: table-cell;*/
    float: left;
    width: 80%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section.contact .inner ul.contactform input, section.contact .inner ul.contactform textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px #333 solid;
    box-sizing: border-box;
    line-height: 1.5;
}

section.contact .inner ul.contactform input.btn {
    width: 50%;
    height: 30px;
    padding: 5px;
    margin-top: -5px;
    background: #fff;
    border: 1px #333 solid;
    font-size: 10px;
    text-align: center;
}

section.contact .inner footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
	background: url(../img/footer_bg.jpg);
    -moz-background-size: cover;
    background-size: cover;
    text-align: right;
}

section.contact .inner footer p.link {
    position: absolute;
    right: 15px;
    bottom: 35px;
    font-size: 10px;
}

section.contact .inner footer p.logo {
    padding: 5px;
}

section.contact .inner footer p.logo img {
    width: 100px;
}

section.contact .inner footer p.logo span.copy {
    padding: 0 5px;
    color: #fff;
    font-size: 8px;
}

section.contact .inner div.privacypolicy {
    /*
    height: 300px;
    overflow: auto !important;
    */
    width: 100%;
    padding: 15px;
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
    box-sizing: border-box;
}

section.contact .inner div.privacypolicy p.tx {
    padding-bottom: 10px;
}

section.contact .inner div.privacypolicy p.ttl {
    padding-bottom: 0;
}

section.contact .inner div.privacypolicy p.dtl1 {
    padding: 0 0 5px 1em;
}

section.contact .inner div.privacypolicy p.dtl2 {
    padding: 0 0 5px 2em;
}

section.contact .inner div.privacypolicy p.dtl3 {
    padding: 0 0 5px 5em;
}

section.contact .inner div.privacypolicy p.date {
    padding: 10px 0;
    font-size: 10px;
    margin-bottom: 30px;
}

section.contact .inner div.privacypolicy p span {
    color: rgba(102,102,255,0.5);
}
}