@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}


/* 全体構造
---------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
  display:block;
  height:1px;
  border-top:1px solid #ddd;
  margin:0;
  padding:0;
	margin-bottom:20px
}
@media print, screen and (min-width: 768px){
  hr {
    margin-bottom:30px
  }
}
@media print, screen and (min-width: 992px){
  hr {
    margin-bottom:40px
  }
}

body{
  font-size:0.85em;
  line-height:1.8em;
	font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing: 0.1rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  body{
    font-size:0.9em;
    line-height:1.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  body{
    font-size:1.0em;
  }
}



/* webfont
---------------------------------------------------- */
.gfont-e{font-family: 'Quicksand', sans-serif;}
.gfont-j{ }


/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:underline; color:#333;}

.phone a:link,
.phone a:visited{ color: #333; text-decoration: none;}

/* アンカーリンクの食い込み解除 */
.anchor{
	padding-top:60px;
	margin-top:-60px;	
}
@media print, screen and (min-width: 768px) {
  .anchor{
    padding-top:90px;
    margin-top:-90px;
  }
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:120px;
    margin-top:-120px;
  }
}


/* header
---------------------------------------------------- */
header .container-fluid{ padding-left: 0px; /*padding-right: 0px;*/}
header{
	width: 100%;
	z-index: 100;
	margin: 0;
	border-bottom: none;
	background:#fff;
  border-top:4px solid #333;
  position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
h1 img{ 
  width: 120px;/* ヘッダー縦幅が成り行きで動かないよう固定 */
  margin-left: 15px;/* container-fluidで調整してる分左側空ける */
  margin-top: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  header{
    background-color: transparent;
    box-shadow: none;
    position: static;
  }
  /*header .container-fluid{ padding-left: 15px; padding-right: 15px;}*/
}
@media print, screen and (min-width: 992px) {
  h1{
    margin-left: 15px;
  }
  h1 img{ 
    width:150px;
    margin-top: 25px;    
  }
}
@media print, screen and (min-width: 1200px) {
  h1 img{ 
    width:auto;
  }
}


/* ナビ
------------------------------------------------------*/
.navbar{ padding: 0px!important; width: 100%;}
.navbar-toggler{ padding: 0px!important; border: none!important;}
.navbar-toggler-icon{
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1001;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.navbar-nav{ 
  /*margin-top: 57px;*/
  width: 100%; 
  height: 100%; 
  overflow-y: auto;
  position: fixed;
  top: 0; 
  z-index:1000;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; 
  padding:50px 15px 60px;
  text-align: left;  
}
.navbar ul li{border-bottom: 1px solid #ddd;}
/*.navbar ul li:last-child{border-bottom:none;}*/
.nav-link{ 
  color:#333!important; 
  padding: 20px 0px!important; 
  text-decoration: none!important;
  transition: all 0.3s ease;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.15em;
}
.nav-link span{
  display: block;
  float: right;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.nav-link.active{ color: #e4101a!important;}
@media print, screen and (min-width: 768px) {
  nav{float: right;}
  .navbar{ width: auto; padding: 0!important;}
  .navbar-nav{ 
    /*margin-top: 0px;*/
    overflow-y: visible;
    position: static;
    padding:0px;
    background-color: transparent;
  }
  .navbar ul li{ border-bottom: 0px;display:inline-block;}
  .nav-item{padding: 0px 0px 0px 30px!important;}
  .nav-link{ 
    display:inline-block;
    color: #333!important;
    padding: 20px 0px 0px 0px!important;
    border-top: 4px solid transparent;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.4em;
  }
  .nav-link span{
    float: none;
    font-size: 0.75em;
  }
  .nav-link:hover{ color: #333!important;}
  .nav-link.active{ color: #333!important;  border-top: 4px solid #e4101a;}
  
  /*アニメーションバー*/
  .nav-link{
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .nav-link::after{
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #e4101a;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  .nav-link:hover::after {
    transform: scale(1, 1);
  }
}
@media print, screen and (min-width: 992px) {
  nav{ margin-right: 15px;}
  .nav-item{padding: 0px 0px 0px 40px!important;}
  .nav-link{ 
    padding: 30px 0px 0px 0px!important;
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  .nav-item{padding: 0px 0px 0px 70px!important;}
  .nav-link{ 
    padding: 40px 0px 0px 0px!important;
  }
}


/* スクロールしてナビ固定
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .cb-header {
    position: fixed; 
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #fff;
    border-top: 4px solid #333;
    border-bottom: 1px solid #333;
    /*box-shadow: 0px 0px 15px #ccc;*/
    text-align: center;
  }
  .cb-header nav{
    margin-top: 0px;
    float: none;    
  }
  .cb-header .navbar-nav{
    margin: 0px auto;
    width: auto;
  }
  .cb-header .nav-item{padding: 0px 20px 15px!important;}
  .cb-header .nav-link{ padding: 15px 0px 0px 0px!important;}
}
@media print, screen and (min-width: 992px) {
  .cb-header .nav-item{padding: 0px 30px 15px!important;}
}
@media print, screen and (min-width: 1200px) {
  .cb-header .nav-item{padding: 0px 35px 20px!important;}
  .cb-header .nav-link{ padding: 20px 0px 0px 0px!important;}
}


/* 印刷設定 */
@media print{
  .cb-header {
    display: none!important;
    visibility: hidden;
  }
}


/* mainimage
---------------------------------------------------- */
#mainimage{
  background: url("../images/bg_mainimage.png") no-repeat top center;
  background-size: cover;
  height: 300px;
}
#mainimage p{  
  font-family: 'Quicksand', sans-serif;
  font-size: 2.0em;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 2.0em;
  color: #111;
}
@media print, screen and (min-width: 768px){
  #mainimage{
    height: 500px;
  }
  #mainimage p{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 992px){
  #mainimage{
    height: 700px;    
  }
  #mainimage p{
    font-size: 4.0em;
  }
}
@media print, screen and (min-width: 1200px){
  #mainimage{
    background-size: auto;
    height: 830px;    
  }
  #mainimage p{
    font-size: 5.0em;
  }
}


