body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
  font-weight: 600;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
}

html {
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}

html::-webkit-scrollbar {
  display: none;
}

style {
  margin: 0 !important;
}

a {
  display: block !important;
}

img {
  display: block;
  width: 100%;
}

/**********************************
header
***********************************/
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #515151;
}
header nav .home-link {
  width: 25%;
}
header .logo {
  padding: 5% 5%;
}
header .nav {
  width: 37%;
}
header .nav2 {
  width: 9%;
  font-weight: 400;
  font-size: 1.3vw;
  text-align: center;
}
header .nav2 a {
  width: 100%;
}

@keyframes rota {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.logo-opacity {
  width: 45%;
}
.logo-opacity a {
  width: 25%;
}
.logo-opacity .logo-opacity0 {
  padding: 4% 5%;
  opacity: 0;
}

.option {
  position: relative;
}

header nav a {
  width: 100%;
}

/**********************************
footer
***********************************/
.contact {
  display: flex;
  width: 90%;
  margin: 10% auto 5% auto;
}
.contact .co1 {
  width: 35%;
}
.contact .co1 .tools {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
}
.contact .co2 {
  width: 30%;
  text-align: center;
}
.contact .co2 h5 {
  font-size: 2.5vw;
  color: #d2000f;
  text-shadow: -0.15em -0.08em #515151;
  margin-bottom: 15%;
  margin-top: 15%;
}
.contact .co2 a {
  font-size: 1.7vw;
  color: black;
}
.contact .co2 p {
  font-size: 1.7vw;
}
.contact .co2 .mail-btn {
  background-color: #d2000f;
  display: flex !important;
  align-items: center;
  width: 90%;
  margin: 5% auto;
  border-radius: 0.5em;
}
.contact .co2 .mail-btn .mail {
  width: 25%;
  padding: 5% 0;
}
.contact .co2 .mail-btn .mail .mail-img {
  margin: 0% auto;
  width: 60%;
}
.contact .co2 .mail-btn .mail .tel-img {
  width: 55%;
  filter: invert(100%);
}
.contact .co2 .mail-btn .mail2 {
  width: 75%;
  color: white;
  text-align: center;
  font-size: 1.6vw;
  padding: 4% 0;
}
.contact .co2 .mail-btn .tel-text {
  font-size: 1.85vw;
  padding: 0;
}
.contact .sns-box {
  display: flex;
  justify-content: center;
}
.contact .sns-box .sns {
  margin-top: 5%;
}
.contact .sns-box .sns .sns-img {
  width: 70%;
  margin: 0 auto;
}

footer {
  z-index: 10;
  position: relative;
}

.logo2 {
  width: 10%;
  margin: 0 auto;
  margin-top: 3%;
}

.copyright {
  background-color: #515151;
  margin-top: 2%;
}
.copyright p {
  color: white;
  text-align: center;
  padding: 1% 0;
  font-size: 1.3vw;
}

.nav2 ul {
  position: absolute;
  display: none;
  font-size: 1.2vw;
  background-color: #515151;
  list-style: none;
  width: 150%;
  text-align: left;
  padding: 10% 0 10% 10%;
  margin-top: 0;
}

.nav2:hover ul {
  display: block;
}

/**********************************
body
***********************************/
.top {
  position: fixed;
  z-index: -1;
}

.top-box {
  position: relative;
  margin-top: -1%;
}
.top-box h1 {
  position: absolute;
  top: 40%;
  right: 1%;
  font-size: 5.5vw;
  font-weight: 800;
  line-height: 120%;
}
.top-box h2 {
  position: absolute;
  bottom: 9%;
  right: 5%;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/**********************************
lower layer top
***********************************/
.page-title {
  font-size: 2.2vw;
  text-align: center;
  margin-top: 12%;
}
.page-title span {
  padding: 0% 1% 0.3% 1%;
  border-bottom: solid 1px black;
}

.back-title {
  width: 100%;
  position: relative;
  padding-top: 3%;
  padding-bottom: 20%;
  height: 100%;
}
.back-title h1 {
  font-size: 4.5vw;
  color: #5e9e99;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: scaleY(2.5);
  text-align: center;
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  opacity: 0.25;
}
.back-title h2 {
  font-size: 3.5vw;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #494949;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, 0);
}
.back-title .circle {
  position: absolute;
  width: 10%;
}
.back-title .sub-logo {
  top: -15%;
  left: 7%;
}
.back-title .circle-img1 {
  bottom: 10%;
  left: 9%;
  width: 9%;
}
.back-title .circle-img2 {
  bottom: 34%;
  left: 21%;
  width: 4.5%;
}
.back-title .circle-img3 {
  top: -8%;
  right: 23%;
  width: 4%;
}
.back-title .circle-img4 {
  top: 22%;
  right: 5%;
  width: 8%;
}
.back-title .circle-img5 {
  bottom: 17%;
  right: 7%;
  width: 4%;
}

.green-box {
  width: 85%;
  margin: 3% auto 13% auto;
  background-color: #5e9e99;
  padding-top: 4%;
  padding-bottom: 4%;
}
.green-box h3 {
  color: white;
  text-align: center;
  font-size: 2.4vw;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 4%;
}
.green-box .green-box2 {
  display: flex;
}
.green-box .green-box2 .green1 {
  width: 50%;
}
.green-box .green-box2 .green1 .illust {
  width: 70%;
  margin: 0 auto;
}
.green-box .green-box2 .green1 img {
  width: 90%;
}
.green-box .green-box2 .green1 p {
  font-size: 1.3vw;
  color: white;
  padding-top: 5%;
  width: 70%;
  margin: 0 auto;
  line-height: 170%;
}

.detail {
  position: relative;
}
.detail .green-title {
  color: #5e9e99;
  text-align: center !important;
  font-size: 2.5vw;
  margin: 0 auto;
  margin-top: -5%;
  margin-bottom: -100%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #f6f6f6;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: 6%;
  left: 50%;
  transform: translate(-50%, 0);
}
.detail .flex-box {
  display: flex;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  border: solid 2px #929292;
  margin-bottom: 10%;
}
.detail .flex1 {
  display: block;
  width: 50%;
  margin: 5% auto 5% auto;
}
.detail .flex1 p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.3vw;
  text-align: left;
}
.detail .flex1 img {
  width: 80%;
  margin: 0 auto;
}
.detail .flex1 .flex-img2 {
  width: 80%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 700px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .nav {
    height: 50px;
    display: flex;
    align-items: center;
  }
  header .nav a {
    width: 100%;
  }
  header .nav2 {
    display: none !important;
  }
  header .nav2 a {
    display: none !important;
  }
  header .logo {
    width: auto;
    height: 40px;
    padding: 0;
    padding-left: 5px;
  }
  .logo-opacity {
    height: 50px;
  }
  .logo2 {
    width: 25%;
    margin-bottom: 3%;
  }
  .copyright {
    margin-top: 10%;
  }
  .copyright p {
    font-size: 13px;
  }
  .page-title {
    font-size: 15px;
    margin-top: 7%;
  }
  .back-title h1 {
    font-size: 20px;
  }
  .back-title h2 {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
  .green-box h3 {
    font-size: 15px;
    margin-top: 5%;
  }
  .green-box .green-box2 {
    display: block;
  }
  .green-box .green-box2 .green1 {
    width: 100%;
  }
  .green-box .green-box2 .green1 .illust {
    margin-top: 5%;
  }
  .green-box .green-box2 .green1 p {
    width: 90%;
    font-size: 14px;
  }
  .green-box .green-box2 .green1 img {
    margin: 10% auto;
  }
  .detail {
    margin-bottom: 20%;
  }
  .detail .green-title {
    font-size: 17px;
    top: 1%;
    line-height: 150%;
    padding-bottom: 1%;
    padding-top: 1%;
    white-space: nowrap;
  }
  .detail .flex-box {
    display: block;
    margin: 3% auto 0 auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .detail .flex-box .flex1 {
    width: 100%;
  }
  .detail .flex-box .flex1 .flex-img {
    width: 90%;
  }
  .detail .flex-box .flex1 p {
    font-size: 13px;
    width: 90%;
  }
  .detail .flex-box .flex1 h6 {
    margin: 0 auto;
    font-size: 15px;
  }
  .detail .flex-box .flex-sign p {
    width: 50%;
    margin-top: 5%;
    padding-left: 10%;
    font-size: 15px;
  }
  .contact {
    display: block;
  }
  .contact .co2 {
    margin: 0 auto;
    margin-top: -15%;
    width: 50%;
  }
  .contact .co2 h5 {
    font-size: 15px;
  }
  .contact .co2 a {
    font-size: 15px;
  }
  .contact .co2 p {
    font-size: 15px;
  }
  .contact .co3 {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .contact .co2 {
    width: 60%;
  }
  .contact .co2 .mail-btn .mail2 {
    font-size: 13px;
  }
}
@media (max-width: 300px) {
  .detail .green-title {
    position: static;
    background-color: none;
    text-align: center;
    transform: translate(0, 0);
    display: block;
    margin: 0;
  }
  .detail .flex-box {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}/*# sourceMappingURL=index.css.map */