@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.03rem;
  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;
    line-height:2.1em;
  }
}


/* webfont
---------------------------------------------------- */
.gfont-e{ font-family: "EB Garamond", serif;font-weight: 500;}
.gfont-j{ }


/* link
---------------------------------------------------- */
a{transition: 0.3s ease;}
a:link,a:visited,a:active{text-decoration:underline; color:#333;}
/*a:hover{ color: #888;}*/

.phone a:link,
.phone a:visited{ color: #333; text-decoration: none;}
/* アンカーリンクの食い込み解除 */
.anchor{
	padding-top:55px;
	margin-top:-55px;	
}
@media print, screen and (min-width: 768px) {
  .anchor{
    padding-top:65px;
    margin-top:-67px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor{
    padding-top:77px;
    margin-top:-77px;
  }
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:80px;
    margin-top:-80px;
  }
}
@media print, screen and (min-width: 1500px) {
  .anchor{
    padding-top:90px;
    margin-top:-90px;
  }
}


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


/* ヘッダー電話マーク、電話番号など
------------------------------------------------------*/
/* md以上の電話番号など */
@media print, screen and (min-width: 768px) {
  .header_contact{
    margin-right: -15px;
    float: right;
  }
  .header_contact a{   
    display: block;
    padding: 15px 20px;
    background-color: #1451a1;
    font-weight: 700;
    text-align: center;
  }
  .header_contact a i,.navber-contact a i{ margin-right: 5px;}
  .header_contact a:link,
  .header_contact a:visited{color: #fff; text-decoration: none;}
  .header_contact a:hover{ background-color: #1451a1;}
}
@media print, screen and (min-width: 992px) {
  .header_contact a{   
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 1200px) {  
  .header_contact a{   
    padding: 30px 40px;
  }
  .header_contact a i,.navber-contact a i{ margin-right: 10px;}
}
@media print, screen and (min-width: 1500px) {  
  .header_contact a{   
    padding: 40px 50px;
  }
}


/* ナビ
------------------------------------------------------*/
.navbar{ padding: 0px!important; width: 100%; margin-left: -15px;}
.navbar-toggler{ padding: 0px!important; border: none!important;}
.navbar-toggler-icon{
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 1001;
}
.navbar-light .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(170, 170, 170, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.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(170, 170, 170, 1.0)' 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.8)' 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: center;  
}
.navbar ul li{border-bottom: 1px solid #ddd;}
.navbar ul li:last-child{border-bottom:none;}
.nav-link{ 
  color:#333!important; 
  padding: 15px 0px!important; 
  text-decoration: none!important;
  transition: all 0.3s ease;
  font-size: 1.1em;
  font-weight: 700;
}
.nav-link.active{ color: #1451a1!important;}

/* xs,sm お問い合わせボタン */
.nav-contact{
  padding: 15px!important;
  margin-top: 15px;
  background: linear-gradient(to right, #1451a1, #1966cb);
  text-align: center;
  color: #fff!important;
  margin-bottom: 10px;
}
.nav-contact i{ margin-right: 10px; font-size: 1.2em; vertical-align: middle;}
@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: 15px 20px 0px 0px!important;}
  .nav-link{ 
    display:inline-block;
    padding: 0px 0px 0px 0px!important;
    /*border-bottom: 2px solid transparent;*/
    font-size: 1.0em;
    color: #333!important;
  }
  .nav-link:hover{ color: #1451a1!important;}
  .nav-link.active{ color: #1451a1!important; /*border-bottom: 2px solid #fff;*/}
  
  /*アニメーションバー*/
  /*.nav-link{
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .nav-link::after{
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    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-item{padding: 20px 30px 0px 0px!important;}
}
@media print, screen and (min-width: 1200px) {
  .nav-item{padding: 30px 50px 0px 0px!important;}
}
@media print, screen and (min-width: 1500px) {
  .nav-item{padding: 40px 70px 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-bottom: 1px solid #1451a1;
    /*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: 10px 10px 15px!important;}
  /*.cb-header .nav-link{ 
    color: #fff!important;
  }*/
  .cb-header .nav-link:hover{ color: #1451a1!important;}
  .cb-header .nav-link.active{ color: #1451a1!important;}
}
@media print, screen and (min-width: 992px) {
  .cb-header .nav-item{padding: 15px 15px 20px!important;}
}
@media print, screen and (min-width: 1200px) {
  .cb-header .nav-item{padding: 20px 20px 25px!important;}
}


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


/* mainimage
---------------------------------------------------- */
#mainimage{
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 300px;
}
.mainimage01{ 
  background-image: url("../images/mainimage01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage02{ 
  background-image: url("../images/mainimage02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage03{ 
  background-image: url("../images/mainimage03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage_text{
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 1;
  color: #fff;
  text-align: right;
}
.mainimage_text h2{  
  font-size: 2.0em;  
  font-family: "EB Garamond", serif;font-weight: 400; font-style: italic;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-shadow: 0px 0px 10px #1451a1;
}
.mainimage_text h2 span{
  display: block;
  font-size: 1.5em;
}
.mainimage_text h3{
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0px 0px 10px #1451a1;
}
.mainimage_text_box{
  display: inline-block;
  background: linear-gradient(to right, #1451a1, #1966cb);
  text-align: center;
  padding: 10px 15px;
}
.mainimage_text_box h4{
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 10px;
}
.mainimage_text_box p{
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.2em;
}
@media print, screen and (min-width: 768px){
  .swiper-container {
    height:500px;
  }
  .mainimage_text{
    right: 8.3333333%;
  }
  .mainimage_text h2{  
    font-size: 3.0em;  
    margin-bottom: 20px;
  }
  .mainimage_text h3{
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .mainimage_text_box{
    padding: 15px 30px 20px;
  }
  .mainimage_text_box h4{
    font-size: 1.5em;
  }
  .mainimage_text_box p{
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .swiper-container {
    height:600px;
  }
  .mainimage_text h2{  
    font-size: 4.0em;  
  }
  .mainimage_text h3{
    font-size: 1.9em;
    line-height: 1.5em;
    margin-bottom: 50px;
  }
  .mainimage_text_box{
    padding: 20px 30px 25px;
  }
  .mainimage_text_box h4{
    font-size: 1.7em;
  }
  .mainimage_text_box p{
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1200px){
  .swiper-container {
    height:700px;
  }
  .mainimage_text h2{  
    font-size: 5.0em;  
  }
  .mainimage_text h3{
    font-size: 2.1em;
  }
  .mainimage_text_box{
    padding: 30px 70px 40px;
  }
  .mainimage_text_box h4{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1500px){
  .swiper-container {
    height:800px;
  }
  .mainimage_text h2{  
    font-size: 6.0em;  
  }
  .mainimage_text h3{
    font-size: 2.4em;
  }
  .mainimage_text_box{
    padding: 40px 100px 50px;
  }
  .mainimage_text_box h4{
    font-size: 2.4em;
    margin-bottom: 20px;
  }
}



/* ヘッダー固定で上空ける */
/*.h2-style{ margin-top: 59px;}
@media print, screen and (min-width: 768px) {
	.h2-style{  margin-top: 84px;}
}
@media print, screen and (min-width: 992px) {
	.h2-style{  margin-top: 87px;}
}
@media print, screen and (min-width: 1200px) {
	.h2-style{  margin-top: 79px;}
}
@media print, screen and (min-width: 1500px) {
	.h2-style{  margin-top: 94px;}
}*/


/* footer
---------------------------------------------------- */
footer{
  border-top:1px solid #ddd;
  padding: 20px 0px;
  font-size: 0.9em;
}
footer h3{
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 10px;
}
footer a:link,
footer a:visited{ text-decoration: none;}
.footer_text_box{
  margin-top: 10px;
  display: inline-block;
  background: linear-gradient(to right, #1451a1, #1966cb);
  text-align: center;
  padding: 10px 15px;
  color: #fff;
}
.footer_text_box h4{
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 5px;
}
.footer_text_box p{
  font-weight: 600;
  line-height: 1.2em;
}
@media print, screen and (min-width: 768px){
  footer{
    padding: 30px 0px;
  }
  footer h3{
    font-size: 1.4em;
  }
  .footer_text_box{
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 922px) {
  footer{
    padding: 40px 0px;
  }
  footer h3{
    font-size: 1.5em;
  }
  .footer_text_box{
    padding: 15px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  footer{
    padding: 50px 0px;
  }
  .footer_text_box{
    padding: 20px 40px;
  }
}

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

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


/* pagetop
---------------------------------------------------- */
#pagetop{
  position: fixed; 
  bottom:10px; 
  right:10px; 
  z-index: 100;
}
#pagetop img{
  width: 70%;
  float: right;
}
@media print, screen and (min-width: 768px){
  #pagetop{
    bottom:30px; 
    right:30px; 
  }
  #pagetop img{
    width: 80%;
  }
}
@media print, screen and (min-width: 992px){
  #pagetop img{
    width: 90%;
  }
}
@media print, screen and (min-width: 1200px){
  #pagetop{
    bottom:60px; 
    right:60px; 
  }
  #pagetop img{
    width: auto;
    float: none;
  }
}


/* index.html（トップページ）
---------------------------------------------------- */
#top_service{
  background: linear-gradient(to right, #1451a1, #1966cb);
  padding: 60px 0px 40px;
}
#top_service h3{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
#top_service h3 span{
  position: absolute;
  top: -45px;
  font-family: "EB Garamond", serif;font-weight: 500;
  color: #5880c3;
  font-size: 3.0em;
  z-index: -1;
}
#top_service ul{
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
#top_service li{
  display: flex;
  width: calc(33.3333333% - 10px);
  margin-right: 10px;
}
.top_service01{ background: url("../images/img_top01.jpg") no-repeat; background-size: cover;}
.top_service02{ background: url("../images/img_top02.jpg") no-repeat;background-size: cover;}
.top_service03{ background: url("../images/img_top03.jpg") no-repeat;background-size: cover;}
#top_service li:last-child{ margin-right: 0px;}
#top_service li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 40px 0px;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 700;
}
#top_service p{
  color: #fff;
}
@media print, screen and (min-width: 768px){
  #top_service{
    padding: 90px 0px 70px;
  }
  #top_service h3{
    font-size: 1.7em;
    margin-bottom: 30px;
  }
  #top_service h3 span{
    top: -65px;
    font-size: 3.2em;
  }
  #top_service ul{
    margin-bottom: 20px;
  }
  #top_service li{
    width: calc(33.3333333% - 20px);
    margin-right: 30px;
  }
  #top_service li a{
    padding: 70px 0px;
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 992px){
  #top_service{
    background: url("../images/bg_top_service.jpg") no-repeat left;
    padding: 130px 0px 90px;
  }
  #top_service h3{
    font-size: 2.0em;
    margin-bottom: 40px;
  }
  #top_service h3 span{
    top: -80px;
    font-size: 3.4em;
  }
  #top_service li a{
    padding: 90px 0px;
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_service{    
    padding: 160px 0px 130px;
  }
  #top_service h3{
    font-size: 2.2em;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  #top_service h3 span{
    top: -100px;
    font-size: 3.6em;
  }
  #top_service ul{
    margin-bottom: 30px;
  }
  #top_service li{
    width: calc(33.3333333% - 40px);
    margin-right: 60px;
  }
  #top_service li a{
    padding: 130px 0px;
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_service{
    background-size: cover;
    padding: 200px 0px 160px;
  }
  #top_service h3{
    font-size: 2.5em;
    margin-bottom: 60px;
  }
  #top_service h3 span{
    top: -120px;
    font-size: 3.8em;
  }
  #top_service li a{
    padding: 150px 0px;
    font-size: 3.0em;
  }
}