/* ヘッダー固定で上空ける */
#mainimage,
.h2-style{ margin-top: 61px;}
@media print, screen and (min-width: 768px) {
	#mainimage,
	.h2-style{  margin-top: 0px;}
}


/* footer_contact
---------------------------------------------------- */
#footer_contact{
  padding: 30px 0px;
  background-color:#f5f5f5;
  text-align: center;
}
#footer_contact h3{
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
}
#footer_contact p{
  margin-bottom: 20px;
}
.footer_contact_tel{
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-size: 2.0em;
  font-weight: 600;
}
.footer_contact_mail{
  margin-top: 15px;
  display: inline-block; 
  background-color: #e7db73;
  padding:15px 60px;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  transition: all 0.3s ease;
}
.footer_contact_mail i{ margin-right: 7px; font-size: 1.2em;}
.footer_contact_mail:link,
.footer_contact_mail:visited{text-decoration: none;}
.footer_contact_mail:hover{ background-color: #333; color: #fff;}
@media print, screen and (min-width: 768px){
  #footer_contact{
    padding: 50px 0px;
  }
  #footer_contact h3{
    font-size: 1.8em;
  }
  #footer_contact p{
    margin-bottom: 30px;
  }
  .footer_contact_tel{
    margin-top: 20px;
    font-size: 2.3em;
  }
  .footer_contact_mail{
    margin-top: 0px;
    padding:20px 70px;
  }
}
@media print, screen and (min-width: 992px){
  #footer_contact{
    padding: 80px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  #footer_contact{
    padding: 100px 0px;
  }
  .footer_contact_mail{
    font-size: 1.2em;
  }
  .footer_contact_mail i{ margin-right: 13px;}
}
@media print, screen and (min-width: 1600px){
  .footer_contact_tel{
    font-size: 2.5em;
  }
  .footer_contact_mail{
    padding:20px 120px;
  }
}


/* footer
---------------------------------------------------- */
footer{
  padding: 30px 0px;
  font-size: 0.9em;
}
footer h3{
  margin-bottom: 15px;
}
footer h3 img{ width: 150px;}
footer a:link,
footer a:visited{ text-decoration: none;}
.footer_privacy{margin-top: 10px;}
@media print, screen and (min-width: 768px){
  footer{
    padding: 40px 0px;
  }
  footer h3 img{ width:auto;}
  .footer_privacy{
    margin-top: 0px;
    float: right;
  }
}
@media print, screen and (min-width: 1200px){
  footer{
    font-size: 0.85em;
  }
}

/* フッターテキストリンク */
@media print, screen and (min-width: 768px) {
  .footer-textlink{
    list-style: none;
    text-align: right
    margin-top: 20px;
  }
  .footer-textlink li{
    display: inline-block;
    margin: 0px 10px 0px 0px;
  }
  .footer-textlink li a{ text-decoration: none;}
}
@media print, screen and (min-width: 1200px) {
  .footer-textlink{
    /* float:right; */
    margin-bottom: 10px;
    text-align: right
  }
  .footer-textlink li{
    margin: 0px 13px 0px 0px;
  }
}
@media print, screen and (min-width: 1600px) {
  .footer-textlink li{
    margin: 0px 30px 0px 0px;
  }
}

/* copyright*/
footer small{
  margin-top: 15px;
  font-size: 0.9em;
  opacity: 0.5;
  display: block;
}
@media print, screen and (min-width: 1200px){
  footer small{
    margin-top: 30px;
  }
}


/* pagetop
---------------------------------------------------- */
#pagetop{
  position: fixed; 
  bottom:10px; 
  right:10px; 
  z-index: 100;
}
#pagetop img{
  width: 50%;
  float: right;
}
#pagetop:hover img{ opacity: 0.7;}
@media print, screen and (min-width: 768px) {
  #pagetop{
    bottom:30px; 
    right:30px; 
  }
  #pagetop img{
    width: auto;
    float: none;
  }
}


/* index.html（トップページ）
---------------------------------------------------- */
#top_about{
  background: url("../images/bg_top_about.jpg") no-repeat center bottom;
  background-size: contain;
  padding: 0px 0px 80px;
}
#top_about h2{
  font-family: 'Quicksand', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 70px;
}
#top_about h2::after{
  position: absolute;
  left:0;
  top: 10px;
  content: '';
  width: 60px;
  height:1px;  
  background-color: #333;
}
#top_about h3{
  background: url("../images/ill_top01.png") no-repeat right;
  background-size: contain;
  padding: 20px 80px 20px 0px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  #top_about{
    padding: 0px 0px 200px;
  }
  #top_about h2{
    padding-left: 110px;
  }
  #top_about h2::after{
    top: 10px;
    width: 90px;
  }
  #top_about h3{
    padding: 30px 0px;
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 992px){
  #top_about{
    padding: 0px 0px 300px;
  }
  #top_about h3{
    padding: 40px 0px;
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_about{
    background: url("../images/bg_top_about.jpg") no-repeat center bottom;
    background-size: auto;
    padding: 0px 0px 100px;
  }
  #top_about h3{
    padding: 50px 0px;
  }
  .top_about_inr{
    width: 75%;
  }
  .top_about_inr p{
    line-height: 2.5em;
  }
}
@media print, screen and (min-width: 1600px){
  .top_about_inr{
    width: 50%;
  }
}

