@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  min-width: 100%;
  font-family: '游明朝体', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro',
    'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}



img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  color: #fff;
  opacity: 0.7;
}


.hidden {
  overflow: hidden;
}

.center {
  display: flex;
  justify-content: center;
}

.bold {
  font-weight: bold;
}

.green {
  color: #099F9F;
}

.grey {
  background-color: #F6F6F6;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.sub-header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #099F9F;
}

.top-button {
  width:60px;
  height: 60px;
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 100;
  background: #099F9F;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

.top-button:hover {
  background-color: #000;
  opacity: 1;
}

.logo {
width: 150px;
  padding-bottom: 10px;
  margin-left: 2rem;
  margin-top: 0.5rem;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  justify-content: flex-end;
}

.gNav {
  width: 100%;
  height: 70px;
  background-color: #099F9F;
  display: flex;
}

.gNav ul {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.gNav ul li {
margin-right: 1.5rem;
  font-size: 15.5px;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  padding-top: 3px;

}

.gNav ul li a {
  color: #fff;
  line-height: 0.7;
}


.gNav ul li span {
  font-size: 9px;
  font-weight: 100;
}


.gNav ul li:nth-child(5) {
  display: flex;
  justify-content: center;
  font-size: 14px;
    height: 50px;
    align-items: center;
}

.nav-contact {
  width: 150px;
  padding: 18px 0;
  background-color: #fff;
  justify-content: center;
  display: flex;
}

.nav-contact a {
  padding-top: 20px;
}

.tel-contact {
  width: 180px;
  padding-top: 15px;
  margin-right: 1em;
}


.sp-navbar {
  background-color: #E2E2E2;
}

.navbar-dark .navbar-toggler {
  border: none;
  background-color:#000;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.sp-nav-sub {
  background-color: #E2E2E2;
}

.sp-nav {
  background: #099F9F;
}

.sp-nav ul {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.sp-nav ul li a {
  width: 100%;
  height: 38px;
  display: block;
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
}

.sp-nav ul li:hover {
  opacity: 0.6;
}

.sp-nav ul li:last-child a {
color: #099F9F;
}

.sp-nav ul li {
  width: 100%;
  list-style: none;
  border-bottom: solid 1px #fff;
  height: 38px;
  font-size: 18px;
  line-height: 0;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-right: 20px;
}

.sp-nav ul li span {
  font-size: 12px;
  font-weight: 100;
}

.site-body {
  padding-top: 40px;
  margin-top: -40px;
}


.mainview-sp {
  margin-top: 120px;
}

.mainview-kasou {
  width: 100%;
  height: 500px;
  margin-top: 68px;
}

@media (max-width:768px) {
    
  .mainview-service {
    margin-top: 144px;
  }
}


@media (min-width: 768px) {

  
  .pc-none {
    display: none;
  }
}

.ttl {
  display: block;
  margin: 0 auto;
  color: #333;
  text-align: center;
  position: relative;
  font-weight: bold;
}


.ttl h1 {
  font-size: 32px;
  line-height: 0.8;
  font-weight: bold;
}

.ttl-eg {
  font-size: 25px;
  color: #B40019;
  margin-top: -0.3em;
}

.ttl-bg {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
}


.row {
  width: 100%;
}

.green-border {
  width: 100%;
  height: 18px;
  background-color: #099F9F;
}


@media (max-width: 767px) {
  .sp-none {
    display: none;
  }

}


.contact {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 100px;
  background: #F2F2F2;
  color: #099F9F;
}

.contact-btn-wrap {
  width: 95%;
  max-width: 850px;
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 40px;
}

.contact-btn {
  width: 100%;
  max-width: 390px;
  height: 90px;
  max-width: 390px;
 background-color: #099F9F;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
}

.contact-btn:hover {
  background-color: #000;
  border: none;
}

.contact-btn p {
  width: 100%;
  max-width: 380px;
  font-size: 30px;
  display: inline-block;
  line-height: 0;
  margin: 0 auto;
  line-height: 1;
}

.contact-btn-tel span {
font-size: 15px;
}

.contact-btn i {
  padding-right: 0.5em;
}

footer {
  background-color: #090909;
  padding-top: 30px;
}

.footer-logo {
  width: 130px;
  height: auto;
}

.footer-add {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 1em;
}

.copyright {
  color: #fff;
  background-color: #099F9F;
  padding: 5px 0;
  font-size: 13px;
  margin: 0;
}


.footer-content {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.footer-nav {
  width: 60%;
  max-width: 500px;
  display: flex;
  justify-content: space-around;
  margin-left: 50px;
  margin-top: 30px;
}

.footer-nav li a {
  color: #D8D7D7;
  font-size: 15px;
}

@media (max-width:768px) {

  
.footer-content {
  flex-direction: column;
  text-align: center;
}

.footer-logo {
  margin: 0 auto;
}


  .footer-nav {
    flex-direction: column;
    margin: 0 auto;
  }


  .footer-nav ul {
  padding-left: 0;
  }
}
