/* @import url("./style-sub.css");
@import url("./style-sub2.css"); */
/* ==== Google font ==== */
/* @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic'); */

/* @font-face {
    font-family: anzu;
    src: url('../fonts/apjapanesefont.eot?#iefix') format('oldIE'),
    url('../fonts/apjapanesefont.woff') format("woff"),
    url('../fonts/APJapanesefont.ttf') format("truetype");
} */

html {
  width: 100%;
  height: 100%;
  line-height: 1;
  font: inherit;
  font-size: 62.5%; /* 10px */
}

body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  font-size: 1.6px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* padding-top: 85px !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  /*text-transform: uppercase;*/
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;

  /* font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'MS P明朝', 'Times', 'Times New Roman', serif; */

  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

p.lead {
font-weight: 600;
}

a {
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #dd0000;
}

/* cell.is-empty設定IEのobject-fit:cover;の未対応の為
-------------------------------------------------------------------------------- */
.object-fit-img {
  object-fit: cover;
  object-position: center;
  background-position-y: center;
  font-family: 'object-fit: cover; object-position: center;';
}

/* ゴーストボタン設定
----------------------------------------------------------------------------------------------- */
a.gbtn:link,
a.gbtn:visited{
  display: inline-block;
  width: 420px;
  margin: 60px 40px 40px;
  padding: 15px 10px;
  border: 1px solid #222222;
  background: transparent;
  color: #222222;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 400;
}
a.gbtn-hover {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.gbtn::before {
  content: url(../images/link_icon.png);
  width: 31px;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}
a.gbtn-hover::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#f3f3f3;
  transition:.3s;
}
a.gbtn-hover:hover {
  color:#555;
}
a.gbtn-hover:hover::after {
  width:450px;
  height:450px;
  margin:-225px 0 0 -225px;
}

/* ゴーストボタン2設定 */
a.gbtn2:link,
a.gbtn2:visited{
  display: inline-block;
  width: 250px;
  margin: 45px 40px 0px;
  padding: 15px 10px;
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 700;
}
a.gbtn2-hover {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.gbtn2-hover::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#222222;
  transition:.3s;
}
a.gbtn2-hover:hover {
  color:#FFFFFF;
}
a.gbtn2-hover:hover::after {
  width:450px;
  height:450px;
  margin:-65px 0 0 -225px;
}


img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  line-height: 0;
}

.light {
    font-weight: 400;
}



/* マウスホバーアクション
----------------------------------------------------------------------------------------------- */
/*.transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.transform02 {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);

}
figure:hover .transform02 {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}*/
figure h4 {
  padding: 20px 0 5px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
figure p {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

figure {
  position: relative;
  overflow: hidden;
}

.end {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  background: rgba(0,0,0,0.8);
}

.end p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  margin: -5% 0 0 -19%;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}


/* 画像フロート設定
----------------------------------------------------------------------------------------------- */
.image-left {
position: relative;
margin: 0 30px 40px 0;
padding: 0;
float: left;
}

.image-left02 {
position: relative;
margin: 0 30px 40px 0;
padding: 0;
float: left;
}

.image-right {
position: relative;
margin: 0 0px 40px 30px;
padding: 0;
float: right;
}

.image-center {
position: relative;
margin: 0 auto 30px;
padding: 0;
text-align: center;
}

/* 画像フロート設定
----------------------------------------------------------------------------------------------- */
.left {
position: relative;
margin: 0 30px 0px 0;
padding: 0;
}
.right {
position: relative;
margin: 0 0px 0px 30px;
padding: 0;
}
.center {
position: relative;
margin: 0 auto 0px;
padding: 0;
text-align: center;
}



/* googlemapレスポンシブ設定
----------------------------------------------------------------------------------------------- */
.ggmap {
position: relative;
margin: 0 auto;
padding-bottom: 38%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed,
.ggmap #apimap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ggmap .apimap a {
  color: #000;
  text-decoration: underline;
}

/* box-sizing設定
----------------------------------------------------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* clearfix設定
----------------------------------------------------------------------------------------------- */
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}
.sp-tab-view {
  display: none;
}
.sp-view {
  display: none;
}

/* リンク画像設定
----------------------------------------------------------------------------------------------- */
a:hover img.hoverimg,
a.hoverimg:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/* navbar
----------------------------------------------------------------------------------------------- */
body > .navbar {
  height: 85px;
  margin-bottom: 0;
  padding: 0px 0 0px;
  border: none;
  letter-spacing: 1px;
  background: rgba(31,38,58,1) repeat;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
  -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
  transition: background .3s ease-in-out,padding .3s ease-in-out;
border-radius:0;
}

body > .navbar .container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/*.navbar .navbar-header {
  display: none;
}*/

.top-nav-collapse {
  padding: 0;
  background: #E5E5E5;
}

.nav-flex {
display: flex;
flex-direction:         row;
flex-wrap:         nowrap;
justify-content:         space-between;
align-items:         center;
margin: 0;
padding: 0;
text-align: center;
position: static;
float: none;
}
/*.navbar-custom.top-nav-collapse {
  height: 70px;
  margin-bottom: 0;
  padding: 19px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: rgba(31,31,31,0.7) repeat;
  background: url(../images/header_bg.png) repeat-x;
}*/

.navbar-brand:focus {
    outline: 0;
}
div .navbar-brand,
.is-animation div .navbar-brand {
  margin: 0px 0 0 15px !important;
  padding: 8px 0 0;
  display: block;
  height: 69px;
}
div .navbar-brand .logo,
.is-animation div .navbar-brand .logo {
    color: rgb(255, 255, 255);
    font-size: 2.9rem;
    line-height: 29px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
    letter-spacing: -0.8px;
    text-align: left;
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 100px;
}
div .navbar-brand .logo span {
    font-size: 1.6rem;
    line-height: 16px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
    text-align: left;
    display: block;
    margin: 10px 0 0;
    padding: 0;
}
div .navbar-brand .logo::before,
.is-animation div .navbar-brand .logo::before {
    content: '';
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 84px;
    height: 69px;
    margin: 0 0 0px;
    padding: 0px 0 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    display: inline-block;
}

body:not(#page-top) h1.logo{
  margin: 0;
}
body:not(#page-top) h1.logo > img{
  display: none;
}
.navbar-collapse {
  position: static;
  margin: 0;
  padding: 0;
}

.nav.navbar-nav {
-js-display: flex;
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-direction: row; /* Safari */
flex-direction:         row;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:         wrap;
-webkit-justify-content: flex-end; /* Safari */
justify-content:         flex-end;
-webkit-align-items: center; /* Safari */
align-items:         center;
margin: 0;
padding: 0;
text-align: center;
position: static;
/* width: 1170px; */
float: none;
}

.nav.navbar-nav:last-of-type {
  margin: 0 0 0 20px;
}

.navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0px 0px;
  float: none;
  position: relative;
}
/* .navbar-custom ul.nav li::after {
  content: '';
  background-color: #999999;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  margin: 0;
  padding: 0 0 0;
} */
/* .navbar-custom ul.nav li:first-child::before {
  content: none;
  margin: 0;
  padding: 0;
} */
.navbar-custom ul.nav li.mask,
body:not(#page-top) .navbar-custom ul.nav li.mask {
  display: none;
}

.navbar-custom ul.nav li a {
	font-size: 20px;
  font-size: 2.0rem;
  line-height: 85px;
	letter-spacing: -0.8px;
    color: #000;
	text-transform: uppercase;
  display: block;
  margin: -2px 0 0px;
  padding: 0px 15px 0;
}

.navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_black.png);
  background-repeat: no-repeat;
  background-position: center 46%;
  border-bottom: none;
  width: 58px;
  height: 86px;
  margin: 0;
  padding: 0px 0 0;
}
.navbar-custom ul.nav li.home a img {
  vertical-align: middle;
}
.navbar-custom ul.nav li.home a:hover,
body:not(#page-top) .navbar-custom ul.nav li.home a:hover {
  background-image: url(../images/home_blue.png);
  background-color: transparent;
}
.navbar-custom ul.nav li.home a:hover::before,
body:not(#page-top) .navbar-custom ul.nav li.home a:hover::before {
  content: none;
}
.navbar-custom ul.nav li.menu {
  margin: 0 0 0 30px;
  padding: 0;
  position: relative;
}

.navbar-custom ul.nav li.contact a {
	font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
	letter-spacing: -0.8px;
  color: #fff !important;
  text-align: center;
	text-transform: uppercase;
  display: block;
  background: #cd9967;
  margin: 0px 0 0px;
  padding: 35px 18px 0;
  position: relative;
}

.navbar-custom ul.nav li.contact a:hover,
.navbar-custom ul.nav li.contact a:active,
body:not(#page-top) .navbar-custom ul.nav li.contact a:hover,
body:not(#page-top) .navbar-custom ul.nav li.contact a:active {
  background: #b38355;
}
.navbar-custom ul.nav li.contact a::before {
  content: '';
  background: url(../images/mail.png) no-repeat;
  background-size: 100%;
  width: 43px;
  height: 33px;
  text-align: center;
	text-transform: uppercase;
  display: block;
  margin: 0 0 0px -22px;
  padding: 0px 0 0;
  position: absolute;
  top: 10px;
  left: 50%;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

body:not(#page-top) .navbar-custom ul.nav li a {
  color: #000;
  position: relative;
}

/* .navbar-custom ul.nav li a:hover,
.navbar-custom ul.nav li a:focus,
.navbar-custom ul.nav li.active,
body:not(#page-top) .navbar-custom ul.nav li a:hover,
body:not(#page-top) .navbar-custom ul.nav li a:focus,
body:not(#page-top) .navbar-custom ul.nav li.active,
#album .navbar-custom ul.nav li a[title="album"],
#company .navbar-custom ul.nav li a[title="company"],
#news .navbar-custom ul.nav li a[title="news"],
#fence .navbar-custom ul.nav li a[title="fence"],
#recruit .navbar-custom ul.nav li a[title="recruit"],
#photo .navbar-custom ul.nav li a[title="photo"],
#photo_flying .navbar-custom ul.nav li ul li a[title="photo_flying"],
#photo_hotel .navbar-custom ul.nav li ul li a[title="photo_hotel"],
#photo_housing .navbar-custom ul.nav li ul li a[title="photo_housing"],
#photo_office .navbar-custom ul.nav li ul li a[title="photo_office"],
#photo_public .navbar-custom ul.nav li ul li a[title="photo_public"],
#photo_shop .navbar-custom ul.nav li ul li a[title="photo_shop"],
#works .navbar-custom ul.nav li a[title="works"],
#contact .navbar-custom ul.nav li a[title="contact"],
#privacy .navbar-custom ul.nav li a[title="privacy"] {
    color: #fff;
    background-color: #19435e;
} */

.navbar-toggle {
    padding: 4px 6px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    color: #fff;
    position: relative;
    right: 0;
    top: 0;
}

.top-nav-collapse .navbar-toggle {
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #222222;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-collapse.collapse {
  height: auto !important;
  padding: 0px 0 0;
  overflow: visible !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  z-index: 9999;
}




/* ドロワーメニュー
----------------------------------------------------------------------------------------------- */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  display: block !important;
  opacity: 1;
}
.navbar-custom ul.nav li.menu a {
  display: block;
  width: 85px;
  height: 85px;
  background: #4b5265;
  margin: 0px 0 0px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.navbar-custom ul.nav li.menu a:hover,
.navbar-custom ul.nav li.menu a:active,
body:not(#page-top) .navbar-custom ul.nav li.menu a:hover,
body:not(#page-top) .navbar-custom ul.nav li.menu a:active {
  background: #3d80aa;
}
.navbar-custom ul.nav li.menu a .menu-trigger {
  display: inline-block;
  width: 36px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  top: 18px;
  right: 50%;
  margin: 0 -18px 0 0;
  padding: 0;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */
}

/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */
.navbar-custom ul.nav li.menu a .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
}
.navbar-custom ul.nav li.menu a .menu-trigger p {
font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
	letter-spacing: -0.8px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 35px 0 0;
}
.navbar-custom ul.nav li.menu a.active .menu-trigger span {
  background-color: #fff;
}
.navbar-custom ul.nav li.menu a .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.navbar-custom ul.nav li.menu a.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.navbar-custom ul.nav li.menu a .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.navbar-custom ul.nav li.menu a.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.navbar-custom ul.nav li.menu a .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.navbar-custom ul.nav li.menu a.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.drawer_menu {
  width: 350px;
  height: 100%;
  background-color:#4b5265;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(350px);
  transition: all .5s;
  -webkit-overflow-scrolling: touch;
  padding: 70px 0 50px;
  margin: 0 0 50px;
}
.drawer_menu.open {
  transform: translateZ(0);
}
.drawer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 0;
}
.drawer_menu li a {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  padding: 20px 10px 15px;
  border-bottom: 1px solid #5E667B;
  /*
  border-bottom: 1px solid #ddd;
  */
  display: block;
}

.drawer_menu li a:hover,
.drawer_menu li a:active,
#service .drawer_menu li a[title="service"],
#safety .drawer_menu li a[title="safety"],
#truck .drawer_menu li a[title="truck"],
#company .drawer_menu li a[title="company"],
#access .drawer_menu li a[title="access"],
#recruit .drawer_menu li a[title="recruit"],
#contact_consul .drawer_menu li a[title="contact_consul"],
#contact .drawer_menu li a[title="contact"],
#privacy .drawer_menu li a[title="privacy"] {
  background: #282d3a;
}
.drawer_menu ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}
.drawer_menu ul > li > ul > li > a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  padding: 10px 10px 5px;
}
.drawer_menu ul > li > ul > li > a::before {
  content: '・';
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  padding: 0;
}

.drawer_menu .shop-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 20px 20px;
  padding: 0;
  text-align: center;
  position: static;
  /* width: 1170px; */
  float: none;
}
.drawer_menu .shop-list li {
  margin: 0 15px 0 0;
  padding: 0;
  float: none;
  position: relative;
}
.drawer_menu .shop-list li a {
    padding: 0;
    border-bottom: 0;
    display: block;
}
.drawer_menu .sns-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0;
  padding: 0;
  text-align: center;
  position: static;
  /* width: 1170px; */
  float: none;
}
.drawer_menu .sns-list li {
  margin: 0 15px 0 0;
  padding: 0;
  float: none;
  position: relative;
}
.drawer_menu .sns-list li a {
    padding: 0;
    border-bottom: 0;
    display: block;
}
.drawer_menu .sns-list li a:hover,
.drawer_menu .sns-list li a:active {
  background: transparent;
}

/**/
.is-animation #menu-first-block {
  display: none;
}

/* スクロール後と各ページ設定 */
.is-animation .navbar,
body:not(#page-top).is-animation .navbar {
  position: fixed;
  top: 0;
  left: 0;
  /* transform: translate(0,0); */
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  width: 100%;
  /* height: 55px; */
  z-index: 999;
  margin-bottom: 0;
  padding: 0px 0;
  border: none;
  border-radius: 0;
  letter-spacing: 1px;
  /* background: rgba(255,255,255,1) repeat; */
  /* -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
  -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
  transition: background .6s ease-in-out,padding .6s ease-in-out; */
}
.is-animation .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding: 0px 0 0;
  overflow: visible !important;
}

.is-animation .nav.navbar-nav {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  position: static;
  /* width: 1170px; */
  float: none;
}

/* .is-animation div .navbar-brand {
  margin: 0px !important;
  padding: 11px 0px 0;
  display: block;
  height: 100%;
} */

/* .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding: 10px 0 0;
  overflow: visible !important;
} */
/* .is-animation div .navbar-brand .logo {
  margin: 0px 0 0px;
  padding: 6px 0 0 49px;
} */
.is-animation div .navbar-brand .logo span.small {
  display: none;
}
/* .is-animation div .navbar-brand .logo::before {
  content: '';
  background-image: url(../images/logo_sub.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 33px;
  height: 35px;
  margin: -21px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  display: inline-block;
} */
.is-animation .navbar-custom ul.nav li.mask,
body:not(#page-top).is-animation .navbar-custom ul.nav li.mask {
  display: block;
}
.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
  line-height: 55px;
  margin: 0 0 0;
  padding: 0 20px 0;
}
.is-animation .navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_black.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  border-bottom: none;
  width: 20px;
  height: 30px;
  margin: 0;
  padding: 0px 0px 0;
}
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
}

.is-animation .navbar-custom ul.nav li.home a,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_white.png);
}
.is-animation .navbar-custom ul.nav li.home a:hover,
.is-animation .navbar-custom ul.nav li.home a:active,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a:hover,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a:active {
  background-image: url(../images/home_yellow.png);
  opacity: 1;
}

.is-animation .navbar-custom .nav li a:hover,
.is-animation .navbar-custom .nav li a:focus,
.is-animation .navbar-custom .nav li.active,
body:not(#page-top).is-animation .navbar-custom .nav li a:hover,
body:not(#page-top).is-animation .navbar-custom .nav li a:focus,
body:not(#page-top).is-animation .navbar-custom .nav li.active,
#access.is-animation .navbar-custom ul.nav li a[title="access"],
#company.is-animation .navbar-custom ul.nav li a[title="company"],
#news.is-animation .navbar-custom ul.nav li a[title="news"],
#diy.is-animation .navbar-custom ul.nav li a[title="diy"],
#item.is-animation .navbar-custom ul.nav li a[title="item"],
#works.is-animation .navbar-custom ul.nav li a[title="works"],
#recruit.is-animation .navbar-custom ul.nav li a[title="recruit"],
#recruit_delivery.is-animation .navbar-custom ul.nav li a[title="recruit"],
#contact.is-animation .navbar-custom ul.nav li a[title="contact"],
#privacy.is-animation .navbar-custom ul.nav li a[title="privacy"] {
    outline: 0;
    color: #fff;
}

.is-animation .comment ul li:first-child {
  color: #fff;
}
.is-animation .comment ul li:last-child {
  color: #fff;
}

.is-animation .comment ul li:last-child span {
  color: #fff;
}
/**/

/* #toTop設定
----------------------------------------------------------------------------------------------- */
#toTop {
display: none;
position: fixed;
bottom: 70px;
right: 20px;
width: 40px;
height: 40px;
background-image: url('../images/up.png');
background-repeat: no-repeat;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
z-index: 1000;
}
#toTop:hover {
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}