#top_news{
  padding-bottom: 30px;
}
#top_news h2{
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  border-top:1px solid #333;
  padding-top: 15px;
}
#top_news table{
	width:100%;
  font-size: 0.9em;
}
#top_news th{
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  padding-top: 5px;
  color: #666;
}
#top_news th span{ 
  margin-left: 10px;
  font-weight: 700;
  vertical-align:middle;
  color: #c00;
  font-size: 0.9em;
}
#top_news td{
  display:block;
}
.news_img img{
  max-width: 100%;
  width: 400px;
}
@media print, screen and (min-width: 768px){
  #top_news{
    padding-bottom: 60px;
  }
  #top_news h2{
    font-size: 1.2em;
    padding-top: 20px;
  }
  #top_news th{
    display: table-cell;
    width:20%;
  }
}
@media print, screen and (min-width: 992px){
  #top_news{
    padding-bottom: 90px;
  }
  #top_news h2{
    font-size: 1.3em;
    padding-top: 25px;
    margin-bottom: 15px;
  }
  #top_news th{
    width: 15%;
  }
}
@media print, screen and (min-width: 1200px){
  #top_news{
    padding-bottom: 130px;
  }
  #top_news td{
    /* display: table-cell; */
    padding-top: 5px;
    vertical-align: top;
  }
}

#top_works{
  background: url("../images/bg_top_works.jpg") no-repeat top center;
  background-size: contain;
  padding: 40px 0px;
}
#top_works h2{
  font-family: 'Quicksand', sans-serif;  
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#top_works h2::after{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}
.top_works01,
.top_works02{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.top_works01 li,
.top_works02 li{
  display: block;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.top_works01 li:nth-of-type(2n),
.top_works02 li:nth-of-type(2n){ margin-right: 0px;}
.top_works01 li p,
.top_works02 li p{
  margin-top: 5px;
  font-size: 0.95em;
}
@media print, screen and (min-width: 768px){
  #top_works{
    padding: 60px 0px;
  }
  #top_works h2{
    font-size: 2.4em;
    margin-bottom: 60px;
  }
  #top_works h2::after{
    bottom: -20px;
    width: 90px;
  }
  .top_works01 li{
    width: calc(25% - 22.5px);
    margin-bottom: 30px;
  }
  .top_works01 li:nth-of-type(2n){ margin-right: 30px;}
  .top_works01 li:nth-of-type(4n){ margin-right: 0px;}
  .top_works02 li{
    width: calc(20% - 24px);
    margin-bottom: 30px;
  }
  .top_works02 li:nth-of-type(2n){ margin-right: 30px;}
  .top_works02 li:nth-of-type(5n){ margin-right: 0px;}
}
@media print, screen and (min-width: 992px){
  #top_works{
    padding: 90px 0px;
  }
  #top_works h2{
    font-size: 3.0em;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_works{
    background-size: auto;
    padding: 100px 0px 130px;
  }
  #top_works h2{
    font-size: 3.6em;
    margin-bottom: 100px;
  }
  #top_works h2::after{
    bottom: -25px;
  }
  .top_works01 li{
    width: calc(25% - 60px);
    margin-right: 80px;
    margin-bottom: 60px;
  }
  .top_works01 li:nth-of-type(2n){ margin-right: 80px;}
  .top_works01 li:nth-of-type(4n){ margin-right: 0px;}
  .top_works02 li{
    width: calc(20% - 64px);
    margin-right: 80px;
    margin-bottom: 60px;
  }
  .top_works02 li:nth-of-type(2n){ margin-right: 80px;}
  .top_works02 li:nth-of-type(5n){ margin-right: 0px;}
  .top_works01 li p,
  .top_works02 li p{
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_works{
    padding: 100px 0px 180px;
  }
}


#top_links ul{
  list-style: none;
}
#top_links ul li{
  width: 100%;
}
#top_links ul li a{	
	display: block;  
}
#top_links ul li figure{
  width: 100%;  
  height: 180px;
	overflow: hidden;
  position: relative;
}
#top_links ul li figure img{
	transition: all .3s;
  width: 100%;
}
#top_links ul li h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 1.0em;
  font-weight: 500;
}
#top_links ul li h3 span{
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  #top_links ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;  
  }
  #top_links ul li{
    display: flex;
    width: 33.3333333%;
    align-items: center;
    text-align: center;
    margin-bottom: 0px;
  }
  #top_links ul li:last-child{ margin-right: 0px;}
  #top_links ul li a{
    width: 100%;    
  }
  #top_links ul li a{
  	display: block;
    width: 100%;
  }
  #top_links ul li figure{
    height: auto;
  }
  #top_links ul li figure:hover img{
    opacity: 1.0!important;  
    transform: scale(1.2,1.2);
    transform-origin: center center;
  }
  #top_links ul li figcaption{
    transition: all .3s;
    opacity: 0.5;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    transform: translateY(100%);
  }
  #top_links ul li figure:hover figcaption{
    transform: translateY(0);
    opacity: 1;
  }
}
@media print, screen and (min-width: 1200px){
  #top_links ul li h3 span{
    font-size: 1.9em;
    margin-bottom: 20px;
  }
}

