body {
  background: #fefefe;
  letter-spacing: 0.8px;
font-family: 'Noto Sans Japanese';
  margin-bottom: 80px;
}
#wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.hero h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.9rem;
}

h1,
h2,
h3,
h4 {
font-family: 'Noto Sans Japanese';
}
.text-block h1 {
font-family: 'Noto Sans Japanese';
  font-weight: 600;
}
h3 {
  font-size: 1.4rem;
  margin: 2rem 0;
}
h4 {
  font-size: 1.2rem;
  margin: 1.6rem 0;
}
p {
font-family: 'Noto Sans Japanese';
  line-height: 1.6;
}

.text-block3{
  padding: 3rem 10rem;
  background: rgba(255, 255, 255, 0.7);
}



.bigcopy {
	font-weight: 700;
	font-size: 2rem;
}

.bigcopy2 {
	font-weight: 700;
	font-size: 3.5rem;
}

.bigcopy3 {
	font-weight: 700;
	font-size: 2.5rem;
}

.bigcopy4 {
    position: relative;
    padding: 1em 2em;
    text-align: center;
    font-size: 1.8rem;
    margin: 2rem 0;
	font-weight: 800;
  }
  
  .bigcopy4:before,
  .bigcopy4:after {
	position: absolute;
	content: '';
  }
  
  .bigcopy4:after {
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
  }
  
  .bigcopy4:before {
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
  }
.h100{min-height: 100px;}
.h140{min-height: 140px;}

span.age {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  color: #ffffff;
  background: #e6aa7e;
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 1rem;
  font-size: 0.8rem;
}
dl.his{}
.his dt{}
.his dd{}
.his h5{font-size: 1rem;}
/*=========== navigation ===========*/

#bottomNav a {
  display: block;
  width: 100%;
  color: white;
}

.style_nav03,
.style_nav04 {
  border-right: 1px solid white;
}
.mbIcon-01 .fa-phone,
.mbIcon-02 .fa-envelope,
.mbIcon-02 .fa-arrow-up {
  font-size: 2.5rem;
  color: white;
}
.style_nav02 {
  position: fixed;
  bottom: 0;
  background: #5ba000;
  z-index: 100;
  padding: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #0f0f0f;
  font-size: 1rem;
}
.style_nav {
  position: absolute;
  top: 0;
  right: 10px;
}
.style_nav p {
  margin: 0;
  font-weight: 900;
  font-size: 1.3rem;
  color: #2e17a7;
}

/*=========== hero ===========*/

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 0.5rem;
}

.mobile-only {
  display: none;
}
.hero-text {
  position: absolute;
  left: 10%;
  bottom: 45%;
}
.logo-container {
  border-top: 10px solid #249de7;
  padding-top: 20px;
}

.hero h1 {
  font-weight: 600;
  color: #fed308;
  text-shadow: 1px 1px 15px rgba(110, 91, 0, 0.3);
  letter-spacing: 5px;
  line-height: 1.5;
}

.hero .desktop-only ul li {
  height: 900px !important;
}