#top_recruit{
  margin: 40px 0px; 
}
#top_recruit h3{
  font-family: "EB Garamond", serif;font-weight: 500;
  color: #1451a1;
  text-align: center;
  font-size: 4.5em;
  margin-bottom: 10px;
}
#top_recruit p{
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
#top_recruit img{
  display: block;
  margin: 30px auto 0px;
}
@media print, screen and (min-width: 768px){
  #top_recruit{
    background: url("../images/bg_top_recruit.jpg") no-repeat center;
    background-size: cover;
    margin: 70px 0px; 
    padding: 30px 0px;
  }
  #top_recruit h3{
    font-size: 5.0em;
    margin-bottom: 15px;
  }
  #top_recruit p{
    font-size: 1.1em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  #top_recruit{
    margin: 90px 0px; 
  }
  #top_recruit h3{
    font-size: 7.5em;
    margin-bottom: 20px;
  }
  #top_recruit p{
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_recruit{
    margin: 120px 0px; 
  }
  #top_recruit h3{
    font-size: 8.5em;
    margin-bottom: 20px;
  }
  #top_recruit p{
    font-size: 1.4em;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_recruit{
    margin: 140px 0px; 
  }
  #top_recruit h3{
    font-size: 9.5em;
    margin-bottom: 20px;
  }
  #top_recruit p{
    font-size: 1.6em;
    margin-bottom: 60px;
  }
}