/* hr設定
----------------------------------------------------------------------------------------------- */
hr {
  width: 100%;
  border-bottom: 1px solid #636363;
  clear: both;
  margin: 10px auto 20px;
}

/* margin設定
----------------------------------------------------------------------------------------------- */
.margin-bottom0{margin-bottom:0 !important;}
.margin-bottom10{margin-bottom:10px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom30{margin-bottom:30px !important;}
.margin-bottom40{margin-bottom:40px !important;}
.margin-bottom50{margin-bottom:50px !important;}
.margin-bottom60{margin-bottom:60px !important;}
.margin-bottom70{margin-bottom:70px !important;}
.margin-bottom80{margin-bottom:80px !important;}
.margin-bottom90{margin-bottom:90px !important;}
.margin-bottom100{margin-bottom:100px !important;}
.margin-bottom120{margin-bottom:120px !important;}
.margin-bottom150{margin-bottom:150px !important;}
.margin-bottom160{margin-bottom:160px !important;}


/* max-width設定
----------------------------------------------------------------------------------------------- */
.max-width10{max-width: 10% !important;}
.max-width20{max-width: 20% !important;}
.max-width30{max-width: 30% !important;}
.max-width40{max-width: 40% !important;}
.max-width50{max-width: 50% !important;}
.max-width60{max-width: 60% !important;}
.max-width70{max-width: 70% !important;}
.max-width80{max-width: 80% !important;}
.max-width90{max-width: 90% !important;}


/* General sections
----------------------------------------------------------------------------------------------- */

/* メイン画像設定
----------------------------------------------------------------------------------------------- */
/* .swiper
----------------------------------------------------------------------------------------------- */
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 0;
    padding: 33.85416666666667% 0 0; */
    height: 100%;
    min-height: 800px;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.swiper-container-horizontal>.swiper-scrollbar {
  display: none;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet {
    opacity: 1 !important;
    background: #d4d4d4 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #2e2e2e !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 25px !important;
    left: 0;
    width: 100%;
}

.main01 {
  background-image: url('../images/top/main01.jpg');
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main01 {
    background-image: url('../images/top/main01.jpg');
  }
}
@media only screen and (max-width: 767px) {
  .main01 {
    background-image: url('../images/top/main01_sp.jpg');
  }
}

.main02 {
  background-image: url('../images/top/main02.jpg');
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main02 {
    background-image: url('../images/top/main02.jpg');
  }
}
@media only screen and (max-width: 767px) {
  .main02 {
    /* background-image: url('../images/top/main02_sp.jpg'); */
    display: none;
  }
}

.main03 {
  background-image: url('../images/top/main03.jpg');
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main03 {
    background-image: url('../images/top/main03.jpg');
  }
}
@media only screen and (max-width: 767px) {
  .main03 {
    /* background-image: url('../images/top/main03_sp.jpg'); */
    display: none;
  }
}
#main-image{
  position: relative;
  margin: 0;
  padding: 0 0 0;
}
#main-image .block{
  z-index: 99;
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-image .block > h1{
  margin: 0;
  display: none;
}
#main-image .comment01 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 15px;
  padding: 0px;
  text-shadow: 2px 2px 2px #000;
}
#main-image .comment02 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 0px;
  padding: 0px;
  text-shadow: 2px 2px 2px #000;
}



/* home-section
----------------------------------------------------------------------------------------------- */
.home-section {
  padding-top: 60px;
  padding-bottom: 90px;
  display:block;
  position:relative;
  z-index:120;
}

.home-section02 {
  padding-top: 60px;
  padding-bottom: 0px;
  display:block;
  position:relative;
  z-index:120;
}

/* section title
----------------------------------------------------------------------------------------------- */
#page-top section .title {
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 54px;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 50px;
  padding: 0 0 0;
}
#page-top section .title span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 0;
  padding: 10px 0 0;
}
#page-top section .title.blue {
  color: #1a3546;
}
#page-top section .title.white {
  color: #ffffff;
}

#page-top section .title-type2 {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 10px;
  padding: 0;
}
#page-top section .title-type2::before {
  content: '';
  background-image: url(../images/top/title-left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 40px;
  display: inline-block;
  margin: 0px 0px 0;
  padding: 0;
  position: relative;
  top: 4px;
  left: -10px;
}
#page-top section .title-type2::after {
  content: '';
  background-image: url(../images/top/title-right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 40px;
  display: inline-block;
  margin: 0px 0px 0;
  padding: 0;
  position: relative;
  top: 4px;
  right: -10px;
}
#page-top section .main-sub {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin: 0 0 40px;
  padding: 0;
}



/* section 共通項目
----------------------------------------------------------------------------------------------- */
section p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.889;
  text-align: left;
  color: #000;
  margin: 0 0 30px;
}

section p.center {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.889;
  text-align: center;
  margin: 0 0 30px;
  color: #000;
}

section span.sub-title {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    margin: 0px 0 30px;
}

section a.link-btn {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  background-repeat: repeat;
  margin: 80px auto 0px;
  padding: 20px 90px 15px;
  letter-spacing: -0.8px;
  display: inline-block;
}
section a.link-btn.white {
  color: #0c1a23;
  background-color: #fff;
}
section a.link-btn.blue {
  color: #fff;
  background-color: #0c1a23;
}

section a.link-btn.white:hover,
section a.link-btn.white:active {
  color: #fff;
  background-color: #0c1a23;
}
section a.link-btn.blue:hover,
section a.link-btn.blue:active {
  color: #fff;
  background-color: #4b5265;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list-4 > li {
  width: 270px;
  margin: 0 0 0px;
  padding: 0;
}
/* .image-list-4 > li img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 5px;
} */
.image-list-3 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}
.image-list-3 > li {
  width: 370px;
  margin: 0 0 30px;
  padding: 0;
}

.image-list-2 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list-2 > li {
  width: 570px;
  margin: 0 0 25px;
  padding: 0;
}

.image-list {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list > li {
  width: 570px;
  margin: 0 0 25px;
  padding: 0;
}


/* side-btn
----------------------------------------------------------------------------------------------- */
#side-btn {
 position:fixed;
 top:50%;
 right:0;
 transform: translate(0,-50%);
 z-index:9999;
}

#side-btn ul {
list-style: none;
margin: 0;
padding: 0;
}
#side-btn ul li {
margin: 0 0 0;
padding: 0;
transition:all 0.5s ease;
}
#side-btn ul li:last-child {
margin: 10px 0 0;
padding: 0;
}
#side-btn ul li a {
background-color: #fff;
display: block;
}
#side-btn ul li a img {
transition:all 0.5s ease;
}
#side-btn ul li a img:hover,
#side-btn ul li a img:active {
opacity: 0.7;
}


/* owl-carousel
----------------------------------------------------------------------------------------------- */
.owl-carousel {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}
.owl-dots {
  text-align: center;
  width: 100%;
  margin: 30px 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(189,189,189, 1);
  margin-left: 5px;
  margin-right: 5px;
}
.owl-dot.active {
  background-color: #ef6b00;
}
.owl-dots {
  text-align: center;
}
.owl-carousel a {
  display: block;
  margin: 0 0 10px;
}
.owl-carousel div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mapdisplay, .teldisplay {
    display: none;
}


/* section 各背景設定
----------------------------------------------------------------------------------------------- */
.bg-white {
	background: #fff;
}

#page-top .content01 {
  background-image: url(../images/top/content01_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin: 0 auto 0px;
  padding: 60px 0 110px;
}
#page-top .content02 {
  background-image: url(../images/top/content02_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin: 0 auto 0px;
  padding: 60px 0 80px;
}
#page-top .content03 {
  background-image: url(../images/top/content03_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin: 0 auto 0px;
  padding: 60px 0 80px;
}
#page-top .content04 {
  margin: 0 0 0;
  padding: 0px 0 0px;
  position: relative;
  z-index: -1;
}
#page-top .content05 {
  background-image: url(../images/top/content05_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 589px;
  margin: -32px auto 0px;
  padding: 120px 0 0px;
}
#page-top .news {
  margin: 0 auto 80px;
  padding: 70px 0 0;
}
#page-top .content06 {
  margin: 0 0 0;
  padding: 0px 0 0px;
  position: relative;
}

/* content01
----------------------------------------------------------------------------------------------- */
#page-top .content01 .flex-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#page-top .content01 .flex-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 50px;
  padding: 0;
}
#page-top .content01 .flex-block .left {
    width: 65.85106382978723%;
    max-width: 619px;
    margin: 0 0 0;
    padding: 0;
}
#page-top .content01 .flex-block .right {
    width: 33.08510638297872%;
    max-width: 311px;
    margin: 0 0 0;
    padding: 0;
}
#page-top .content01 .flex-block .right div:first-child {
    margin: 0 0 10px;
    padding: 0;
}

#page-top .content01 .text940 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 50px;
  padding: 0 0 0 0;
  letter-spacing: -0.8px;
  display: inline-block;
  width: 100%;
  max-width: 940px;
}

#page-top .content01 .list-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
}
#page-top .content01 .list-block li {
    width: 48%;
    max-width: 370px;
    margin: 0 0 0;
    padding: 0;
}

#page-top .content01 .list-block li .head {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 48px;
  font-weight: normal;
  color: #1a3546;
  text-align: center;
  margin: 20px 0 30px;
  padding: 0 0 20px 0;
  background: url(../images/top/underline.png) no-repeat bottom;
}

#page-top .content01 .list-block li .comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 0px;
  padding: 0 0 0 0;
}


/* content02
----------------------------------------------------------------------------------------------- */
#page-top section.content02 .flex-wrap-left {
    margin: 0 auto 60px;
    padding: 0 0 50px;
    position: relative;
}
#page-top section.content02 .flex-wrap-left.last {
    margin: 0 auto 0px;
}
#page-top section.content02 .flex-wrap-left::before {
  content: '';
  width: 68.48958333333333%;
  min-height: 351px;
  background: #0c1a23;
    margin: 0 0 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
}
#page-top section.content02 .flex-wrap-left:last-of-type {
    margin: 0 auto 0;
    padding: 0;
    position: relative;
}
#page-top section.content02 .flex-wrap-right {
    margin: 0 auto 60px;
    padding: 0 0 50px;
    position: relative;
}
#page-top section.content02 .flex-wrap-right::before {
  content: '';
  width: 68.48958333333333%;
  min-height: 351px;
  background: #0c1a23;
  margin: 0 0 0;
  padding: 0;
  position: absolute;
  top: 50px;
  right: 0;
}
#page-top section.content02 .flex-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-top section.content02 .flex-content .text-area {
  width: 585px;
  margin: 0;
  padding: 100px 0 0;
}
#page-top section.content02 .flex-content .text-area .head {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1.5px;
  color: #fff;
  margin: 0 0 25px;
  padding: 0 0 0;
}
#page-top section.content02 .flex-content .text-area .comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  text-align: left;
  color: #fff;
  margin: 0 0 0px;
  padding: 0 0 0;
}
#page-top section.content02 .flex-content .image-area {
  width: 510px;
  margin: 0;
  padding: 0 0 0;
}


/* content03
----------------------------------------------------------------------------------------------- */
#page-top .content03 .list-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
}
#page-top .content03 .list-block li {
    width: 24%;
    max-width: 270px;
    margin: 0 0 30px;
    padding: 0;
}

#page-top .content03 .list-block li .text01 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  font-weight: normal;
  color: #1a3546;
  text-align: center;
  margin: 20px 0 0px;
  padding: 0 0 0px 0;
}
#page-top .content03 a.link-btn {
    margin: 50px auto 0px;
}


/* content04
----------------------------------------------------------------------------------------------- */
#page-top section.content04 .flex-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#page-top section.content04 .flex-content .image-area {
  width: 45.83333333333333%;
  margin: 0;
  padding: 0 0 0 0;
}
#page-top section.content04 .flex-content .image-area .img {
  background-image: url(../images/top/pic04_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  /* max-width: 894px; */
  /* height: 0; */
  height: 100%;
  margin: 0;
  padding: 0;
  /* padding: 62.5% 0 0; */
}
#page-top section.content04 .flex-content .text-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 54.16666666666667%;
  margin: 0;
  padding: 90px 30px 90px 50px;
  background: #fefdf6;
}
#page-top section.content04 .flex-content .text-area .block {
  width: 100%;
  max-width: 780px;
  padding: 0 0 0 0;
  text-align: center;
}
#page-top section.content04 .flex-content .text-area .text01 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 54px;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #1a3546;
  margin: 0 0 45px;
  padding: 0;
}
#page-top section.content04 .flex-content .text-area .text02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
  padding: 0;
}


/* content05
----------------------------------------------------------------------------------------------- */
#page-top .content05 .title {
  text-align: left;
}



/* News
----------------------------------------------------------------------------------------------- */
#page-top .news .title-center {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 54px;
    text-align: center;
    font-weight: normal;
    color: #1a3546;
    margin: 0px 0px 30px;
    padding: 0 0 0;
}

#page-top section.news .wrapper {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#page-top section.news  a.link-btn {
  margin: 50px auto 0;
  width: 230px;
}

#page-top section.news .wrapper div.center {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.scrollbar{
  width: 100%;
  max-width: 1000px;
/*  height: auto;*/
  height: 390px;
  position: relative;
	overflow-y: auto;
	margin: 0px auto 0;
  -webkit-overflow-scrolling: touch;
}

#page-top section.news .container div#news_block {
  background-color: #FFF;
  margin: 0 0 0px;
  padding: 0 15px 0 0;
  width: 100%;
  text-align: center;
  border: none;
  position: relative;
}

#page-top section.news .container div#news_block dl {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 20px 0;
  overflow: hidden;
  display: table;
  position: relative;
  height: 59.3px;
  border-top: 1px solid #bbbbbb;
}
#page-top section.news .container div#news_block dl:last-child {
  border-bottom: 1px solid #bbbbbb;
}

#page-top section.news .container div#news_block dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: table-cell;
  width: 160px;
}

#page-top section.news .container div#news_block dl dd {
  margin: 0 0 10px;
  padding: 0;
  display: table-cell;
}

#page-top section.news .container div#news_block dl dd .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
#page-top section.news .container div#news_block dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  color: #000000;
  text-align: left;
  margin: 0 0 0px;
  padding: 0;
}





/* footer_area.b
----------------------------------------------------------------------------------------------- */
.footer_area {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  bottom: 0;
    width: 100%;
    text-align: center;
    animation: fadeOut 2s ease 0s 1 normal;
    -webkit-animation: fadeOut 2s ease 0s 1 normal;
  margin: 150px 0 0;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes fadeOut {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeOut {
  0% {opacity: 0}
  100% {opacity: 1}
}

.footer_area .footer_area_inner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
  display: flex;
  text-decoration: none;
  text-align: center;
  list-style: none;
  justify-content: space-between;
  height: 70px;
}

.footer_area .footer_area_inner li {
  margin: 0;
  padding: 0 0 0;
  background-color: rgba(61,128,170,0.9);
  width: 33.2%;
}
.footer_area .footer_area_inner li:hover,
.footer_area .footer_area_inner li:active {
  background-color: rgba(0,0,0,0.9);
}
.footer_area .footer_area_inner li:first-child:hover,
.footer_area .footer_area_inner li:first-child:active {
  background-color: rgba(61,128,170,1);
}

.footer_area .footer_area_inner li a{
  display: block;
  margin: 0;
  padding: 28px 5px 20px;
  position: relative;
}

.footer_area .footer_area_inner li a p{
  color:#FFF;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.footer_area .footer_area_inner .button02 a p{
  padding: 0 0 0 54px;
}
.footer_area .footer_area_inner .button02 a p::before{
  content: '';
  display: inline-block;
  background: url(../images/people.png) no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 39px;
  height: 30px;
  margin: 0 0 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer_area .footer_area_inner .button03 a p{
  padding: 0 0 0 46px;
}
.footer_area .footer_area_inner .button03 a p::before{
  content: '';
  display: inline-block;
  background: url(../images/mail.png) no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 31px;
  height: 24px;
  margin: 0 0 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer_area .footer_area_inner .button01 .telbox {
    display: inline-block;
    margin: 0 auto 0;
    padding: 15px 5px 10px 53px;
    position: relative;
}

.footer_area .footer_area_inner .button01 .telbox::before {
    content: '';
    background: url(../images/tel.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    width: 38px;
    height: 51px;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  /* image-rendering: pixelated; *//* ボケ防止 */
}
.footer_area .footer_area_inner .button01 .telbox .tel01 {
    font-size: 31px;
    font-size: 3.1rem;
    text-align: left;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0px;
    padding: 0 0 0;
    position: relative;
    letter-spacing: -1.8px;
    background: transparent;
}
.footer_area .footer_area_inner .button01 .telbox .tel01 span {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    top: -3px;
    font-weight: normal;
}
.footer_area .footer_area_inner .button01 .telbox .tel02 {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1;
    color: #fff;
    margin: 0 0 0px;
    padding: 0 0 0;
    letter-spacing: -0.5px;
    background: transparent;
}
.footer_area .footer_area_inner .button01 .telbox .tel02 span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -1.5px;
    color: #fff;
}

/* sitemap_area
----------------------------------------------------------------------------------------------- */
.sitemap_area {
  background-image: url(../images/footer_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 0 0;
  padding: 60px 0 60px;
}

.sitemap_area #link_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
  width: 960px;
}
.sitemap_area #link_block div.home {
  width: 25px;
  margin: 0 0 0px;
  padding: 0 0 0;
}
.sitemap_area #link_block div.left {
  width: 233px;
  margin: 0 0 0px;
  padding: 0 0 0;
}
.sitemap_area #link_block div.center {
  width: 233px;
  margin: 0 0 0px;
  padding: 0 0 0;
}
.sitemap_area #link_block div.right {
  width: 233px;
  margin: 0 0 0px;
  padding: 0 0 0;
}
.sitemap_area #link_block div.home ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.sitemap_area #link_block div div{
  margin: 0 0 50px;
  padding: 0 0 0;
}
.sitemap_area #link_block div div p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0 0 20px;
  padding: 0 0 12px;
  text-align: center;
  border-bottom: 1px solid #a9a9a9;
}

.sitemap_area #link_block div div ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.sitemap_area #link_block div.center div .box {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap_area #link_block div.center div.w233 {
  width: 233px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
}
.sitemap_area #link_block div div a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}
.sitemap_area #link_block div div ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}

