@charset "utf-8";
/* CSS Document */
/* ベース*/
.sp-img{
  display: none;
}
.sp-active{
  display: none;
}
a {
  text-decoration: none;
}
body {
  font-family: "Noto Sans JP", serif;
  color: #555;
  background-image: url("/images/common/base-bg.jpg");
}
p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.87;
  color: #555;
}
.ttl {
  font-family: "Arial", sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
}
.flont-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #52b6f1;
}
.low-ttl {
  font-family: "Arial", sans-serif;
  font-size: 65px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
}
.low-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #52b6f1;
}
.read-more {
  display: inline-flex; /* 横並びにする */
  align-items: center; /* 縦位置を中央揃え */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #52b6f1;
  position: relative;
}

/* アイコン画像 */
.read-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px; /*線の上下位置*/
  display: inline-block;
  width: 127px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*位置調整*/
  background-color: #52b6f1; /*線の色*/
  border-radius: 1px; /*線の丸み*/
}
.read-more::after {
  content: "";
  display: inline-block;
  width: 34px; /* アイコンの幅 */
  height: 34px; /* アイコンの高さ */
  background: url(/images/common/read-more.png) no-repeat center/contain;
  margin-left: 15px;
}
.read-more:hover {
  cursor: pointer;
  color: #0772f8;
  transition: 0.3s;
}
.read-more:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px; /*線の上下位置*/
  display: inline-block;
  width: 140px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*位置調整*/
  background-color: #0772f8; /*線の色*/
  border-radius: 1px; /*線の丸み*/
  transition: 0.3s;
}

/* header */
header {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 1;
}
.logo {
  width: 286px;
  height: 40px;
  margin-top: 34px;
  z-index: 10;
}
#nav ul {
  display: flex;
  height: 100px;
}
#nav ul li {
  margin-top: 47px;
  padding-right: 16px;
}
#nav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
#nav ul li:nth-child(-n + 3)::after {
  content: "/";
  color: #555;
  padding-left: 16px;
}
#nav ul li:last-child {
  padding-right: 0;
}
#nav ul li button {
  margin-top: -24px;
  width: 122px;
  height: 47px;
  background: linear-gradient(to bottom right, #0772f8, #40cbbe);
  border-radius: 47px;
  color: #fff;
  text-align: center;
  margin-left: 16px;
}
#nav ul li a button:hover {
  margin-top: -24px;
  width: 122px;
  height: 47px;
  background: #fff;
  border: 1px solid #52b6f1;
  border-radius: 47px;
  color: #52b6f1;
  text-align: center;
  margin-left: 16px;
  transition: 0.3s;
}
#nav ul li a:hover {
  color: #52b6f1;
  transition: 0.3s;
}
.menu-cover{
  display: none;
}
.menu {
  display: none;
}
/* footer */
footer {
  width: 100%;
  height: auto;
  background-color: #52b6f1;
  padding: 100px 5% 100px 5%;
}
.footer-in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.87;
}
.footer-left {
  height: auto;
}
.footer-right {
  display: flex;
  flex-wrap: wrap;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-in p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
address {
  font-style: normal;
}
.footer-ul {
  margin-left: 40px;
}
.footer-ul li:first-child {
  font-size: 18px;
}
.footer-ul li:nth-child(2) {
  margin-top: 20px;
}
.footer-ul li:nth-child(n + 2)::before {
  content: "・";
  color: #fff;
}
.footer-ul a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
/* contact*/
.contact {
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("/images/common/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}
.contact-cover {
  width: 1000px;
  height: 470px;
  margin: 0 auto;
  background: rgb(250, 250, 250, 0.95);
  border-radius: 10px;
  padding-top: 80px;
  padding-left: 2%;
  padding-right: 2%;
}
.contact-ttl {
  font-family: "Arial", sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
  text-align: center;
}
.contact-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #52b6f1;
  text-align: center;
}
.contact p {
  margin-top: 20px;
  text-align: center;
}
.contact-btn-cover {
  width: 620px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact-btn {
  margin-top: 60px;
  width: 265px;
  height: 96px;
  background: linear-gradient(to bottom right, #0772f8, #40cbbe);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.tel {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 28px;
}
.f-18 {
  font-size: 18px;
}
/* breadcrumbs*/
.breadcrumbs {
  width: 100%;
  padding: 40px 10% 40px 10%;
}
.breadcrumbs-in {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #999;
}
.breadcrumbs-in li {
  padding-left: 14px;
  content: "/";
  color: #999;
}
.breadcrumbs-in li:first-child {
  padding-left: 0;
}
.breadcrumbs-in li:first-child::after {
  content: "/";
  color: #999;
  padding-left: 14px;
}
/*1360px以下レイアウト*/
@media screen and (max-width: 1360px) {
  .breadcrumbs {
    width: 100%;
    padding: 40px 5% 40px 5%;
  }
}
/*1200px以下レイアウト*/
@media screen and (max-width: 1200px) {
  /* contact*/
.contact-cover {
  width: 90%;
  height: 470px;
  margin: 0 auto;
  background: rgb(250, 250, 250, 0.95);
  border-radius: 10px;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
}
}
/*1020px以下レイアウト*/
@media screen and (max-width:1020px){
  #nav ul{
      display: none;
    }
  .menu-cover{
    width: 60px;
    height: 60px;
    margin-top: 20px;
    display: block;
    background: linear-gradient(to bottom right, #0772f8, #40cbbe);
    border-radius: 10px;
    padding-top: 15px;
    position: absolute;
    right: 5%;
    z-index: 1;
    }
  #gb-nav-btn{
    display: block;
    width: 25px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
  #gb-nav-btn span{
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .menu{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color:  #fff;
    margin-top: 5px;
    text-align: center;
    cursor : pointer;
  }
  /*▼ナビアクティブ*/
  .sp-active{
    display: block;
  }

  #gb-nav-btn.active{
      cursor : pointer;
    }
  #gb-nav-btn.active span:nth-of-type(1) {
    transform: translateY(2px) rotate(45deg);
  }
  #gb-nav-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #gb-nav-btn.active span:nth-of-type(3) {
    transform: translateY(-2px) rotate(-45deg);
  }
  #gb-nav-btn.active{
      display: block;
      width: 25px;;
      height: 15px;
    position: relative;
    z-index: 5;
    }

  #nav.active{
    width: 40%;
    height: 100vh;
    position: absolute;
    z-index: 4;
    flex-direction: column;
    background: rgba(255,255,255,0.95);
    border-bottom-left-radius: 2%;
    display: block;
    top:0;
    right: 0;
  }
  #nav.active{
    padding-left: 30px;
  }
  #nav.active ul{
    display: block;
    padding-left: 12px;
    padding-top: 30px;
  }
  #nav.active li{
    margin-top: 1.5em;
  }
  #nav.active ul li:nth-child(-n + 3)::after {
    content: none;
  }
  #nav.active ul li:last-child {
    padding-right: 0;
  }
  #nav.active ul li button {
    margin-top: 0;
    width: 122px;
    height: 47px;
    background: linear-gradient(to bottom right, #0772f8, #40cbbe);
    border-radius: 47px;
    color: #fff;
    text-align: center;
    margin-left: 0;
  }
  #nav.active ul li button:hover {
    margin-top: 0;
    margin-left: 0;
  }
  #nav.active ul li.sp-active{
    font-size: 12px;
    color: #888;
    font-weight: normal;
  }
  .sp-active::before{
    content: "・";
    color: #888;;
    padding-left: 8px;
  }
  /*▲ナビアクティブ*/