#top_news{
  padding-bottom: 40px;
}
#top_news h3{
  font-size: 1.0em;
  font-weight: 700;
  margin-bottom: 10px;
}
#top_news h3 span{
  display: block;
  font-family: "EB Garamond", serif;font-weight: 500;
  font-size: 2.0em;
  color: #1451a1;
}
#top_news table{
	width:100%;
}
#top_news th{
  display: block;
  font-family: "EB Garamond", serif;font-weight: 500;
  color: #999; 
  padding-top: 10px;
}
#top_news th span{   
  background-color: #333;
  color: #fff;
  padding: 1px 10px;
  vertical-align: middle; 
  line-height: 1.0em;
  font-size: 0.8em;
  margin-left: 10px;
}
#top_news td{
  display: block;
  border-bottom: 1px solid #ddd;
	padding-bottom:10px;  
}
@media print, screen and (min-width: 768px){
  #top_news{
    padding-bottom: 70px;
  }
  #top_news h3{
    margin-top: 15px;
    font-size: 1.1em;
  }
  #top_news h3 span{
    font-size: 2.5em;
  }
  #top_news th{
    display:table-cell;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    width: 30%;
  }
  #top_news td{
    display:table-cell;
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #top_news{
    padding-bottom: 90px;
  }
  #top_news h3{
    font-size: 1.2em;
  }
  #top_news h3 span{
    font-size: 3.0em;
  }
  #top_news th{
    padding: 20px 0px;
    width: 25%;
  }
  #top_news td{
    padding: 20px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_news{
    padding-bottom: 130px;
  }
  #top_news h3{
    margin-top: 20px;
  }
  #top_news h3 span{
    font-size: 3.5em;
  }
  #top_news th{
    padding: 25px 0px;
    width: 20%;
  }
  #top_news td{
    padding: 25px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_news{
    padding-bottom: 160px;
  }
  #top_news h3 span{
    font-size: 4.0em;
  }
}