/*=========== main contents ===========*/
.eye-catch-container {
  display: none;
}
.photo {
  border: 1px solid gray;
}
.eye-catch {
  width: 60px;
  height: 140px;
  background: #249de7;
  display: inline-block;
}
.style_top h2,
.subtitle h2 {
  margin-bottom: 1.6rem;
}
.style_top p {
  line-height: 1.6;
}
.style_top01 h2,
.style_top02 h2 {
  margin-bottom: 1.6rem;
  background: linear-gradient(transparent 60%, #b6eaf1 60%);
  padding-left: 0.7rem;
  /*font-size: 1.6rem;*/
  line-height: 1.3;
}
.lightup {

  background: linear-gradient(transparent 60%, #b6eaf1 60%);
  display:inline
}
.style_top02 {
  margin-top: 42px;
}
.style_top03 h2 {
  margin-bottom: 0;
}
.style_top03 {
  position: relative;
}
.style_top03 a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.style_top03 a img {
  transition: transform 0.2s ease-out;
}
.style_top03 a:hover img {
  transform: scale(1.02);
}
.style_top04 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(58, 58, 58, 0.7);
  color: white;
  padding: 5px 10px;
  text-shadow: 0px 0px 6px #000000;
}
.style_top04 h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.main-text p {
  text-align: center;
}
.fas.fa-angle-right {
  display: none;
}
.table td, .table th {
    padding: 0.5rem;
    font-size: 1rem;
}
/*--fixed-height--*/
.fixed-height-00{height: 800px;}
.fixed-height-01{height: 700px;}
.fixed-height-02{height: 600px;}
.fixed-height-03{height: 120px;}
.fixed-height-04{height: 60px;}
/*=========== Contact button setting ===========*/

.contact-button {
  background: #b1d6e6;
  display: block;
  color: #fff;
  transition: background 0.3s ease-out;
  width: 100%;
  /*margin-top: 80px;*/
}
.contact-button-inner {
  background: #249de7;
  transition: background 0.3s ease-out;
}
.contact-button:hover {
  background: #52bdff;
  text-decoration: none;
  color: #fff;
}
.contact-button:hover .contact-button-inner {
  background: #249de7;
}
.contact-button p {
  margin: 0;
  padding: 40px 0;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.contact-button p span {
  display: block;
  text-align: center;
  border-top: 1px solid rgb(255, 255, 255);
  padding: 0 10px;
  margin: 0 auto;
  width: 30%;
  font-size: 1.3rem;
  color: #fff;
}

/*=========== footer setting ===========*/

.footer-copyright ul {
  padding-left: 0;
  margin-bottom: 1.6rem;
}
.footer-copyright ul li {
  display: inline-block;
  margin: 1px;
  /* border-right: 1px solid #0f0f0f; */
  border-left: 1px solid #0f0f0f;
  color: #0f0f0f;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
.footer-copyright ul li a {
  color: #0f0f0f;
}
.footer-copyright .nav-link {
  display: block!important;
  padding: .5rem 0.5rem!important;
}
.footer-list {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background: #f8f8f8;
}
.footer-list p{
  font-family: 'Noto Sans Japanese';
  line-height: 1.6;
  font-size: 0.8rem;
  margin-top: 1rem;
}
.footer-list02 {
  border-bottom: 1px solid gray;
  padding: 8px;
  background: #fefefe;
}
.footer-list02 a {
  color: #242424;
  display: block;
  width: 100%;
}
.footer-list02 a:hover {
  color: #3f3f3f;
}
.footer-list03 {
  border-right: 1px solid gray;
}

/*=========== head back button setting ===========*/

#head_back {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #444;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  box-shadow: 0px 2px 3px rgba(71, 71, 71, 0.6);
}
#head_back i {
  display: block;
  font-size: 260%;
  margin: 0 auto;
}
#head_back p {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 90%;
}
#head_back p a {
  padding: 4px 10px;
  margin: 0;
  display: none;
}
#head_back a:link,
#head_back a:active,
#head_back a:visited {
  color: #fff;
  text-decoration: none;
}
#head_back a:hover {
  color: #f66;
  text-decoration: none;
}
.copyright-wrapper {
  background: #249de7;
  padding: 16px 0;
  font-size: 0.8rem;
}

/*=========== 共通 setting ===========*/
.breadcrumb {
  background-color: white;
}
li.breadcrumb-item {
  font-size: 0.8rem;
}
.facility-hero,
.others-hero {
 
  background: url(img/others-hero-img.jpg);
  box-shadow: none;
  border-radius: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  /*margin-top: 1.6rem;*/

}
.others-hero h1 {
  font-size: 1.8rem;
  background: rgb(255 255 255 / 80%);
  box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 80%);
  border: dashed 1px #96a5b9;
  padding: 0.2em 0.5em;
  color: #454545;
  display: inline-block;
}