.sitemap_area #link_block div div a:hover,
.sitemap_area #link_block div div a:focus,
.sitemap_area #link_block div div ul li a:hover,
.sitemap_area #link_block div div ul li a:focus {
  /* text-decoration: none; */
  color: #7ac1ff;
}
.sitemap_area #link_block div.home ul li a {
  display: block;
  background-image: url(../images/home_white.png);
  background-repeat: no-repeat;
  background-position: center 46%;
  border-bottom: none;
  width: 25px;
  height: 24px;
  margin: 0;
  padding: 0px 0 0;
}
.sitemap_area #link_block div.home ul li a img {
  vertical-align: middle;
}
.sitemap_area #link_block div.home ul li a:hover,
body:not(#page-top) .sitemap_area #link_block div.home ul li a:hover {
  /* background-image: url(../images/home_gray.png);
  background-color: transparent; */
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

/* .sitemap_area div#link_block > ul > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #525252;
  position: absolute;
  top: 7px;
left: 0px;
}

.sitemap_area div#link_block > ul > li span.narrow {
  letter-spacing: -1px;
} */

.sitemap_area div#link_block > ul > li > ul {
  margin: 0px 0 0 -5px;
  padding: 0;
  list-style: none;
}

.sitemap_area div#link_block > ul > li > ul > li {
  margin-bottom: 3px;
  list-style: none;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.sitemap_area div#link_block > ul > li > ul > li:last-child {
  margin-bottom: 15px;
}
.sitemap_area div#link_block > ul > li > ul > li::before {
  color: #fff;
  content: "・";
}
.sitemap_area div#link_block > ul > li > ul > li.space-blank::before {
  content: none;
}

.sitemap_area .container {
  position: relative;
}

.sitemap_area .insta_footer {
  position: absolute;
  bottom: 0;
  right: 40px;
  margin: 0;
  padding: 0;
}



/* Footer
----------------------------------------------------------------------------------------------- */
footer{
  margin: 0 0 0px;
  padding: 50px 0 0px;
  background-color: #fff;
  position: relative;
}
/* footer .bg {
  background-color: #111111;
  margin: 0px 0 15px;
  padding: 0px 0 0;
  position: relative;
} */

footer a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #446044;
}

footer #info_block{
  position: relative;
  margin: 0 auto 60px;
  padding: 0px 0 0px;
  text-align: center;
  display: flex;
  flex-direction:         row;
  flex-wrap:         nowrap;
  justify-content:         center;
  align-items: center;
}

footer #info_block .inner {
  position: relative;
  margin: 0 0 0;
  padding: 0px 0 0px 126px;
  display: inline-block;
}
footer #info_block .inner .name-block {
  position: relative;
  margin: 0 0 0;
  padding: 0px 0 15px;
  text-align: left;
}
footer #info_block .inner .name-block a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  margin: 0px 0px 0;
  padding: 5px 0 0 0;
  letter-spacing: -0.8px;
  text-align: left;
  position: relative;
  color: #000;
}

footer #info_block .inner::before {
  content: '';
  background-image: url(../images/footer_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 106px;
  height: 88px;
  margin: 0 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
}

footer #info_block .inner .info {
	color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 0;
  padding: 0px 0 0 0px;
  letter-spacing: -0.8px;
  display: block;
}
footer #info_block .inner .info a {
  text-decoration: none;
  background: transparent;
  color: #000!important;
}
footer #info_block .inner .info .map {
  position: relative;
  display: inline-block;
  background: #747474;
  margin: 0 0 0 20px;
  padding: 8px 15px 4px;
}
footer #info_block .inner .info .map:hover,
footer #info_block .inner .info .map:active {
  opacity: 0.8;
}
footer #info_block .inner .info .map span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

footer #info_block .inner .info .map:hover span {
  color: #fff;
}

footer div.copy-bg {
  max-width: 100%;
  height: auto;
  background: #1f263a;
  background-repeat: repeat;
  margin: 0 auto 0px;
  padding: 0 0 0;
  text-align: center;
}
footer div#copy {
  max-width: 100%;
  display: block;
  margin: 0 auto 0px;
  padding: 2px 0;
  text-align: center;
}

footer div#copy div {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0px 0px 0px;
  display: inline-block;
}
footer div#copy div a {
  text-decoration: underline;
}



/* 各ページメイン画像設定
----------------------------------------------------------------------------------------------- */
#back {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  box-shadow: 0 5px 4px rgba(0,0,0,0.2);
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  margin: 85px auto 0;
  z-index: 0;
  width: 100%;
  min-height: 70px;
  background-color: #ededed;
  /* background: url(../images/other_title_bg.jpg) no-repeat center top; */
}
.back-inner-content {
  position: absolute; /* if position is not set, the script will set it to 'relative'. */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  margin: 0 auto 0;
  padding: 0;
  max-width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.back-inner-content .title {
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 0px !important;
  padding: 5px 0 0px !important;
  position: relative;
}
.back-inner-content .title span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0;
  display: block;
}

.cate_title{
  text-align: right;
  margin:0 auto;
}

/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section .title {
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 54px;
  color: #1a3546;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 50px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) section .title span {
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #1a3546;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 0px;
  padding: 0 0 0px;
  position: relative;
  display: block;
}
body:not(#page-top) .content_title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 64px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) .content_title span {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  margin: 10px 0 0;
}
body:not(#page-top) .content_title2 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 64px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 0px;
  padding: 0 0 0px;
  position: relative;
}

body:not(#page-top) .title_bar {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #1a3546;
  font-weight: 400;
  position: relative;
  background-image: url(../images/title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
}




/* パンくずリストの設定
----------------------------------------------------------------------------------------------- */
#breadcrumb-box {
position: relative;
padding: 0px 0px 0;
margin: 25px auto 80px;
text-align: center;
width: 100%;
height: auto;
overflow: hidden;
z-index: 950;
}
.breadcrumb {
background: none;
margin: 0 0 0px;
padding: 0px 0px 0;
list-style: none;
float: left;
clear: both;
}
.breadcrumb li {
font-size: 16px;
font-size: 1.6rem;
line-height: 16px;
display: inline;
padding-right: 0px;
text-align: left;
color: #000000;
}

.breadcrumb li:before {
content: '/';
padding: 0 5px;
color: #000!important;
}

.breadcrumb li:first-child:before {
content: '';
}

.breadcrumb li.active {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
display: inline;
padding-right: 0px;
text-align: left;
color: #d70000;
}

.breadcrumb li a {
text-decoration: none;
color: #000000; /* 通常時の文字色 */
}
.breadcrumb li a:hover {
text-decoration: underline;
color: #d70000; /* マウスオンした時の文字色 */
}


/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) [id^="page-"],
body:not(#page-top) [id^="news-"] {
  margin-top:-85px !important;
  padding-top:85px !important;
}

#y2020,#y2019,#y2018,#y2017,#y2016,#y2015,#y2014,#y2013,
#y2012,#y2011,#y2010,#y2009,#y2008,#y2007,#y2006,#y2005,
#y2004,#y2003,#y2002,#y2001,#y2000,#y1999,#y1998,#y1997,
#y1996,#y1995,#y1994,#y1993,
#content01,
#content02,
#content03,
#content04 {
  margin-top:-85px !important;
  padding-top:85px !important;
}


/* cell.is-empty flexbox左揃え用
----------------------------------------------------------------------------------------------- */
.cell.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
footer div#link_block > ul > li.cell.is-empty:before {
  content: none;
}

/* youtubeレスポンシブ
----------------------------------------------------------------------------------------------- */
.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 560px;
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 各ページsection
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section:first-of-type {
  margin: 0;
  padding: 0 0 80px;
}

body:not(#page-top) section {
  margin: 0;
  padding: 0px 0 80px;
}

body:not(#page-top) section:last-of-type {
  margin: 0;
  padding: 0 0 0px;
}

.displaysp {
    display: none;
}


/* privacyページ設定
----------------------------------------------------------------------------------------------- */
#privacy section .text01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  text-align: left;
  margin: 0 0 80px;
  padding: 0;
}

#privacy section p.heading {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
}
#privacy section p.text01:last-of-type {
  margin: 0 0 0px;
}


/* contactページ設定
----------------------------------------------------------------------------------------------- */
body#contact section .blue-bar {
  background: #243f50;
  width: 100%;
  max-width: 882px;
  margin: 0px auto 50px;
  padding: 40px 0 35px;
  position: relative;
  display: inline-block;
}
body#contact section .blue-bar::before {
  content: '';
  background: url(../images/contact/chara01.png) no-repeat;
  background-size: 100%;
  width: 165px;
  height: 187px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -8px;
  left: -60px;
}
body#contact section .blue-bar::after {
  content: '';
  background: url(../images/contact/chara02.png) no-repeat;
  background-size: 100%;
  width: 131px;
  height: 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -21px;
  right: -60px;
}
body#contact section .chara-head {
    font-size: 50px;
    font-size: 5.0rem;
    line-height: 60px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 0px;
    padding: 0 0 0px;
}
body#contact section .chara-head span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 10px 0px 0;
    padding: 0 0 0px;
}
body#contact section .contact-title {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 54px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #1a3546;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 0px;
    padding: 0 0 0px;
}

body#contact section .sub-head {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    color: #1a3546;
    margin: 10px 0px 50px;
    padding: 0 0 0px;
}

#contact section p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    text-align: left;
    color: #000;
    margin: 0 0 40px;
}

#contact section.box01 {
    padding: 0 0 0px !important;
}

#contact section ul.item-list {
  display: inline-block;
  vertical-align: top;
  padding: 0 95px 0 0;
}

#contact form#mailformpro {
  padding-top: 0px;
}

#contact form#mailformpro dl {
  border-top: none;
  display: table;
}

#contact form#mailformpro dl dt {
    color: #fff;
    width: 335px;
    display: table-cell;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin: 0;
    padding: 18px 15px 5px 20px;
    font-weight: normal;
    text-align: left;
    background: #757575;
    vertical-align: top;
    position: relative;
    font-weight: 100;
}

#contact form#mailformpro dl dt:before {
	display: none;
/*
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 5px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 28px;
  left: 20px;
  */
}

#contact form#mailformpro dl dt .must {
    font-size: 16px;
    font-weight: 400;
    border-radius: unset;
    background-color: #f17d00;
    box-shadow: none;
    margin-top: 2px;
    float: right;
    padding: 1px 8px 0;
    line-height: 1.5em;
}

#contact form#mailformpro dl dd {
  background-color: #f5f4ee;
  padding: 15px 5px 10px 20px;
  /* border-left: 10px solid #fff; */
  width: auto;
  display: table-cell;
  text-align: left;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

#contact form#mailformpro  #callTime1 dl dd,
#contact form#mailformpro  #callTime2 dl dd {
  background-color: #f5f4ee;
  padding: 15px 5px 15px 20px;
/*  border-left: 10px solid #fff;*/
  width: auto;
  display: table-cell;
  text-align: left;
}


#contact form#mailformpro dl dd p.caution {
    margin: 0px 0 0 1.3em;
    padding: 5px 0px 5px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
    text-indent: -1em;
}

form#mailformpro dl dd p.caution:before {
    content: '※';
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#contact form#mailformpro dl dd label {
  font-weight: 300;
}

#contact #mailformpro > div > dl > dd.full {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
}

#contact form#mailformpro input,
#contact form#mailformpro textarea,
#contact form#mailformpro select {
  max-width: 100%;
  margin: 5px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ccc;
    margin: 5px 0px 10px;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 10px 5px;
    /* color: #ccc; */
}
#contact #mailformpro > div > dl > dd > textarea {
  width: calc(100% - 20px) !important;
}

#contact form#mailformpro input[type=text]{
  margin: 3px 0 0;
}

#contact form#mailformpro textarea {
  width: 100%;
      height: 8em;
}

#contact form#mailformpro dl dd ul.caution_kome li {
  font-size: 16px;
  padding-left: 1em;
}

#contact form#mailformpro dl dd ul.caution_kome li:before {
  content: "※";
  margin-left: -1em;
}

#contact form#mailformpro dl dd ol li {
  padding-bottom: 12px;
  list-style: none;
}

#contact form#mailformpro dl dd ol li input.addinput2 {
    width: 70%;
	margin:0;
}

#contact form#mailformpro dl dd ol li:last-child {
  padding-bottom: 0;
}
#contact form#mailformpro dl dd ol li:last-child
#contact form#mailformpro dl dd ul {
  margin: 0;
  padding: 3px 0 0px;
  list-style: none;
}
#contact form#mailformpro dl dd ul li {
  display: block;
  margin: 0 30px 0 0;
  padding: 0;
	font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  float:left;
}



#contact section dl dd p.tex-center {
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    margin: 60px auto 40px;
    padding: 25px 40px;
    width: fit-content;
    background-color: #ebebeb;
}

#contact form#mailformpro #conf_check {
  margin-top: 30px;
}

#contact form#mailformpro .confirm {
  margin: 30px 0 10px;
}

#contact form#mailformpro .confirm a {
    text-decoration: none;
    /* background-color: #5a5a5a; */
    padding: 6px 16px 3px;
    color: #000;
}
#contact form#mailformpro .confirm a:before {
font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    content: "\f125";
    font-family: ionicons;
    color: #000;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: -2px;
}

#contact form#mailformpro .confirm a:hover,
#contact form#mailformpro .confirm a:hover:before {
    color: #dd0000;
/*  opacity: 0.7;*/
}

#contact #mailformpro .confirm {
  text-align: center;
}

#contact form#mailformpro button#button_mfp_goconfirm {
    width: 350px;
    height: 90px;
    overflow: hidden;
    background-image: url(../images/contact/send_btn.png);
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    border-style: none;
    cursor: pointer;
    padding: 10px;
    /* border-radius: 10px; */
}
/* #contact form#mailformpro button#button_mfp_goconfirm span{
	position: relative;

} */
/* #contact form#mailformpro button#button_mfp_goconfirm span::before {
  content: '';
  background-image: url(../images/contact/arrow.png);
  background-repeat: no-repeat;
  margin: 0 0px 0 0px;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 20px;
	top: 7px;
	left: -25px;
} */
#contact form#mailformpro button#button_mfp_goconfirm:hover {
  opacity: 0.7;
}


  #contact form#mailformpro dl {
    width: 100% !important;
    margin: 0 0 7px;
    border-spacing: 0 0px;
  }

  #contact #mailformpro > div > dl > dd > ol {
	  padding:0;
    margin: 0px 0 0px;
  }

    #contact #mailformpro > div > dl > dd.full {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
  }

  #contact #mailformpro > div > dl > dd > textarea {
    width: calc(100% - 20px);
  }

  #contact #mailformpro > div > dl > dd > textarea{
    height: 8em;
    margin: 0;
  }

  #contact #mailformpro > div > dl > dd > input[type=email] {
    width: 400px;
  }

  #contact #mailformpro > div > dl > dd > input[type=email] {
    width: 400px;
  }


  #contact #mailformpro > div > dl > dd ol li input.addinputnum {
    width: 200px !important;
  }


  #contact #mailformpro > div > dl > dd input.addinput1 {
    width: 150px;
  }

  #contact #mailformpro > div > dl > dd input.addinput2 {
    width: 600px;
  }


  #contact #mailformpro > div > dl > dd > input.input01 {
    max-width: 720px;
    height: 100%;
    margin: 0;
  }

  #contact #mailformpro > div > dl > dd > ol > li > input.input02 {
    max-width: 463px;
    width: 100%;
    height: 100%;
  }

  #contact #mailformpro > div > dl > dd > input.input03 {
    max-width: 265px;
    height: 100%;
  }

  #contact #mailformpro > div > dl > dd > input.input04 {
    width: 547px;
    height: 100%;
  }

  #contact #mailformpro > div > dl > dd > ol li label {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #contact #mailformpro #conf_block input {
    margin-left: 0;
  }

  #contact #mailformpro div.mfp_buttons {
    padding-top: 24px;
  }

  #contact #mailformpro div.mfp_err {
    font-size: 13px;
    font-weight: 400;
    background-position: 0px 6px;
    padding: 3px 0px 3px 17px;
  }

#contact p.caution_mail {
  text-align: center;
  margin: 60px 10px 0;
  padding: 0 0 0 66px;
  font-size: 21px;
  font-weight: nomal;
  position: relative;
  display: inline-block;
}

#contact p.caution_mail::before {
  content: '';
  background-image: url(../images/contact/caution_icon.png);
  background-repeat: no-repeat;
  margin: 0 0px 0 0px;
  padding: 0;
  position: absolute;
	width: 34px;
	height: 30px;
	top: 4px;
	left: 22px;
}

#contact .message-box{
  background: -moz-linear-gradient(top, #FFC778, #FFF);
  background: -webkit-linear-gradient(top, #FFC778, #FFF);
  background: linear-gradient(to bottom, #4B8297, #162E35);
  color: #FFF;
  padding: 25px 56px;
  display: inline-block;
  border-radius: 20px;
  text-shadow: 1px 2px 3px #040000;
  margin: 80px auto 50px;
}

#contact .message-box span:first-of-type{
  font-size: 46px;
  font-size: 4.6rem;
}
#contact .message-box span:nth-of-type(2){
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
}

  /*#thanksページの設定
 -------------------------------------------------------------------------------- */
#thanks .thanks p.complete {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 26px;
    color: #fff;
    background-color: #0668a5;
    text-align: center;
    display: block;
    overflow: hidden;
    /* border-radius: 30px; */
    max-width: 330px;
    margin: 0px auto 70px;
    padding: 20px 0 18px;
}

#thanks .thanks p.text-content{
  font-size: 18px;
font-size: 1.8rem;
line-height: 36px;
color: #000000;
margin: 0 auto 0;
padding: 0;
text-align: left;
display: inline-block;
}

#thanks .thanks .image-list {
  margin: 0 auto 60px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#thanks .thanks .image-list:last-child {
  margin: 70px auto 0;
}

#thanks .thanks div#thanks_img {
	    padding-top: 60px;
}

#thanks section .img_content01 {
  margin: 0 auto 50px;
}

#thanks section p.caution_mail {
	text-align: center;
	margin: 100px 10px 0;
	padding: 0 0 0 66px;
	font-size: 21px;
	font-weight: nomal;
	position: relative;
	display: inline-block;
}

#thanks section p.caution_mail::before {
    content: '';
    background-image: url(../images/contact/caution_icon.png);