#top_contact{
  background: url("../images/bg_top_contact.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0px;
  color: #fff;
}
#top_contact h3{
  font-family: "EB Garamond", serif;font-weight: 500;
  font-size: 3.0em;
  margin-bottom: 15px;
}
#top_contact p{
  font-weight: 700;
}
.top_contact_tel{
  margin-top: 15px;
  border: 2px solid #fff;
  text-align: center;
  padding: 15px 0px;
  font-family: "EB Garamond", serif;font-weight: 500;
}
.top_contact_tel i{ font-size: 1.2em; margin-right: 5px;}
.top_contact_tel span{ font-size: 2.0em;}
.top_contact_tel a:link,
.top_contact_tel a:visited{ text-decoration: none; color: #fff;}
.top_contact_mail{
  margin-top: 10px;
}
.top_contact_mail a{
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 15px 0px;
  text-align: center;
  font-weight: 500;
}
.top_contact_mail i{ margin-right: 5px;}
.top_contact_mail a:link,
.top_contact_mail a:visited{ text-decoration: none; color: #1451a1;}
@media print, screen and (min-width: 768px){
  #top_contact{
    padding: 70px 0px;
  }
  #top_contact h3{
    font-size: 3.5em;
    margin-bottom: 20px;
  }
  #top_contact p{
    font-size: 1.2em;
  }
  .top_contact_tel{
    margin-top: 0px;
  }
  .top_contact_mail a:hover{ opacity: 0.7;}
}
@media print, screen and (min-width: 992px){
  #top_contact{
    padding: 90px 0px;
  }
  #top_contact h3{
    font-size: 4.0em;
  }
  #top_contact p{
    font-size: 1.3em;
  }
  .top_contact_tel{
    padding: 20px 0px;
  }
  .top_contact_tel i{ margin-right: 7px; font-size: 1.5em;}
  .top_contact_tel span{ font-size: 2.5em;}
  .top_contact_mail{
    margin-top: 15px;
  }
  .top_contact_mail a{
    padding: 20px 0px;
    font-size: 1.2em;
  }
  .top_contact_mail i{ margin-right: 7px;}
}
@media print, screen and (min-width: 1200px){
  #top_contact{
    padding: 130px 0px;
  }
  #top_contact h3{
    font-size: 4.5em;
    margin-bottom: 30px;
  }
  #top_contact p{
    font-size: 1.4em;
  }
  .top_contact_tel{
    padding: 30px 0px;
  }
  .top_contact_tel i{ margin-right: 10px; font-size: 1.5em;}
  .top_contact_tel span{ font-size: 2.5em;}
  .top_contact_mail{
    margin-top: 20px;
  }
  .top_contact_mail a{
    padding: 30px 0px;
    font-size: 1.3em;
  }
  .top_contact_mail i{ margin-right: 10px;}
}
@media print, screen and (min-width: 1500px){
  #top_contact h3{
    font-size: 5.0em;    
  }
  #top_contact p{
    font-size: 1.5em;
  }
  .top_contact_tel{
    padding: 50px 0px 40px;
  }
  .top_contact_tel i{ margin-right: 10px; font-size: 2.0em;}
  .top_contact_tel span{ font-size: 3.5em;}
  .top_contact_mail{
    margin-top: 30px;
  }
  .top_contact_mail a{
    padding: 40px 0px;
    font-size: 1.4em;
  }
  .top_contact_mail i{ margin-right: 15px;}
}


