@charset "UTF-8";
/*変数設定用*/
@font-face {
  font-family: "futura";
  src: url("./../fonts/futura.ttf");
}
@font-face {
  font-family: "ZenMaruGothic-R";
  src: url("./../fonts/ZenMaruGothic-Regular.ttf");
}
@font-face {
  font-family: "ZenMaruGothic-M";
  src: url("./../fonts/ZenMaruGothic-Medium.ttf");
}
@font-face {
  font-family: "ZenMaruGothic-B";
  src: url("./../fonts/ZenMaruGothic-Bold.ttf");
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

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

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  position: relative;
}

header {
  background: #fff;
  border-radius: 0 0 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header {
    border-radius: 0 0 15px 15px;
    padding: 15px;
  }
}
header h1 {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  header h1 {
    max-width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  header nav {
    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;
  }
}
@media screen and (max-width: 767px) {
  header nav {
    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;
  }
}
header nav.open {
  right: 0px;
}
header nav ul {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  header nav ul {
    display: block;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  header nav ul {
    display: block;
    margin-top: 50px;
  }
}
header nav ul li {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  header nav ul li {
    margin-right: 0;
    border-top: 1px solid #ccc;
  }
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header nav ul li a {
    padding: 15px;
    display: block;
  }
}
header nav ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #24afab;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
header nav ul li a:hover {
  opacity: 1;
}
header nav ul li a:hover:after {
  transform: scale(1, 1);
}
header nav ul li.contact-btn {
  margin-right: 10px;
}
header nav ul li.contact-btn a {
  border: 2px solid #24afab;
  color: #24afab;
  font-weight: 700;
  border-radius: 50px;
  line-height: 1;
  padding: 15px 30px 15px 60px;
  display: inline-block;
  position: relative;
  transition: 0.6s;
}
header nav ul li.contact-btn a:before {
  content: "";
  position: absolute;
  left: 30px;
  top: calc(50% - 8px);
  width: 20px;
  height: 16px;
  background: url(./../img/icon_mail.png);
  background-size: cover;
  transition: 0.6s;
}
header nav ul li.contact-btn a:after {
  display: none;
}
header nav ul li.contact-btn a:hover {
  background: #24afab;
  color: #fff;
}
header nav ul li.contact-btn a:hover:before {
  background: url(./../img/icon_mail_hover.png);
  background-size: cover;
}
header nav ul li.member-btn a {
  border: 2px solid transparent;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff98b9, #f67a8c);
  font-weight: 700;
  line-height: 1;
  padding: 17px 30px 17px 50px;
  display: inline-block;
  position: relative;
  transition: 0.6s;
}
header nav ul li.member-btn a:before {
  content: "";
  position: absolute;
  left: 25px;
  top: calc(50% - 9px);
  width: 16px;
  height: 18px;
  background: url(./../img/icon_member.png);
  background-size: cover;
  transition: 0.6s;
}
header nav ul li.member-btn a:after {
  display: none;
}
header nav ul li.member-btn a:hover {
  background: #fff;
  color: #ff98b9;
  border: 2px solid #ff98b9;
}
header nav ul li.member-btn a:hover:before {
  background: url(./../img/icon_member_hover.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  header nav ul li.flex {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
  }
  header nav ul li.flex .sp_btn {
    width: 48%;
    font-size: 1.4rem;
  }
  header nav ul li.flex .sp_btn.sp_contact {
    border: 2px solid #24afab;
    color: #24afab;
    font-weight: 700;
    border-radius: 50px;
    line-height: 1;
    padding: 15px;
    display: block;
    position: relative;
    text-align: center;
  }
  header nav ul li.flex .sp_btn.sp_member {
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(90deg, #ff98b9, #f67a8c);
    font-weight: 700;
    line-height: 1;
    padding: 15px;
    display: block;
    position: relative;
    text-align: center;
  }
}
header .btn-gNav {
  position: fixed;
  right: 30px;
  width: 32px;
  height: 20px;
  z-index: 1100;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
  display: none;
  top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  header .btn-gNav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .btn-gNav {
    top: 8px;
    right: 10px;
    width: 24px;
    display: block;
  }
}
header .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #cf3e82;
  transition: all 400ms;
}
@media screen and (max-width: 767px) {
  header .btn-gNav span {
    height: 3px;
  }
}
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: 767px) {
  header .btn-gNav.open {
    max-height: 9999px;
    opacity: 1;
  }
}
header .btn-gNav.open span:nth-child(1) {
  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;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  header .btn-gNav.fixed {
    max-height: 9999px;
    opacity: 1;
  }
}

.footcontact {
  background: url(./../img/footcontact_bg.png);
  background-size: cover;
  background-position: center;
  padding: 45px 0;
}
.footcontact .white {
  padding: 65px 0 45px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footcontact .white {
    padding: 65px 20px 45px;
  }
}
@media screen and (max-width: 767px) {
  .footcontact .white {
    padding: 50px 15px;
  }
}
.footcontact .white h2 {
  font-size: 3.6rem;
  font-family: "ZenMaruGothic-B";
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footcontact .white h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .footcontact .white h2 {
    line-height: 1.6em;
    font-size: 2.4rem;
  }
}
.footcontact .white .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .footcontact .white .flex {
    display: block;
  }
}
.footcontact .white .btn {
  max-width: 380px;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
  text-align: center;
  padding: 20px;
  position: relative;
  border: 1px solid transparent;
}
.footcontact .white .btn:before {
  content: "";
  position: absolute;
  left: 30px;
  top: calc(50% - 12.5px);
  width: 25px;
  height: 25px;
  background: url(./../img/icon_memo.png);
  background-size: cover;
}
.footcontact .white .btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: url(./../img/icon_arrow.png);
  background-size: cover;
}
.footcontact .white .btn.formbtn {
  background: linear-gradient(90deg, #ff98b9, #f67a8c);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footcontact .white .btn.formbtn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footcontact .white .btn.formbtn:hover {
  border: 1px solid #ff98b9;
  background: linear-gradient(90deg, #fff, #fff);
  color: #ff98b9;
  opacity: 1;
}
.footcontact .white .btn.formbtn:hover:after {
  background: url(./../img/icon_arrow_hover.png);
  background-size: cover;
}
.footcontact .white .btn.formbtn:hover:before {
  background: url(./../img/icon_memo_hover.png);
  background-size: cover;
}
.footcontact .white .btn.contactbtn {
  background: linear-gradient(90deg, #f9a65e, #ff8311);
}
.footcontact .white .btn.contactbtn:before {
  background: url(./../img/icon_mail2.png);
  background-size: cover;
  width: 24px;
  height: 19px;
  top: calc(50% - 9.5px);
}
.footcontact .white .btn.contactbtn:after {
  background: url(./../img/icon_arrow2.png);
  background-size: cover;
}
.footcontact .white .btn.contactbtn:hover {
  border: 1px solid #f9a65e;
  background: linear-gradient(90deg, #fff, #fff);
  color: #f9a65e;
  opacity: 1;
}
.footcontact .white .btn.contactbtn:hover:before {
  background: url(./../img/icon_mail2_hover.png);
  background-size: cover;
}
.footcontact .white .btn.contactbtn:hover:after {
  background: url(./../img/icon_arrow_orange.png);
  background-size: cover;
}
.footcontact .white .telflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footcontact .white .telflex {
    display: block;
  }
}
.footcontact .white .telflex p {
  font-size: 1.8rem;
  margin-right: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footcontact .white .telflex p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footcontact .white .telflex p {
    text-align: center;
    margin-right: 0;
  }
}
.footcontact .white .telflex .tel-number {
  font-family: "ZenMaruGothic-B";
  font-size: 3.6rem;
  color: #000;
  padding-left: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footcontact .white .telflex .tel-number {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footcontact .white .telflex .tel-number {
    font-size: 2.4rem;
  }
}
.footcontact .white .telflex .tel-number:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  width: 18px;
  height: 26px;
  background: url(./../img/icon_tel.png);
  background-size: cover;
}
.footcontact .white .telflex .tel-time {
  font-size: 1.6rem;
  padding-left: 10px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .footcontact .white .telflex .tel-time {
    font-size: 1.2rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.footcontact .white .telflex .tel-faq {
  font-size: 1.6rem;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footcontact .white .telflex .tel-faq {
    display: block;
    text-align: center;
  }
}
.footcontact .white .telflex .tel-faq:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #24afab;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.footcontact .white .telflex .tel-faq:hover {
  opacity: 1;
}
.footcontact .white .telflex .tel-faq:hover:after {
  transform: scale(1, 1);
}

footer {
  background: #fbf8e9;
  padding: 50px 0 0;
}
footer .fl {
  float: left;
  width: 320px;
}
@media screen and (max-width: 767px) {
  footer .fl {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .fl .f_logo {
  max-width: 200px;
  margin-bottom: 30px;
}
footer .fl .f_address {
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #000;
}
footer .fr {
  float: right;
  width: calc(100% - 380px);
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .fr {
    float: none;
    width: 100%;
    display: block;
  }
}
footer .fr ul {
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  footer .fr ul {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .fr ul {
    margin-right: 0;
  }
}
footer .fr ul li {
  margin-bottom: 20px;
}
footer .fr ul li:last-child {
  margin-bottom: 0;
}
footer .fr ul li a {
  font-size: 1.4rem;
  color: #000;
  position: relative;
}
footer .fr ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #24afab;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
footer .fr ul li a:hover {
  opacity: 1;
}
footer .fr ul li a:hover:after {
  transform: scale(1, 1);
}

.copy {
  margin-top: 80px;
  background: #24afab;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #page-top {
    max-width: 50px;
    right: 10px;
  }
}/*# sourceMappingURL=common.css.map */