background-repeat: no-repeat;
    margin: 0 0px 0 0px;
    padding: 0;
    position: absolute;
    width: 34px;
    height: 30px;
    top: 4px;
    left: 22px;
}


/* contact_consulページ設定
----------------------------------------------------------------------------------------------- */
body#contact_consul section .blue-bar {
  background: #1086ba;
  width: 100%;
  max-width: 914px;
  margin: 0px auto 50px;
  padding: 40px 0 35px;
  position: relative;
  display: inline-block;
}
body#contact_consul section .blue-bar::before {
  content: '';
  background: url(../images/contact_consul/chara01.png) no-repeat;
  background-size: 100%;
  width: 126px;
  height: 190px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -11px;
  left: -60px;
}
body#contact_consul section .blue-bar::after {
  content: '';
  background: url(../images/contact_consul/chara02.png) no-repeat;
  background-size: 100%;
  width: 137px;
  height: 206px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -27px;
  right: -60px;
}
body#contact_consul section .chara-head {
    font-size: 50px;
    font-size: 5.0rem;
    line-height: 60px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 0px;
    padding: 0 0 0px;
}
body#contact_consul section .chara-head span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 10px 0px 0;
    padding: 0 0 0px;
}
body#contact_consul section .contact-title {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 54px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #1a3546;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 0px;
    padding: 0 0 0px;
}

body#contact_consul section .sub-head {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    color: #1a3546;
    margin: 10px 0px 50px;
    padding: 0 0 0px;
}

#contact_consul section p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    text-align: left;
    color: #000;
    margin: 0 0 40px;
}

#contact_consul section.box01 {
    padding: 0 0 0px !important;
}

#contact_consul section ul.item-list {
  display: inline-block;
  vertical-align: top;
  padding: 0 95px 0 0;
}

#contact_consul form#mailformpro {
  padding-top: 0px;
}

#contact_consul form#mailformpro dl {
  border-top: none;
  display: table;
}

#contact_consul form#mailformpro dl dt {
    color: #fff;
    width: 335px;
    display: table-cell;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin: 0;
    padding: 18px 15px 5px 20px;
    font-weight: normal;
    text-align: left;
    background: #757575;
    vertical-align: top;
    position: relative;
    font-weight: 100;
}

#contact_consul form#mailformpro dl dt:before {
	display: none;
/*
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 5px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 28px;
  left: 20px;
  */
}

#contact_consul form#mailformpro dl dt .must {
    font-size: 16px;
    font-weight: 400;
    border-radius: unset;
    background-color: #f17d00;
    box-shadow: none;
    margin-top: 2px;
    float: right;
    padding: 1px 8px 0;
    line-height: 1.5em;
}

#contact_consul form#mailformpro dl dd {
  background-color: #f5f4ee;
  padding: 15px 5px 10px 20px;
  /* border-left: 10px solid #fff; */
  width: auto;
  display: table-cell;
  text-align: left;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

#contact_consul form#mailformpro  #callTime1 dl dd,
#contact_consul form#mailformpro  #callTime2 dl dd {
  background-color: #f5f4ee;
  padding: 15px 5px 15px 20px;
/*  border-left: 10px solid #fff;*/
  width: auto;
  display: table-cell;
  text-align: left;
}


#contact_consul form#mailformpro dl dd p.caution {
    margin: 0px 0 0 1.3em;
    padding: 5px 0px 5px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
    text-indent: -1em;
}

form#mailformpro dl dd p.caution:before {
    content: '※';
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#contact_consul form#mailformpro dl dd label {
  font-weight: 300;
}

#contact_consul #mailformpro > div > dl > dd.full {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
}

#contact_consul form#mailformpro input,
#contact_consul form#mailformpro textarea,
#contact_consul form#mailformpro select {
  max-width: 100%;
  margin: 5px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ccc;
    margin: 5px 0px 10px;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 10px 5px;
    /* color: #ccc; */
}
#contact_consul #mailformpro > div > dl > dd > textarea {
  width: calc(100% - 20px) !important;
}

#contact_consul form#mailformpro input[type=text]{
  margin: 3px 0 0;
}

#contact_consul form#mailformpro textarea {
  width: 100%;
      height: 8em;
}

#contact_consul form#mailformpro dl dd ul.caution_kome li {
  font-size: 16px;
  padding-left: 1em;
}

#contact_consul form#mailformpro dl dd ul.caution_kome li:before {
  content: "※";
  margin-left: -1em;
}

#contact_consul form#mailformpro dl dd ol li {
  padding-bottom: 12px;
  list-style: none;
}

#contact_consul form#mailformpro dl dd ol li input.addinput2 {
    width: 70%;
	margin:0;
}

#contact_consul form#mailformpro dl dd ol li:last-child {
  padding-bottom: 0;
}
#contact_consul form#mailformpro dl dd ol li:last-child
#contact_consul form#mailformpro dl dd ul {
  margin: 0;
  padding: 3px 0 0px;
  list-style: none;
}
#contact_consul form#mailformpro dl dd ul li {
  display: block;
  margin: 0 30px 0 0;
  padding: 0;
	font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  float:left;
}



#contact_consul section dl dd p.tex-center {
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    margin: 60px auto 40px;
    padding: 25px 40px;
    width: fit-content;
    background-color: #ebebeb;
}

#contact_consul form#mailformpro #conf_check {
  margin-top: 30px;
}

#contact_consul form#mailformpro .confirm {
  margin: 30px 0 10px;
}

#contact_consul form#mailformpro .confirm a {
    text-decoration: none;
    /* background-color: #5a5a5a; */
    padding: 6px 16px 3px;
    color: #000;
}
#contact_consul form#mailformpro .confirm a:before {
font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    content: "\f125";
    font-family: ionicons;
    color: #000;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: -2px;
}

#contact_consul form#mailformpro .confirm a:hover,
#contact_consul form#mailformpro .confirm a:hover:before {
    color: #dd0000;
/*  opacity: 0.7;*/
}

#contact_consul #mailformpro .confirm {
  text-align: center;
}

#contact_consul form#mailformpro button#button_mfp_goconfirm {
    width: 350px;
    height: 90px;
    overflow: hidden;
    background-image: url(../images/contact_consul/send_btn.png);
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    border-style: none;
    cursor: pointer;
    padding: 10px;
    /* border-radius: 10px; */
}
/* #contact_consul form#mailformpro button#button_mfp_goconfirm span{
	position: relative;

} */
/* #contact_consul form#mailformpro button#button_mfp_goconfirm span::before {
  content: '';
  background-image: url(../images/contact/arrow.png);
  background-repeat: no-repeat;
  margin: 0 0px 0 0px;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 20px;
	top: 7px;
	left: -25px;
} */
#contact_consul form#mailformpro button#button_mfp_goconfirm:hover {
  opacity: 0.7;
}


  #contact_consul form#mailformpro dl {
    width: 100% !important;
    margin: 0 0 7px;
    border-spacing: 0 0px;
  }

  #contact_consul #mailformpro > div > dl > dd > ol {
	  padding:0;
    margin: 0px 0 0px;
  }

    #contact_consul #mailformpro > div > dl > dd.full {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
  }

  #contact_consul #mailformpro > div > dl > dd > textarea {
    width: calc(100% - 20px);
  }

  #contact_consul #mailformpro > div > dl > dd > textarea{
    height: 8em;
    margin: 0;
  }

  #contact_consul #mailformpro > div > dl > dd > input[type=email] {
    width: 400px;
  }

  #contact_consul #mailformpro > div > dl > dd > input[type=email] {
    width: 400px;
  }


  #contact_consul #mailformpro > div > dl > dd ol li input.addinputnum {
    width: 200px !important;
  }


  #contact_consul #mailformpro > div > dl > dd input.addinput1 {
    width: 150px;
  }

  #contact_consul #mailformpro > div > dl > dd input.addinput2 {
    width: 600px;
  }


  #contact_consul #mailformpro > div > dl > dd > input.input01 {
    max-width: 720px;
    height: 100%;
    margin: 0;
  }

  #contact_consul #mailformpro > div > dl > dd > ol > li > input.input02 {
    max-width: 463px;
    width: 100%;
    height: 100%;
  }

  #contact_consul #mailformpro > div > dl > dd > input.input03 {
    max-width: 265px;
    height: 100%;
  }

  #contact_consul #mailformpro > div > dl > dd > input.input04 {
    width: 547px;
    height: 100%;
  }

  #contact_consul #mailformpro > div > dl > dd > ol li label {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #contact_consul #mailformpro #conf_block input {
    margin-left: 0;
  }

  #contact_consul #mailformpro div.mfp_buttons {
    padding-top: 24px;
  }

  #contact_consul #mailformpro div.mfp_err {
    font-size: 13px;
    font-weight: 400;
    background-position: 0px 6px;
    padding: 3px 0px 3px 17px;
  }

#contact_consul p.caution_mail {
  text-align: center;
  margin: 60px 10px 0;
  padding: 0 0 0 66px;
  font-size: 21px;
  font-weight: nomal;
  position: relative;
  display: inline-block;
}

#contact_consul p.caution_mail::before {
  content: '';
  background-image: url(../images/contact_consul/caution_icon.png);
  background-repeat: no-repeat;
  margin: 0 0px 0 0px;
  padding: 0;
  position: absolute;
	width: 34px;
	height: 30px;
	top: 4px;
	left: 22px;
}

#contact_consul .message-box{
  background: -moz-linear-gradient(top, #FFC778, #FFF);
  background: -webkit-linear-gradient(top, #FFC778, #FFF);
  background: linear-gradient(to bottom, #4B8297, #162E35);
  color: #FFF;
  padding: 25px 56px;
  display: inline-block;
  border-radius: 20px;
  text-shadow: 1px 2px 3px #040000;
  margin: 80px auto 50px;
}

#contact_consul .message-box span:first-of-type{
  font-size: 46px;
  font-size: 4.6rem;
}
#contact_consul .message-box span:nth-of-type(2){
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
}

#contact_consul form#mailformpro button.button_mfp_file {
    width: 230px;
    height: 30px;
    overflow: hidden;
    background: #818181;
    border: none;
    border-style: none;
    cursor: pointer;
    padding: 7px 0 5px;
    border-radius: 5px;
    color: #FFF;
    display: block;
    line-height: 1;
    margin: 10px 0;
    text-shadow: none;
    font-size: 18px;
    font-size: 1.8rem;
}

  /*#thanksページの設定
 -------------------------------------------------------------------------------- */
#contact_consul #thanks section p.caution_mail::before {
    content: '';
    background-image: url(../images/contact_consul/caution_icon.png);
background-repeat: no-repeat;
    margin: 0 0px 0 0px;
    padding: 0;
    position: absolute;
    width: 34px;
    height: 30px;
    top: 4px;
    left: 22px;
}

  /*#access
 -------------------------------------------------------------------------------- */
#access section p.center {
	font-size: 22px;
font-size: 2.2rem;
line-height: 30px;
margin: 50px auto 40px;
padding: 0;
text-align: center;
}

#access section a.goo {
	font-size: 30px;
font-size: 3.0rem;
line-height: 40px;
text-align: center;
margin: 0px 0 0px;
padding: 14px 0 14px;
background-color: #515558;
color: #fff;
width: 320px;
display: inline-block;
}
#access section a.goo:before {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    content: "\f4a4";
    font-family: ionicons;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: 3px;
}
#access section a.btn-map {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  text-align: center;
  margin: 10px auto 10px;
  padding: 8px 40px 4px;
  background-color: #267acf;
  color: #fff;
  display: inline-block;
}
#access section a.btn-map:before {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  content: "\f4a4";
  font-family: ionicons;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}

#access section .image-list-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 50px auto 0px;
  padding: 0;
  width: 100%;
  max-width: 830px;
  text-align: center;
}
#access section .image-list-2 > li {
    max-width: 400px;
    width: 48%;
    margin: 0 0 0px;
    padding: 0;
}

  /*#safety
 -------------------------------------------------------------------------------- */
#safety section .flex-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 0px auto 0px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
#safety section .flex-block .box {
    max-width: 490px;
    width: 48%;
    margin: 0 0 70px;
    padding: 0;
}
#safety section .flex-block .box:nth-child(7),
#safety section .flex-block .box:nth-child(8) {
    margin: 0 0 0px;
    padding: 0;
}
#safety section .flex-block .box .head {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: normal;
  color: #1a3546;
  letter-spacing: -0.8px;
  text-align: center;
  margin: 30px 0 25px;
  padding: 0 0 0px 0;
}

#safety section .flex-block .box .comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: left;
  margin: 0 0 0px;
  padding: 0 0 0 0;
}

/* service
 -------------------------------------------------------------------------------- */
#service section p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.889;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
}
#service section .text01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.889;
    text-align: left;
    color: #000;
    margin: 30px 0 0px;
}
#service section .flex-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px 0 0;
  padding: 0;
  width: 100%;
  max-width: 1170px;
  text-align: center;
}
#service section .flex-block.margin115 {
  margin: 0px 0 115px;
}
#service section .flex-block.margin80 {
  margin: 0px 0 80px;
}
#service section .flex-block .img {
    max-width: 470px;
    width: 40.17094017094017%;
    margin: 0 0 0px;
    padding: 0;
}
#service section .flex-block .img-type02 {
    max-width: 440px;
    width: 37.60683760683761%;
    margin: 0 0 0px;
    padding: 0;
}
#service section .flex-block .text {
    max-width: 660px;
    width: 56.41025641025641%;
    margin: 0 0 0px;
    padding: 0;
}
#service section .flex-block .text-type02 {
    max-width: 700px;
    width: 59.82905982905983%;
    margin: 0 0 0px;
    padding: 0;
}
#service section .gray-bg-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 40px;
    padding: 15px 30px 10px;
    position: relative;
    background: #616d77;
    display: inline-block;
}

#service section .list-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 0px auto 60px;
  padding: 0;
  width: 100%;
  max-width: 990px;
  text-align: center;
}
#service section .list-2 li {
    max-width: 480px;
    width: 48%;
    margin: 0 0 0px;
    padding: 0;
}
#service section .list-2 li .head {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: normal;
  color: #1a3546;
  letter-spacing: -0.8px;
  text-align: center;
  margin: 30px 0 25px;
  padding: 0 0 0px 0;
}

#service section .list-2 li .comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: left;
  margin: 0 0 0px;
  padding: 0 0 0 0;
}

#service section .list-table {
  display: table;
  border-collapse: collapse;
  list-style: none;
  margin: 0px auto 5px;
  padding: 0;
  width: 100%;
  max-width: 998px;
  text-align: center;
}
#service section .list-table li {
  max-width: 333px;
  width: 33.33333333333333%;
  margin: 0 0 0px;
  padding: 20px 0 15px;
  display: table-cell;
  background: #f6f6f6;
  border: 1px solid #bbbbbb;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: center;
}


/* recruit
 -------------------------------------------------------------------------------- */
#recruit section .text1110 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
    display: inline-block;
    width: 100%;
    max-width: 1110px;
}
#recruit section .text860 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
    display: inline-block;
    width: 100%;
    max-width: 860px;
}

#recruit section .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 0px auto 50px;
  padding: 0;
  width: 100%;
  max-width: 1110px;
  text-align: center;
}
#recruit section .list li {
    max-width: 350px;
    width: 32%;
    margin: 0 0 0px;
    padding: 0;
}

#recruit section .center {
    margin: 0 auto 40px;
    padding: 0;
    text-align: center;
}

#recruit section .list-type02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 0px auto 40px;
  padding: 0;
  width: 100%;
  max-width: 860px;
  text-align: center;
}
#recruit section .list-type02 li {
    max-width: 410px;
    width: 48%;
    margin: 0 0 0px;
    padding: 0;
}
#recruit section .banner-area {
    margin: 80px auto 0px;
    padding: 0;
    text-align: center;
}

#recruit section .summary {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
}
#recruit section .summary > dl {
  border-collapse: collapse;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
  display: table;
}
#recruit section .summary > dl > dt {
  width: 230px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 30px 20px 20px;
  vertical-align: top;
  display: table-cell;
  background-color: #e7e7e7;
}
#recruit section .summary > dl > dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 30px 20px 20px;
  letter-spacing: -0.8px;
  display: table-cell;
  background-color: #f6f6f6;
}
#recruit section .summary > dl > dd p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0;
}
#recruit section .summary > dl > dd p.red {
  color: #db0101;
}
#recruit section .summary > dl > dd p a {
    text-decoration: underline;
    color: #000000;
}
#recruit section .summary > dl > dd p a:hover {
    text-decoration: underline;
    color: #db0101;
}
#recruit section .summary > dl > dd p span {
  display: inline-block;
}
#recruit section .summary > dl > dd .text-box {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 20px 0 10px;
  padding: 10px 24px 5px;
  background: #467694;
  display: inline-block;
}

#recruit section .summary > dl > dd > ul {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
  list-style: none;
}
#recruit section .summary > dl > dd > ul > li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0;
}
#recruit section .summary > dl > dd > .caution {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  text-align: left;
  margin: 0 0 0 1em;
  padding: 0;
  text-indent: -1em;
}
#recruit section .summary > dl > dd > .caution::before {
  content: '※';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0;
  text-indent: 0;
}


/* company
 -------------------------------------------------------------------------------- */
#company section .text01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.889;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
}
#company section .text1000 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.889;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
    display: inline-block;
    width: 100%;
    max-width: 1000px;
}
.text-right{
  text-align: right!important;
}
#company section .flex-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px 0 50px;
  padding: 0;
  width: 100%;
  max-width: 1170px;
  text-align: center;
  flex-direction: column;
}
#company section .flex-block .text {
    /* max-width: 730px;
    width: 62.39316239316239%; */
    margin: 0 0 0px;
    padding: 0;
}
#company section .flex-block .img {
    /* max-width: 410px;
    width: 35.04273504273504%; */
    margin: 0 0 0px;
    padding: 0;
    text-align: right;
}

#company section .gray-bg-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 40px;
    padding: 15px 30px 10px;
    position: relative;
    background: #616d77;
    display: inline-block;
}

