@charset "UTF-8";
@import "reset.css";
@import 'base.css';
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap);
html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #221815;
  font: 400 16px/1.65 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
body .bold {
  font-weight: 500;
}
body .ex-bold {
  font-weight: 700;
}
body .white {
  color: #fff;
}
body .inline {
  display: inline;
}

.serif {
  font: 500 18px/1.7 "Hiragino Mincho ProN", "YuMincho", "MS 明朝", "Times New Roman", serif;
}

.all { /*スマホの横揺れ禁止*/
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1220px;
}
@media screen and (max-width: 1220px) {
  .container {
    width: 96%;
    margin-left: 2%;
  }
}

/*///////////header//////////////*/
/*///////////header=END=//////////////*/
/*///////////G-nav//////////////*/
@media screen and (max-width: 667px) {
  nav.pc-nav {
    display: none;
  }
}

.humberger {
  display: none;
}
@media screen and (max-width: 667px) {
  .humberger {
    display: block;
  }
}

nav.humberger {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 22;
}

.top-nav2 > ul li {
  padding-bottom: 10px;
}
.top-nav2 .act {
  cursor: pointer;
}
.top-nav2 ul {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 0px;
  padding: 30px;
  list-style: none;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  width: 90%;
  z-index: 100;
  top: 0px;
  height: 100%;
  left: -100%;
}
.top-nav2 ul li {
  padding: 10px 0 10px 10%;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px dotted #cdcdcd;
}
.top-nav2 ul.active {
  left: 0px;
}

.move-2.on.btn {
  z-index: 101;
}

.btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: fixed;
  right: 10px;
  top: 5px;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
.btn:before, .btn:after {
  display: block;
  width: 35px;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.btn span {
  display: block;
  width: 35px;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  height: 2px;
  background-color: #000;
  top: 48%;
  right: 15%;
}
.btn:before {
  content: "";
  top: 28%;
  right: 15%;
  border-top: 2px solid #000;
}
.btn:after {
  content: "";
  top: 68%;
  right: 15%;
  border-bottom: 2px solid #000;
}
.btn.on span {
  display: none;
  width: 50px;
  height: 50px;
}
.btn.on:before {
  top: 51%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.btn.on:after {
  top: 51%;
  right: 7px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.btnlink {
  width: 90%;
  display: block;
  margin: auto;
  border: 1px solid #0060ff;
  border-radius: 5px;
  background: #4285F4;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
}

/*///////////G-nav=END=//////////////*/
/*///////////common//////////////*/
.contact-bnr {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 12vw;
  max-width: 200px;
  max-height: 200px;
  height: 12vw;
  z-index: 100;
  background: rgb(0, 96, 255);
  border-radius: 50%;
  box-shadow: 0px 10px 10px -6px rgba(14, 13, 13, 0.3), inset 0px 10px 10px -6px rgba(251, 251, 251, 0.3);
}
.contact-bnr:hover {
  opacity: 0.8;
  background: rgba(0, 96, 255, 0.9);
}
.contact-bnr figure {
  padding: 1.8vw 5px 3px 5px;
  width: 55%;
  height: 55%;
}
@media screen and (max-width: 667px) {
  .contact-bnr figure {
    padding: 20%;
    width: 120%;
    height: 120%;
  }
}
.contact-bnr p {
  font-size: clamp(10px, 1.2vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 667px) {
  .contact-bnr p {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .contact-bnr {
    top: 60px;
    right: 5px;
    width: 60px;
    height: 60px;
  }
}

/*///////////common=END=//////////////*/
/*///////////top//////////////*/
.top-img {
  background: url(../images/top-img.webp) 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 2.4/0.59;
}

.toph1 {
  padding: 2vw 0 0 30px;
  font-size: 35px;
  margin-right: 10%;
}
@media screen and (max-width: 667px) {
  .toph1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .toph1 {
    font-size: 26px;
    line-height: normal;
  }
}

main h1 {
  font-size: 26px;
  padding: 30px 0 0 0;
  font-weight: 500;
}
@media screen and (max-width: 667px) {
  main h1 {
    font-size: 21px;
  }
}
main .top-box {
  padding-top: 40px;
  width: 32%;
}
@media screen and (max-width: 667px) {
  main .top-box {
    width: 48%;
  }
}
@media screen and (max-width: 414px) {
  main .top-box {
    width: 100%;
  }
}
main .top-box h2 {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
}

/*///////////top=END=//////////////*/
/*///////////pages//////////////*/
/*--page-common --*/
/*--page-common --*/
.page-img {
  background: url(../images/page-img.webp) 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 2.4/0.4;
}

.pageh1 {
  padding: 2vw 0 0 30px;
  font-size: 35px;
  margin-right: 10%;
}
@media screen and (max-width: 667px) {
  .pageh1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .pageh1 {
    font-size: 26px;
    line-height: normal;
  }
}

main.page h2 {
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 667px) {
  main.page h2 {
    padding: 20px 0 10px 0;
  }
}
@media screen and (max-width: 667px) {
  main.page .w80 {
    width: 80%;
  }
  main.page .w20 {
    width: 80%;
  }
}
main.page .company-text {
  padding-left: 15px;
}
@media screen and (max-width: 667px) {
  main.page .company-text {
    padding: 0;
  }
}

/*--company--*/
/*///////////pages=END=//////////////*/
/*///////////footer//////////////*/
footer {
  margin-top: 50px;
}
footer .sns-box {
  background: #b2c36f;
}
footer .sns-box a {
  width: 50px;
  height: auto;
}
footer .sns-box a img {
  width: 50px;
  height: auto;
  padding: 10px;
}

/*///////////footer=END=//////////////*/

/*# sourceMappingURL=style.css.map */
