@charset "UTF-8";
/*----------------------------------------------------
	Reset
----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin-left: 0;
    margin-top: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/
* {
	box-sizing: border-box;
    word-break:break-all;
}

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-family:"メイリオ",Meiryo,Meiryo UI,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Osaka－等幅","Osaka-Mono",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

input, button, select, textarea {
	font-family: inherit;
	line-height: inherit;
	font-size: inherit;
}

caption,
th {
	text-align: left;
}

th {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, th, td, li, div {
	color: #000;
	font-size: 15px;
	line-height: 1.6;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

/*----------------------------------------------------
	Component
----------------------------------------------------*/
/* clearfix */
.clearfix {
	clear: both;
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* animation */
.rollover {
	animation: horizontalY 0.5s ease-in-out infinite alternate;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.rollover:hover {
	animation: horizontalY 0.2 ease-in-out infinite alternate;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

/* rollover */
.rollover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* pc/sp */
.pc {
    display: block;
}

.pc-i {
    display: inline;
}

.sp,
.sp-i {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc,
    .pc-i {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp-i {
        display: inline;
    }
}

/*----------------------------------------------------
 main-visual
----------------------------------------------------*/
.bxslider li {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}

.bxslider li img {
    max-width: 100%;
}

.main-visual-logo {
    margin-top: -200px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
}

.main-visual-catch {
    position: absolute;
    bottom: 52px;
    left: 0;
    text-align: center;
    width: 100%;
}

.main-visual-mail {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

@media screen and (max-width: 768px) {
    .main-visual-logo {
        margin-top: 0;
        margin-left: 0;
        top: 14.3%;
    }

    .main-visual-logo img {
        width: 60%;
    }

    .main-visual-catch {
        bottom: 100px;
    }

    .main-visual-catch img {
        width: 45%;
    }

    .main-visual-mail {
        bottom: 90px;
        right: 20px;
    }

    .main-visual-mail img {
        height: 40px;
    }
}