#company section .summary {
  margin: 0 auto 80px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
}
#company section .summary > dl {
  border-collapse: collapse;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
  display: table;
}
#company section .summary > dl > dt {
  width: 230px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 30px 20px 20px;
  background-color: #e7e7e7;
  vertical-align: top;
  display: table-cell;
}
#company section .summary > dl > dd {
  width: auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 30px 20px 20px;
  background-color: #f6f6f6;
  letter-spacing: -0.8px;
  display: table-cell;
}
#company section .summary > dl > dd > p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 0 0 0;
    padding: 0;
}
#company section .summary > dl > dd > p.caution {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 0 0 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
#company section .summary > dl > dd > p.caution::before {
  content: 'â€»';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 0 0 0;
    padding: 0;
    text-indent: 0;
}
#company section ul.group li dd span{
  letter-spacing: -0.9px;
}
#company section .summary > dl > dd a{
	color: #000;
}

#company section .summary dl dd dl {
  border-collapse: collapse;
  margin: 0px 0 0px;
  padding: 0;
  width: auto;
  display: table;
}
#company section .summary dl dd dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: table-cell;
  width: 170px;
}
#company section .summary dl dd dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: right;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  display: table-cell;
  width: 3em;
}
#company section .summary dl dd ul {
  margin: 0px 0 0px;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
#company section .summary dl dd ul li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 0px;
  padding: 0;
}
#company section .summary li.office-link{
  margin: 0 0 30px;
  padding: 0;
}
#company section .summary li.office-link:last-child {
  margin: 0;
  padding: 0;
}
#company section .summary li.office-link span.name{
	  margin: 0;
	  padding: 0;
	  text-align: left;
		width: auto;
}

#company section .summary li.office-link span.no-link{
  margin-right: auto;
}

#company section .summary li.office-link a{
  margin-right: auto;
  width: auto;
  display: inline-block;
}
#company section .summary li.office-link a span.office{
  font-size: 14px;
font-size: 1.4rem;
  line-height: 26px;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 3px 9px 2px;
  background-color:  #2F8FB2;
  color:  #fff;
  vertical-align: middle;
}
#company section .summary li.office-link a span.map{
  font-size: 14px;
font-size: 1.4rem;
line-height: 1;
text-align: center;
margin: 0 0 0px 10px;
padding: 3px 9px 2px;
background-color: #539b28;
color: #fff;
vertical-align: middle;
}

#company section .history {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    border-bottom: 1px solid #bbbbbb;
}
#company section .history > dl {
    border-collapse: collapse;
    margin: 0 0 0px;
    padding: 0;
    width: 100%;
    display: table;
    border-top: 1px solid #bbbbbb;
}
#company section .history > dl > dt {
    width: 180px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 20px 0 15px 10px;
    vertical-align: top;
    display: table-cell;
}
#company section .history > dl > dd {
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    margin: 0;
    padding: 20px 10px 15px 0;
    letter-spacing: -0.8px;
    display: table-cell;
}

#company section .flex-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px auto 10px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
#company section .flex-img li {
    max-width: 485px;
    width: 48%;
    margin: 0 0 30px;
    padding: 0;
}

.loop_wrap{
  display: flex;
  width: auto;
  height: 160px;
  overflow: hidden;
  margin: 40px 0;
}
.loop_wrap img {
  width: auto;
  max-width: auto;
  max-width: initial;
  height: 160px;
  /* padding-top: 7.597340930674264%; */
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 80s -40s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 80s linear infinite;
}



/* truck
 -------------------------------------------------------------------------------- */
body#truck section:first-of-type {
    margin: 0;
    padding: 0 0 100px;
}
#truck section .text800 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
  display: inline-block;
  width: 100%;
  max-width: 800px;
}
#truck section .center {
    margin: 0 auto 40px;
    padding: 0;
    text-align: center;
}
#truck section .gray-bg-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 50px;
    padding: 15px 30px 10px;
    position: relative;
    background: #616d77;
    display: inline-block;
    min-width: 490px;
}

#truck section .flex-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 40px;
    padding: 0;
}
#truck section .flex-block .left {
    width: 65.20408163265306%;
    max-width: 639px;
    margin: 0 0 0;
    padding: 0;
}
#truck section .flex-block .right {
    width: 33.77551020408163%;
    max-width: 331px;
    margin: 0 0 0;
    padding: 0;
}
#truck section .flex-block .right div:first-child {
    margin: 0 0 10px;
    padding: 0;
}

#truck section .list {
    margin: 0 auto 15px;
    padding: 0;
    width: 100%;
    max-width: 250px;
    display: table;
    border-bottom: 1px solid #a0a0a0;
}
#truck section .list:last-child {
    margin: 0 auto 0;
    padding: 0;
}
#truck section .list dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
  color: #000;
  margin: 0 0 0px;
  padding: 0 0 7px 4px;
  display: table-cell;
  width: 135px;
}
#truck section .list dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: right;
  color: #000;
  margin: 0 0 0px;
  padding: 0px 4px 7px 0;
  display: table-cell;
  width: auto;
}

#truck section .flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}
#truck section .flex-center div {
    width: 32%;
    max-width: 300px;
    margin: 0 20px 0;
    padding: 0;
}





















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- min-width1200 max-width1500(PC狭め)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1200px) and (max-width: 1500px) {


}
















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- min-width993 max-width1200(PC狭め)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 993px) and (max-width: 1200px) {

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
padding: 0 0px 0;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}
.sp-tab-view {
  display: none;
}
.sp-view {
  display: none;
}


/* toTop
----------------------------------------------------------------------------------------------- */
#toTop {
    bottom: 70px;
    right: 20px;
}

/* btn-cl
-------------------------------------------------------------------------------- */
.btn-cl {
  width: 320px;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}

/* navbar
-------------------------------------------------------------------------------- */
.navbar-custom ul.nav li.menu {
    margin: 0 0 0 20px;
    padding: 0;
}


/* .swiper
----------------------------------------------------------------------------------------------- */
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 0;
    padding: 55.83333333333333% 0 0; */
    height: 100%;
    min-height: 720px;
}


/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 23%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-4 > li img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 5px;
}
.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
}


/* content02
-------------------------------------------------------------------------------- */
#page-top section.content02 .flex-content .text-area {
    width: 50%;
    margin: 0;
    padding: 100px 15px 0;
}

/* content03
-------------------------------------------------------------------------------- */
#page-top .content03 .list-block li .text01 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    font-weight: normal;
    color: #1a3546;
    text-align: center;
    margin: 20px 0 0px;
    padding: 0 0 0px 0;
}

/* content05
-------------------------------------------------------------------------------- */
#page-top .content05{
  background-size: 100%;
  min-height: 378px;
  margin: -82px auto 0px;
  padding: 70px 0 0px;
}
#page-top .content05 .title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  text-align: left;
  margin: 6% 0px 50px;
}


/* news
-------------------------------------------------------------------------------- */
.scrollbar {
    width: auto;
    /* height: auto; */
    height: 390px;
    position: relative;
    overflow-y: auto;
    margin: 0px auto 0;
    -webkit-overflow-scrolling: touch;
}


/* sitemap_area
-------------------------------------------------------------------------------- */
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
    display: flex;
    text-decoration: none;
    text-align: center;
    list-style: none;
    justify-content: space-between;
    height: 70px;
}
.footer_area .footer_area_inner li {
    margin: 0;
    padding: 0 0 0;
    width: 33%;
}

.footer_area .footer_area_inner li a p {
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    display: inline-block;
    margin: 0;
    padding: 0 0 0;
    position: relative;
}
.footer_area .footer_area_inner .button01 .telbox {
    display: inline-block;
    margin: 0 auto 0;
    padding: 21px 5px 10px 45px;
    position: relative;
}
.footer_area .footer_area_inner .button01 .telbox .tel01 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0px;
    padding: 0 0 0;
    position: relative;
    letter-spacing: -0.8px;
    background: transparent;
}
.footer_area .footer_area_inner .button01 .telbox .tel01 span {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    top: 0;
    font-weight: normal;
}
.footer_area .footer_area_inner .button01 .telbox::before {
    width: 35px;
    height: 48px;
        top: 14px;
}

/* sitemap_area
-------------------------------------------------------------------------------- */
.sitemap_area #link_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0px;
    padding: 0;
    list-style: none;
    width: 100%;
}
.sitemap_area #link_block div.left {
    width: 32%;
    margin: 0 0 0px;
    padding: 0 0 0;
}
.sitemap_area #link_block div div ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}


/* footer
-------------------------------------------------------------------------------- */
footer div#link_block {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
footer div#link_block > ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0px 0 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}
footer div#link_block > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0 0 0 13px;
  position: relative;
  margin: 0 15px 10px;
  list-style: none;
}


/* youtube-block
-------------------------------------------------------------------------------- */
.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 450px;
}


/* contact
-------------------------------------------------------------------------------- */
body#contact section .blue-bar {
    max-width: 782px;
}

#contact section dl dd p.tex-center{
	width: 100%!important;
}

#contact .wrap {
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


#contact form#mailformpro dl dd {
	background-color: #f5f4ee;
	padding: 10px 5px 10px 20px;
/*    border-left: 10px solid #fff;*/
	width: auto;
	display: table-cell;
	text-align: left;
}

#contact form#mailformpro #callTime1 dl dd, #contact form#mailformpro #callTime2 dl dd {
	width: auto;
}

#contact form#mailformpro dl dd ol li input.addinput2 {
	max-width: 100%;
	width: 547px;
}


/* contact_consul
-------------------------------------------------------------------------------- */
body#contact_consul section .blue-bar {
    max-width: 782px;
}

#contact_consul section dl dd p.tex-center{
	width: 100%!important;
}

#contact_consul .wrap {
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


#contact_consul form#mailformpro dl dd {
	background-color: #f5f4ee;
	padding: 10px 5px 10px 20px;
/*    border-left: 10px solid #fff;*/
	width: auto;
	display: table-cell;
	text-align: left;
}

#contact_consul form#mailformpro #callTime1 dl dd, #contact_consul form#mailformpro #callTime2 dl dd {
	width: auto;
}

#contact_consul form#mailformpro dl dd ol li input.addinput2 {
	max-width: 100%;
	width: 547px;
}


/* truck
-------------------------------------------------------------------------------- */
#truck section .flex-center div {
    width: 29%;
    max-width: 300px;
    margin: 0 20px 0;
    padding: 0;
}





} /* end */
















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////


 (min-width: 992px) and (max-width: 1024px)(タブレット設定)


////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 992px) and (max-width: 1024px){

#page-top section.content02 .flex-content{
  flex-wrap: nowrap;
}

/* footer
------------------------------------------------------------------------ */
footer #info_block .footer-logo a img {
    display: inline-block;
  }

/* contact
-------------------------------------------------------------------------------- */
#contact section dl dd p.tex-center{
	width: 100%!important;
}

/* contact_consul
-------------------------------------------------------------------------------- */
#contact_consul section dl dd p.tex-center{
	width: 100%!important;
}




} /* /end */
















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- min-width768 max-width992(タブレット)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 992px) {

  /* 表示非表示切り替え設定
  ----------------------------------------------------------------------------------------------- */
  .pc-view {
    display: none;
  }
  .sp-tab-view {
    display: block;
  }
  .cate_title{
    text-align: center;
    margin:0 auto;
    width: 50%;
  }

/* toTop
----------------------------------------------------------------------------------------------- */
#toTop {
    bottom: 70px;
    right: 20px;
}

/* navbar
-------------------------------------------------------------------------------- */
.navbar .container {
  width: 100%;
  text-align: center;
  margin: 0 0;
  padding: 0;
}
.navbar .container .row {
  margin-right: 0px;
  margin-left: 0px;
}
.navbar-custom ul.nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -1.2px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0;
  padding: 5px 8px 0;
}
.navbar-custom ul.nav li.contact a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0px 0 0px;
  padding: 35px 15px 0;
  position: relative;
}
.navbar-custom ul.nav li.menu a {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0px 0 0px;
  padding: 0;
  position: relative;
}

/* main-imageの設定
----------------------------------------------------------------------------------------------- */

/* .swiper
----------------------------------------------------------------------------------------------- */
#main-image .comment01 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 15px;
  padding: 0px;
  text-shadow: 2px 2px 2px #000;
}
#main-image .comment02 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 0px;
  padding: 0px;
  text-shadow: 2px 2px 2px #000;
}
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 0;
    padding: 90% 0 0; */
    height: 100%;
    min-height: 720px;
}

/* owl-carousel
-------------------------------------------------------------------------------- */
section .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 100%;
}

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
  padding: 0 15px 0;
}

/* table-responsive
-------------------------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sp-info {
  text-align: left;
  color: #DD0000;
  text-indent: -1em;
  margin: 0 0 0 1em !important;
  padding: 0;
}
.sp-info::before {
  content: "※";
  margin: 0px;
}


/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-4 > li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 5px;
}
.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
  padding: 0;
}


/* topタイトル
-------------------------------------------------------------------------------- */
#page-top section .title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  text-align: center;
  margin: 0px 0px 40px;
  padding: 0 0 0;
}
#page-top section .title span {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 0;
    padding: 10px 0 0;
}
/* content01
-------------------------------------------------------------------------------- */
#page-top .content01 .list-block li .head {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    font-weight: normal;
    color: #1a3546;
    text-align: center;
    margin: 20px 0 30px;
    padding: 0 0 20px 0;
    background: url(../images/top/underline.png) no-repeat bottom;
}

#page-top .content01 .text940 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    margin: 0 0 50px;
    padding: 0 0 0 0;
    letter-spacing: -0.8px;
    display: inline-block;
    width: 100%;
    max-width: 940px;
}
#page-top .content01 .list-block li .comment {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    margin: 0 0 0px;
    padding: 0 0 0 0;
}


/* content02
-------------------------------------------------------------------------------- */
#page-top section.content02 .flex-wrap-left::before,
#page-top section.content02 .flex-wrap-right::before {
    content: none;
}
#page-top section.content02 .flex-wrap-left,
#page-top section.content02 .flex-wrap-right {
    margin: 0 auto 60px;
    padding: 0 0 0px;
    position: relative;
}
#page-top section.content02 .flex-content .image-area {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 0;
    padding: 0 0 0;
    order: 0;
}
#page-top section.content02 .flex-content .text-area {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 0;
    padding: 40px 15px 20px;
    order: 1;
    background: #0c1a23;
}
#page-top section.content02 .flex-content .text-area .head {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    text-align: center;
    letter-spacing: -1.5px;
    color: #fff;
    margin: 0 0 25px;
    padding: 0 0 0;
}
#page-top section.content02 .flex-content .text-area .comment {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin: 0 0 0px;
    padding: 0 0 0;
}

/* content03
-------------------------------------------------------------------------------- */
#page-top .content03 .list-block li .text01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: normal;
    color: #1a3546;
    text-align: center;
    margin: 20px 0 0px;
    padding: 0 0 0px 0;
}


/* content04
-------------------------------------------------------------------------------- */
#page-top section.content04 .flex-content .image-area {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
}
#page-top section.content04 .flex-content .image-area .img {
    width: 100%;
    /* max-width: 894px; */
    height: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    padding: 56.81818181818182% 0 0;
}
#page-top section.content04 .flex-content .text-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 40px 15px 60px;
    background: #fefdf6;
}

/* content05
-------------------------------------------------------------------------------- */
#page-top .content05 {
    background-image: url(../images/top/content05_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 365px;
    margin: -32px auto 0px;
    padding: 70px 0 0px;
}
#page-top .content05 .title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  letter-spacing: -0.8px;
  text-align: left;
}


/* news
-------------------------------------------------------------------------------- */
#page-top .news {
    margin: 0 auto 80px;
    padding: 60px 0 0;
}
#page-top .news .title-center {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    text-align: center;
    font-weight: normal;
    color: #1a3546;
    margin: 0px 0px 30px;
    padding: 0 0 0;
}

#page-top section.news .container div#news_block dl dd .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    color: #000;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}
#page-top section.news .container div#news_block dl dd p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #000000;
    text-align: left;
    margin: 0 0 0px;
    padding: 0;
}


/* sitemap_area
-------------------------------------------------------------------------------- */
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
    display: flex;
    text-decoration: none;
    text-align: center;
    list-style: none;
    justify-content: space-between;
    height: 70px;
}
.footer_area .footer_area_inner li {
    margin: 0;
    padding: 0 0 0;
    width: 33%;
}

.footer_area .footer_area_inner li a p {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    display: inline-block;
    margin: 0;
    padding: 27px 5px 21px;
    position: relative;
}

.footer_area .footer_area_inner .button02 a p {
    padding: 0 0 0 39px;
}
.footer_area .footer_area_inner .button02 a p::before {
    width: 29px;
    height: 22px;
}
.footer_area .footer_area_inner .button03 a p {
    padding: 0 0 0 31px;
}
.footer_area .footer_area_inner .button03 a p::before {
    width: 21px;
    height: 16px;
}
.footer_area .footer_area_inner .button01 .telbox {
    display: inline-block;
    margin: 0 auto 0;
    padding: 21px 5px 10px 35px;
    position: relative;
}
.footer_area .footer_area_inner .button01 .telbox .tel01 {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: left;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0px;
    padding: 0 0 0;
    position: relative;
    letter-spacing: -1.5px;
    background: transparent;
}
.footer_area .footer_area_inner .button01 .telbox .tel01 span {
    font-size: 20px;
    font-size: 2.0rem;
    position: relative;
    top: 0;
    font-weight: normal;
}
.footer_area .footer_area_inner .button01 .telbox::before {
    width: 28px;
    height: 39px;
    top: 15px;
}


/* sitemap_area
-------------------------------------------------------------------------------- */
.sitemap_area #link_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0px;
    padding: 0;
    list-style: none;
    width: 100%;
}

.sitemap_area #link_block div.left {
    width: 25%;
    margin: 0 0 0px;
    padding: 0 0 0;
}
.sitemap_area #link_block div.center {
    width: 25%;
    margin: 0 0 0px;
    padding: 0 0 0;
}
.sitemap_area #link_block div.center div.w233 {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    text-align: center;
}
.sitemap_area #link_block div.right {
    width: 25%;
    margin: 0 0 0px;
    padding: 0 0 0;
}
.sitemap_area #link_block div div p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0 0 20px;
    padding: 0 0 12px;
    text-align: center;
    border-bottom: 1px solid #a9a9a9;
}
.sitemap_area #link_block div div ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}


