@charset "UTF-8";
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https: //fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

a {
  pointer-events: auto;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}
html.top {
  font-size: 100%;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
body.top {
  font-size: 100%;
}

header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px;
    height: 50px;
  }
}
header h1 {
  margin: 0;
}
header h1 a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}
header h1 a img {
  max-width: 200px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  header h1 a img {
    max-width: 50%;
  }
}
@media screen and (max-width: 1050px) {
  header .head_fr.pc {
    display: none;
  }
}
header .head_fr .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
header .head_fr .nav li {
  margin-right: 30px;
}
header .head_fr .nav li a {
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
}
header .head_fr .nav li a:hover {
  color: #00a1e8;
}
header .head_fr .nav li.contactbtn a {
  border-radius: 30px;
  color: #fff;
  padding: 10px 45px;
  position: relative;
  overflow: hidden;
  display: block;
  letter-spacing: 0.1em;
}
header .head_fr .nav li.contactbtn a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(135deg, rgb(0, 192, 250) 0%, rgb(1, 94, 234) 100%);
  z-index: -1;
}
header .head_fr .nav li.contactbtn a:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
header .btn-gNav {
  display: none;
  position: fixed;
  right: 15px;
  width: 30px;
  height: 20px;
  z-index: 1100;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}
@media screen and (max-width: 1050px) {
  header .btn-gNav {
    display: block;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  header .btn-gNav {
    top: 12px;
  }
}
header .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  border-radius: 10px;
  transition: all 400ms;
}
header .btn-gNav span:nth-child(1) {
  top: 0;
}
header .btn-gNav span:nth-child(2) {
  top: 10px;
  right: 0;
}
header .btn-gNav span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 768px) {
  header .btn-gNav.open {
    max-height: 9999px;
    opacity: 1;
  }
}
header .btn-gNav.open span:nth-child(1) {
  background: #000;
  top: 6px;
  transform: rotate(-45deg);
}
header .btn-gNav.open span:nth-child(2) {
  opacity: 0;
}
header .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  header .btn-gNav.fixed {
    max-height: 9999px;
    opacity: 1;
  }
}

#gNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 1000;
  transition: 0.3s;
}
#gNav.open {
  right: 0px;
}
#gNav ul {
  margin: 50px 0 0;
}
#gNav ul li {
  border-top: 1px solid #ccc;
}
#gNav ul li:last-child {
  border-bottom: 1px solid #ccc;
}
#gNav ul li a {
  padding: 15px;
  display: block;
  color: #000;
}

.botttom_contact {
  background: #25374a;
  padding: 75px 0 95px;
}
@media screen and (max-width: 768px) {
  .botttom_contact {
    padding: 50px 0;
  }
}
.botttom_contact .fl {
  float: left;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .botttom_contact .fl {
    float: none;
    width: 100%;
  }
}
.botttom_contact .fl h2 {
  display: flex;
  align-items: center;
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
.botttom_contact .fl h2 span {
  margin-left: 10px;
  font-size: 1.8rem;
}
.botttom_contact .fl .txt {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .botttom_contact .fl .txt {
    font-size: 2rem;
  }
}
.botttom_contact .fr {
  float: right;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .botttom_contact .fr {
    float: none;
    width: 100%;
  }
}
.botttom_contact .fr .tel {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #fff;
  padding-left: 40px;
  background: url(./../img/icon_tel.png);
  font-style: italic;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 768px) {
  .botttom_contact .fr .tel {
    font-size: 4rem;
    margin-right: 0;
    background-size: 25px;
    padding-left: 35px;
  }
}
.botttom_contact .fr .btn {
  max-width: 450px;
  width: 100%;
  font-size: 2rem;
  display: block;
  background: #28a7e1;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .botttom_contact .fr .btn {
    width: 90%;
    margin: 20px auto 0;
    font-size: 1.8rem;
    padding: 15px;
  }
}

.foot-bottom {
  padding: 80px 0;
  background: url(./../img/foot-contactbg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .foot-bottom {
    padding: 50px 0;
  }
}
.foot-bottom h2 {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.foot-bottom h2:before {
  content: "";
  position: absolute;
  left: calc(50% - 19px);
  bottom: 0;
  width: 38px;
  height: 1px;
  background: #fff;
}
.foot-bottom h3 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .foot-bottom h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.foot-bottom__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .foot-bottom__flex {
    display: block;
  }
}
.foot-bottom__flex .tel {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 500;
  margin-right: 35px;
  padding-left: 50px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .foot-bottom__flex .tel {
    font-size: 3.2rem;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
    display: block;
  }
}
.foot-bottom__flex .tel:before {
  content: "";
  width: 30px;
  height: 40px;
  background: url(./../img/icon-tel.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .foot-bottom__flex .tel:before {
    left: calc(50% - 5em);
  }
}
.foot-bottom__flex .btn {
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .foot-bottom__flex .btn {
    margin-top: 10px;
  }
}
.foot-bottom__flex .btn:after {
  border-color: #fff;
}
.foot-bottom__flex .btn:hover {
  background: #fff;
  color: #00a1e8;
}
.foot-bottom__flex .btn:hover:after {
  border-color: #00a1e8;
}

footer {
  width: 100%;
  padding: 90px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 0;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .container {
    display: block;
  }
}
footer .fl {
  width: 343px;
}
@media screen and (max-width: 768px) {
  footer .fl {
    width: 100%;
  }
}
footer .fl .f_logo {
  text-align: center;
  margin-bottom: 25px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer .fl .f_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
footer .fl .f_logo a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}
footer .fl .f_logo a img {
  max-width: 200px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  footer .fl .f_logo a img {
    max-width: 30%;
  }
}
footer .fl .f_address {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8em;
}
footer .fr {
  width: calc(100% - 410px);
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .fr {
    display: block;
    width: 100%;
  }
}
footer .f_nav {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .f_nav {
    width: 48%;
    margin-right: 0;
    display: inline-block;
  }
}
footer .f_nav li {
  margin-bottom: 20px;
}
footer .f_nav li a {
  color: #333;
  font-size: 1.4rem;
}
footer .f_sns {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .f_sns {
    width: 48%;
    margin-right: 0;
    display: inline-block;
  }
}
footer .f_sns li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .f_sns li {
    margin-bottom: 10px;
  }
}
footer .f_sns li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.4rem;
}
footer .f_sns li a span {
  width: 40px;
  text-align: center;
  margin-right: 10px;
}
footer .f_map {
  max-width: 470px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding-top: 36.25%;
}
@media screen and (max-width: 768px) {
  footer .f_map {
    width: 100%;
    padding-top: 56.25%;
  }
}
footer .f_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .privacy-link {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  footer .privacy-link {
    margin-bottom: 50px;
  }
}
footer .privacy-link a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
footer .copy {
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  margin: 50px auto 40px;
}

@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}

.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.lazy.on {
  opacity: 1;
}

.lazy_bottom {
  transform: translateY(30px);
}
.lazy_bottom.on {
  transform: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}/*# sourceMappingURL=common.css.map */