#top_recruit{
  background: url("../images/bg_top_recruit.jpg") no-repeat center top;
  background-size: contain;
  padding: 20px 0px 40px;
}
.top_recruit_inr{
  background: url("../images/ill_top02.png") no-repeat right 30px;
  background-size: 150px;
  padding: 0px 150px 0px 0px;
  margin-bottom: 30px;
}
#top_recruit h2{
  font-family: 'Quicksand', sans-serif;  
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 576px){
  .top_recruit_inr{
    background: url("../images/ill_top02.png") no-repeat right 0px;
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px){
  #top_recruit{
    padding: 30px 0px 60px;
  }
  .top_recruit_inr{
    padding: 0px 230px 0px 0px;
    margin-bottom: 60px;
  }
  #top_recruit h2{
    font-size: 2.4em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px){
  #top_recruit{
    background-size: cover;
    padding: 30px 0px 130px;
  }
  .top_recruit_inr{
    padding: 0px 270px 0px 0px;
    margin-bottom: 90px;
  }
  #top_recruit h2{
    font-size: 3.0em;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_recruit{
    padding: 30px 0px 180px;
  }
  .top_recruit_inr{
    background-size: auto;
    padding: 0px 270px 0px 0px;
    margin-bottom: 130px;
  }
  #top_recruit h2{
    font-size: 3.6em;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1600px){
  #top_recruit{
    padding: 30px 0px 300px;
  }
  .top_recruit_inr{
    padding: 0px 270px 30px 0px;
  }
  #top_recruit h2{
    margin-bottom: 100px;
  }
  #top_recruit p{
    line-height: 2.5em;
  }
}