.gra1{background: rgb(249,249,249);
  background: -moz-linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ffffff",GradientType=1);}



.gra2{background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(249,249,249,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(249,249,249,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f9f9f9",GradientType=1);
}

.product01 h2,
.product02 h2,
.product03 h2,
.product04 h2,
.product05 h2,
.product06 h2 {
  margin-bottom: 1.6rem;
}
.product01 h3,
.product02 h3,
.product03 h3,
.product04 h3,
.product05 h3,
.product06 h3 {
  background: #e64c00;
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
/*
.product01 th,
.product02 th,
.product03 th,
.product04 th,
.product05 th,
.product06 th {
  background: #fff6d6;
  font-weight: normal;
  width: 70%;
}
*/
.product01 figcaption,
.product02 figcaption,
.product03 figcaption,
.product04 figcaption,
.product05 figcaption,
.product06 figcaption {
  text-align: center;
}
.table{background: #fff; box-shadow: 0px 0px 15px -5px #d1d0d0;}
.table td,
.table th {
  padding: 0.5rem;
}

/*=========== Equipment page ===========*/
.facility-container button {
  width: 100%;
}
.facility-container h2 {
  text-align: center;
}
#facility h2 {
  font-size: 2rem;
  border-left: 8px solid #249de7;
  padding: 2px 0 2px 10px;
  margin: 0 0 16px;
}
#facility h3 {
  display: inline-block;
  font-size: 1.5rem;
  padding: 4px 20px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
}
#facility h2 + p {
  margin: 0 0 42px;
  padding: 0 0 0 18px;
}
.bg-01 {
  background: #f0f0f0;
}
.bg-02 {
  background: #fff;
  padding: 30px 0;
}
.table-sm th,
.table-sm td {
  padding: 4px 8px;
  font-size: 0.895rem;
}
.table-sm td {
  background: #fff;
}
.table-sm td:last-child {
  width: 50px;
  text-align: center;
}
.table-sm th {
  background: #9f9f9f;
  color: #fff;
  font-weight: normal;
  width: 140px;
  vertical-align: middle;
}
.facility-container p {
  /*background: #f3f3f3;*/
  padding: 0.8rem;
  border-radius: 3px;
}

/*===========  policy page ===========*/
.corp-list dt {
  background: #fff6d6;
  padding: 0.8rem;
}
.corp-list dt {
font-family: 'Noto Sans Japanese';
  width: 150px;
  font-weight: 500;
  color: black;
  background: #fff6d6;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  margin-top: 0;
}
.corp-list dt,
.history-list dt {
  clear: both;
  font-weight: 600;
  font-size: 1rem;
}
.corp-list dd {
  padding: 5px 0;
  font-size: 0.969rem;
  line-height: 1.6;
}
.corp-list ul {
  list-style-type: none;
  padding-left: 0;
}
span.ind{
padding-right: 4rem;}

iframe {
  width: 100%;
}
.address {
  border-left: 10px solid #249de7;
  padding-left: 0.8rem;
}
.r20 figure img {
border-radius: 20px;
}
.fa-file-pdf { color: #ff4d4d; font-size: 16px!important; padding-right: 10px!important; font-weight: 600!important;}
.badge-danger {
  color: #fff;
  background-color: #e64c00!important;
}
.map hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);}

.contact h2,
.recruit h2,
.map h2,
.cert h2,
.company h2,
.policy h2 {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  padding: 0 1rem;
  display: inline-block;
}
.cert h3{margin: 0 0 2rem 0!important;}

.company_f h3 {
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
  border-top: dashed 2px #6594e0;
  padding: 0.5rem;
}
.greeting-text {
  line-height: 1.6;
  letter-spacing: 3px;
}
.style_policy figcaption {
  border-left: 10px solid #249de7;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.slider-nav img {
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

.main-wrapper {
  background-color: #fff;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.main-wrapper2 {
  background-color: #f8f8f8;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.policy-wrapper {
  background-color: #f8f8f8;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.policy .main-logo {
  max-width: 300px;
  margin-bottom: 1.6rem;
}

.policy .policy-desc p {
  /*margin-bottom: 0;*/
}

.policy .img-wrapper img {
  max-width: 100px;
}

.policy .img-wrapper {
  display: flex;
  justify-content: space-between;
}


/*--btn-style--*/



a.btn_01{
  display: inline-block;
  padding: 5px 15px;
  background: #7f7f7f;
  border-radius: 1px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  width: 260px;
  transition: background 0.3s ease-out;
}

a.btn_01,
p.btn_01{
  display: inline-block;
  padding: 8px 30px;
  background: #ffffff;
  border-radius: 1px;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
  border: 1px solid #7f7f7f;
  font-weight: normal;
  transition: background 0.3s ease-out;
}

a.btn_01:hover{
 background: #fff;
 text-decoration: none;
 color: #D31A1D;
}

a.btn_01.exc_1,
p.btn_01.exc_1{ background: #498154;}

a.btn_01.exc_1:hover{
 background: #64AF4E!important;
 text-decoration: none;
 color: #fff;
}

a.btn_01.exc_2,
p.btn_01.exc_2{ background: #6d685e;}

a.btn_01.exc_2:hover{
 background: #a39d92!important;
 text-decoration: none;
 color: #fff;
}

a.btn_02,
p.btn_02{
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  background-color: #249de7;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  width: 100%;
}

a.btn_02:hover{
 background-color: #e77237;
 text-decoration: none;
 color: #fff;
}

a.btn_03, p.btn_03 {
  display: inline-block;
  padding: 4px 30px;
  background: #ffffff;
  border-radius: 1px;
  color: #333!important;
  text-decoration: none;
  font-size: 0.95rem;
  text-align: center;
  border: 1px solid #333;
  width: 260px;
}

a.btn_03:hover{
 background: #fff;
 text-decoration: none;
 border: 1px solid #D31A1D;
 color: #D31A1D!important;
}




.vanish { display: inline-block;color: #00a199; font-weight: bold;}

.width-ex{width: 100%!important;}
.width-ex-150{width: 150px!important;}
.width-ex-300{width: 300px!important;}
/*=========== recruit page ===========*/

.recruit {
  border-left: 10px solid #249de7;
  padding-left: 0.8rem;
}
.recruit h2 {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}

/*=========== contact page ===========*/

p.error_messe {
  color: red;
}
.form-group label {
  margin-right: 20px;
  font-weight: 600;
}
label {
  margin-top: 16px;
}

/*=========== thanks page ===========*/
.push {
  height: 80px;
}

/*=========== contact.php ===========*/

/* .btn-default.submit {
  background: 
} */

/*=========== button setting ===========*/
.btn-default02 {
  background: #b1d6e6;
  width: 100%;
}
.btn-default02:hover {
  background: #249de7;
}

/*=========== Slick CSS ===========*/

.one-time {
  margin: 0;
  padding: 0;
  width: 100%;
}
.one-time li {
  margin: 0;
  padding: 40px 0;
  list-style: none;
  display: block;
  width: 100%;
}
.one-time li.slide-01 {
  background: url(img/hero01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 900px;
}

.one-time li.slide-02 {
  background: url(img/hero02.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.one-time li.slide-03 {
  background: url(img/hero03.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.one-time li.slide-04 {
  background: url(img/hero04.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 530px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.text-block h1 {
  background: rgba(255, 170, 0, 0.8);
  color: white;
  padding-top: 7.5rem;
  font-size: 2rem;
  width: 590px;
  margin: 200px auto;
  height: 400px;
  line-height: 1.6;

/*
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align-last: start;
  align-items: center;
  text-justify: inter-ideograph;*/
  
}

.text-block h1,
.text-block02 h1 {
  text-align: center;
}
.text-block02 {
  margin: 0 auto;
  display: table;
  vertical-align: middle;
  padding: 80px 20px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.text-block02 h1 {
  background: rgba(255, 170, 0, 0.8);
  color: white;
  padding: 1rem;
  line-height: 1.6;
  font-size: 1.5rem;
}

.slick-dots li button:before {
  font-size: 20px;
}

.style01 {
  display: flex;
}

.slide-04,
.slide-04-m {
  position: relative;
}
.slide-04 .text-block2,
.slide-04-m .text-block2 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.slide-04 .text-block2 h1 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 0px 3px #171918;
}

.slide-04-m .text-block2 h1 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 0px 3px #171918;
  font-size: 1.6rem;
}

/*=========== Top Page hero img for mobile ===========*/

.one-time li.slide-01-m {
  background: url(img/hero01-m.jpg) top center/cover no-repeat;
  height: 500px;
}

.one-time li.slide-02-m {
  background: url(img/hero02-m.jpg) top left/cover no-repeat;
  height: 500px;
}

.one-time li.slide-03-m {
  background: url(img/hero03-m.jpg) top center/cover no-repeat;
  height: 500px;
}

.one-time li.slide-04-m {
  background: url(img/hero04-m.jpg) top center/cover no-repeat;
  height: 500px;
}

/*=========== END mobile ===========*/

/*======================
 media query from here 
 ======================*/

/*=========== max-width: 575px ===========
============================================*/
@media screen and (max-width: 575px) {
  .hero-text {
    top: 25%;
  }
  .hero h1 {
    font-weight: 600;
    color: black;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem;
    border-radius: 8px;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.45rem;
  }
  li.nav-item {
    text-align: center;
  }
  .nav-item {
    border-bottom: 1px solid #dbdbdb;
  }
  .navbar-nav {
    margin-top: 1.6rem;
  }
  .slick-dots li button:before {
    top: 180px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .product01 h3,
  .product02 h3,
  .product03 h3,
  .product04 h3,
  .product05 h3,
  .product06 h3 {
    font-size: 1.4rem;
  }
  .one-time li {
    padding: 100px 0;
  }
  .style_top h2 br,
  .style_top02 h2 br {
    display: none;
  }
  .logo {
    width: 200px;
    height: auto;
  }

  .style_nav {
    display: none;
  }
  .mobile-none {
    display: none;
  }
  .desktop-none {
    position: absolute;
    top: 0;
    width: 120px;
    margin-top: -10px;
  }
  .style_top04 h3 {
    font-size: 0.95rem;
    margin-bottom: 0;
  }
  .style_top04 {
    padding: 5px;
  }
  .footer-list {
    padding-top: 0;
  }
  .fixed-height-01{height: auto!important;}

  /* contact button setting */

  .contact-button-inner p,
  .contact-button-inner p span {
    font-size: 1.2rem;
  }
  /* policy page */

  .policy .corp-list dt {
    width: 100%;
  }
  .policy .corp-list dd {
    text-align: center;
  }
  .address-footer {
    font-size: 0.8rem;
  }

  .text-block3 {
    padding: 1rem 1rem;
    background: rgba(255, 255, 255, 0.7);
}



.table td, .table th {
    padding: 0.5rem;
    font-size: 0.7rem;
}
}

/*=========== max-width: 800px ===========
============================================*/

@media screen and (max-width: 800px) {
  .policy .img-wrapper {
    justify-content: end;
  }
  .policy .img-wrapper img:not(:last-child) {
    margin-right: 0.5rem;
  }
  .policy .policy-desc br {
    display: none;
  }
  /* .policy .policy-desc img,  */
  .policy .img-wrapper img {
    max-width: 50px;
  }
}

/*=========== min-width: 576px ===========
============================================*/
@media screen and (min-width: 576px) {
  body {
    margin-bottom: auto;
  }
  #bottomNav a {
    display: none;
  }
  .style_nav02 {
    background: none;
  }
  #head_back p a {
    display: block;
  }

  /* fontsize */
  .hero h1 {
    font-size: 1.5rem;
  }
  .desktop-none {
    display: none;
  }
  .corp-list dt,
  .history-list dt {
    float: left;
  }
  .corp-list dd {
    padding: 5px 0 5px 180px;
  }
  footer br:nth-last-child(1) {
    /*display: none;*/
  }
  .copyright-wrapper {
    padding: 16px 0;
  }
.red{color: #ff4d4d;}




}

/*=========== min-width: 576px max-width: 991px ===========
============================================*/
@media screen and (min-width: 576px) and (max-width: 991px) {
}
/*=========== min-width: 992px ===========
============================================*/
@media screen and (min-width: 992px) {
  .hero h1 {
    font-size: 2rem;
  }
  .nav-item a:before,
  .nav-item a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #249de7;
    content: "";
    opacity: 0;
    transition: transform 0.3s;
  }
  .nav-item a:before {
    top: 0px;
    transform: translateY(-10px);
  }
  .nav-item a:after {
    bottom: 0px;
    transform: translateY(10px);
  }
  .nav-item a:hover:before,
  .nav-item a:hover:after {
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-nav a {
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
  }
  .facility-container h2 {
    text-align: left;
  }
  .facility-container button {
    width: auto;
  }
}
/*=========== min-width: 1200px ===========
============================================*/
@media screen and (min-width: 1200px) {
  .eye-catch-container {
    display: block;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .style_top03 a:hover .fas.fa-angle-right {
    transform: translateX(10px);
    /* opacity: 1;*/
    transition: transform ease 0.5s;
  }
  .fas.fa-angle-right {
    display: inline-block;
  }
}

/*=========== Setting for TOP hero ===========
============================================*/

@media screen and (min-width: 576px) and (max-height: 600px) {
  .one-time li {
    padding: 25px 0;
  }
  .text-block {
    height: 400px;
  }
}
