@charset "UTF-8";
.main-title {
  font-family: "din-condensed", sans-serif;
  font-size: 14.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 5.6rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 1150px) {
  .main-title {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 5.6rem;
  }
}
.main-title-blue {
  font-family: "din-condensed", sans-serif;
  font-size: 14.3rem;
  color: #00A0E9;
  letter-spacing: 0.7rem;
}
@media screen and (max-width: 767px) {
  .main-title-blue {
    font-size: 5.6rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 1150px) {
  .main-title-blue {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .main-title-blue {
    font-size: 5.6rem;
  }
}
.main-title-sub {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: -20px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1150px) {
  .main-title-sub {
    font-size: 2.4rem;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .main-title-sub {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

.wrapper {
  overflow-x: hidden;
}

.inner {
  max-width: 1166px;
  margin: 0 auto;
  width: 90%;
}

.inner-member {
  max-width: 1166px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .inner-member {
    width: 100%;
  }
}

.hd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 30px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hd {
    padding: 0 20px;
  }
}
.hd-right img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .hd-right img {
    width: 175px;
    margin-left: -10px;
  }
}
.hd-left {
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 1150px) {
  .hd-left {
    display: none;
  }
}
.hd-left ul {
  display: flex;
  gap: 30px;
}
.hd-left li {
  transition: 0.3s;
}
.hd-left li:hover {
  opacity: 0.7;
}
.hd-left li:hover {
  color: #00A0E9;
  opacity: 1;
}
.hd-bt {
  margin-left: 38px;
}
.hd-bt a {
  padding: 10px 46px;
  color: #fff;
  background-color: #00A0E9;
  border-radius: 4px;
  transition: 0.3s;
}
.hd-bt a:hover {
  opacity: 0.7;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 66px;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #00A0E9;
  /*動き*/
  transition: all 0.6s;
}

.g-nav-under {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 374px) {
  .g-nav-under {
    width: 200px;
  }
}

.g-nav-btn {
  padding: 10px 40px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.6rem;
  color: #00A0E9;
  font-weight: 700;
  text-align: center;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
}
@media screen and (max-width: 1150px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 11px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  background-color: #00A0E9;
  width: 45%;
}
.openbtn p {
  position: absolute;
  font-weight: 700;
  color: #00A0E9;
  top: 40px;
  left: 10.5px;
}

.openbtn.active p {
  display: none;
}

.openbtn span:nth-of-type(1) {
  top: 10px;
}

.openbtn span:nth-of-type(2) {
  top: 21px;
}

.openbtn span:nth-of-type(3) {
  top: 32px;
}

.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}

.top {
  margin-top: 100px;
}
.top img {
  width: 100vw;
}

#message {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #message {
    padding-top: 30px;
  }
}

.message-box {
  color: #fff;
  background-color: #00A0E9;
  border-radius: 10px;
  padding: 41px 100px 84px 100px;
}
@media screen and (max-width: 1150px) {
  .message-box {
    text-align: center;
    padding: 30px 20px;
  }
}
.message-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .message-title {
    font-size: 1.6rem;
    margin: 20px auto;
  }
}
.message-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  margin-top: 10px;
}
@media screen and (max-width: 1150px) {
  .message-text {
    margin-top: 9px;
    text-align: left;
  }
}
.message-hide {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .message-hide {
    display: none;
  }
}

.message-more {
  display: none;
}
@media screen and (max-width: 767px) {
  .message-more {
    display: block;
    font-size: 1.6rem;
    margin: 20px auto 0 auto;
    border-bottom: 1px solid;
  }
}

.message-more::after {
  content: "続きを見る";
  transition: 0.2s;
}

.message-more.on-click::after {
  content: "閉じる";
}

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

#service {
  padding-top: 80px;
  background-image: url(../img/servicebg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 67%;
}
@media screen and (max-width: 767px) {
  #service {
    background-image: url(../img/servicebgsp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 72%;
    padding-top: 60px;
  }
}

