@charset "utf-8";


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	list-style: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }

html{
	font-size: 100%;
	overflow-y:scroll;
}


/* クリアフィックス */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
 
.clearfix {
  overflow: hidden;
  zoom: 1;
}

div#error_area {
	display: none;
	width: 96%;
	max-width: 1100px;
	margin: 50px auto 50px auto;
	line-height: 25px;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}

.red{
    color:#f00;
}

div#error_area ul {
	margin: 10px 0;
}

div#error_area input[type="button"] {
    -webkit-appearance: none; 
    border-radius: 0; 
	background: #00b4ff;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	cursor:pointer;
	border:none;
}

body {
color:#000;
line-height:1.5;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
font-size:80%;
letter-spacing: 1px;
margin: 0;
}


header {
	width: 96%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 50px auto 55px auto;
	align-items: flex-end;
}

#overlay ul {
	display: flex;
}

#overlay ul li a{
	padding: 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#overlay ul li a:hover{
	background: #00b3ff;
	color: #fff;
}
.menu-trigger {
	display: none;
}

.top_img {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.top_img img {
	max-width: 100%;
}

.scroll_down {
	width: 52px;
	margin: -80px auto 80px auto;
}

.top_work {
	width: 96%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.top_work li {
	width: 31%;
	margin-bottom: 50px;
}

.top_work li img {
	width: 100%;
}


.scroll_up {
	width: 40px;
	margin: 30px auto 3px auto;
}

.roll a{
	background: #00b3ff;
	color: #fff;
}

footer p {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 3px;
}

.h2 {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	color: #00b3ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-bottom: 8px;
}

.about_img {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	height: 300px;
	margin-bottom: 100px;
}

.about_b {
	max-width: 100%;
	height: 300px;
}
.about_img_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1100px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about {
	width: 96%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 100px auto;
}

.about dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about dl dt {
	margin-right: 50px;
}

.about dl dd{
	line-height: 30px;
}

.about dl dd span {
	display: block;
}
.about div{
	display: flex;
	align-items: flex-end;
	padding-bottom: 15px;
}

.about_data {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 200px auto;
}

.about_data dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 730px;
}

.about_data dl dt{
	width: 150px;
	padding: 20px;
	border-bottom: 1px solid #CCC;
}
.about_data dl dd{
	width: calc(100% - 150px);
	max-width: 580px;
	padding: 20px;
	border-bottom: 1px solid #CCC;
}
.none {
	display: none;
}

.work_nav {
	display: flex;
	align-items: baseline;
	width: 96%;
	max-width: 1100px;
	margin: 10px auto 30px auto;
}

.work_nav ul{
	display: flex;
	margin-left: 50px;
}

.work_nav ul li a{
	padding: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

.work_nav ul li a:hover{
	background: #00b3ff;
	color: #fff;
}

.h2w {
	color: #00b3ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-bottom: 8px;
}

.work_li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.work_li li{
	margin: 0 5px;
}

.work_data {
	width: 96%;
	max-width: 1100px;
	display: flex;
	margin: 0 auto 80px auto;
}

.work_data_l {
	width : calc(100% - 400px) ;
	max-width: 700px;
}

.work_data_l img {
	width: 100%;
	margin-bottom: 30px;
}

.work_data_r {
	width: 350px;
	margin-left: 50px;
}

.work_data_r h4 {
	font-size: 160%;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.work_data_r p {
	font-size: 95%;
	margin-bottom: 120px;
}
.work_data_r ul li {
	margin-bottom: 10px;
	font-size: 95%;
}

/*　エフェクト　*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-size: 150%;
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 1em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/* contact */
.con_p {
	width: 96%;
	max-width: 1100px;
	margin: 80px auto 80px auto;
	line-height: 25px;
}
.con_p span {
	display: block;
}
.con {
	width: 96%;
	max-width: 1100px;
	display: flex;
	margin: 0 auto;
}
.con_l {
	width: 280px;
}
.con_l p {
	color: #00b4ff;
}
.con_l p span {
	color: #00b4ff;
	font-size: 160%;
	padding-top: 2px;
}

.con_r {
	width : calc(100% - 280px) ;
}
.con_r dl {
	display: flex;
	width: 100%;
	align-items: center;
}
.con_r dl dt {
	border-left: 1px solid #ccc;
	width: 180px;
	padding: 10px 0 10px 15px;
	margin-bottom: 20px;
}
.con_r dl dt span {
	color: #00b4ff;
	font-size: 160%;
	padding-top: 2px;
}

.con_r dl dd input {
    background-color: white;
    width: 96%;
    height: 50px;
    border: 1px solid #ccc;
    text-indent: 0.7em; 
}
.con_r dl dd {
		width : calc(100% - 180px) ;
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
	margin-bottom: 20px;
	padding-top: 5px;
}
.con_r dl dd textarea {
    width: 96%; 
    height: 105px; 
    border: 1px solid #ccc;
	padding: 10px;
line-height:1.5;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
letter-spacing: 1px;
font-size: 95%;
}

.p_pr {
	margin-top: 50px;
	font-size: 90%;
	line-height: 22px;
}
.p_pr span {
	display: block;
}
.con_ch {
	margin: 10px 0 10px 0;
	font-size: 90%
}
.con_ch input {
	margin-right: 10px;
}
.con_btt {
	width: 230px;
	height: 60px;
	margin: 50px auto 200px auto;
}
.con_btt input[type="submit"] {
    -webkit-appearance: none; 
    border-radius: 0; 
	width: 230px;
	height: 60px;
	background: #00b4ff;
	color: #fff;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: 2px;
	cursor:pointer;
	border:none;
}



}