/* footer
-------------------------------------------------------------------------------- */
footer div#link_block {
  margin: 0 auto 40px;
  padding: 10px 0 0px;
  text-align: center;
  width: 100%;
}
footer div#link_block > ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0px auto;
  padding: 0;
  text-align: left;
  list-style: none;
  width: 80%;
}
footer div#link_block > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0 0 0 13px;
  position: relative;
  margin: 0 20px 10px;
  list-style: none;
}

footer div#info_block {
  width: 100%;
  flex-wrap: wrap;
}
footer #info_block .footer-logo a img {
    display: inline-block;
  }

footer div#info_block {
  width: 100%;
}
footer .tel-block {
  position: relative;
  margin: 0 auto 40px;
  padding: 0px 0 0px 56px;
  text-align: center;
  display: inline-block;
}
footer .add-block {
  position: relative;
  margin: 0 auto 40px;
  padding: 0px 0 0px;
  display: inline-block;
}

footer .link-block {
    position: relative;
    margin: 0 auto 0;
    padding: 0px 0 0px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
footer .banner-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px;
  padding: 0px 0 0;
  width: 100%;
  list-style: none;
}
footer .banner-list li {
  margin: 0 0 0;
  padding: 0px 0 0;
  width: 24%;
}



.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: none;
  width: 100%;
}



/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
/* [id^="page-"],
[id^="news-"] {
  margin-top:-100px !important;
  padding-top:100px !important;
} */

#content-01,
#content-02,
#content-03,
#content-04,
#content-05,
#content-06 {
  margin-top:-100px !important;
  padding-top:100px !important;
}


/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section .title {
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  color: #1a3546;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 50px;
  padding: 0 0 0px;
  position: relative;
}



/* contactページ
-------------------------------------------------------------------------------- */
body#contact section .blue-bar {
    max-width: 562px;
}

body#contact section .chara-head {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 0px;
    padding: 0 0 0px;
}
body#contact section .chara-head span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 10px 0px 0;
    padding: 0 0 0px;
}
body#contact section .blue-bar::before {
    width: 26.5%;
    height: 106%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5%;
    left: -10%;
}
body#contact section .blue-bar::after {
    content: '';
    background: url(../images/contact/chara02.png) no-repeat;
    background-size: 100%;
    width: 21.2%;
    height: 113%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -13%;
    right: -10%;
}

body#contact section .contact-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
    letter-spacing: -0.8px;
    text-align: center;
    font-weight: 400;
    position: relative;
    background-image: none;
    margin: 0px 0px 0px;
    padding: 0 0 0px;
}
#contact .message-box{
	padding: 25px 30px;
}
#contact .message-box span:first-of-type{
	font-size: 43px;
font-size: 4.3rem;
}
#contact section dl dd p.tex-center{
	width: 100%!important;
  text-align: left;
}

#contact section .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#contact form#mailformpro dl dt {
	color: #fff;
	width: 220px;
	display: table-cell;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding: 17px 15px 0px 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	position: relative;
	font-weight: 100;
}
#contact form#mailformpro dl dd {
	padding: 10px 10px 10px 20px;
	border-left: none;
	width: 430px;
	display: table-cell;
	text-align: left;
}
#contact form#mailformpro #callTime1 dl dd, #contact form#mailformpro #callTime2 dl dd {
	width: 430px;
border-left: none;
}

#contact #mailformpro > div > dl > dd input.addinput2 {
	width: 100%;
}

#contact #mailformpro > div > dl > dd input[type=text]:not(:last-child) {
	margin-bottom: 5px;
}

#contact #mailformpro > div > dl > dd input[type=email] {
	width: calc(100% - 10px) !important;
}
#contact #mailformpro > div > dl > dd > input.input04 {
	width: 96% !important;
	height: 100%;
}
#contact form#mailformpro dl dd ol li input.addinput2 {
	max-width: 100% !important;
	height: 100%;
	width: 100%;
}

#contact form#mailformpro #callTime1 dl dd .caution,
#contact form#mailformpro #callTime2 dl dd .caution {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}


/* contact_consulページ
-------------------------------------------------------------------------------- */
body#contact_consul section .blue-bar {
    max-width: 562px;
}

body#contact_consul section .chara-head {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 0px;
    padding: 0 0 0px;
}
body#contact_consul section .chara-head span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 10px 0px 0;
    padding: 0 0 0px;
}
body#contact_consul section .blue-bar::before {
    width: 20.5%;
    height: 109%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -8%;
    left: -10%;
}
body#contact_consul section .blue-bar::after {
    width: 21.2%;
    height: 112%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -11%;
    right: -10%;
}
body#contact_consul section .contact-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
    letter-spacing: -0.8px;
    text-align: center;
    font-weight: 400;
    position: relative;
    background-image: none;
    margin: 0px 0px 0px;
    padding: 0 0 0px;
}
#contact_consul .message-box{
	padding: 25px 30px;
}
#contact_consul .message-box span:first-of-type{
	font-size: 43px;
font-size: 4.3rem;
}
#contact_consul section dl dd p.tex-center{
	width: 100%!important;
  text-align: left;
}

#contact_consul section .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#contact_consul form#mailformpro dl dt {
	color: #fff;
	width: 220px;
	display: table-cell;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding: 17px 15px 0px 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	position: relative;
	font-weight: 100;
}
#contact_consul form#mailformpro dl dd {
	padding: 10px 10px 10px 20px;
	border-left: none;
	width: 430px;
	display: table-cell;
	text-align: left;
}
#contact_consul form#mailformpro #callTime1 dl dd, #contact_consul form#mailformpro #callTime2 dl dd {
	width: 430px;
border-left: none;
}

#contact_consul #mailformpro > div > dl > dd input.addinput2 {
	width: 100%;
}

#contact_consul #mailformpro > div > dl > dd input[type=text]:not(:last-child) {
	margin-bottom: 5px;
}

#contact_consul #mailformpro > div > dl > dd input[type=email] {
	width: calc(100% - 10px) !important;
}
#contact_consul #mailformpro > div > dl > dd > input.input04 {
	width: 96% !important;
	height: 100%;
}
#contact_consul form#mailformpro dl dd ol li input.addinput2 {
	max-width: 100% !important;
	height: 100%;
	width: 100%;
}

#contact_consul form#mailformpro #callTime1 dl dd .caution,
#contact_consul form#mailformpro #callTime2 dl dd .caution {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}


/* safety
-------------------------------------------------------------------------------- */
#safety section .flex-block .box .head {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    font-weight: normal;
    color: #1a3546;
    letter-spacing: -0.8px;
    text-align: center;
    margin: 30px 0 25px;
    padding: 0 0 0px 0;
}
#safety section .flex-block .box .comment {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #000000;
    text-align: left;
    margin: 0 0 0px;
    padding: 0 0 0 0;
}

/* service
-------------------------------------------------------------------------------- */
#service section .flex-block.margin115 {
    margin: 0px 0 80px;
}

#service section p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
}
#service section .text01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
}
#service section .list-2 li .head {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    font-weight: normal;
    color: #1a3546;
    letter-spacing: -0.8px;
    text-align: center;
    margin: 20px 0 15px;
    padding: 0 0 0px 0;
}
#service section .list-2 li .comment {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #000000;
    text-align: left;
    margin: 0 0 0px;
    padding: 0 0 0 0;
}


/* recruit
-------------------------------------------------------------------------------- */
#recruit section .banner-area {
    margin: 60px auto 0px;
    padding: 0;
    text-align: center;
}
#recruit section .summary > dl > dt {
    width: 190px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding: 30px 20px 20px;
}


/* company
-------------------------------------------------------------------------------- */
#company section .text01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}
#company section .text1000 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
  display: inline-block;
  width: 100%;
  max-width: 1000px;
}

#company section .summary > dl > dt {
    width: 190px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding: 30px 20px 20px;
}

/* truck
-------------------------------------------------------------------------------- */
body#truck section:first-of-type {
    margin: 0;
    padding: 0 0 80px;
}
#truck section .flex-center div {
    width: 29%;
    max-width: 300px;
    margin: 0 15px 0;
    padding: 0;
}
#truck section .flex-block .right {
    max-width: 331px;
    margin: 0 0 0;
    padding: 0;
}
#truck section .flex-block .right div:first-child {
    margin: 0 0 3%;
    padding: 0;
}
#truck section .list dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    font-weight: normal;
    color: #000;
    margin: 0 0 0px;
    padding: 0 0 7px 4px;
    display: table-cell;
    width: 120px;
}
#truck section .list dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: right;
    color: #000;
    margin: 0 0 0px;
    padding: 0px 4px 7px 0;
    display: table-cell;
    width: auto;
}


} /* end */
















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width768(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 767px) {
body{
  background: none;
  padding-top: 0!important;
}

body > .navbar{
  height: 60px;
  background: no-repeat;
  box-shadow: none;
  position: relative;
}
.navbar-fixed-top{
  z-index: auto;
}
div .navbar-brand{
  /* padding: 12px 0 0;
  height: 60px; */
  display: none;
}

div .navbar-brand .logo{
  font-size: 2.5rem;
  line-height: 15px;
}

div .navbar-brand .logo::before{
  width: 65px;
  margin: 6px 0 0px;
  padding: 0;
  top: 30%;
}

.is-animation .navbar, body:not(#page-top).is-animation .navbar{
  box-shadow: none;
}

body#page-top .sp-view.navbar-brand.hoverimg{
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 66px;
  display: block;
  height: 60px;
  width: 100%;
  background: rgba(31,38,58,1) repeat;
  z-index: 1;
  position: absolute;
}

body#page-top .sp-view.navbar-brand.hoverimg .logo {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 29px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  letter-spacing: -0.8px;
  text-align:center;
  position: relative;
  margin: 0 auto;
  padding: 6px 0px 0px 80px;
}
body#page-top .sp-view.navbar-brand.hoverimg .logo span {
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: -1.5px;
}
body#page-top .sp-view.navbar-brand.hoverimg .logo::before {
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 65px;
  height: 69px;
  margin: 0 0 0 10px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  display: inline-block;
}
/* div .navbar-brand{
  display: none;
} */
/**/
.navbar-custom ul.nav li.menu a.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
body:not(#page-top) .sp-view.navbar-brand.hoverimg {
  display: flex!important;
  justify-content: center!important;
  margin: 0 !important;
  padding: 0 66px;
  display: block;
  height: 60px;
  width: 100%;
  background: rgba(31,38,58,1) repeat;
  z-index: 1;
position: absolute;
}
body:not(#page-top) .sp-view.navbar-brand.hoverimg .logo {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 29px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  letter-spacing: -0.8px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  padding: 6px 0px 0px 80px;
}
body:not(#page-top) .sp-view.navbar-brand.hoverimg .logo span {
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: -1.5px;
}
body:not(#page-top) .sp-view.navbar-brand.hoverimg .logo::before {
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 65px;
  height: 69px;
  margin: 0 0 0 10px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  display: inline-block;
}
.is-animation div .navbar-brand{
  display: none;
}
.is-animation .navbar{
  background: none;
  box-shadow: none;
}

/**/
.swiper-container-horizontal > .swiper-pagination-bullets{
  display: none;
}
body:not(#page-top) h1.logo{
  text-align: center;
  margin: 10px;
}
body:not(#page-top) h1.logo > img {
    display: block;
    margin: 0 auto;
    width: auto;
    padding: 0 60px;
}
.navbar-custom ul.nav li.menu a .menu-trigger{
  width: 32px;
  height: 22px;
  top: 10px;
  margin: 0 -16px 0 0;
}

.navbar-custom ul.nav li.menu a .menu-trigger span:nth-of-type(2) {
    top: 10px;
}

.navbar-custom ul.nav li.menu a .menu-trigger p {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 30px 0 0;
}
  .cate_title {
    text-align: center;
    margin: 0 auto;
    width: 50%;
}
  #page-top section:first-of-type{
    margin: 0;
    padding: 60px 0;
  }
  #page-top section {
    margin: 0;
    padding: 0px 0;
  }

  #page-top .content02 {
  margin: 0 auto 0px;
  padding: 60px 0 60px;
}
  #page-top .content03 {
  margin: 0 auto 0px;
  padding: 60px 0 60px;
}
  #page-top .content04 {
  margin: 0 auto 0px;
  padding: 0px 0 0px;
}
#page-top .content05 {
  height: 0;
  min-height: 0;
  margin: 0 auto 0px;
  padding: 51% 0 0px;
  position: relative;
  background-image: url(../images/top/content05_bg_sp.png);
}

  #page-top section.news {
    margin: 0 0 0;
    padding: 40px 0 60px;
  }

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
  padding: 0 15px 0;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: none;
}
.sp-tab-view {
  display: none;
}
.sp-view {
  display: block;
}

/* wrap
-------------------------------------------------------------------------------- */
.home-section {
  padding-top: 60px;
  padding-bottom: 70px;
  display: block;
  position: relative;
  z-index: 120;
}

/* table-responsive
-------------------------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none;
}
.sp-info {
  text-align: left;
  color: #DD0000;
  text-indent: -1em !important;
  margin: 0 0 0 1em !important;
  padding: 0 !important;
}

.sp-info::before {
  content: "※";
  margin: 0px;
}

/* image-left image-right
-------------------------------------------------------------------------------- */
.image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

.image-left02 {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

.image-right {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

/* gbtn
-------------------------------------------------------------------------------- */
a.gbtn:link, a.gbtn:visited {
  display: inline-block;
  width: 100%;
  margin: 60px auto 40px;
  padding: 15px 10px 15px 46px;
  border: 1px solid #222222;
  background: transparent;
  color: #222222;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1.4px;
  text-indent: -36px;
}

.teldisplay {
    display: block !important;
}
.telmark {
    font-size: 30pt;
    background-color: #a8a8a8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 68px;
    color: #FFF;
    z-index: 50000;
}
.mapdisplay {
display: table !important;
z-index: 10;
    /* display: block !important; */
}
.mapmark {
  /* font-size: 30pt;
   background-color: #a8a8a8;
   border-radius: 50%;
    width: 50px;
    height: 50px;
   display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
   top: 10px;
    right: 127px; */
    font-size: 28pt;
    display: table-cell;
    color: #FFF;
    z-index: 50000;
    top: 0;
    left: 0;
    background: #4b5265;
    width: 65px;
    height: 60px;
    padding-top: 3px;
}
.mapmark p{
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

/* drawer_menu
-------------------------------------------------------------------------------- */
.drawer_menu {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(100%);
    transition: all .5s;
    -webkit-overflow-scrolling: touch;
    padding: 70px 0 50px;
    margin: 0 0 50px;
}

/* nav
-------------------------------------------------------------------------------- */
.navbar-header {
  float: left;
  margin: 0;
  padding: 0;
}
.navbar-collapse {
  border-top: 0px;
}

.navbar .container {
  width: 100%;
  text-align: center;
  margin: 0 0;
  padding: 0;
}
.navbar .container .row {
  margin-right: 0px;
  margin-left: 0px;
}
div .navbar-brand .logo {
  margin: 0px 0 0px;
  padding: 0px 0 0 75px;
  text-align: left;
  position: relative;
}
.navbar-custom ul.nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -1.2px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0;
  padding: 5px 8px 0;
}
.navbar-custom ul.nav li.contact a {
  display: none;
}
.nav.navbar-nav:last-of-type {
    margin: 0 0 0 0px;
}
.navbar-custom ul.nav li.menu {
    margin: 0 0 0 0px;
    padding: 0;
}
.navbar-custom ul.nav li.menu a {
  display: block;
  width: 65px;
  height: 60px;
  /* height: 85px; */
  margin: 0 0 0px 0px;
  padding: 0;
  position: relative;
}

.navbar-custom ul.nav li.contact {
  margin: 0 0 0 0px;
  padding: 0;
}

.drawer_menu li a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  padding: 20px 10px 15px;
  display: block;
}

.drawer_menu ul > li > ul > li > a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: left;
  padding: 10px 10px 5px;
}

.navbar-custom ul.nav li.mado,
.navbar-custom ul.nav li.toto,
.navbar-custom ul.nav li.lixil {
    display: none;
}
.navbar-custom ul.nav li.facebook,
.navbar-custom ul.nav li.insta,
.navbar-custom ul.nav li.pinterest {
    display: none;
}

.navbar-custom .nav-comment {
  display: none;
}

/* .swiper
----------------------------------------------------------------------------------------------- */
.swiper-wrapper {
  margin: 0px 0 0;
}

.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding: 98% 0 0;
    min-height: auto;
    min-height: initial;
    /* height: 100%;
    min-height: 700px; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    display: none;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    display: none;
}



/* main
-------------------------------------------------------------------------------- */
#main-image .block {
    z-index: 99;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main-image .block > h1{
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block; */
display: none;
}

#main-image .comment01 {
  font-size: 17px;
  font-size: 5.313vw;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  margin: 30px 0px 2%;
  padding: 0px;
}
#main-image .comment02 {
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 0px;
  padding: 0px;
}


/* owl-carousel
-------------------------------------------------------------------------------- */
.carousel-block {
  clear: both;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}

section .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 100%;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}

.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}

.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
}

/* top共通部分
-------------------------------------------------------------------------------- */
section {
  text-align: center;
}

section.news {
    margin: 0 auto 0;
    padding: 50px 0 80px;
}

#page-top section .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  color: #000000;
  margin: 0px 0px 30px;
}
#page-top section .title span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#page-top section .title-type2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 10px;
  padding: 0;
}
#page-top section .title-type2::before {
  width: 14px;
  height: 29px;
  display: inline-block;
  margin: 0px 0px 0;
  padding: 0;
  position: relative;
  top: 4px;
  left: -10px;
}
#page-top section .title-type2::after {
  width: 14px;
  height: 29px;
  display: inline-block;
  margin: 0px 0px 0;
  padding: 0;
  position: relative;
  top: 4px;
  right: -10px;
}
#page-top section .main-sub {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin: 0 0 40px;
  padding: 0;
}

section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  color: #000000;
  margin: 0 0 30px;
}

section p.center {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  color: #000000;
  margin: 0 0 30px;
}

/* section span.sub-title {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 0 0 30px;
  text-align: left;
}
section.content04 span.sub-title {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 0 0 30px;
  text-align: left;
    color: #fff;
} */

section a.link-btn {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 48px;
  text-align: center;
  background-repeat: repeat;
  margin: 30px auto 0px;
  padding: 2px 0 5px;
  letter-spacing: -0.8px;
  display: inline-block;
  width: 100%;
  height: 50px;
}
footer div#link_block {
    display: none;
}

