@charset "utf-8";

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;
}

/* スマートフォン向けのスタイル：1px ～ 599px */
@media screen and (min-width: 1px) and (max-width: 670px) {
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: 100%;
	max-width: 1100px;
	margin: 50px auto 55px auto;
}

header h1 {
	margin-left: 20px;
}

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

.scroll_down {
	width: 52px;
	margin: 170px 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: 47%;
	margin-bottom: 50px;
}

.top_work li img {
	width: 100%;
}


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

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;
	margin: 0 auto 100px auto;
}

.about dl{
	width: 100%;
	text-align: center;
}

.about dl dt {
	text-align: center;
}

.about dl dd{
	line-height: 30px;
	text-align: center;
	margin: 30px 0;
}

.about div{
	width: 100%;
	text-align: center;
}

.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: 100px;
	padding: 20px 10px;
	border-bottom: 1px solid #CCC;
}
.about_data dl dd{
	width: calc(100% - 100px);
	max-width: 580px;
	padding: 20px 10px;
	border-bottom: 1px solid #CCC;
}

.work_nav {
	width: 96%;
	max-width: 1100px;
	margin: 10px auto 30px auto;
}

.work_nav ul{
	display: flex;
	justify-content: center;
}
.work_nav ul li {
	padding: 2px 5px 2px 5px;
	height: 20px;
}

.work_nav ul li a{
	display: block;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
}

.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;
	margin: 0 auto 80px auto;
}

.work_data_l {
	width : 100% ;
	max-width: 700px;
}

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

.work_data_r {
	width: 90%;
	margin: 0 auto;
}

.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%;
}

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

.con_r {
	width : 100%;
}
.con_r dl {
	width: 100%;
}
.con_r dl dt {
	width: 180px;
	padding: 10px 0 10px 15px;
}
.con_r dl dt span {
	color: #00b4ff;
	font-size: 160%;
	padding-top: 2px;
}

.con_r dl dd input {
    background-color: white;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    text-indent: 0.7em; 
}
.con_r dl dd {
	width : 100% ;
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
	margin-bottom: 30px;
}
.con_r dl dd textarea {
    width: 100%; 
    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;
}



/*　ハンバーガー　*/
.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
 position: fixed;
 /*bottom: 20px;
 right: 20px;*/
 top: 15px;
 right: 15px;
 width: 40px;
 height: 38px;
 z-index: 9999;
 border-radius: 4px;
}
a.menu-trigger:hover{
background: rgba(0,0,0,0.5);
}
.menu-trigger span {
 position: absolute;
 z-index: 9999;
 left: 5px;
 width: 75%;
 height: 4px;
 background-color: #000;
 border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
 top: 7px;
}
.menu-trigger span:nth-of-type(2) {
 top: 17px;
}
.menu-trigger span:nth-of-type(3) {
	top: 27px;
}
.menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(10px) rotate(-45deg);
 transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
 opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-8px) rotate(45deg);
 transform: translateY(-10px) rotate(45deg);
}
#overlay{
 display: none;
 width: 100%;
 height:100%;
 text-align: center;
 position: fixed;
 top: 0;
 z-index: 100;
 background: rgba(0,0,0,0.8);
 padding: 20px;
 box-sizing: border-box;
}
#overlay ul{
 padding-left: 0px;
}
#overlay ul li{
 padding-left: 0px;
 list-style-type: none;
 margin-top: 10px;
}
#overlay ul li a{
 color: #fff;
 text-decoration: none;
 font-size: 120%;
}
/*　エフェクト　*/
.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: 0.5em;
	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: 100%;
	word-spacing: -0.15em;
}

.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: 10px;
	-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: 0.5em;
	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: 0;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
/*　スライド　*/
#slideshow {
   position: relative;
   width:  100%; /* ボックスの横幅 */
   max-width: 1100px;
   margin: 0 auto;
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  100%; /* 画像の横幅 */
   display: block;
   border: 0;
}


}
/* タブレット向けのスタイル：600px ～ 333px */
@media screen and (min-width: 671px) and (max-width: 919px) {
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: 100%;
	max-width: 1100px;
	margin: 50px auto 55px auto;
}

header h1 {
	margin-left: 20px;
}

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

.scroll_down {
	width: 52px;
	margin: 370px 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;
}

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;
	margin: 0 auto 100px auto;
}

.about dl{
	width: 100%;
	text-align: center;
}

.about dl dt {
	text-align: center;
}

.about dl dd{
	line-height: 30px;
	text-align: center;
	margin: 30px 0;
}
.about dl dd span {
	display: block;
}
.about div{
	width: 100%;
	text-align: center;
}

.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: 100px;
	padding: 20px;
	border-bottom: 1px solid #CCC;
}
.about_data dl dd{
	width: calc(100% - 100px);
	max-width: 580px;
	padding: 20px;
	border-bottom: 1px solid #CCC;
}

.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% - 300px) ;
	max-width: 700px;
}

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

.work_data_r {
	width: 270px;
	margin-left: 30px;
}

.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%;
}

/* 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: 100px;
}
.con_l p {
	color: #00b4ff;
}
.con_l p span {
	color: #00b4ff;
	font-size: 160%;
	padding-top: 2px;
}

.con_r {
	width : calc(100% - 100px) ;
}
.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;
}




/*　ハンバーガー　*/
.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
 position: fixed;
 /*bottom: 20px;
 right: 20px;*/
 top: 15px;
 right: 15px;
 width: 40px;
 height: 38px;
 z-index: 9999;
 border-radius: 4px;
}
a.menu-trigger:hover{
background: rgba(0,0,0,0.5);
}
.menu-trigger span {
 position: absolute;
 z-index: 9999;
 left: 5px;
 width: 75%;
 height: 4px;
 background-color: #000;
 border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
 top: 7px;
}
.menu-trigger span:nth-of-type(2) {
 top: 17px;
}
.menu-trigger span:nth-of-type(3) {
	top: 27px;
}
.menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(10px) rotate(-45deg);
 transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
 opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-8px) rotate(45deg);
 transform: translateY(-10px) rotate(45deg);
}
#overlay{
 display: none;
 width: 100%;
 height:100%;
 text-align: center;
 position: fixed;
 top: 0;
 z-index: 100;
 background: rgba(0,0,0,0.8);
 padding: 20px;
 box-sizing: border-box;
}
#overlay ul{
 padding-left: 0px;
}
#overlay ul li{
 padding-left: 0px;
 list-style-type: none;
 margin-top: 10px;
}
#overlay ul li a{
 color: #fff;
 text-decoration: none;
 font-size: 120%;
}

/*　エフェクト　*/
.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: 1em;
	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: 120%;
	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: 2%;
	-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);
}
/*　スライド　*/
#slideshow {
   position: relative;
   width:  100%; /* ボックスの横幅 */
   max-width: 1100px;
   margin: 0 auto;
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  100%; /* 画像の横幅 */
   display: block;
   border: 0;
}


}

/*  PC向けのスタイル：1000px～ */
@media only screen and (min-width: 920px) {
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: 500px 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;
}
/*　スライド　*/
#slideshow {
   position: relative;
   width:  100%; /* ボックスの横幅 */
   max-width: 1100px;
   margin: 0 auto;
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  100%; /* 画像の横幅 */
   display: block;
   border: 0;
}

}