@charset "UTF-8";
/* ===================================================================

valiables

=================================================================== */
/* ===================================================================

reset style

=================================================================== */
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: bottom;
}

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

blockquote, q {
  quotes: none;
}

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

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

strong {
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

/* ===================================================================

base style

=================================================================== */
body {
  font-family: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  background: white;
}

a {
  text-decoration: underline;
  color: #333;
}

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

select, input, textarea, button {
  vertical-align: middle;
}

/* ===================================================================

font style

=================================================================== */
/* font-weight
--------------------------------------------------------- */
.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

/* font-size
--------------------------------------------------------- */
.font-size-small {
  font-size: 12px;
}

.font-size-large {
  font-size: 16px;
}

/* font-icon
--------------------------------------------------------- */
@font-face {
  font-family: 'iconfont';
  src: url("fonts/iconfont.eot?7ptapu");
  src: url("fonts/iconfont.eot?7ptapu#iefix") format("embedded-opentype"), url("fonts/iconfont.ttf?7ptapu") format("truetype"), url("fonts/iconfont.woff?7ptapu") format("woff"), url("fonts/iconfont.svg?7ptapu#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.glyph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyph.glyph-home:before {
  content: "\e900";
}

.glyph.glyph-newspaper:before {
  content: "\e901";
}

.glyph.glyph-pencil:before {
  content: "\e902";
}

.glyph.glyph-phone:before {
  content: "\e911";
}

.glyph.glyph-location:before {
  content: "\e90e";
}

.glyph.glyph-arrow-up:before {
  content: "\e903";
}

.glyph.glyph-arrow-right:before {
  content: "\e904";
}

.glyph.glyph-arrow-down:before {
  content: "\e905";
}

.glyph.glyph-arrow-left:before {
  content: "\e906";
}

.glyph.glyph-share:before {
  content: "\e907";
}

.glyph.glyph-new-tab:before {
  content: "\e908";
}

.glyph.glyph-share2:before {
  content: "\e909";
}

.glyph.glyph-mail:before {
  content: "\e90f";
}

.glyph.glyph-facebook:before {
  content: "\e90a";
}

.glyph.glyph-facebook02:before {
  content: "\e90b";
}

.glyph.glyph-instagram:before {
  content: "\e90c";
}

.glyph.glyph-telegram:before {
  content: "\e910";
}

.glyph.glyph-twitter:before {
  content: "\e90d";
}

/* ===================================================================

util style

=================================================================== */
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/* clearfix
--------------------------------------------------------- */
.u-clearfix {
  zoom: 1;
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* margin
--------------------------------------------------------- */
.u-mt-xsmall {
  margin-top: 10px !important;
}

.u-mt-small {
  margin-top: 20px;
}

.u-mt {
  margin-top: 30px;
}

.u-mt-large {
  margin-top: 40px;
}

.u-mt-xlarge {
  margin-top: 50px;
}

.u-mb-xsmall {
  margin-bottom: 10px;
}

.u-mb-small {
  margin-bottom: 20px;
}

.u-mb {
  margin-bottom: 30px;
}

.u-mb-large {
  margin-bottom: 40px;
}

.u-mb-xlarge {
  margin-bottom: 50px;
}

.u-mr-xsmall {
  margin-right: 10px;
}

.u-mr-small {
  margin-right: 20px;
}

.u-mr {
  margin-right: 30px;
}

.u-mr-large {
  margin-right: 40px;
}

.u-mr-xlarge {
  margin-right: 50px;
}

.u-ml-xsmall {
  margin-left: 10px;
}

.u-ml-small {
  margin-left: 20px;
}

.u-ml {
  margin-left: 30px;
}

.u-ml-large {
  margin-left: 40px;
}

.u-ml-xlarge {
  margin-left: 50px;
}

/* float
--------------------------------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}
@media only screen and (min-width: 960px) {
  .photo_l {
    float: left;
    margin: 0 30px 30px 0;
  }

  .photo_r {
    float: right;
    margin: 0 0 30px 30px;
  }
}
@media only screen and (max-width: 959px) {
  .photo_l {
    float: left;
    max-width: 40%;
    margin: 0 30px 30px 0;
  }

  .photo_r {
    float: right;
    max-width: 40%;
    margin: 0 0 30px 30px;
  }
  .sp{
	display:block;
	}
}
/* ===================================================================

header style

=================================================================== */
.header {
  width: 961px;
  height: 140px;
  margin: 0 auto;
  padding: 4px 0 0 0;
  position: relative;
}
.header .header__description {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.header .header__logo {
  float: left;
  padding-top: 20px;
}
.header .header__contact {
  float: right;
  width: 530px;
}
.header .header__contact li {
  float: left;
}
.header .header__contact .header__work span {
  display: inline-block;
  border: 1px solid #eee;
  margin-right: 10px;
  height: 30px;
  width: 100px;
  text-align: center;
  line-height: 30px;
}
.header .header__contact .header__tel {
  font-size: 13px;
  margin: 6px 20px 0 0;
}
.header .header__contact .header__tel img {
  margin-right: 10px;
}
.header .header__contact .header__address {
  margin-top: 4px;
  font-size: 13px;
}
.header .header__contact .header__cal {
  position: absolute;
  top: 0;
  right: 88px;
}
.header .header__contact .header__mail {
  position: absolute;
  top: 0;
  right: 0px;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.global-nav {
  position: relative;
  background: #f2f2f3;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  z-index: 1000;
  background: url(../images/common/gnav_bg.png) repeat-x;
  border-top: 1px solid #e6e4e4;
  box-shadow: 0px 6px 3px -4px rgba(125, 125, 125, 0.5);
}
.global-nav .global-nav__list:before, .global-nav .global-nav__list:after {
  content: "";
  display: table;
}
.global-nav .global-nav__list:after {
  clear: both;
}
.global-nav .global-nav__list {
  position: relative;
  width: 960px;
  height: 64px;
  margin: 0 auto;
}
.global-nav .global-nav__list li, .global-nav .global-nav__list a {
  display: inline-block;
}
.global-nav .global-nav__list li {
  float: left;
  height: 64px;
  width: auto;
  text-align: center;
  margin-right: 1px;
}
.global-nav .global-nav__list li:hover ul {
  display: block;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
.global-nav .global-nav__list li ul {
  position: absolute;
  top: 64px;
  padding: 0;
  z-index: 1000;
  display: none;
}
.global-nav .global-nav__list li ul li {
  width: 145px;
  margin-bottom: 2px;
  display: block;
  float: none;
  height: 46px;
  white-space: nowrap;
  transition: all .3s ease;
  background: url(../images/common/gnav_bg2.png) repeat-x 0 bottom #fff;
}
.global-nav .global-nav__list li.global-nav__item06 ul li {
  width: 170px;
  margin-bottom: 2px;
  display: block;
  float: none;
  height: 46px;
  white-space: nowrap;
  transition: all .3s ease;
  background: url(../images/common/gnav_bg2.png) repeat-x 0 bottom #fff;
}
.global-nav .global-nav__list li ul li a {
  width: 100%;
  line-height: 1.3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav .global-nav__list li ul li a:after {
  display: none;
}
.global-nav .global-nav__list li a, .global-nav .global-nav__list li span {
  display: flex;
  position: relative;
  height: 64px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.global-nav .global-nav__list li:hover>span, 
.global-nav .global-nav__list li:hover>a{
  color: #4eb15e;
}
.global-nav .global-nav__list li a:after, 
.global-nav .global-nav__list li span:after{
  display: block;
  content: " ";
  width: 1px;
  height: 53px;
  background: url(../images/common/gnav_line.png);
  position: absolute;
  top: 10px;
  right: -1px;
}
.global-nav .global-nav__list .global-nav__item01 span {
  width: 145px;
}
.global-nav .global-nav__list .global-nav__item02 a {
  width: 170px;
}
.global-nav .global-nav__list .global-nav__item03 a {
  width: 145px;
}
.global-nav .global-nav__list .global-nav__item04 a {
  width: 145px;
}
.global-nav .global-nav__list .global-nav__item05 a {
  width: 145px;
}
.global-nav .global-nav__list .global-nav__item06 a {
  width: 170px;
  margin-right: 0;
}
.global-nav .global-nav__list .global-nav__item06 a:after {
  display: none;
}
.global-nav .global-nav__list li.global-nav__fb {
    position: absolute;
    top: 0;
    right: 0px;
}
.global-nav .global-nav__list li.global-nav__fb a:after {
  background: none;
}



.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.header__sp-nav, .header__sp-nav p, .header__sp-nav ul {
  display: none;
}

/* ===================================================================

footer style

=================================================================== */
.footer {
  border-top: 3px solid #43a8d2;
  width: 100%;
  text-align: center;
}
.footer .footer__inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 30px;
}

.footer h3 {
  font-size: 90%;
  padding-bottom: 20px;
}
.footer .footer__contact {
  width: 48%;
  float: left;
  text-align: left;
  font-size: 120%;
  padding-top: 40px;
  position: relative;
}
.footer .footer__contact .l1 {
  font-size: 70%;
}
.footer .footer__contact .footer__work {
  padding-top: 5px;
}
.footer .footer__contact .footer__work span {
  display: inline-block;
  border: 1px solid #eee;
  margin-right: 10px;
  height: 40px;
  width: 118px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
}
.footer .footer__contact .footer__tel {
  padding-top: 10px;
  padding-bottom: 5px;
}
.footer .footer__contact .footer__cal {
  position: absolute;
  top: 40px;
  left: 443px;
}
.footer .footer__contact .footer__mail {
  position: absolute;
  top: 40px;
  left: 650px;
}
.footer .footer__links {
  padding-top: 115px;
  padding-bottom: 30px;
  width: 52%;
  float: right;
  text-align: left;
  font-size: 80%;
}
.footer .footer__links li {
  vertical-align: top;
}
.footer .footer__links li span {
  position: relative;
  font-size: 120%;
	display: block;
}
.footer .footer__links li span:before {
  content: "■";
  display: block;
  position: absolute;
  left: -1.2em;
}
.mt15 {
	margin-top: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.footer .footer__links li ul {

}
.footer .footer__links .item02 span {
	margin-bottom: 5px;
}
.footer .footer__links .item01 {
  display: inline-block;
  width: 140px;
}
.footer .footer__links .item02 {
  display: inline-block;
  width: 150px;
}
.footer .footer__links .item03 {
  display: inline-block;
  width: 190px;
}
.footer__logo{
	width: 382px;
}
.f_box{
	display:table-cell;
	width:100%;
}
.footer .flexbox{
	
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
	}
#map{
	width: 518px;
	display:block;
	text-align: left;
}
#map iframe{
  max-width:498px;
}

.copy {
  font-size: 11px;
  clear: both;
  padding: 7px 10px;
  text-align: center;
  color: white;
  background: #43a8d2;
}
.bnr_tel{
	background:#01479F;
	width:70%;
	height:120px;
	margin:0 auto 20px;
	padding:0 5px;
	box-sizing:border-box;
	display:flex;
	justify-content:center;	
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	}
.bnr_tel .small{
	margin:0;
  	text-align: center;
	}	
.bnr_tel .large{
	margin:0;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	}	
.page-recruit	.bnr_tel:hover{cursor:pointer; opacity:0.9}
.page-recruit	.bnr_tel a{
	color:#fff;
	text-decoration:none
	}
table.grey_tb {
	width: 100%;
	background: white;
	margin-bottom:20px;
	border-top:1px solid #c9caca;
	border-left:1px solid #c9caca;
	border-right:1px solid #c9caca;
}
table.grey_tb tr th {
	background: #f4f4f4;
	width: 180px;
	padding:10px;
	border-bottom: solid 1px #c9caca;
	border-right:solid 1px #c9caca;
	text-align: left;
	font-size:14px;
	vertical-align: top;
	color: #43a8d2;
	font-weight:bold;
}
table.grey_tb tr td {
	vertical-align: top;
	padding:10px;
	border-bottom: solid 1px #c9caca;
	font-size:14px;
}		
@media only screen and (min-width: 960px) {
  .pagetop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 43px;
    z-index: 1000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #CCC;
    transition: background-color 300ms;
  }
  .pagetop:hover {
    background: #666;
  }
  .pagetop a {
    color: white;
    text-decoration: none;
  }
  .pagetop i {
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 6px 0 -3px 0;
  }
  .pagetop span {
    font-size: 11px;
  }
 
}
.sp-contact, .sp-contact__list {
  display: none;
}

/* ===================================================================

main style

=================================================================== */
@media only screen and (min-width: 960px) {
  .main {
    clear: both;
    width: 960px;
    margin: 0 auto 40px auto;
    min-height: 1px;
  }
  .main:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .contents {
    float: right;
    width: 700px;
    /*! min-height: 2500px; */
  }

  .side {
    float: left;
    width: 210px;
  }
  .side li {
    margin-bottom: 20px;
  }
  .side li ul {
    margin-top: 5px;
  }
  .side li li {
    margin-bottom: 10px;
  }
  .side .overnotes-outer {
    border: 1px solid #CCC;
    margin-bottom: 10px;
  }
  .side .sub__contact {
    border: 1px solid #43a8d2;
    text-align: center;
    margin: 20px 0;
  }
  .side .sub__contact img {
    margin: 7px 0;
  }
  .side .sub__contact p {
    text-align: left;
    padding: 0 5px;
  }
  .side .sub__contact ul {
    margin-top: 5px;
  }
  .side .sub__contact li {
    margin-bottom: 5px;
  }
  .side .sub__contact li img {
    margin: 0;
  }
}
/* ===================================================================

sp style

=================================================================== */
@media only screen and (max-width: 959px) {
  body {
    padding-bottom: 104px;
  }

  img {
    max-width: 100%;
  }

  /* header */
  .header {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background: white;
    padding:0;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    
  }
  .header .header__description {
    display: none;
  }
  .header .header__logo {
    width: 200px;
    padding: 0;
    margin: 20px 0 0 20px;
  }
  .header .header__contact {
    display: none;
  }
  .header .header__sp-nav {
    display: block;
    position: relative;
  }
  .header .header__sp-nav p {
    display: block;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 40px;
    z-index: 1001;
    position: absolute;
  }
  .header .header__sp-nav ul {
    display: block;
    position: absolute;
    top: 70px;
    display: none;
    overflow: auto;
    width: 100%;
    background: #fff;
    z-index: 1000;
    z-index: 999999;
  }
  .header .header__sp-nav ul li {
    border-bottom: 1px solid #eee;
    background-color: #43a8d2;
  }
  .header .header__sp-nav ul li span {
    line-height: 200%;
    color: #fff;
    margin-left: 0.5em;
  }
  .header .header__sp-nav ul li ul {
    display: block;
    position: static;
    font-size: 80%;
  }
  .header .header__sp-nav ul li a {
    display: block;
    color: #000;
    padding: 5px 20px;
    text-decoration: none;
    background: #fff;
  }

  .global-nav {
    display: none;
  }

  /* footer */
  .footer {
    width: 100%;
    text-align: center;
    font-size: 80%;
  }

  .footer .footer__inner {
    width: 100%;
  }
  .footer .footer__links,
  .footer .footer__cal,
  .footer .footer__mail {
    display: none;
  }
  .footer h3 .name {
    display: block;
  }
  .footer h3 .spacer {
    display: none;
  }
  .footer .footer__logo img {
    width: 145px;
  }
  .footer .footer__contact {
    margin: 0;
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }
  .footer .footer__contact .footer__work {
    font-size: 90%;
  }
  .footer .footer__contact .footer__work span {
    width: 80px;
  }
  .footer .footer__contact .footer__tel img {
    width: 144px;
  }
  .footer .footer__contact p {
    font-size: 80%;
    margin-bottom: 1em;
  }
  #map{width:100%}
#map iframe {
    max-width: 100%;
}
  .copy {
    font-size: 11px;
    clear: both;
    padding: 7px 10px;
  }

  .pagetop {
    display: none !important;
  }

  .sp-contact {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .sp-contact .sp-contact__list {
    display: flex;
    overflow: hidden;
    height: 100%;
  }
  .sp-contact .sp-contact__list li {
    width: 100%;
    height:52px; 
  }
  .sp-contact .sp-contact__list li img{
    margin:0 auto;
    width: auto;
    height:100%;
    max-width: inherit;
  }
  .sp-contact img{max-width:300px !important;}
  .sp-contact .sp-contact__list a {
    display: flex;
    color: white;
    text-decoration: none;
    width: 100%;
    height:100%;
    text-align:center;
    justify-content: center;
    align-items: center;
  }
  .sp-contact .sp-contact__item01{
	background:#f2a32b;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	box-sizing:border-box;
	height:52px;
	width:100%;
  }
  .sp-contact .sp-contact__item01 a{
	  width:100%;
	  height:100%;
	  display:flex;
	  justify-content: center;
	  }
.sp-contact .sp-contact__item01 img{
	  height:48px;
	  width:auto;
	  }	  
  .sp-contact .sp-contact__list .sp-contact__item02{
	width: 50%;	
	background:#4eb15e ;
	border-right:1px solid #fff;
	box-sizing:border-box;
  }
  .sp-contact .sp-contact__list .sp-contact__item03 {
    width: 50%;
    background:#222;
    border-left:1px solid #fff;
	box-sizing:border-box
  }
   .sp-contact .sp-contact__list .sp-contact__item02 img, .sp-contact .sp-contact__list .sp-contact__item03 img{
	width: 100%;
    height:auto;
    max-width: inherit;
   }
  /* main */
  .main {
    clear: both;
    min-height: 1px;
    padding: 0;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .main:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .contents {
    margin: 0 auto;
    width: 100%;
  }

  .side {
    display: none;
  }
}
/* ===================================================================

toppage style

=================================================================== */
/* main-visual
--------------------------------------------------------- */
.page-home .main {
  width: 100%;
}
.page-home .contents {
  width: 100%;
  min-height: auto;
}

.main-visual {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px;
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.main-visual:after {
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: url(../images/top/overlay.png);
  position: absolute;
  top: 0;
  left: 0;
}
.main-visual iframe {
  position: absolute;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.main-visual h2 {
  z-index: 100;
}

.player {
  width: 100%;
}

.YTPOverlay {
  width: 100%;
}

.grid {
  max-width: 1368px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;  
}
.grid > div {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.grid a {
  display: block;
  font-size: 0;
  width: 100%;
}
.grid .left, .grid .right {
  width: 50%;
  height: 360px;
}
.grid .left a, .grid .right a {
  height: 360px;
}
.grid .s {
  width: 50%;
  height: 180px;
}
.grid .s a {
  height: 180px;
}
.grid .l {
  width: 100%;
  height: 180px;
}
.grid .l a {
  height: 180px;
}
.grid .l iframe {
  width: 100%;
}
.grid .item01 {
  background: url(../images/top/grid01.jpg) no-repeat 50% 0%;
}
.grid .item02 {
  background: url(../images/top/grid02.jpg) no-repeat 50% 0%;
}
.grid .item03 {
  background: url(../images/top/grid03.jpg) no-repeat 50% 0%;
}
.grid .item04 {
  background: url(../images/top/grid04.jpg) no-repeat 50% 0%;
}
.grid .item05 {
  background: url(../images/top/grid05.png) no-repeat 50% 50%;
}
.grid .item06 {
  background: url(../images/top/grid06.jpg) no-repeat 50% 0%;
}
.grid .item07 {
  background: url(../images/top/grid07.jpg) no-repeat 50% 0%;
}
.grid .item08 {
  background: url(../images/top/grid08.jpg) no-repeat 50% 0%;
}
.grid .item09 {
  background: url(../images/top/grid09.jpg) no-repeat 50% 0%;
}
.grid .item10 {
  background: url(../images/top/grid10.jpg) no-repeat 50% 0%;
}
.grid .item12 {
  display: none;
}
.grid .section:hover {
  background-position: 50% 100%;
}
.grid .item05:hover {
  background-position: 50% 50%;
}

@-webkit-keyframes scroll {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}

@keyframes scroll {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.greeting {
  text-align: center;
  background: url(../images/top/greeting_bg.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 40px 0;
}
.greeting:hover {
  -webkit-animation: scroll 25s ease-in-out;
          animation: scroll 25s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.greeting h3 {
  padding: 0 0 70px;
  position: relative;
}
.greeting h3:after {
  display: block;
  content: " ";
  width: 100px;
  height: 3px;
  background: #4eb15e;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -50px;
}
.greeting p {
  font-size: 110%;
  background: #fff;
  width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffff,endColorstr=#CCffffff);
  background: rgba(255, 255, 255, 0.8);
}
.greeting p:not(:target) {
  -webkit-filter: none;
          filter: none;
}

.about {
  padding-bottom: 40px;
}
.about ul {
  width: 960px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.about li {
  width: 32%;
  height: 131px;
  background: url(../images/top/about_bg.png) no-repeat;
  display: inline-block;
  text-align: center;
  padding: 3px 3px 4px;
  position: relative;
  margin-left: 5px;
}
.about li a {
  text-align: center;
  display: block;
  overflow: hidden;
  height: 131px;
}
.about .bg {
  transition: all .3s ease-out;
  width: 100%;
}
.about a:hover .bg {
  transition: all .5s ease-out;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.about .text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -52px;
}
.about .about__qa {
  margin-left: 0;
}
.about .about__qa .text {
  margin-left: -38px;
}
.blog_sp{
	  display:none;
	  }
.about.sp{display:none}	  
@media only screen and (max-width: 959px) {
  .main-visual {
    margin: 70px 0 10px 0;
    padding: 0;
    height: auto;
  }
  .main-visual:after {
    display: none;
  }
  .main-visual .player {
    display: none;
  }
  .main-visual h2 {
    height: 57vw;
    background: url(../images/sp/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
  .main-visual h2 img {
    display: none;
  }

  .grid .left, .grid .right {
    width: 100%;
    height: auto;
  }
  .grid .section {
    background-size: cover;
    height: 23.4vw;
    background-position: 50% 50%;
  }
  .grid .section:hover {
    background-position: 50% 50%;
  }
  .grid .item01 {
    background-image: url(../images/sp/menu01.jpg);
  }
  .grid .item02 {
    background-image: url(../images/sp/menu02.jpg);
  }
  .grid .item03 {
    background-image: url(../images/sp/menu03.jpg);
  }
  .grid .item04 {
    background-image: url(../images/sp/menu04.jpg);
  }
  .grid .item05 {
    background-image: url(../images/sp/menu05.jpg);
  }
  .grid .item06 {
    background-image: url(../images/sp/menu07.jpg);
  }
  .grid .item07 {
    background-image: url(../images/sp/menu08.jpg);
  }
  .grid .item08 {
    background-image: url(../images/sp/menu09.jpg);
  }
  .grid .item09 {
    background-image: url(../images/sp/menu10.jpg);
  }
  .grid .item10, .grid .item11 {
    display: none;
  }
  .grid .item12 {
    display: block;
    background-image: url(../images/sp/menu06.jpg);
  }
  .grid{margin-bottom:10px;}
  .greeting p{
	  width:94%;
	  padding: 20px;
	  box-sizing: border-box;
	 }

  .about ul {
    width: 100%;
    padding: 0;
  }
  .about li {
    width: 32%;
    padding: 0;
    margin: 0;
    height: auto;
    background: none;
  }
  .about li img {
    display: none;
  }
  .about li a {
    height: 14vw;
    background-size: contain;
  }
  .about .about__qa, .about .about__equip {
    margin-right: 2%;
  }
  .about .about__qa a {
    background-image: url(../images/sp/menu11.jpg);
  }
  .about .about__equip a {
    background-image: url(../images/sp/menu12.jpg);
  }
  .about .about__company a {
    background-image: url(../images/sp/menu13.jpg);
  }
.blog_sp{
	  width: 94%;
	  display:block;
	  padding: 12px 0 0;
	  background: #fff;
	  margin: 0 auto 30px;
	  }
	  .about{display:none}
	  .about.sp{display:block}
	   .bnr_tel{
	background:#01479F;
	width:60%;}
.bnr_tel .small {font-size:13px;}	
}
/* ===================================================================

subpage style

=================================================================== */
/* h2-h5 title
--------------------------------------------------------- */
.page-title {
  background: #eee;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #555;
  padding: 80px 0;
  margin-bottom: 20px;
}

.page-process .page-title {
  background-image: url(../images/sub/process_bg.jpg);
}

.page-welding .page-title {
  background-image: url(../images/sub/welding_bg.jpg);
}

.page-accembly .page-title {
  background-image: url(../images/sub/accembly_bg.jpg);
}

.page-flow .page-title {
  background-image: url(../images/sub/flow_bg.jpg);
}

.page-video .page-title {
  background-image: url(../images/sub/video_bg.jpg);
}

.page-advantage .page-title {
  background-image: url(../images/sub/advantage_bg.jpg);
}

.page-staff .page-title {
  background-image: url(../images/sub/staff_bg.jpg);
}

.page-qa .page-title {
  background-image: url(../images/sub/qa_bg.jpg);
}

.page-equip .page-title {
  background-image: url(../images/sub/equip_bg.jpg);
}

.page-about .page-title {
  background-image: url(../images/sub/about_bg.jpg);
}

.page-recruit .page-title {
  background-image: url(../images/sub/recruit_bg.jpg);
}

.page-contact .page-title {
  background-image: url(../images/sub/contact_bg.jpg);
}

.page-work .page-title {
  background-image: url(../images/sub/work_bg.jpg);
}

.page-blog .page-title,
.page-blog-datail .page-title {
  background-image: url(../images/sub/blog_bg.jpg);
}

/* topicpath
--------------------------------------------------------- */
.topicpath {
  font-size: 12px;
  margin-bottom: 20px;
}
.topicpath li {
  display: inline;
  float: left;
}

/* page-body
--------------------------------------------------------- */
.page-body p {
  margin: 0 0 1em;
}
.page-body .fr {
  margin-left: 20px;
}
.page-body .fl {
  margin-right: 20px;
}

.h_white {
  background: url(../images/sub/h_grad.png) repeat-x;
  height: 60px;
  white-space: nowrap;
  line-height: 60px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 150%;
  margin: 0 0 20px 0;
}

.h_green {
  padding-top: 12px;
  font-size: 140%;
  line-height: 140%;
  margin: 40px 0 20px;
  position: relative;
}
.h_green:before {
  display: block;
  content: " ";
  width: 80px;
  height: 3px;
  background: #4eb15e;
  position: absolute;
  top: 0;
  left: 0;
}

.h_border {
  border-bottom: 1px solid #4eb15e;
  padding-left: 16px;
  margin: 30px 0 20px 0;
  font-size: 120%;
}

.ol1 {
  list-style: decimal;
  margin: 20px 0 20px 30px;
}

.tbl01 {
  width: 84%;
  margin: 50px 8%;
  text-align: center;
}
.tbl01 th {
  background-color: #4eb15e;
  padding: 10px 0;
  color: #fff;
  border: 1px solid #fff;
}
.tbl01 td {
  vertical-align: middle;
  empty-cells: show;
  border: 1px solid #4eb15e;
}

.tbl02 {
  margin: 40px auto;
  width: 600px;
}
.tbl02 th {
  vertical-align: middle;
  border: 1px solid #fff;
  background-color: #4eb15e;
  color: #fff;
}
.tbl02 th:first-child {
  vertical-align: middle;
  border-top: 1px solid #4eb15e;
  border-left: 1px solid #fff;
  border-right: 1px solid #4eb15e;
  border-bottom: 1px solid #fff;
  background-color: #4eb15e;
  color: #fff;
}

.tbl02 td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #4eb15e;
}

.step {
  margin: 20px 20px 70px;
}
.step dt {
  background: #4eb15e;
  height: 41px;
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.step dt img {
  vertical-align: middle;
}
.step dd {
  background: #dcefdf;
  margin: 0 0 50px 0;
  position: relative;
  padding: 10px;
}
.step dd:after {
  display: block;
  content: " ";
  width: 100px;
  height: 23px;
  position: absolute;
  background: url(../images/sub/icon_angle_b.png) no-repeat;
  left: 50%;
  bottom: -30px;
  margin-left: -50px;
}
.step .last:after {
  display: none;
}

.qa {
  margin: 30px 0 60px;
}
.qa span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-right: 0.5em;
}
.qa dt {
  font-size: 120%;
  border: 1px solid #dcefdf;
  padding: 5px 10px;
  color: #4eb15e;
}
.qa dd {
  margin: 20px 20px 30px;
  background: #dcefdf;
  padding: 10px;
}

.link-bnr {
  list-style: none;
  margin: 50px 0;
}
.link-bnr li {
  width: 49%;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
  .page-title {
    margin: 70px 0 20px 0;
    padding: 40px 0;
  }
  .page-title img {
    height: 36px;
  }

  .topicpath {
    margin-left: 4%;
  }

  .page-body p {
    margin: 0 4% 1em;
  }
  .page-body .fr, .page-body .fl {
    float: none;
    margin: 0 0 1em;
    text-align: center;
  }

  .h_white {
    white-space: normal;
    background-image: none;
    background: #ffffff;
    background: linear-gradient(#ffffff 0%, #eeeeee 78%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    height: auto;
    font-size: 100%;
    line-height: 170%;
    padding: 5px;
  }

  .h_green {
    margin: 30px 4% 20px;
    font-size: 110%;
  }

  .tbl01 {
    font-size: 88%;
    margin: 20px 0;
    width: 100%;
  }

  .tbl02 {
    width: 100%;
    font-size: 88%;
  }

  .step {
    margin: 20px 2%;
  }
  .step p {
    margin: 0 0 1em 0;
  }

  .link-bnr {
    margin: 20px 0;
  }
  .link-bnr li {
    width: 98%;
    margin: 0 1% 5px;
  }
  .footer__logo {
    width: 100%;
	}
}
/* ===================================================================

overnotes style

=================================================================== */
.page-work .post_list {
  float: left;
  width: 48%;
  text-align: center;
  font-size: 10px;
  margin: 0 1% 3% 1%;
}
.page-work .post_list dd {
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
}
.page-work .pager {
  clear: both;
  min-height: 1px;
  height: 100%;
  overflow: hidden;
  padding-top: 10px 0;
  margin-bottom: 40px;
  border-top: 1px dotted #999;
  text-align: center;
}
.page-work .pager:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.page-work .pager li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.page-work .back {
  clear: both;
  text-align: center;
  margin: 20px auto 40px auto;
}
.page-work .back a {
  display: block;
  background: #CCC;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  transition: background-color 300ms;
}
.page-work .back a:hover {
  background: #666;
}

/* ===================================================================

kijikaku style

=================================================================== */
.page-blog .title-post {
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.page-blog .title-post span {
  color: #999;
  margin: 0 10px;
}
.page-blog .fs-s {
  font-size: 120%;
}
.page-blog .pagination {
  min-height: 1px;
  text-align: center;
}
.page-blog .pagination:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.page-blog .pagination li {
  display: inline-block;
  margin-right: 20px;
}
.page-blog .photo img {
  max-width: 700px;
}
.page-blog .back {
  clear: both;
  text-align: center;
  margin: 20px auto 40px auto;
}
.page-blog .back a {
  display: block;
  background: #CCC;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  transition: background-color 300ms;
}
.page-blog .back a:hover {
  background: #666;
}
.page-news {
  padding: 10px 5%;
}
.page-news h1 {
  margin-bottom: 20px;
  font-weight: bold;
}
.page-news h1 span {
  color: #d02b2b;
  margin-left: 1em;
}
.page-news a {
  text-decoration: none;
}
.page-news .link-blog {
  padding: 0 10px;
  display: inline-block;
  background: #d02b2b;
  position: absolute;
  right: 5%;
  top: 10px;
  font-size: 90%;
}
.page-news .link-blog a {
  color: #fff;
}
.page-news .news-list {
  font-size: 90%;
  border-bottom: 1px dashed #333;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  line-height: 200%;
  overflow: hidden;
}
.page-news .date {
  margin-right: 1em;
}
.sub.page-news{
  padding: 10px 5%;
  width: 100%;
  height: 180px;
  box-sizing: border-box;
}
.sub.page-news ul{
  display: flex;
    flex-direction: column;
}
.sub.page-news .news-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sub.page-news .link-blog{
  position: static;
  top: auto;
}
.sub.page-news .link-blog a{
  font-size: 90%;
  height: auto;
}
.sub.page-news .news-list{
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0;
  margin-bottom: 0;
}
.sub.page-news .news-list:last-child{
  border: none;
}

.sub.page-news .news-list a{
  height: auto;
  font-size: 90%;
  width: auto;
}
.overnotes-outer .sub.page-news .news-list{
  flex-direction: column;
  line-height: 1.6;
}
.overnotes-outer .page-news h1{
  margin-bottom: 0;
}
.overnotes-outer .sub.page-news{
  height: auto;
}
@media only screen and (max-width: 640px) {
.bnr_tel{
	background:#01479F;
	width:90%;}
.bnr_tel .small {font-size:13px;}
.sub.page-news{
  height: auto;
  overflow: hidden;
}
.sub.page-news .news-header{
  flex-direction: column;
  align-items: center;
}
.sub.page-news h1{
  margin-bottom: 0;
}
.sub.page-news .link-blog{
  display: block;
}
}
@media only screen and (max-width: 250px) {
  .page-news {
    padding: 5px;
  }
  .page-news h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 96%;
  }
  .page-news h1 span {
    display: block;
    margin: 0;
  }
  .page-news .link-blog {
    display: none;
  }
  .page-news .news-list {
    line-height: 170%;
  }
  .page-news .date {
    display: block;
  }
}



/* ===================================================================

contact style

=================================================================== */

.page-contact table {
	width: 100%;
	background: white;
	margin-bottom:20px;
	border-top:1px solid #c9caca;
	border-left:1px solid #c9caca;
	border-right:1px solid #c9caca;
}
.page-contact table tr th {
	background: #f4f4f4;
	width: 180px;
	padding: 7px 10px;
	border-bottom: solid 1px #c9caca;
	border-right:solid 1px #c9caca;
	text-align: left;
	font-size: 14px;
	vertical-align: top;
	color: #333;
	font-weight:bold;
  box-sizing: border-box;
}
.page-contact table tr td {
	vertical-align: top;
	padding: 7px 10px;
	border-bottom: solid 1px #c9caca;
	font-size: 12px;
  box-sizing: border-box;
}
.page-contact table tr td ul li,.page-contact table tr td ul,.page-contact table tr td ol,.page-contact table tr td ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

th.fmail_error_line,td.fmail_error_line,.fmail_error {
	background-color: #FFEEEE;
	color: #FF0000;
}
.page-contact table div.fmail_must {
  float: right;
  width: 30px;
  height: 16px;
  overflow: hidden;
  margin: 0px 0px 0px 5px;
  background-image: url(../images/common/mfp_must.gif);
  text-indent: -50000px;
}
.page-contact table span.info{
  display: block;
  color: #009900;
}
.page-contact [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #08208C;
  color: #FFF;
  border-radius: 3px;
  width: 310px;
  border-width: 0;
}
.page-contact [type=submit]:hover{
  opacity: .7;
}
.page-contact option,
.page-contact textarea,
.page-contact input[type=text],
.page-contact input[type=email],
.page-contact input[type=search],
.page-contact input[type=url] {
	width: 100%;
}
.page-contact .required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
	.page-contact th,
	.page-contact td {
		width: 100%;
		display: block;
		border-top: none;
	}
  .page-contact table tr th{
    width: 100%;
  }
  .page-contact table tr th p{
    margin: 0;
  }

}
.btn-contact{
  display: flex;
  justify-content: center;
  align-items: center;
}