.service-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 60px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .service-title {
    font-size: 1.8rem;
  }
}
.service-title-2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 60px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .service-title-2 {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
.service-con:last-child {
  padding-bottom: 178px;
}
@media screen and (max-width: 767px) {
  .service-con:last-child {
    padding-bottom: 108px;
  }
}
.service-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .service-box {
    display: block;
  }
}
.service-box img {
  margin-top: 33px;
  transition: 0.3s;
}
.service-box img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .service-box img {
    margin-top: 27px;
  }
}
.service-box img:hover {
  transform: scale(1.05);
  opacity: 1;
}
.service-block {
  width: 30.7%;
}
@media screen and (max-width: 1150px) {
  .service-block {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .service-block {
    width: 100%;
  }
}

#products {
  background-image: url(../img/productsbg.png);
  background-size: cover;
}

.products-main {
  transform: translateY(-90px);
}
@media screen and (max-width: 767px) {
  .products-main {
    transform: translateY(-45px);
  }
}
.products-info {
  margin-top: -63px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .products-info {
    margin-top: 6px;
    padding-bottom: 40px;
  }
}

#member {
  padding-top: 80px;
  background-image: url(../img/memberbg.png);
  background-size: cover;
  background-position: center 120px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #member {
    background-image: url(../img/memberbgsp.png);
    background-size: contain;
    background-position: center top;
    background-position: -150px 80px;
    padding-top: 60px;
  }
}

.member-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 110px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin-top: 60px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1150px) {
  .member-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .member-container {
    margin-top: 40px;
    padding-bottom: 80px;
    display: block;
  }
}
.member-viewbox {
  text-align: right;
}
.member-viewmore {
  margin-top: 10px;
  width: 100px;
}
.member-box {
  width: calc(54.25% - 100px);
  transition: 0.3s;
}
@media screen and (max-width: 1150px) {
  .member-box {
    width: calc(47% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .member-box {
    width: 100%;
  }
}
.member-box:nth-child(2) {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .member-box:nth-child(2) {
    padding-top: 0;
  }
}
.member-box:nth-child(2n+3) {
  margin-top: -140px;
}
@media screen and (max-width: 767px) {
  .member-box:nth-child(2n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .member-box:nth-child(odd) {
    background-color: #EAF3F8;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .member-box:nth-child(even) {
    padding: 30px 20px;
  }
}
.member-box h4 {
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: 700;
}
.member-box p {
  font-size: 1.6rem;
  font-weight: 400;
}

.view-hover:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .view-hover:hover {
    transform: scale(1);
  }
}

#potential {
  padding-bottom: 40px;
  background-image: url(../img/potentialbg.png);
  background-size: cover;
}

.potential-container {
  margin-top: -30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .potential-container {
    margin-top: -20px;
  }
}
.potential-margin {
  margin-top: 100px;
}
.potential-text {
  max-width: 508px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .potential-text {
    max-width: 315px;
    margin: 80px auto 0 auto;
    width: 90%;
  }
}
.potential-main {
  transform: translateY(-77px);
}
@media screen and (max-width: 767px) {
  .potential-main {
    transform: translateY(-55px);
  }
}

#contact {
  background-image: url(../img/contactbg.png);
  background-size: cover;
  background-position: center;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  #contact {
    background-image: url(../img/contactbgsp.png);
    background-size: cover;
    padding: 30px 20px;
  }
}
#contact a {
  width: calc(34.25% - 50px);
  padding: 25px 0;
  border: solid 3px #fff;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
#contact a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1150px) {
  #contact a {
    width: calc(45% - 50px);
  }
}
@media screen and (max-width: 767px) {
  #contact a {
    border: solid 1px #fff;
    width: calc(55% - 23px);
    padding: 8px 0;
  }
}
#contact h5 {
  font-family: "din-condensed", sans-serif;
  font-size: 6rem;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  #contact h5 {
    font-size: 2.8rem;
  }
}
#contact p {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contact p {
    font-size: 1.2rem;
    margin-top: -5px;
  }
}
#contact img {
  margin-top: 10px;
  width: 46px;
}
@media screen and (max-width: 767px) {
  #contact img {
    margin-top: 3px;
    width: 20px;
  }
}

.contact-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .contact-box {
    gap: 23px;
  }
}

.footer {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 43px;
  }
}
.footer img {
  margin-top: 30px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .footer img {
    margin-top: 40px;
  }
}
.footer ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 54px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .footer ul {
    gap: 40px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }
}
.footer li {
  transition: 0.3s;
}
.footer li:hover {
  opacity: 0.7;
}
.footer li:hover {
  color: #00A0E9;
  opacity: 1;
}
.footer p {
  margin-top: 50px;
  font-size: 1.2rem;
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .footer p {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=style.css.map */