/* service.html
---------------------------------------------------- */
.service_flow li{
  list-style: none;
}
.service_flow li h4{
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
}
.service_flow li h4 span{
  font-size: 0.8em;
  font-family: "EB Garamond", serif;font-weight: 500;
  margin-right: 10px;
}
.service_flow li i{
  margin: 5px 0px;
  display: block;
  font-size: 30px;
  text-align: center;
  color: #4199eb;
}
@media print, screen and (min-width: 992px){
  .service_flow{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .service_flow li{
    display: flex;
  }
  .service_flow01{ width: 10%;}
  .service_flow02{ width: 15%;}
  .service_flow li h4 span{
    display: block;
    margin-right: 0px;
  }
  .service_flow li i{
    top: 0px;
    bottom: 0px;
    transform: rotate(-90deg);
    margin: auto 8px;
  }
}
@media print, screen and (min-width: 1500px){
  .service_flow li i{
    margin: auto 20px auto 0px;
  }
}


/* recruit.html
---------------------------------------------------- */
.recruit_ul{
  background: url("../images/bg_border.png") repeat-y;
}
.recruit_ul li{
  display: block;
  margin-bottom: 40px;
}
.recruit_ul li i{
  background: linear-gradient(to right, #1451a1, #1966cb);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 15px;
}
.recruit_ul li span{
  display: inline-block;
  margin: 0px 10px;
  font-family: "EB Garamond", serif;font-weight: 500;
  font-size: 1.2em;
}
.recruit_ul li p{
  position: absolute;
  left: 75px;
}
@media print, screen and (min-width: 768px){
}
@media print, screen and (min-width: 992px){
  .recruit_ul li{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .recruit_ul{
    background: url("../images/bg_border.png") repeat-y left 15px top;
  }
  .recruit_ul li{
    margin-bottom: 50px;
  }
  .recruit_ul li i{
    width: 80px;
    height: 80px;
    font-size: 30px;
    padding-top: 25px;
  }
  .recruit_ul li span{
    margin: 0px 30px;
    font-size: 1.5em;
  }
  .recruit_ul li p{
    left: 125px;
  }
}
@media print, screen and (min-width: 1500px){
}

.recruit_ul2 li{
  display: block;
  border: 2px solid #1451a1;
  padding: 15px;
  margin-bottom: 10px;
}
.recruit_ul2 li img{
  display: block;
  width: 80px;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 768px){
  .recruit_ul2{
    display: flex;
  }
  .recruit_ul2 li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
    padding: 20px;
  }
  .recruit_ul2 li:last-child{ margin-right: 0px;}
}
@media print, screen and (min-width: 992px){
  .recruit_ul2 li{
    padding: 30px;
  }
  .recruit_ul2 li img{
    width: 100px;
    margin: 0px auto 15px;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
  .recruit_ul2 li{
    padding: 40px;
  }
  .recruit_ul2 li img{
    width: auto;
    margin: 0px auto 20px;
  }
}

.recruit_data{
  text-align: center;
  background-color: #fff;
  border: 2px solid #ddd;
  /*border-radius: 10px;*/
  padding: 15px;
  margin-bottom: 20px;
}
.recruit_data i{
  font-size: 30px;
  color: #1451a1;
  margin-bottom: 5px;
}
.recruit_data h4{
  font-size: 1.1em;
  font-weight: 700;
}
.recruit_data strong{
  display: block;
  margin:5px 0px;
  font-weight: 700;
  color: #1451a1;
}
.recruit_data strong span{
  font-family: 'Jost', sans-serif;
  font-size: 2.0em;
  font-weight: 700;
}
@media print, screen and (min-width: 768px){
  .recruit_data{
    /*border-radius: 20px;*/
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .recruit_data h4{
    font-size: 1.3em;
  }
  .recruit_data strong{
    font-size: 1.1em;
    margin:10px 0px 5px;
  }
}
@media print, screen and (min-width: 992px){
  .recruit_data{
    padding: 30px;
  }
  .recruit_data i{
    font-size: 40px;
    margin-bottom: 10px;
  }
  .recruit_data h4{
    font-size: 1.4em;
  }
  .recruit_data strong{
    font-size: 1.5em;
    margin:20px 0px 5px;
  }
  .recruit_data img{
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1200px){
  .recruit_data{
    /*border-radius: 30px;*/
    padding: 40px;
  }
  .recruit_data strong{
    font-size: 1.7em;
    margin:30px 0px 5px;
  }
}
@media print, screen and (min-width: 1500px){
  .recruit_data strong{
    font-size: 2.0em;
  }
}


/* company.html
---------------------------------------------------- */
.company_greeting img{
  float: left;
  width: 40%;
  padding: 0px 15px 10px 0px;
}
@media print, screen and (min-width: 768px){
  .company_greeting{
    padding: 30px;
  }
  .company_greeting img{
    padding: 0px 40px 20px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .company_greeting img{
    padding: 0px 60px 20px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .company_greeting img{
    padding: 0px 90px 20px 0px;
  }
}
@media print, screen and (min-width: 1500px){

}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1px;
  border-bottom: 1px solid #2aa99b;
}
.nav-tabs .nav-item{ 
  display: flex;
  width: auto;
  margin-right:3px;
}
.nav-tabs .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ddd!important;
  border-left: 1px solid #ddd!important;
  border-right: 1px solid #ddd!important;
  background-color:#fff;
  color: #2aa99b!important;
  padding: 10px 10px!important;
  font-size: 0.9em;
  line-height: normal;
  text-align: center;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{ 
  border-top: 1px solid #2aa99b!important;
  border-left: 1px solid #2aa99b!important;
  border-right: 1px solid #2aa99b!important;
  border-bottom: 1px solid #2aa99b!important;
  color: #fff!important; 
  background-color: #2aa99b!important;
}
.tab-content{
  background-color: #fff;
  padding: 15px 0px;
}
@media print, screen and (min-width: 768px){
  .nav-tabs .nav-item{ 
    margin-right: 5px;
    padding: 0px!important;
  }
  .nav-tabs .nav-link{ 
    padding: 15px 30px!important;
    font-size: 1.0em;
  }
  .nav-tabs .nav-link.active{border-bottom:none;}
  .nav-tabs .nav-link::after{ background: none;}
  .tab-content{
    padding: 30px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .nav-tabs .nav-item{ 
    margin-right: 10px;
  }
  .nav-tabs .nav-link{ 
    padding: 15px 40px!important;
  }
  .tab-content{
    padding: 30px 0px 50px;
  }
}
@media print, screen and (min-width: 1200px){
  .nav-tabs .nav-link{ 
    padding: 15px 50px!important;
  }
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab,
.category_tab2{
  list-style: none;
  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_tab2 li{  
  display: flex;
  width: calc(20% - 4px);
  margin-right: 5px;
  font-size: 0.9em;
  line-height: 1.5em;
}
.category_tab2 li:nth-of-type(5n){ margin-right: 0px;}
.category_tab li a,
.category_tab2 li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none!important;
}
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #00599e;
  border: 1px solid #00599e;
  color: #fff;
  display: block;
  font-weight: bold;
  /*max-width: 300px;*/
  padding: 10px 0px;
  text-align: center;
}
.c-btn.slide {
  background: #fff;
  color: #00599e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn.slide::after {
  background: #00599e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
  color: #fff;
}
.c-btn.slide:hover::after {
  transform: scale(1, 1);
}

.c-btn.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 140px; 
}
.c-btn.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}
@media print, screen and (min-width: 768px){
  .category_tab li{
    width: calc(33.3333333% - 10px);
    margin-right: 15px;
  }
  .category_tab li:nth-of-type(2n){ margin-right: 15px;}
  .category_tab li:nth-of-type(3n){ margin-right: 0px;}
  .category_tab2 li{
    font-size: 1.0em;
  }
  .category_tab li a{
    padding: 15px 0px;
  }  
  .category_tab2 li a{
    padding: 20px 0px;
  }  
}
@media print, screen and (min-width: 992px){
  .category_tab2 li{
    width: calc(20% - 12px);
    margin-right: 15px;
  }
  .category_tab2 li:nth-of-type(2n),
  .category_tab2 li:nth-of-type(3n),
  .category_tab2 li:nth-of-type(4n){ margin-right: 15px;}
  .category_tab2 li:nth-of-type(5n){ margin-right: 0px;}
  .category_tab li a{
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab li{
    width: calc(33.3333333% - 20px);
    margin-right: 30px;
  }
  .category_tab li:nth-of-type(2n){ margin-right: 30px;}
  .category_tab li:nth-of-type(3n){ margin-right: 0px;}
  .category_tab2 li{
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .category_tab2 li:nth-of-type(2n),
  .category_tab2 li:nth-of-type(3n),
  .category_tab2 li:nth-of-type(4n){ margin-right: 30px;}
  .category_tab2 li:nth-of-type(5n){ margin-right: 0px;}
  .category_tab li a{
    padding: 20px 0px;
    font-size: 1.2em;
  }
  .category_tab2 li a{
    padding: 25px 0px;
    font-size: 1.2em;
  }
}


/* タイトル
---------------------------------------------------- */
#h2-service{background: url("../images/bg_h2_service.jpg") no-repeat center; background-size: cover;}
#h2-recruit{background: url("../images/bg_h2_recruit.jpg") no-repeat center; background-size: cover;}
#h2-company{background: url("../images/bg_h2_company.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(22,89,176,0.3);
  width: 100%;
  padding: 40px 0px;
}
.h2-style h2{
  display: inline-block;
  color: #fff;
  font-size: 1.0em;
  font-weight: 700;
}
.h2-style h2 span{
  display: block;
  font-family: "EB Garamond", serif;font-weight: 500;
  font-size: 2.0em;
}
@media print, screen and (min-width: 768px) {
  .h2-style{
    padding: 70px 0px;
  }
  .h2-style h2{
    font-size: 1.1em;
  }
  .h2-style h2 span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style{
    padding: 90px 0px;
  }
  .h2-style h2{
    font-size: 1.2em;
  }
  .h2-style h2 span{
    font-size: 4.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2-style{
    padding: 130px 0px;
  }
  .h2-style h2 span{
    font-size: 4.5em;
  }
}
@media print, screen and (min-width: 1500px) {
  .h2-style h2 span{
    font-size: 5.0em;
  }
}

.title01{
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.title01 span{
  display: block;
  margin-top: 5px;
  font-family: "EB Garamond", serif;font-weight: 500;
  font-size: 0.6em;
  color: #1451a1;
}
@media print, screen and (min-width: 768px){
  .title01{
    font-size: 1.7em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    font-size:2.2em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title01{
    font-size: 2.5em;
    margin-bottom: 50px;
  }
}

.title02{
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 10px;
  border-bottom:1px solid #333;  
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  .title02{
    font-size: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.4em;    
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    padding-bottom: 20px;    
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title02{
    font-size: 1.5em;
  }
}

.title03{
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7em;
  color: #1451a1;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.title03::after{
  position: absolute;
  left:0;
  top: 12px;
  content: '';
  width: 25px;
  height:1px;  
  background-color: #1451a1;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.2em;
    padding-left: 55px;
    margin-bottom: 15px;
  }
  .title03::after{
    top: 15px;
    width: 40px;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 1200px){
  .title03{
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .title03::after{
    top: 20px;
  }
}


/* table
---------------------------------------------------- */
.table-style{
	width:100%;
}
.table-style th{
  display: block;
  vertical-align:middle;
  font-weight: 600;
	padding:10px 10px 5px 10px;
}
.table-style td{
  display: block;
	padding:0px 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px){
  .table-style{
    border-top: none;
  }
  .table-style th{
    width: 25%;
    display: table-cell;
    padding: 15px 0px;
    border-bottom: 1px solid #666;
  }
  .table-style td{
    display: table-cell;
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style th{
    padding: 20px 0px;
  }
  .table-style td{
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 1200px){
  .table-style th{
    width: 20%;
    padding: 30px 0px;
  }
  .table-style td{
    padding: 30px 30px;
  }
}

.table-style2{
	width:100%;
  border-collapse: collapse;
}
.table-style2 th{
  padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #eee;
  font-weight: 600;
  width: 25%;
}
.table-style2 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 768px){
  .table-style2 th{
    padding: 10px 20px;
    width: 20%;
  }
  .table-style2 td{
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .table-style2 th{
    padding: 15px 30px;
  }
  .table-style2 td{
    padding: 15px 30px;
  }
}

.table-wrap {
  overflow-x: scroll;
}
.table-wrap table{
  white-space: nowrap;
}
@media print, screen and (min-width: 768px){
  .table-wrap {
    overflow-x: hidden;
  }
  .table-wrap table{
    white-space:normal;
  }
}


/* ボタン
---------------------------------------------------- */
.btn-style{
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: linear-gradient(to right, #1451a1, #1966cb);
  width: 220px;
  padding: 15px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  outline: none;
  transition: ease .2s;
}
.btn-style:link,
.btn-style:visited{text-decoration: none; color: #fff;}
.btn-style span {
  position: relative;
  z-index: 3;
  /*color:#1451a1;*/
  display: inline-block;
  width: 100%;
  background: url("../images/arrow.png") no-repeat center right;
}
.btn-style:hover span{
  /*color:#fff;*/
}
.btn-style:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to right, #1966cb, #1451a1);
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn-style:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
@media print, screen and (min-width: 992px) {
  .btn-style{
    width:380px;
    padding: 25px 25px;
    font-size: 1.2em;
  }
}

.btn-style2{
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 2px solid #fff;
  width: 100%;
  padding: 12px 30px;
  text-align: right;
  font-weight: 700;
  outline: none;
  transition: ease .2s;
}
.btn-style2 i{ float: right; margin-top: 7px; margin-left: 10px;}
.btn-style2:link,
.btn-style2:visited{text-decoration: none; color: #fff;}
.btn-style2 span {
  position: relative;
  z-index: 3;
  color:#fff;
}
.btn-style2:hover span{
  color:#fff;
}
.btn-style2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#b59844;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn-style2:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
@media print, screen and (min-width: 992px) {
  .btn-style2{
    width:500px;
    border: 3px solid #fff;
    padding: 18px 40px;
    font-size: 1.1em;
  }
  .btn-style2 i{ margin-top: 7px; margin-left: 20px;}
}

.btn-detail{
  background-color: #fff;
  border: 1px solid #333;
  display: inline-block;  
  padding:5px 15px;
  font-size: 0.9em;
  text-align: center;
  transition: all 0.3s!important;
}
.btn-detail:link,
.btn-detail:visited{text-decoration: none;}
.btn-detail:hover{ opacity: 0.7;}

/* 戻るボタン */
.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:middle;
  text-align:left;
  font-weight: 500;
  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;
    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{width:150px!important}
.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.9em;
	line-height:1.5em;
	background-color:#fff;
  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;
  }
}
s
/* 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{
  margin-top: 20px;
  text-align: center;
  line-height: normal;
  font-family: 'Barlow', sans-serif;
  font-size: 0.9em;
}
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;
  border-radius: 5px;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #333;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.paging span.current{
  background-color: #333;
  border: 1px solid #666;
  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{
    margin-top: 30px;
  }
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  div.paging{
    margin-top: 50px;
  }
}


/* googlemap
---------------------------------------------------- */
.googlemap{
  border: 1px solid #ccc;
}
.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;
  }
}


/* common
---------------------------------------------------- */
a img{transition: 0.3s ease;}
a:hover img {	opacity:0.7;}
.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;}
}
.img-100 img{ width: 100%;}

iframe{ vertical-align: bottom;}

.box{
  border: 1px solid #ddd;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box{ padding:30px;}
}
@media print, screen and (min-width: 992px) {
  .box{padding: 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box{padding: 50px 60px;}
}

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

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

.ul-check li{
  list-style: none;
  text-indent:-1.5em; 
  margin-left:1.5em;
}
.ul-check li:before{ content:" \f058";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:7px; color: #0579b7;}

.ol-kakko{
	margin-left: 30px; /* サイトに合せて調整 */
}
.ol-kakko li{
  list-style-type: none;
	counter-increment: cnt;
  position: relative;
  margin-bottom: 5px;
}
.ol-kakko li::before {
	content: "(" counter(cnt) ") ";
  display:inline-block;
	margin-left:-3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
  text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.ol-round{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-round li{
  line-height: 1.5em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.ol-round li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #888;
  /*border: 1px solid #333;*/
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  /*font-size: 0.9em;*/
  line-height: 1.0em;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.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;}
.fw800{ font-weight: 800;}
.fw900{ font-weight: 900;}
.lh16{ line-height: 1.6em;}
.lh18{ line-height: 1.8em;}
.lh20{ line-height: 2.0em;}
.lh22{ line-height: 2.2em;}
.indent{ text-indent:-1em; margin-left:1em;}
.lesp{ letter-spacing: 0.35em;}
.tdn a:link,
.tdn a:visited{ text-decoration: none;}
.db-mobile{ display: block;}
@media print, screen and (min-width: 992px) {.db-mobile{ display: inline;}}

/* フォントサイズ */
.xx-small{ font-size:0.6em;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;}
.middle{font-size:1.1em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.2em;}}
@media print, screen and (min-width: 992px) {.middle{font-size:1.3em;}}
@media print, screen and (min-width: 1200px) {.middle{font-size:1.4em;}}
@media print, screen and (min-width: 1500px) {.middle{font-size:1.5em;}}
.large{font-size:1.6em;}
@media print, screen and (min-width: 768px) {.large{font-size:2.0em;}}
@media print, screen and (min-width: 992px) {.large{font-size:2.4em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:2.6em;}}
@media print, screen and (min-width: 1500px) {.large{font-size:3.2em;}}
.x-large{font-size:1.6em; line-height: 1.8em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:2.0em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.4em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:2.3em;}}
@media print, screen and (min-width: 1500px) {.x-large{font-size:2.5em;}}
@media print, screen and (min-width: 768px) {.sentence{ font-size: 1.05em; line-height: 1.8em;}}
@media print, screen and (min-width: 992px) {.sentence{ font-size: 1.1em; line-height: 2.2em;}}
@media print, screen and (min-width: 1200px) {.sentence{ font-size: 1.15em; line-height: 2.2em;}}

/* カラー */
.red{ color:#d30010;}
.white{ color: #fff!important;}
.white a:link,
.white a:visited{ color: #fff!important;}
.blue{ color:#1451a1;}
.orange{ color: #1451a1;}

.bg-color01{ background-color: #2aa99b;}

.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}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}
.mr15{ margin-right:15px}
.mr20{ margin-right:20px}

.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: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content{padding: 110px 0px 130px;}}
@media print, screen and (min-width: 1500px) {.content{padding: 140px 0px 160px;}}

.content-bg{background:#f5f5f5; padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content-bg{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg{padding: 110px 0px 130px;}}
@media print, screen and (min-width: 1500px) {.content-bg{padding: 140px 0px 160px;}}

.mtop{ margin-top: 40px;}
@media print, screen and (min-width: 768px) { .mtop{ margin-top: 70px;}}
@media print, screen and (min-width: 992px) { .mtop{ margin-top: 90px;}}
@media print, screen and (min-width: 1200px) { .mtop{ margin-top: 130px;}}
@media print, screen and (min-width: 1500px) { .mtop{ margin-top: 160px;}}

.mbottom{ margin-bottom: 40px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 70px;}}
@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: 1500px) { .mbottom{ margin-bottom: 160px;}}
.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: 50px;}}
@media print, screen and (min-width: 1200px) { .mbottom2{ margin-bottom: 60px;}}
@media print, screen and (min-width: 1500px) { .mbottom2{ margin-bottom: 90px;}}
.mbottom3{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom3{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 40px;}}
@media print, screen and (min-width: 1200px) { .mbottom3{ margin-bottom: 50px;}}
.mbottom4{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom4{ margin-bottom: 20px;}}
@media print, screen and (min-width: 992px) { .mbottom4{ margin-bottom: 30px;}}
@media print, screen and (min-width: 1200px) { .mbottom4{ margin-bottom: 30px;}}

@media print, screen and (min-width: 992px){
  .yohaku_top{ margin-top: 30px;}
  .yohaku_left{ margin-left: 30px;}
  .yohaku_right{ margin-right: 30px;}
}
@media print, screen and (min-width: 1200px){
  .yohaku_top{ margin-top: 60px;}
  .yohaku_left{ margin-left: 60px;}
  .yohaku_right{ margin-right: 60px;}
}
@media print, screen and (min-width: 1500px){
  .yohaku_left{ margin-left: 90px;}
  .yohaku_right{ margin-right: 90px;}
}


/* 左右の余白
---------------------------------------------------- */
/*左右の余白*/
@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%;
	}
}



@media print, screen and (min-width: 768px) {
  .navber-contact > a { padding: 15px 20px 0 0 !important; }
  .cb-header .navber-contact > a { padding: 10px 15px 15px !important; }
  .cb-header .nav-link:hover { color: #1451a1 !important; }
}
@media print, screen and (min-width: 992px) {
  .cb-header .navber-contact > a { padding: 15px 20px 20px !important; }
  .navber-contact > a { padding: 20px 30px 0 0 !important; }
}
@media print, screen and (min-width: 1200px) {
  .cb-header .navber-contact > a { padding: 20px 35px 25px !important; }
  .navber-contact > a { padding: 30px 50px 0 0 !important; }
}
@media print, screen and (min-width: 1500px) {
  .navber-contact > a { padding: 40px 70px 0 0 !important; }
}

@media print, screen and (min-width: 768px) {
  .active-contact { background: #fff; }
  .cb-header .active-contact .active-contact-a { color: #1451a1 !important; }
}

.navber-contact{
  padding: 0 !important;
  background: #1451a1;
}

.navber-contact a{
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  color: #fff !important;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
    .active-contact {
        background: #fff;
    }
}

@media print, screen and (min-width: 768px) {
    .cb-header .active-contact .active-contact-a {
        color: #1451a1 !important;
    }
}

.navber-contact:hover {
  background-color: #fff !important;
}
.navber-contact:hover > a {
  color: #1451a1 !important;
}

@media (min-width: 768px) {
  .navber-contact > a { padding: 15px 20px; }
}
@media (min-width: 992px) {
  .navber-contact > a { padding: 20px 30px; }
}
@media (min-width: 1200px) {
  .navber-contact > a { padding: 30px 50px; }
}
@media (min-width: 1500px) {
  .navber-contact > a { padding: 40px 70px; }
}


/* ===== スマホ用ヘッダー電話ボタン ===== */
.phone-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background: #1451a1;
  color: #fff;
  text-decoration: none;
  position: fixed;
  top: 0;
  right: 60px;
  z-index: 1001;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  transition: transform .15s ease, background-color .2s ease;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none !important;
}
.phone-button i{ font-size: 18px; color: #fff;}
.phone-button:active{ transform: translateY(1px) scale(.98); }
.phone-button:hover{ background: #1966cb; color: #fff; }

.navbar .navbar-toggler[aria-expanded="true"] + .phone-button{
  display: none !important;
}

@media (min-width: 768px){
  .phone-button{ display: none !important; }
}