/* content01
-------------------------------------------------------------------------------- */
#page-top .content01 .flex-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    margin: 0 auto 20px;
    padding: 0;
}
#page-top .content01 .flex-block .right {
    width: 31.6%;
    max-width: 311px;
    margin: 0 0 0;
    padding: 0;
}
#page-top .content01 .list-block li .head {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    font-weight: normal;
    color: #1a3546;
    text-align: center;
    margin: 20px 0 30px;
    padding: 0 0 20px 0;
    background: url(../images/top/underline.png) no-repeat bottom;
}

#page-top .content01 .text940 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    margin: 0 0 40px;
    padding: 0 0 0 0;
    letter-spacing: -0.8px;
    display: inline-block;
    width: 100%;
    max-width: 940px;
}
#page-top .content01 .list-block li .comment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    margin: 0 0 0px;
    padding: 0 0 0 0;
}


/* content02
-------------------------------------------------------------------------------- */
#page-top section.content02 .flex-content{
  padding: 0 20px;
}
#page-top section.content02 .flex-wrap-left::before,
#page-top section.content02 .flex-wrap-right::before {
    content: none;
}
#page-top section.content02 .flex-wrap-left,
#page-top section.content02 .flex-wrap-right {
    margin: 0 auto 40px;
    padding: 0 0 0px;
    position: relative;
}
#page-top section.content02 .flex-content .image-area {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 0;
    padding: 0 0 0;
    order: 0;
}
#page-top section.content02 .flex-content .text-area {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 0;
    padding: 20px 15px 20px;
    order: 1;
    background: #0c1a23;
}
#page-top section.content02 .flex-content .text-area .head {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    text-align: center;
    letter-spacing: -1.5px;
    color: #fff;
    margin: 0 0 25px;
    padding: 0 0 0;
}
#page-top section.content02 .flex-content .text-area .comment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #fff;
    margin: 0 0 0px;
    padding: 0 0 0;
}

/* content03
-------------------------------------------------------------------------------- */
#page-top .content03 .list-block li {
    width: 32%;
    max-width: 270px;
    margin: 0 0 30px;
    padding: 0;
}
#page-top .content03 .list-block li .text01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    font-weight: normal;
    color: #1a3546;
    text-align: center;
    margin: 10px 0 0px;
    padding: 0 0 0px 0;
}

#page-top .content03 a.link-btn {
    margin: 0px auto 0px;
}


/* content04
-------------------------------------------------------------------------------- */
#page-top section.content04 .flex-content .image-area {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
}
#page-top section.content04 .flex-content .image-area .img {
    width: 100%;
    /* max-width: 894px; */
    height: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    padding: 56.81818181818182% 0 0;
}
#page-top section.content04 .flex-content .text-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 40px 15px 60px;
    background: #fefdf6;
}
#page-top section.content04 .flex-content .text-area .text01 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
    font-weight: normal;
    text-align: center;
    color: #1a3546;
    margin: 0 0 20px;
    padding: 0;
}

#page-top section.content04 .flex-content .text-area .text02 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
    padding: 0;
}

/* content05
-------------------------------------------------------------------------------- */
#page-top .content05 .title {
  font-size: 20px;
  font-size: 4.8vw;
  line-height: 1.5;
  text-shadow: 2px 2px 2px #000;
  letter-spacing: -0.8px;
  text-align: left;
  position: absolute;
  top: 15%;
  left: 15px;
}


/* news
-------------------------------------------------------------------------------- */
#page-top .news {
    margin: 0 auto 80px;
    padding: 60px 0 0;
}
#page-top .news .title-center {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
    color: #1a3546;
    margin: 0px 0px 30px;
    padding: 0 0 0;
}

#page-top section.news .container div#news_block dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #000000;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 10px 0;
    display: block;
    width: 100%;
}
#page-top section.news .container div#news_block dl dd {
    margin: 0 0 10px;
    padding: 0 10px 0;
    display: block;
}
#page-top section.news .container div#news_block dl dd .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #000;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}
#page-top section.news .container div#news_block dl dd p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    color: #000000;
    text-align: left;
    margin: 0 0 0px;
    padding: 0;
}


/* sitemap_area
-------------------------------------------------------------------------------- */
.sitemap_area {
  display: none;
}


/* footer_area
-------------------------------------------------------------------------------- */
.footer_area {
  display: none;
}


/* footer
-------------------------------------------------------------------------------- */
footer {
  margin: 80px 0 0px;
  padding: 40px 0 90px;
  /* background-color: #111111; */
  position: relative;
  border-top: 2px solid #4b5265;
}

.footer-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.nav-item {
  width: 49.8%;
  margin: 0 0 0.3%;
  padding: 0;
  background: rgba(61,128,170,0.9);
}
.nav-item:last-child {
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  background: rgba(61,128,170,0.9);
}
.nav-item a {
  display: block;
  margin: 0 auto 0;
  text-align: center;
  padding: 0 0 0;
  position: relative;
}
.nav-item a p {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav-item a:hover,
.nav-item a:active {
  color: #E9790B;
}
.nav-item.icon01 a p {
  padding: 15px 0 15px 30px;
}
.nav-item.icon02 a p {
  padding: 15px 0 15px 30px;
}
.nav-item.icon04 a p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 0 15px 30px;
}
.nav-item i {
  display: inline-block;
  font-size: 24px;
}
.nav-item.icon01 a::before {
    content: '';
    display: inline-block;
    background: url(../images/people.png) no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 20px;
    height: 17px;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.nav-item.icon02 a::before {
    content: '';
    display: inline-block;
    background: url(../images/mail.png) no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 20px;
    height: 16px;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.nav-item.icon04 a::before {
    content: '';
    background: url(../images/tel.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 27px;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


footer div#info_block {
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
footer #info_block .inner .name-block a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin: 0px 0px 0;
    padding: 5px 0 0 0;
    letter-spacing: -0.8px;
    text-align: center;
    position: relative;
    color: #000;
}
footer #info_block .inner .info .map {
    position: relative;
    display: block;
    width: 108px;
    background: #747474;
    margin: 5px 0 10px 0;
    padding: 8px 15px 4px;
}
footer .add-block {
  position: relative;
  margin: 0 auto 0;
  padding: 0px 0 0px;
  display: block;
  width: 100%;
  text-align: center;

}
footer ul.add {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  padding: 0px 0 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}
footer ul.add .name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  margin: 0px auto 0;
  padding: 0px 0 0 0;
  text-align: left;
  position: relative;
  /* color: #fff; */
}
footer ul.add li.name .name-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
    padding: 0px 0 0 50px;
    text-align: center;
    position: relative;
    list-style: none;
}
footer ul.add .name .name-block::before {
    width: 40px;
    height: 40px;
}
footer ul.add .name .small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: normal;
  margin: 0px 0 8px;
  padding: 0px 0 0 0px;
  display: block;
}
footer ul.add .name .mini {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: normal;
  margin: 0px 0 0;
  padding: 0px 0 0 0px;
  display: inline-block;
}

footer ul.add .info {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: normal;
    margin: 0px 0 0;
    padding: 0px 0 0 0px;
    letter-spacing: -0.8px;
    display: block;
}
footer ul.add p.info .map {
    position: relative;
    display: block !important;
    background: #2467a5;
    margin: 0 0 10px 0;
    padding: 5px 0px 2px;
    width: 90px;
    text-align: center;
}
footer ul.add .info .map span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
footer .link-block {
    position: relative;
    margin: 0 auto 0;
    padding: 0px 0 0px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
footer .link-block ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0px 0;
    padding: 0px 0 0 0;
    text-align: center;
    position: relative;
    list-style: none;
}
footer .link-block ul li {
    margin: 0 5px 0px;
    padding: 0 0;
    position: relative;
    width: 24%;
}
.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: none;
  width: 100%;
}


/* 各ページsection
------------------------------------------------------------------------------------- */
body:not(#page-top) section:first-of-type{
  margin: 0;
  padding: 0 0 40px;
}
body:not(#page-top) section {
  margin: 0;
  padding: 0px 0 40px;
}


/* 各ページ背景
------------------------------------------------------------------------------------- */
#back {
  position: relative;
  overflow: hidden;
  margin: 0 auto 60px;
  z-index: 0;
  width: 100%;
  min-height: 70px;
}

#breadcrumb-box {
  display: none;
}
.back-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.back-inner-content > .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 0px;
  padding: 0 0 0;
  position: relative;
  display: inline-block;
}
.back-inner-content .title span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0;
  display: block;
}

/* cell.is-empty設定
----------------------------------------------------------------------------------------------- */
.cell.is-empty {
  width: 70px;
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) [id^="page-"],
body:not(#page-top) [id^="news-"] {
  margin-top:-85px !important;
  padding-top:85px !important;
}

#content01,
#content02,
#content03,
#content04,
#content05,
#content06 {
  margin-top:-85px !important;
  padding-top:85px !important;
}


/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
  position: relative;
  letter-spacing: -1.4px;
  margin: 0px 0px 30px;
  padding: 0 0 0px;
  border-bottom: 0;
}

body:not(#page-top) section .title-type02 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
  position: relative;
  letter-spacing: -1.4px;
  margin: 0px 0px 0px;
  padding: 0 0 0px;
  border-bottom: 0;
}
body#contact section .sub-head {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    color: #1a3546;
    margin: 10px 0px 30px;
    padding: 0 0 0px;
}

body:not(#page-top) section .title span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -1.2px;
  margin: 0 0 0 10px;
}

body:not(#page-top) .content_title2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0 0 0px;
  position: relative;
}

body:not(#page-top) .content_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) .content_title span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 15px 0 0;
}

body:not(#page-top) .title_bar {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  background-image: url(../images/other_title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* toTop
-------------------------------------------------------------------------------- */
#toTop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1000;
}

/* privacy
------------------------------------------------------------------------------------- */
#privacy section .text01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    margin: 0 0 40px;
    padding: 0;
}

#privacy section p.heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
}
#privacy section .text01:last-of-type {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    margin: 0 0 0px;
    padding: 0;
}

/* コンタクトページの設定
-------------------------------------------------------------------------------- */
body#contact section .blue-bar {
    max-width: 562px;
    padding: 20px 0 15px;
}

body#contact section .chara-head {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    letter-spacing: -0.8px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 0px;
    padding: 0 0 0px 60px;
    display: inline-block;
}
body#contact section .chara-head span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: -0.8px;
    display: block;
    text-align: left;
    color: #fff;
    margin: 0px 0px 0;
    padding: 0 0 0px;
}
body#contact section .blue-bar::before {
    content: none;
}
body#contact section .blue-bar::after {
    content: none;
}
body#contact section .blue-bar .chara-head::before {
    content: '';
    background: url(../images/contact/chara01.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 59px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}


body#contact section .contact-title{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 34px;
	margin: 0px auto 0px;
	padding: 0px 0 0px;
  background-image: none;
}
body#contact section .sub-head {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    margin: 0px 0px 20px;
    padding: 0 0 0px;
}
#contact section p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
}

#contact .message-box{
	padding: 15px;
}
#contact .message-box span:first-of-type {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 29px;
	margin-bottom: 7px;
	display: block;
}
#contact .message-box span:nth-of-type(2){
font-size: 18px;
font-size: 1.8rem;
line-height: 26px;
}

#contact form#mailformpro dl {
display: block;
}
#contact div#entry_content form#mailformpro dl dt {
	display: block;
	width: 100%;
}

#contact form#mailformpro select {
font-size: 14px;
}

#contact section dl dd p.tex-center {
	width: 100%!important;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
  margin: 40px auto 40px;
  padding: 20px 15px 15px;
}
#contact section .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#contact section .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* #contact section h3.title {
	font-size: 30px !important;
	font-size: 3.0rem !important;
	line-height: 36px;
	color: #000;
	font-weight: normal;
	text-align: center;
	position: relative;
	letter-spacing: -1.4px;
	background-image: url(../images/other_title_bar.png) !important;
	margin: 0px 0px 40px;
	padding: 0 0 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
} */

#contact form#mailformpro > div > dl {
	width: auto;
	display: block;
	border: none!important;
}

#contact form#mailformpro > div > dl dt,
#contact form#mailformpro > div > dl dd,
#contact form#mailformpro #callTime1 dl dt,
#contact form#mailformpro #callTime1 dl dd,
#contact form#mailformpro #callTime2 dl dt,
#contact form#mailformpro #callTime2 dl dd,
#contact form#mailformpro #callTime3 dl dt,
#contact form#mailformpro #callTime3 dl dd,
#contact form#mailformpro #callTime4 dl dt,
#contact form#mailformpro #callTime4 dl dd {
	width: 100%;
	display: block;
border: none!important;
padding: 10px 15px 10px 15px;
font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
}

#contact #mailformpro > div > dl > dt {
	padding: 10px 5px 6px 28px;
}

#contact #mailformpro > div > dl > dt:before {
	top: 14px;
	left: 12px;
}

#contact #mailformpro > div > dl > dd {
	border-left: none;
	margin: 0 0 10px;
	padding: 5px 8px 8px;
}

#contact #mailformpro > div > dl#conf_block,
#contact #mailformpro > div > dl#conf_block dd {
	border: none!important;
}

#contact #mailformpro > div > dl > dd > textarea,
#contact #mailformpro > div > dl > dd > input/*,
#contact #mailformpro > div > dl > dd > select*/ {
	width: 100% !important;
	height: 100% !important;
	margin: 5px 0;
	padding: 5px;
}

#contact #mailformpro > div > dl > dd > .check_box {
	width: unset !important;
	height: auto !important;
	margin: 5px 5px 0 0px;
	padding: 5px;
}

#contact #mailformpro > div > dl > dd > input[type=text]:not(:last-child) {
	margin-bottom: 5px;
  font-size: 16px;
font-size: 1.6rem;
}

#contact #mailformpro > div > dl > dd > textarea {
min-height: 10em;
margin-bottom: 0;
font-size: 16px;
font-size: 1.6rem;
}

#contact #mailformpro > div > dl > dd > select {
	font-size: 14px;
}

#contact form#mailformpro label.check {
margin: 5px 5px 10px 23px;
font-size: 18px !important;
line-height: 26px;
padding: 5px 0px 5px;
text-indent: -23px;
}

#contact form#mailformpro dl dd ol li input[type=text] {
	max-width: 100%;
	width: 100% !important;
	margin: 0;
	padding: 5px 5px 0px;
  font-size: 16px;
font-size: 1.6rem;
}

#contact #mailformpro > div > dl > dd > input.input01 {
	width: 100% !important;
	height: 100% !important;
}

#contact #mailformpro > div > dl > dd > ol > li {
	padding-bottom: 5px;
}

#contact #mailformpro > div > dl > dd > ol > li > input.input02 {
	width: 100% !important;
	height: 100% !important;
}

#contact #mailformpro > div > dl > dd > input.input03 {
	width: 100% !important;
	max-width: 100%;
	height: 100% !important;
  font-size: 16px;
font-size: 1.6rem;
}
#contact #mailformpro > div > dl > dd > input.input04 {
	width: 100% !important;
	height: 100% !important;
  font-size: 16px;
  font-size: 1.6rem;
}
#contact #mailformpro > div > dl > dd ol li input.addinputnum {
    width: 200px !important;
}

#contact form#mailformpro button#button_mfp_goconfirm {
		width: 100% !important;
    max-width: 350px;
		background-size: 100%;
}

#contact div#mfp_overlay_inner {
	width: 95%;
}

#contact div#mfp_overlay_inner h4 {
	padding: 10px 0 20px;
}

#contact div#mfp_overlay_inner table#mfp_confirm_table {
	border-bottom: solid 1px #CCC;
	margin-bottom: 20px;
}

#contact div#mfp_overlay_inner table#mfp_confirm_table tr th,
#contact div#mfp_overlay_inner table#mfp_confirm_table tr td {
	display: block;
	width: 100%;
}

#contact div#mfp_overlay_inner table#mfp_confirm_table tr th {
	font-size: 1.1em;
	padding-bottom: 0;
}

#contact div#mfp_overlay_inner table#mfp_confirm_table tr td {
	border-top: none;
}
#contact div#mfp_overlay_inner .mfp_element_submit,
#contact div#mfp_overlay_inner .mfp_element_reset,
#contact div#mfp_overlay_inner .mfp_element_button {
	font-size: 18px;
	line-height: 1.8em;
}


#contact form#mailformpro dl dd ul li {
font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
}
form#mailformpro label {
	margin: 0!important;

}
#contact  p.caution_mail {
	text-align: center;
  margin: 30px auto 0;
  padding: 50px 0 0 0px;
  font-size: 21px;
  font-weight: normal;
  position: relative;
  display: inline-flex;
	line-height:26px;
}
#contact form#mailformpro #callTime1 dl dd .caution,
#contact form#mailformpro #callTime2 dl dd .caution {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
}
#contact p.caution_mail::before {
	content: '';
	background-image: url(../images/contact/caution_icon.png);
	background-repeat: no-repeat;
	margin: 0 auto 0px;
	padding: 0;
	position: absolute;
	width: 46px;
	height: 40px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#thanks .thanks p.text-content {
width: 100%;
font-size: 14px;
font-size: 1.4rem;
line-height: 26px;
color: #000000;
margin: 0 0 0;
padding: 0;
text-align: left;
display: inline-block;
}
#thanks section p.caution_mail {
text-align: center;
margin: 30px auto 0;
padding: 50px 0 0 0px;
font-size: 18px;
line-height: 30px;
font-weight: normal;
position: relative;
display: inline-block;
}

#thanks section p.caution_mail::before {
content: '';
background-image: url(../images/contact/caution_icon.png);
background-repeat: no-repeat;
margin: 0 auto 0px;
padding: 0;
position: absolute;
width: 46px;
height: 40px;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}


/* contact_consulページの設定
-------------------------------------------------------------------------------- */
body#contact_consul section .blue-bar {
    max-width: 562px;
    padding: 20px 5px 15px 5px;
}