/*960px以下レイアウト*/
@media screen and (max-width:960px){
  .sp-img{
    width: 100%;
    height: auto;
    display: block;
  }
  .sp-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .ttl {
    font-family: "Arial", sans-serif;
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
    color: #52b6f1;
  }
  .flont-h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #52b6f1;
  }
  .low-ttl {
    font-family: "Arial", sans-serif;
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
    color: #52b6f1;
  }
  .low-h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #52b6f1;
  }
  /* breadcrumbs*/
.breadcrumbs {
  width: 100%;
  padding: 20px 5% 20px 5%;
}
  /* contact*/
.contact {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("/images/common/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}
.contact-cover {
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: rgb(250, 250, 250, 0.95);
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
}
.contact-ttl {
  font-family: "Arial", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
  text-align: center;
}
.contact-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #52b6f1;
  text-align: center;
}
.contact-btn-cover {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}
.contact-btn {
  margin-top: 30px;
  width: 265px;
  height: 96px;
  background: linear-gradient(to bottom right, #0772f8, #40cbbe);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
/* footer */
.footer-in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.87;
}
.footer-left {
  height: auto;
}
.none{
  display: none;
}
.footer-right {
  display: none;
}
.footer-logo {
  margin-bottom: 30px;
}
}
/*599px以下レイアウト*/
@media screen and (max-width:599px){
  p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.7;
    color: #555;
  }
  .ttl {
    font-family: "Arial", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
    color: #52b6f1;
  }
  .flont-h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #52b6f1;
  }
.low-ttl {
  font-family: "Arial", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
}
.low-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #52b6f1;
}
.breadcrumbs-in {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #999;
}
.read-more {
  display: inline-flex; /* 横並びにする */
  align-items: center; /* 縦位置を中央揃え */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #52b6f1;
  position: relative;
}
/* header */
header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 1;
}
.logo{
  width: 70%;
  height: auto;
  margin-top: 26px;
}
/* nav */
.menu-cover{
  width: 60px;
  height: 60px;
  margin-top: 0;
  display: block;
  background: linear-gradient(to bottom right, #0772f8, #40cbbe);
  border-radius: 0;
  padding-top: 15px;
  position: absolute;
  right: 0;
  z-index: 1;
  }
  #nav.active{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 4;
    flex-direction: column;
    background: rgba(255,255,255,0.95);
    border-bottom-left-radius: 2%;
    display: block;
    top:0;
    right: 0;
  }
  /* contact */
  .contact-ttl {
    font-family: "Arial", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
    color: #52b6f1;
    text-align: center;
  }
  .contact-h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #52b6f1;
    text-align: center;
  }
.footer-logo{
  width: 70%;
  height: auto;
}
.footer-logo img{
  width: 100%;
  height: auto;
}
}