/* business.html
---------------------------------------------------- */
.business_cate01,
.business_cate02{
  list-style: none;
}
.business_cate01 li,
.business_cate02 li{
  display: block;
  width: 100%;  
  font-size: 0.9em;
  margin-bottom: 5px;
}
.business_cate01 li a,
.business_cate02 li a{
  display: block;
  width: 100%;
  padding: 5px 5px;
  text-align: center;
  background-color: #333;
  transition: all 0.3s ease;
}
.business_cate01 li a:link,
.business_cate02 li a:link,
.business_cate01 li a:visited,
.business_cate02 li a:visited{ color: #fff; text-decoration: none;}
@media print, screen and (min-width: 768px){
  .business_cate01,
  .business_cate02{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4em;
  }
  .business_cate01 li{
    display: flex;
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .business_cate01 li:nth-of-type(4n){ margin-right: 0px;}
  .business_cate02 li{
    display: flex;
    width: calc(20% - 8px);
    margin-right: 10px;
  }
  .business_cate02 li:nth-of-type(5n){ margin-right: 0px;}
  .business_cate01 li a,
  .business_cate02 li a{
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .business_cate01 li a:hover,
  .business_cate02 li a:hover{ background-color: #e4101a;}
}
@media print, screen and (min-width: 992px){
  .business_cate01 li,
  .business_cate02 li{
    font-size: 1.0em;
  }
  .business_cate01 li a,
  .business_cate02 li a{
    padding: 15px 5px;
  }
}
@media print, screen and (min-width: 1200px){
  .business_cate01 li a,
  .business_cate02 li a{
    padding: 20px 10px;
  }
}

.business_flow{
  border: 1px solid #ddd;
  background-color: #fff;
  /*border-radius: 10px;*/
  list-style: none;
}
.business_flow li {
  padding: 25px 15px;
}
.business_flow li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.business_flow li:not(:last-child)::before,
.business_flow li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.business_flow li:not(:last-child)::before {
  border-width: 21px;
  border-top-color: #ddd;
}
.business_flow li:not(:last-child)::after {
  border-width: 19px;
  border-top-color: #fff;
}
.business_flow li dl dt {
  line-height: 2.0em;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.business_flow li dl dt .icon {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border-radius: 50px;
  padding: 5px 8px;
  line-height: normal;
  background-color: #e7db73;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px){
  .business_flow li {
    padding:40px 30px 30px;
  }
  .business_flow li dl dt {
    font-size: 1.3em;
  }
  .business_flow li dl dt .icon {
    padding: 10px 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .business_flow li {
    padding: 50px 40px 40px;
  }
  .business_flow li dl dt {
    font-size: 1.5em;
  }
}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: none!important;
  font-size: 0.9em;
}
.nav-tabs .nav-item{ 
  display: flex; 
  width: calc(33.333333% - 3.333333px);
  margin-right: 5px
}
.nav-tabs .nav-item:last-child{ margin-right: 0px;}
.nav-tabs .nav-link{ 
  display: flex; 
  justify-content: center;
  align-items: center;
  text-align:center; 
  width: 100%;
  padding: 10px 0px!important;
  border-radius: 0px!important;
  border: 1px solid #333; 
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{background-color: #fed0de;border: 1px solid #333; color: #333!important;}
.nav-tabs .nav-link::after{
  background: none;
}
@media print, screen and (min-width: 768px){
  .nav-tabs{
    font-size: 0.9em;
    line-height: 1.5em;
    border-bottom: none!important;
  }
  .nav-tabs .nav-item{ 
    width: calc(33.333333% - 10px);
    margin-right: 15px;
    padding: 0px!important;
  }
  .nav-tabs .nav-link{
    text-shadow: none;
    padding: 15px 0px!important;
  }
}
@media print, screen and (min-width: 991px){
  .nav-tabs{
    font-size: 1.0em;
    line-height: 1.8em;
  }  
  .nav-tabs .nav-link{
    padding: 20px 0px!important;
  }
}
@media print, screen and (min-width: 1200px){
  .nav-tabs{
    font-size: 1.1em;
  }  
  .nav-tabs .nav-item{ 
    width: calc(33.333333% - 20px);
    margin-right: 30px;
  }
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab li{
  display: flex;
  width: calc(33.333333% - 3.333333px);
  margin-right: 5px;
}
.category_tab li:nth-of-type(3n){ margin-right: 0px;}
.category_tab li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center; 
  text-decoration: none!important;
  border: 1px solid #333;
  padding: 10px 0px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.category_tab li a:hover,
.category_tab li a.active{background-color: #fed0de;}


/* タイトル
---------------------------------------------------- */
#h2_business{background: url("../images/bg_h2_business.jpg") no-repeat center; background-size: cover;}
#h2_facility{background: url("../images/bg_h2_facility.jpg") no-repeat center; background-size: cover;}
#h2_company{background: url("../images/bg_h2_company.jpg") no-repeat center; background-size: cover;}
#h2_recruit{background: url("../images/bg_h2_recruit.jpg") no-repeat center; background-size: cover;}
#h2_contact{background: url("../images/bg_h2_contact.jpg") no-repeat center; background-size: cover;}
.h2-style{
  background: rgba(0,0,0,0.3);
  position: relative;
  height: 200px;
}
.h2-style h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  color: #fff;
}
.h2-style h2 span{
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 2.0em;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .h2-style{
    margin-top: 20px;
    height: 300px;
  }
  .h2-style h2{
    font-size: 1.2em;
  }
  .h2-style h2 span{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style{
    margin-top: 30px;
    height: 400px;
  }
  .h2-style h2{
    font-size: 1.3em;
  }
  .h2-style h2 span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2-style{
    margin-top: 40px;
    height: 500px;
  }
  .h2-style h2 span{
    font-size: 3.5em;
  } 
}

.title01{
  position: relative;
  text-align: center;
  font-size: 1.0em;
  font-weight: 500;
  margin-bottom: 40px;
}
.title01 span{
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
.title01::after{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}
@media print, screen and (min-width: 768px){
  .title01{
    margin-bottom: 60px;
  }
  .title01 span{
    font-size: 2.0em;
  }
  .title01::after{
    bottom: -20px;
    width: 90px;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    margin-bottom: 70px;
  }
  .title01 span{
    font-size:2.5em;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    margin-bottom: 100px;
  }
  .title01 span{
    font-size:3.0em;
  }
  .title01::after{
    bottom: -25px;
  }
}

.title02{
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.title02 strong{ font-size: 1.8em;}
.title02::after{
  position: absolute;
  left:0;
  top: 15px;
  content: '';
  width: 20px;
  height:1px;  
  background-color: #333;
}
@media print, screen and (min-width: 768px){
  .title02{
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .title02::after{
    width: 40px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .title02::after{
    top: 18px;
  }
}

.title03{ 
  font-weight: 500;
  font-size: 1.1em;
  border-left: 3px solid #333;
  padding:5px 0px 5px 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.2em;
    padding:5px 0px 5px 15px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size: 1.3em;
    padding:7px 0px 7px 15px;
    margin-bottom: 20px;
  }
}

.title04{ 
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding:15px 0px;
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  .title04{
    font-size: 1.3em;
    padding:20px 0px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .title04{
    font-size: 1.5em;
    padding:25px 0px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1200px){
  .title04{
    font-size: 1.7em;
    padding:30px 0px;
    margin-bottom: 40px;
  }
}


/* table
---------------------------------------------------- */
.table-style{
	width:100%;
  border-top: 1px solid #ddd;
}
.table-style th{
  display: block;
  vertical-align:middle;
	padding:10px 10px 5px 10px;
}
.table-style td{
  display: block;
	padding:0px 10px 10px 10px;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 768px){
  .table-style{
    border-top: none;
  }
  .table-style th{
    width: 30%;
    display: table-cell;
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid #999;
  }
  .table-style tr:last-child th{border-bottom: 1px solid #999;}
  .table-style td{
    display: table-cell;
    padding: 15px;
    border-top: 1px solid #ddd;
  }
  .table-style tr:last-child td{border-bottom: 1px solid #ddd;}
}
@media print, screen and (min-width: 992px){
  .table-style th{
    width: 25%;
    padding: 20px 0px;
  }
  .table-style td{
    padding: 20px 30px;
  }
}

.table-style2{
	/*width:100%;*/
  border-collapse: collapse;
}
.table-style2 th{
  padding:5px 20px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  font-weight: 500;
  text-align: center;
}
.table-style2 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 992px){
  .table-style2 th{
    padding: 10px 30px;
  }
  .table-style2 td{
    padding: 10px 30px;
  }
}

.table-wrap {
  overflow-x: scroll;
}
.table-wrap table{
  white-space: nowrap;
}


/* ボタン
---------------------------------------------------- */
.btn-style{
  width: 230px;
  display: inline-block;   
  text-align: right;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background-color: #333;
  z-index: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}
.btn-style span{
  display: block;
  padding: 15px 35px 15px 0px; 
  background: url("../images/icon_plus.png") no-repeat right 15px center;
}
.btn-style:link,
.btn-style:visited{text-decoration: none; color: #fff;}
.btn-style:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background:#666;
  transition: all 0.3s ease;
}
.btn-style:hover:after {left: 0;width: 100%;}
@media print, screen and (min-width: 992px) {
  .btn-style{
    width: 350px;
  }
  .btn-style span{
    padding: 17px 60px 17px 0px; 
    background: url("../images/icon_plus.png") no-repeat right 30px center;
  }
}

.btn-style2{
  display: inline-block;
  border:1px solid #897658;
  border-radius: 100px;
  font-weight: 500;  
  padding: 10px 15px;
  transition: all .3s ease-out;
}
.btn-style2 i{ margin-left: 10px;}
.btn-style2:link,
.btn-style2:visited{text-decoration: none; color: #897658;}
.btn-style2:hover{ background-color: #897658; color: #fff;}
@media print, screen and (min-width: 992px) {
  .btn-style2{
    padding: 15px 25px;
  }
}
@media print, screen and (min-width: 1200px) {
  .btn-style2{
    padding: 15px 40px;
  }
}

.btn-detail{
  display: inline-block;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.0em;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #0092ec;
  color: #0092ec;
  transition: all .3s ease-out;
  cursor: pointer;
}
.btn-detail:link,
.btn-detail:visited{text-decoration: none; color: #0092ec;}
.btn-detail:hover{ background-color: #0092ec; color: #fff;}
@media print, screen and (min-width: 768px){
  .btn-detail{
    padding: 13px 25px;
  }
}

/* 戻るボタン */
.btn-back{
  margin-top: 20px;
  border-top:1px solid #ddd;
  padding-top: 15px;
}
.btn-back a{
  background-color: #666;
	padding:10px 0px;
	text-align:center;
	display:block;
  border-radius: 50px;
  width: 250px;
}
.btn-back a:link,
.btn-back a:visited{ color:#fff;text-decoration:none}
.btn-back a:before{ content:" \f104";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:10px}
@media print, screen and (min-width: 768px) {
  .btn-back{
    margin-top: 40px;
    padding-top: 30px;
  }
  .btn-back a{
    padding:10px 40px;
    display:inline-block;
  }
}

/* マップへのボタン */
.btn-map{
	background-color:#333;
  border-radius: 50px;
	padding:10px 0px;
	text-align:center;
	display:block;
}
.btn-map:link,
.btn-map:visited{ color:#fff;text-decoration:none}
.btn-map:before{ content:" \f3c5";font-family: "Font Awesome 5 Free"; font-weight: 900; line-height:1.5em; padding-right:5px}
@media print, screen and (min-width: 768px) {
  .btn-map{ margin-top:12px; text-align:right}
  .btn-map{
    padding:10px 40px;
    display:inline;
  }
}


/* form
---------------------------------------------------- */
.table_form{
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
  color: #333;
}
.table_form th{
  padding:15px 15px 5px 15px;
  vertical-align:top;
  text-align:left;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #ddd;
  padding:0px 15px 15px 15px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form th{
    border-bottom: 1px solid #ddd;
    padding:20px 0px 20px 20px;
    vertical-align:middle;
    display:table-cell;
    width: 35%;
  }
  .table_form td{
    padding:20px 20px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form th{
    font-size: 1.05em;
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
  .table_form th{
    padding:20px 0px 20px 30px;
    width: 25%;
  }
  .table_form td{
    padding:20px 30px;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#a92a2a; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:middle;border-radius: 3px;}
.table_form th.need:after{ content: "必須";background-color:#a92a2a; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right;border-radius: 3px;}
.table_form th.any:after { content: "任意";background-color:#999; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right; border-radius: 3px;}

/* テキストボックスのサイズ */
.form-xs{ width:120px!important;}
.form-s,.form-m,.form-l,.form100{width:100%!important}
.form-h{  width:100%; height: 100px;}
@media print, screen and (min-width: 768px) {
  .form-s{width:200px!important}
  .form-m{width:300px!important}
  .form-h{ height:150px;}
}

/* フォーム関係タグの初期設定とデザイン */
input[type="checkbox"],
input[type="radio"]{vertical-align:text-top;}
label{font-weight: normal;}

input[type="text"],
input[type="password"],
select,
textarea{vertical-align:middle; line-height: 1.0em; border:1px solid #ddd; background-color: #fff; padding:14px; border-radius:4px;outline: none;}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{border:1px solid #999;background-color:#f5f5f5;}

.form_slim input[type="text"],
.form_slim input[type="password"],
.form_slim select,
.form_slim textarea{padding:7px;}

.need input[type="text"],
.need input[type="password"],
.need select,
.need textarea{border:1px solid #fcc;}
.need input[type="text"]:focus,
.need input[type="password"]:focus,
.need select:focus,
.need textarea:focus{border:1px solid #c00;background-color:#fff6f6;}

/* ラジオボタンのデザイン */
input[type="radio"] { 
  vertical-align: middle;
  display:none;
  width:20px;
  height:20px;
}
input[type="radio"]+label {
  display:inline-block;
  font-size:100%;
  border:1px solid #333;
  border-radius:5px;
  background:#fff;
  color:#333;
  line-height: 1.0em;
	padding:17px 12px;
  cursor: pointer;
  margin-bottom: 5px;
}
input[type="radio"]:checked+label {
  background:#333;
  color:#fff;
}
@media print, screen and (min-width: 1200px){
  input[type="radio"]+label {
    padding: 15px 25px;
  }
}

/* チェックボックスのデザイン */
input[type="checkbox"]+label{
	padding-left:	40px;	
	display:inline-block;
	cursor:	pointer;
	position:	relative;
}
input[type="checkbox"]+label:before {
	content:'';
	width:30px;	
	height:	30px;
	display:inline-block;
	position:	absolute;
	left:	0;
	background-color:	#fff;
  border: 1px solid #666;
	border-radius:5px;
}
input[type="checkbox"] {display:none;}
input[type="checkbox"]:checked + label:before {
	content:"\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size:20px;	
	color:#fff;
	background-color:	#666;
  vertical-align: middle;
  text-align: center;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

/* プライバシーポリシー */
.contact_privacy{
	height:300px;
	overflow:auto;
	font-size:0.85em;
	line-height:1.5em;
	background-color:#f5f5f5;
  border: 1px solid #ddd;
	padding:15px;
}
.contact_privacy h3{
	font-size:1.4em;
	text-align:center;
	line-height:normal;
	margin-bottom:10px;
}
.contact_privacy h3 span{
  display: block;
  font-size: 80%;
}
.contact_privacy h4{
	margin-top:15px;
	overflow:hidden;
  font-size: 100%;
  font-weight: bold;
	margin-bottom:15px
}
.contact_privacy h4 span {
  position: relative;
  display: inline-block;
  margin-right: 0 2.5em;
  padding-right:0.5em;
  text-align: left;
}
.contact_privacy h4 span::before,
.contact_privacy h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 1px;
  background-color: #333;
}
.contact_privacy h4 span::before { right: 100%;}
.contact_privacy h4 span::after { left: 100%;}
.contact_privacy ul,
.contact_privacy ol{
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_privacy{
    padding:30px;
  }
  .contact_privacy h3{
    font-size:1.5em;
    margin-bottom:20px;
  }
}

/* buttonのデザイン */
input[type="button"],input[type="submit"]{-webkit-appearance: none; border-radius: 0;}/* iosのグラデ、角丸解除 */
.submit{
	width:100%;
	display:block;
	background-color:#666;
	border:1px solid #666;
	color: #fff;
	font-weight:normal;
	cursor:pointer;
	padding:10px 20px;
  border-radius: 40px;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .submit{
    width:auto;
    display:inline-block;
    padding:12px 50px;
    height:auto;
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 992px) {
  .submit{
    padding:13px 80px;
    font-size: 1.0em;
  }
}

  
/* CMSページ関係
---------------------------------------------------- */
/* 縦横比固定 */
.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: transparent;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
  max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* paging */
div.paging{
  text-align: center;
  line-height: normal;
}
div.paging span.current,
div.paging span.paging-text{
  margin:0px;
  /*background-color: #fff;*/
  color:#333;
  zoom:1;
  display:inline-block;
  overflow:hidden;
  text-decoration:none;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #333;
  /*border: 1px solid #fff;*/
}
div.paging span.current{
  background-color: #aaa;
  /*border: 1px solid #ccc;*/
  color:#fff;
  zoom:1;
  padding:5px 8px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
div.paging span.paging-text a:hover{
  background-color: #eee;
  color: #333;
  /*border: 1px solid #666;*/
  text-decoration:none;
  cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}


/* googlemap
---------------------------------------------------- */
.googlemap iframe{
  height: 300px;
  
}
@media print, screen and (min-width: 768px){
  .googlemap iframe{
    height: 400px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap iframe{
    height: 500px;
  }
}
@media print, screen and (min-width: 1200px){
  .googlemap iframe{
    height: 600px;
  }
}


/* bg_fixedfix-bg
---------------------------------------------------- */
.bg_fixed{
  background: url("../images/bg_about01.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
}
@media print, screen and (min-width: 768px){
  .bg_fixed{
    height: 500px;
  }
}
@media print, screen and (min-width: 992px){
  .bg_fixed{
    background-attachment: fixed;
    height: 700px;
  }
}


/* common
---------------------------------------------------- */
a img{transition : 0.3s ease;}
a:hover img {	opacity:0.8;transition : 0.3s ease;}
.img-round{border-radius: 10px;}
@media print, screen and (min-width: 768px){
  .img-round{border-radius: 15px;}
}
@media print, screen and (min-width: 992px){
  .img-round{border-radius: 20px;}
}

iframe{ vertical-align: bottom;}

.box{
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .box{ padding:30px;}
}

.box2{
  background-color: #ebf0f1;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box2{
    padding: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .box2{
    padding: 40px;
  }
}

.f-left {float: left;}
.f-right {float: right;}

.lsn{ list-style: none;}
.lss{ list-style: square;}
.lsa{ list-style: upper-alpha;}
.block{ display:block}
.dib{ display: inline-block!important;}
.bold{ font-weight:bold;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700!important;}
.lh16{ line-height: 1.6em;}
.lhdai{ line-height: 2.0em;}
.indent{ text-indent:-1em; margin-left:1em;}
.tdn{ text-decoration: none;}
.db-mobile{ display: block;}
@media print, screen and (min-width: 992px) {.db-mobile{ display: inline;}}

/* フォントサイズ */
.xx-small{ font-size:0.7em;font-weight:normal;}
.x-small{ font-size:0.8em;font-weight:normal;}
.small{font-size:0.85em;line-height:1.5em; font-weight:normal;}
.fs80{ font-size: 0.8em;}
.fs90{ font-size: 0.9em;}
.fs100{ font-size: 1.0em;}
.fs105{ font-size: 1.05em;}
.fs110{ font-size: 1.1em;}
.fs120{ font-size: 1.2em;}
.fs130{ font-size: 1.3em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.1em;}}
@media print, screen and (min-width: 992px) {.middle{font-size:1.2em;}}
.large{font-size:1.2em;}
@media print, screen and (min-width: 768px) {.large{font-size:1.6em;}}
@media print, screen and (min-width: 992px) {.large{font-size:1.9em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:2.2em;}}
@media print, screen and (min-width: 1800px) {.large{font-size:2.5em;}}
.x-large{font-size:2.0em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:2.3em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.6em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:2.9em;}}
@media print, screen and (min-width: 1600px) {.x-large{font-size:3.2em;}}

.sentence{line-height: 1.5em;}
@media print, screen and (min-width: 768px) {.sentence{line-height: 1.8em;}}
@media print, screen and (min-width: 992px) {.sentence{line-height: 2.0em;}}

/* カラー */
.red{ color:#e4101a;}
.white{ color: #fff!important;}
.skyblue{ color:#67aedc;}
.pink{ color: #f29da8;}
.yellow{ color: #e6ad34;}
.brown{ color: #897658;}
.blue{ color: #3e487d;}

.bg-color01{ background-color: #e6ad34;}

.color_pdf{ color: #c03;}
.color_excel{ color: #063;}
.color_word{ color: #339;}
.color_ppt{ color: #f93;}
.color_zip{ color: #fc6;}

/* サイズ指定 */
.w-17{ width:17.5%}
.w-20{ width:20%}
.w-25{ width:25%}
.w-30{ width:30%}
.w-40{ width:40%}
.w-48{ width:48%}
.w-50{ width:50%}
.w-60{ width:60%}
.w-70{ width:70%}
.w-80{ width:80%}

.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb80{ margin-bottom:80px}
.mt05{ margin-top:5px}
.mt10{ margin-top:10px}
.mt15{ margin-top:15px}
.mt20{ margin-top:20px}
.mt30{ margin-top:30px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}
.ml18{ margin-left:18px}
.ml20{ margin-left:20px}
.ml27{ margin-left:27px}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}

.mb-xs{ margin-bottom: 15px;}
@media print, screen and (min-width: 576px) { .mb-xs{ margin-bottom: 0px;}}
.mb-sp{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-sp{ margin-bottom: 0px;}}
.mb-mobile{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-mobile{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mb-mobile{ margin-bottom: 0px;}}
.mb-pc{ margin-bottom: 30px;}
@media print, screen and (min-width: 1200px) { .mb-pc{ margin-bottom: 0px;}}

.content{ padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content{padding: 60px 0px;}}
@media print, screen and (min-width: 992px) {.content{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content{padding: 100px 0px 130px;}}
@media print, screen and (min-width: 1600px) {.content{padding: 100px 0px 180px;}}

.content-bg{background:#f5f5f5; padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content-bg{padding: 60px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg{padding: 100px 0px 130px;}}
@media print, screen and (min-width: 1600px) {.content-bg{padding: 100px 0px 170px;}}


@media print, screen and (min-width: 992px) { .mtop{ margin-top: 60px;}}
@media print, screen and (min-width: 1200px) { .mtop{ margin-top: 90px;}}

.mbottom{ margin-bottom: 40px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 60px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 90px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 130px;}}
@media print, screen and (min-width: 1600px) { .mbottom{ margin-bottom: 170px;}}
.mbottom2{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom2{ margin-bottom: 40px;}}
@media print, screen and (min-width: 992px) { .mbottom2{ margin-bottom: 60px;}}
@media print, screen and (min-width: 1200px) { .mbottom2{ margin-bottom: 90px;}}
.mbottom3{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom3{ margin-bottom: 25px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 30px;}}
@media print, screen and (min-width: 1200px) { .mbottom3{ margin-bottom: 40px;}}
@media print, screen and (min-width: 1600px) { .mbottom3{ margin-bottom: 50px;}}


/* 左右の余白
---------------------------------------------------- */
/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}

/*左右の余白2*/
@media print, screen and (min-width: 768px){
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}

.ft11{font-size: 11px;}
.contact_privacy hr{margin-bottom: 20px; margin-top: 20px;}
.ml14{ margin-left:14px !important; display: block;}
.ml25{margin-left: 25px !important; display: block;}
.ml45{ margin-left:45px !important; display: block;}
.ml46{ margin-left:46px !important; display: block;}

.privacy-tbl {
  margin-top: 5px;
}
.privacy-tbl td{
  border: 1px solid #000;
  padding: 5px 8px;
}
.privacy-tbl-info{
  display: flex;
}
@media print, screen and (max-width: 535px){
  .privacy-tbl-info{
    display: none;
  }
}
@media print, screen and (min-width: 536px){
  .privacy-tbl-info-sp{
    display: none;
  }
}