body#contact_consul section .chara-head {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    letter-spacing: -1.3px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 0px;
    padding: 0 0 0px 60px;
    display: inline-block;
}
body#contact_consul section .chara-head span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: -0.8px;
    display: block;
    text-align: left;
    color: #fff;
    margin: 0px 0px 0;
    padding: 0 0 0px;
}
body#contact_consul section .blue-bar::before {
    content: none;
}
body#contact_consul section .blue-bar::after {
    content: none;
}
body#contact_consul section .blue-bar .chara-head::before {
    content: '';
    background: url(../images/contact_consul/chara01.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 59px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

body#contact_consul section .contact-title{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 34px;
	margin: 0px auto 0px;
	padding: 0px 0 0px;
  background-image: none;
}
body#contact_consul section .sub-head {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: -0.8px;
    display: block;
    text-align: center;
    margin: 0px 0px 20px;
    padding: 0 0 0px;
}
#contact_consul section p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
}

#contact_consul .message-box{
	padding: 15px;
}
#contact_consul .message-box span:first-of-type {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 29px;
	margin-bottom: 7px;
	display: block;
}
#contact_consul .message-box span:nth-of-type(2){
font-size: 18px;
font-size: 1.8rem;
line-height: 26px;
}

#contact_consul form#mailformpro dl {
display: block;
}
#contact_consul div#entry_content form#mailformpro dl dt {
	display: block;
	width: 100%;
}

#contact_consul form#mailformpro select {
font-size: 14px;
}

#contact_consul section dl dd p.tex-center {
	width: 100%!important;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
  margin: 40px auto 40px;
  padding: 20px 15px 15px;
}
#contact_consul section .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#contact_consul section .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* #contact_consul section h3.title {
	font-size: 30px !important;
	font-size: 3.0rem !important;
	line-height: 36px;
	color: #000;
	font-weight: normal;
	text-align: center;
	position: relative;
	letter-spacing: -1.4px;
	background-image: url(../images/other_title_bar.png) !important;
	margin: 0px 0px 40px;
	padding: 0 0 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
} */

#contact_consul form#mailformpro > div > dl {
	width: auto;
	display: block;
	border: none!important;
}

#contact_consul form#mailformpro > div > dl dt,
#contact_consul form#mailformpro > div > dl dd,
#contact_consul form#mailformpro #callTime1 dl dt,
#contact_consul form#mailformpro #callTime1 dl dd,
#contact_consul form#mailformpro #callTime2 dl dt,
#contact_consul form#mailformpro #callTime2 dl dd,
#contact_consul form#mailformpro #callTime3 dl dt,
#contact_consul form#mailformpro #callTime3 dl dd,
#contact_consul form#mailformpro #callTime4 dl dt,
#contact_consul form#mailformpro #callTime4 dl dd {
	width: 100%;
	display: block;
border: none!important;
padding: 10px 15px 10px 15px;
font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
}

#contact_consul #mailformpro > div > dl > dt {
	padding: 10px 5px 6px 28px;
}

#contact_consul #mailformpro > div > dl > dt:before {
	top: 14px;
	left: 12px;
}

#contact_consul #mailformpro > div > dl > dd {
	border-left: none;
	margin: 0 0 10px;
	padding: 5px 8px 8px;
}

#contact_consul #mailformpro > div > dl#conf_block,
#contact_consul #mailformpro > div > dl#conf_block dd {
	border: none!important;
}

#contact_consul #mailformpro > div > dl > dd > textarea,
#contact_consul #mailformpro > div > dl > dd > input/*,
#contact_consul #mailformpro > div > dl > dd > select*/ {
	width: 100% !important;
	height: 100% !important;
	margin: 5px 0;
	padding: 5px;
}

#contact_consul #mailformpro > div > dl > dd > .check_box {
	width: unset !important;
	height: auto !important;
	margin: 5px 5px 0 0px;
	padding: 5px;
}

#contact_consul #mailformpro > div > dl > dd > input[type=text]:not(:last-child) {
	margin-bottom: 5px;
  font-size: 16px;
font-size: 1.6rem;
}

#contact_consul #mailformpro > div > dl > dd > textarea {
min-height: 10em;
margin-bottom: 0;
font-size: 16px;
font-size: 1.6rem;
}

#contact_consul #mailformpro > div > dl > dd > select {
	font-size: 14px;
}

#contact_consul form#mailformpro label.check {
margin: 5px 5px 10px 23px;
font-size: 18px !important;
line-height: 26px;
padding: 5px 0px 5px;
text-indent: -23px;
}

#contact_consul form#mailformpro dl dd ol li input[type=text] {
	max-width: 100%;
	width: 100% !important;
	margin: 0;
	padding: 5px 5px 0px;
  font-size: 16px;
font-size: 1.6rem;
}

#contact_consul #mailformpro > div > dl > dd > input.input01 {
	width: 100% !important;
	height: 100% !important;
}

#contact_consul #mailformpro > div > dl > dd > ol > li {
	padding-bottom: 5px;
}

#contact_consul #mailformpro > div > dl > dd > ol > li > input.input02 {
	width: 100% !important;
	height: 100% !important;
}

#contact_consul #mailformpro > div > dl > dd > input.input03 {
	width: 100% !important;
	max-width: 100%;
	height: 100% !important;
  font-size: 16px;
font-size: 1.6rem;
}
#contact_consul #mailformpro > div > dl > dd > input.input04 {
	width: 100% !important;
	height: 100% !important;
  font-size: 16px;
  font-size: 1.6rem;
}
#contact_consul #mailformpro > div > dl > dd ol li input.addinputnum {
    width: 200px !important;
}

#contact_consul form#mailformpro button#button_mfp_goconfirm {
		width: 100% !important;
    max-width: 350px;
		background-size: 100%;
}

#contact_consul div#mfp_overlay_inner {
	width: 95%;
}

#contact_consul div#mfp_overlay_inner h4 {
	padding: 10px 0 20px;
}

#contact_consul div#mfp_overlay_inner table#mfp_confirm_table {
	border-bottom: solid 1px #CCC;
	margin-bottom: 20px;

}

#contact_consul div#mfp_overlay_inner table#mfp_confirm_table tr th,
#contact_consul div#mfp_overlay_inner table#mfp_confirm_table tr td {
	display: block;
	width: 100%;
}

#contact_consul div#mfp_overlay_inner table#mfp_confirm_table tr th {
	font-size: 1.1em;
	padding-bottom: 0;
}

#contact_consul div#mfp_overlay_inner table#mfp_confirm_table tr td {
	border-top: none;
}
#contact_consul div#mfp_overlay_inner .mfp_element_submit,
#contact_consul div#mfp_overlay_inner .mfp_element_reset,
#contact_consul div#mfp_overlay_inner .mfp_element_button {
	font-size: 18px;
	line-height: 1.8em;
}


#contact_consul form#mailformpro dl dd ul li {
font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
}
form#mailformpro label {
	margin: 0!important;

}
#contact_consul  p.caution_mail {
	text-align: center;
  margin: 30px auto 0;
  padding: 50px 0 0 0px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  position: relative;
  display: inline-flex;
}
#contact_consul form#mailformpro #callTime1 dl dd .caution,
#contact_consul form#mailformpro #callTime2 dl dd .caution {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
}
#contact_consul p.caution_mail::before {
	content: '';
	background-image: url(../images/contact_consul/caution_icon.png);
	background-repeat: no-repeat;
	margin: 0 auto 0px;
	padding: 0;
	position: absolute;
	width: 46px;
	height: 40px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#contact_consul #thanks section p.caution_mail::before {
content: '';
background-image: url(../images/contact_consul/caution_icon.png);
background-repeat: no-repeat;
margin: 0 auto 0px;
padding: 0;
position: absolute;
width: 46px;
height: 40px;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}


/* access
-------------------------------------------------------------------------------- */
#access section p.center {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 20px auto 40px;
    padding: 0;
    text-align: center;
}
#access section a.goo {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
    margin: 0px auto 0px;
    padding: 10px 0 10px;
    background-color: #515558;
    color: #fff;
    width: 100%;
    max-width: 320px;
    display: inline-block;
}
#access section a.goo::before {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    content: "\f4a4";
    font-family: ionicons;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: 3px;
}


/* safety
-------------------------------------------------------------------------------- */
#safety section .flex-block .box {
    max-width: 490px;
    width: 47%;
    margin: 0 0 70px;
    padding: 0;
}
#safety section .flex-block .box .head {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    font-weight: normal;
    color: #1a3546;
    letter-spacing: -0.8px;
    text-align: center;
    margin: 20px 0 15px;
    padding: 0 0 0px 0;
}
#safety section .flex-block .box .comment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #000000;
    text-align: left;
    margin: 0 0 0px;
    padding: 0 0 0 0;
}


/* service
-------------------------------------------------------------------------------- */
#service section .flex-block.margin115 {
    margin: 0px 0 60px;
}

#service section p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
}
#service section .text01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
}
#service section .gray-bg-title {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 30px;
    padding: 15px 15px 10px;
    position: relative;
    background: #616d77;
    display: inline-block;
}
#service section .list-table li {
    max-width: 333px;
    width: 33.33333333333333%;
    margin: 0 0 0px;
    padding: 10px 0 5px;
    display: table-cell;
    background: #f6f6f6;
    border: 1px solid #bbbbbb;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #000000;
    text-align: center;
}
#service section .list-2 li .head {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    font-weight: normal;
    color: #1a3546;
    letter-spacing: -0.8px;
    text-align: center;
    margin: 15px 0 10px;
    padding: 0 0 0px 0;
}
#service section .list-2 li .comment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #000000;
    text-align: left;
    margin: 0 0 0px;
    padding: 0 0 0 0;
}


/* recruit
-------------------------------------------------------------------------------- */
#recruit section .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin: 0px auto 20px;
    padding: 0;
    width: 100%;
    max-width: 1110px;
    text-align: center;
}
#recruit section .text1110 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
    display: inline-block;
    width: 100%;
    max-width: 1110px;
}
#recruit section .text860 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
    display: inline-block;
    width: 100%;
    max-width: 860px;
}
#recruit section .center {
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
}
#recruit section .list-type02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin: 0px auto 20px;
    padding: 0;
    width: 100%;
    max-width: 860px;
    text-align: center;
}

#recruit section .banner-area {
    margin: 40px auto 0px;
    padding: 0;
    text-align: center;
}
#recruit section .summary > dl > dt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding: 10px 15px 5px;
    display: block;
}
#recruit section .summary > dl > dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding: 10px 15px 5px;
    letter-spacing: -0.8px;
    display: block;
}
#recruit section .summary > dl > dd p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 0;
}
#recruit section .summary > dl > dd > ul > li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 0;
}
#recruit section .summary > dl > dd > .caution {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0 0 0 1em;
    padding: 0;
    text-indent: -1em;
}


/* company
-------------------------------------------------------------------------------- */
#company section .text01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}
#company section .text1000 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
  display: inline-block;
  width: 100%;
  max-width: 1000px;
}

#company section .summary > dl > dt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding: 10px 10px 5px;
    display: block;
}
#company section .summary > dl > dd {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding: 10px 10px 5px;
    letter-spacing: -0.8px;
    display: block;
}
#company section .summary > dl > dd > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 0;
    padding: 0;
}
#company section .summary dl dd ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    margin: 0 0 0px;
    padding: 0;
}


#company section .gray-bg-title {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 30px;
    padding: 15px 15px 10px;
    position: relative;
    background: #616d77;
    display: inline-block;
}

#company section .history > dl > dt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 10px 10px 5px;
    display: block;
}
#company section .history > dl > dd {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding: 0px 10px 5px;
    letter-spacing: -0.8px;
    display: block;
}
.loop_wrap {
    display: flex;
    width: auto;
    height: 130px;
    overflow: hidden;
    margin: 30px 0;
}
.loop_wrap img {
    width: auto;
    max-width: auto;
    max-width: initial;
    height: 130px;
    /* padding-top: 7.597340930674264%; */
}

/* truck
-------------------------------------------------------------------------------- */
body#truck section:first-of-type {
    margin: 0;
    padding: 0 0 60px;
}
#truck section .center {
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
}
#truck section .text800 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 0 0 0px;
    display: inline-block;
    width: 100%;
    max-width: 800px;
}

#truck section .flex-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 20px;
    padding: 0;
}
#truck section .flex-block .right {
    max-width: 331px;
    margin: 0 0 0;
    padding: 0;
}
#truck section .flex-block .right div:first-child {
    margin: 0 0 3%;
    padding: 0;
}
#truck section .gray-bg-title {
font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 30px;
    padding: 15px 15px 10px;
    position: relative;
    background: #616d77;
    display: inline-block;
    min-width: auto;
    min-width: initial;
}
#truck section .flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}
#truck section .flex-center div {
    width: 47%;
    max-width: 200px;
    margin: 0 1.5% 0px;
    padding: 0;
}

#truck section .list {
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    max-width: 200px;
    display: table;
    border-bottom: 1px solid #a0a0a0;
}
#truck section .list dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
    font-weight: normal;
    color: #000;
    margin: 0 0 0px;
    padding: 0 0 7px 10px;
    display: table-cell;
    width: 110px;
}
#truck section .list dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: right;
    color: #000;
    margin: 0 0 0px;
    padding: 0px 10px 7px 0;
    display: table-cell;
    width: auto;
}





}/* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width710(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 710px) {

/* truck
--------------------------------------------------------------------- */
#truck section .flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 0;
    padding: 0;
}
#truck section .flex-center div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 0;
}
#truck section .flex-center div:nth-child(even) {
  background: #f5f5f5;
      padding: 7px 0 0;
}
#truck section .flex-center div:last-child {
  margin: 0 auto 0;
}
#truck section .list {
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    max-width: 300px;
    display: table;
    border-bottom: 1px solid #a0a0a0;
}


}/* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width640(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 640px) {




} /* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width600(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 600px) {




}/* /end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width550(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 550px) {


/* content03
--------------------------------------------------------------------- */
#page-top .content03 .list-block li {
    width: 48%;
    max-width: 270px;
    margin: 0 0 30px;
    padding: 0;
}
#page-top .content03 .list-block li .text01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: -0.8px;
    font-weight: normal;
    color: #1a3546;
    text-align: center;
    margin: 10px 0 0px;
    padding: 0 0 0px 0;
}


/* safety
-------------------------------------------------------------------------------- */
#service section .flex-block .img {
    max-width: 470px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
}
#service section .flex-block .text {
    max-width: 660px;
    width: 100%;
    margin: 0 auto 0px;
    padding: 0;
}

#service section .flex-block .text-type02 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 0px;
    padding: 0;
    order: 1;
}
#service section .flex-block .img-type02 {
    max-width: 440px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    order: 0;
}
#service section .list-2 li {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 0px;
    padding: 0;
}
#service section .list-2 li:first-child {
  margin: 0 auto 30px;
}


/* company
-------------------------------------------------------------------------------- */
#company section .flex-block .img {
    max-width: 410px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    order: 0;
}
#company section .flex-block .text {
    max-width: 730px;
    width: 100%;
    margin: 0 auto 0px;
    padding: 0;
    order: 1;
}



}/* /end */














/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width540(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 540px) {


/* footer
--------------------------------------------------------------------- */
footer #info_block .inner {
    position: relative;
    margin: 0 0 0;
    padding: 98px 0 0px 0;
    display: inline-block;
}
footer #info_block .inner::before {
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    display: inline-block;
}



}/* /end */














/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width510(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 510px) {









}/* /end */














/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width490(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 490px) {


/* content01
-------------------------------------------------------------------------------- */
#page-top .content01 .list-block li {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 30px;
    padding: 0;
}
#page-top .content01 .list-block li:last-child {
    margin: 0 auto 0;
    padding: 0;
}


/* toTop
-------------------------------------------------------------------------------- */
#toTop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1000;
}

/* footer
--------------------------------------------------------------------- */
footer {
  margin: 80px 0 0;
padding: 60px 0 89px;
  /* background-color: #111111; */
  position: relative;
}


/* safety
-------------------------------------------------------------------------------- */
#safety section .flex-block .box {
    max-width: 490px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
}
#safety section .flex-block .box:nth-child(7) {
    margin: 0 0 40px;
    padding: 0;
}
#safety section .flex-block .box:nth-child(8) {
    margin: 0 0 0px;
    padding: 0;
}



}/* /end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width465(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 465px) {

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-3 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-4 > li:last-child,
.image-list-3 > li:last-child  {
  margin: 0;
}

.telmark {
  font-size: 20pt;
  width: 35px;
  height: 35px;
  top: 17px;
  right: 66px;
}
/* .mapmark {
  font-size: 20pt;
  width: 35px;
  height: 35px;
  top: 17px;
  right: 108px;
} */

body:not(#page-top) .sp-view.navbar-brand.hoverimg .logo::before,
body#page-top .sp-view.navbar-brand.hoverimg .logo::before{
  display: none;
}
body:not(#page-top) .sp-view.navbar-brand.hoverimg .logo,
body#page-top .sp-view.navbar-brand.hoverimg .logo{
  text-align: center;
  padding: 6px 0px 0px 0;
  line-height: 18px;
font-size: 1.5rem;
display: flex;
justify-content: center;
flex-direction: column;
}

body:not(#page-top) .sp-view.navbar-brand.hoverimg .logo span,
body#page-top .sp-view.navbar-brand.hoverimg .logo span{
  text-align: center;
  font-size: 1.2rem;
}

}/* /end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width430(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 430px) {



/* footer
--------------------------------------------------------------------- */
footer div#link_block {
  margin: 0 auto;
  padding: 20px 15px;
  text-align: center;
  width: 100%;
  height: auto;
}
footer div#link_block > ul{
height: auto;
}
footer .bg {
  padding: 20px 0 0;
}
footer ul.add li{
  text-align: left;
}
footer div#info_block {
margin: 0 auto 40px;
}




}/* end */















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width400(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 400px) {

/* navbar-brand
--------------------------------------------------------------------- */
/* div .navbar-brand {
    margin: 0px 0 0 15px !important;
    padding: 0px 0;
    display: block;
    height: auto;
    width: 190px;
} */




}/* end */


















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width395(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 370px) {

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-3 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-2 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

.image-list-4 > li:last-child,
.image-list-3 > li:last-child,
.image-list-2 > li:last-child  {
  margin: 0;
}


/* footer
-------------------------------------------------------------------------------- */
footer div#copy div {
  font-size: 11px;
  font-size: 1.1rem;
padding: 0;
}


}/* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


 max-width370(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 370px) {





} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


 max-width768(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 0px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #575757 !important;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 20px;
    }
    .menu-btn {
        right: 10px;
    }



} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- Elements


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn {
  border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    display: block;
    width: 77px;
    height: 77px;
    margin-top: 250px;
    padding: 7px 0px;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
