@charset "UTF-8";

/*------------------------------
全体
------------------------------*/
body.nav_open {
  position: fixed;
  width: 100%;
  height: 100%;
  }

a {
  transition-property: all;
  transition: 0.1s linear;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*------------------------------
header
------------------------------*/
header {
  padding: 0 3%;
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
header #header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 27px;
  justify-content: space-between;
}
header h1 img {
  width: 300px;
}
header ul {
  display: flex;
  gap: 15px;
  align-items: center;
}
header li em {
  display: block;
  text-align: right;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1;
}
header #header_inquiry li .tel_link {
  color: #ffdf00;
  font-size: 40px;
  padding-left: 40px;
  position: relative;
}
header #header_inquiry li .tel_link a {
  color: #ffdf00;
  text-decoration: none;
  }
header #header_inquiry li .tel_link:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 33px;
  background-image: url("../img/icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16.5px;
  background-repeat: no-repeat;
}
header #header_inquiry li:nth-child(2) a {
  display: block;
  text-decoration: none;
  background-color: #ffdf00;
  font-size: 18px;
  letter-spacing: .14em;
  width: 270px;
  text-align: center;
  padding: 15px 0 15px 45px;
  border-radius: 30px;
  position: relative;
}
header #header_inquiry li:nth-child(2) a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url("../img/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
}
header #header_inquiry li:nth-child(2) a:hover {
  background-color: #ffea00;
}

/*1024px以下*/
@media screen and (max-width: 1024px) {
  header #header_inner #header_inquiry {
    display: none;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  header h1 img {
    width: 180px;
  }
  header {
    margin-bottom: 15px;
  }
}


/*------------------------------
gnav
------------------------------*/
#gnav {
  padding: 0 3%;
  margin-bottom: 10px;
}
#gnav ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#gnav li {
  width: 18%;
}
#gnav li:nth-of-type(2) {
  width: 28%;
}
#gnav li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: .2em;
  padding: 0 0 8px 0;
  position: relative;
}
#gnav li a:hover, #gnav li.current a {
  color: #ff008c;
}
#gnav li a:hover:before, #gnav li.current a:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 3px;
  background-color: #ff008c;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  background-repeat: no-repeat;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #gnav {
    display: none;
  }
}


/*------------------------------
gnav_sp
------------------------------*/
#gnav_sp {
  display: none;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {

  #gnav_sp {
    display: block;
  }
  #menu_wrap {
    position: absolute;
    top: 30px;
    right: 3%;
  }
  body.nav_open #menu_wrap {
    position: fixed;
    z-index: 101;
  }
  #gnav_sp_menu {
    position: relative;
    width: 44px;
    margin-right: 0;
    cursor: pointer;
    display: block;
    padding: 40px 0 4px 0;
    z-index: 101;
  }
  #gnav_sp_menu p {
    color: #62b701;
    text-align: center;
  }
  .menu1 {
    top: 13px;
  }
  .menu2 {
    top: 20px;
  }
  .menu3 {
    top: 27px;
  }
  .menu1, .menu2, .menu3 {
    background-color: #000;
    width: 30px;
    height: 2px;
    position: absolute;
    right: 50%;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    cursor: pointer;
    margin-right: -10px;
  }
  .menuclick1 {
    top: 20px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .menuclick2 {
    opacity: 0;
  }
  .menuclick3 {
    top: 20px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  #drawr {
    width: 100%;
    height: 100%;
    padding-top: 90px;
    display: none;
    z-index: 100;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  body.nav_open #drawr {
    display: block;
    opacity: 1;
  }
  #drawr ul.menu {
    height: 100%;
    display: block;
    overflow-y: auto;
    border-top: 1px solid #eee;
    }
  #drawr ul.menu li {
    width: 100%;
    padding: 0;
    background-image: none;
    border-bottom: none;
    font-size: 100%;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
  }
  #drawr ul.menu li a {
    width: 100%;
    padding: 15px 12% 15px 8%;
    display: block;
    position: relative;
    color: #333;
    font-size: 15px;
    text-decoration: none;
  }
  #drawr ul.menu li a::after {
    width: 7px;
    height: 7px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9%;
    border-top: 1px solid #ff008c;
    border-right: 1px solid #ff008c;
    transform: rotate(45deg);
    content: '';
    }

  #drawr ul.icn {
    display: flex;
    gap: 12px;
    position: absolute;
    top: 20px;
    left: 6%;
    }
  #drawr ul.icn li#drawr_tel a {
    width: 39px;
    height: 39px;
    padding-top: 39px;
    display: block;
    overflow: hidden;
    background: url(../img/icon_tel03.png) no-repeat center center / auto 25px;
    border: 1px solid #ff008c;
    border-radius: 4px;
  }
  #drawr ul.icn li#drawr_mail a {
    width: 39px;
    height: 39px;
    padding-top: 39px;
    display: block;
    overflow: hidden;
    background: url(../img/icon_mail02.png) no-repeat center center / auto 20px;
    border: 1px solid #ff008c;
    border-radius: 4px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #menu_wrap {
    top: 20px;
  }
}


/*------------------------------
side
------------------------------*/
#side {
  max-width: 280px;
  width: 100%;
}
#side .side_voice {
  height: 275px;
  border: 1px solid #ff008c;
  border-radius: 10px;
  margin-bottom: 24px;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
}
#side .side_voice:before {
  content: '';
  display: inline-block;
  width: 267px;
  height: 104px;
  background-image: url("../img/side_voice.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -133.5px;
  bottom: -6px;
  background-repeat: no-repeat;
}
#side .side_voice p {
  color: #ff008c;
  font-size: 28px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .1em;
}
#side .side_voice span {
  font-size: 16px;
  display: block;
  line-height: 1;
}
#side .side_voice a {
  display: block;
  background-color: #ff008c;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  width: 200px;
  margin: 10px auto 0 auto;
  padding: 11px 0;
  border-radius: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* side_menu */
#side .side_menu {
  margin-bottom: 24px;
  }
#side .side_menu h2 {
  margin-bottom: 12px;
  color: #ff008c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .1em;
  text-align: center;
}
#side .side_menu ul {
  border-bottom: 1px dashed #aaa;
}
#side .side_menu li {
  border-top: 1px dashed #aaa;
}
#side .side_menu li a {
  padding: 16px 30px 16px 9px;
  display: block;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: .08em;
}
#side .side_menu li a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url("../img/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
}
#side .side_menu li a:hover {
  background-color: #fff7fb;
  color: #ff008c;
}

/* side_btn */
#side .side_btn ul {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  }
#side .side_btn li {
  margin-top: 15px;
  }
#side .side_btn a {
  width: 100%;
  padding: 15px 24px;
  display: block;
  position: relative;
  background-color: #ff008c;
  border-radius: 9999px;
  color: #fff; 
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  }
#side .side_btn a:hover {
  background-color: #ff00ac;
  }
#side .side_btn a::after {
  width: 8px;
  height: 8px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  }

/* side_inq */
#side .side_inq {
  margin-top: 15px;
  }
#side .side_inq a {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #ffdf00;
  border-radius: 9999px;
  color: #333; 
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  }
#side .side_inq a:hover {
  background-color: #ffea00;
  }
#side .side_inq a::before {
  width: 25px;
  height: 20px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../../cmn/img/icon_mail.png) no-repeat 0 0 / contain;
  content: '';
  }

/* 1025＜ --------------------------- */
@media (min-width: 1025px) {

  /* inq */
  #side .side_inq a {
    padding: 15px 3% 15px 10%;
    }
  #side .side_inq a::before {
    left: 10%;
    }

} /* end 1025＜ */
/* ＞1024 --------------------------- */
@media (max-width: 1024px) {

  #side {
    max-width: inherit;
  }

  /* inq */
  #side .side_inq a {
    padding: 18px 3% 18px 48px;
    }
  #side .side_inq a br {
    display: none;
    }
  #side .side_inq a::before {
    left: 7%;
    }

} /* end ＞1024 */


/*------------------------------
footer
------------------------------*/
footer {
  background-color: #ff008c;
  padding: 35px 3% 15px 3%;
}
footer h1 {
  text-align: center;
}
footer h1 img {
  width: 300px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 35px;
  justify-content: center;
  margin: 30px 0 60px 0;
}
footer li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .14em;
  padding-left: 20px;
  position: relative;
}
footer li a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 6px;
  background-color: #fff;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  transform: skewX(45deg);
}
footer li a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 6px;
  background-color: #fff;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 6px;
  background-repeat: no-repeat;
  transform: skewX(-45deg);
}
footer li a:hover {
  text-decoration: underline;
}
#copyright {
  text-align: center;
  font-size: 11px;
  color: #fff;
  letter-spacing: .14em;
}
/*ページトップ*/
#pagetop {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition-property: all;
  transition: 0.4s linear;
}
#pagetop:hover {
  bottom: 40px;
}
#pagetop a {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 90px;
  height: 90px;
}
#pagetop a:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: #ddd;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 45px;
  background-repeat: no-repeat;
  transition-property: all;
  transition: 0.4s linear;
}
#pagetop:hover a:before {
  background-color: #ff008c;
}
#pagetop a span {
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
}
#pagetop a span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #aaa;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 38px;
  top: 37px;
  background-repeat: no-repeat;
  transform: skewX(-45deg);
  transition-property: all;
  transition: 0.4s linear;
}
#pagetop a span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #aaa;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 38px;
  top: 37px;
  background-repeat: no-repeat;
  transform: skewX(45deg);
  transition-property: all;
  transition: 0.4s linear;
}
#pagetop a span:hover:before, #pagetop a span:hover:after {
  background-color: #fff;
}
/*1100px以下*/
@media screen and (max-width: 1100px) {
  #pagetop {
    display: block;
    position: relative;
    bottom: inherit;
    right: inherit;
  }
  #pagetop a {
    width: 100%;
    height: 40px;
  }
  #pagetop a:before {
    width: 100%;
    height: 40px;
    border-radius: 0;
  }
  #pagetop a span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 40px;
  }
  #pagetop a span:before {
    left: 49.2%;
    top: 15px;
  }
  #pagetop a span:after {
    right: 49.3%;
    top: 15px;
  }
  #pagetop:hover {
    bottom: inherit;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  footer ul {
    display: none;
  }
  footer h1 img {
    width: 200px;
    margin-bottom: 30px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #pagetop a span::after {
    right: 47%;
  }
  #pagetop a span::before {
    left: 50%;
  }
}


/*------------------------------
contents
------------------------------*/
#contents {
  padding: 0 3%;
}
#contents_inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto 90px auto;
  gap: 35px;
}
#main {
  max-width: 880px;
  width: 100%;
}

/* pageTitle */
#pageTitle {
  width: 100%;
  background-color: #fff7fb;
  }
#pageTitle h1 {
  width: 100%;
  color: #aa3977;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  }

/* contents style */
#main p {
  font-size: 15px;
  line-height: 2;
  }
#main p+p {
  margin-top: 1.5em;
  }
#main figure img {
  max-width: 100%;
  }

/* references */
#main #references {
  background-color: #f1f1f1;
  }
#main #references h2 {
  margin: 0;
  color: #333;
  font-family: inherit;
  font-weight: 700;
  }
#main #references h3 {
  margin: 12px 0 8px;
  border-bottom: none;
  color: #333;
  font-family: inherit;
  font-weight: 700;
  }
#main #references li {
  padding-left: 1.8em;
  margin-top: 4px;
  position: relative;
  }
#main #references li::before {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.55em;
  left: 0.4em;
  background-color: #6a6a6a;
  border-radius: 50%;
  content: '';
  }

/* btn */
#main .btn a {
  width: 100%;
  padding: 15px 36px;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #ff008c;
  border-radius: 9999px;
  color: #fff; 
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  }
#main .btn a:hover {
  background-color: #ff00ac;
  }
#main .btn a::after {
  width: 8px;
  height: 8px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  }

/* inq */
#main .inq {
  margin-top: 30px;
  }
#main .inq a {
  width: 100%;
  padding: 15px 3% 15px 6%;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #ffdf00;
  border-radius: 9999px;
  color: #333; 
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  }
#main .inq a:hover {
  background-color: #ffea00;
  }
#main .inq a::before {
  width: 25px;
  height: 20px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  background: url(../../cmn/img/icon_mail.png) no-repeat 0 0 / contain;
  content: '';
  }

/*1024px以下*/
@media screen and (max-width: 1024px) {
  #contents_inner {
    flex-direction: column;
  }
  #main {
    max-width: inherit;
  }
}
/* 768＜ --------------------------- */
@media (min-width: 768px) {

  /* pageTitle */
  #pageTitle h1 {
    padding: 72px 3%;
    font-size: 36px;
    }
  #pageTitle+#contents {
    margin-top: 40px;
    }

  /* references */
  #main #references {
    padding: 36px 36px 42px;
    }
  #main #references h2 {
    font-size: 21px;
    }
  #main #references h3 {
    font-size: 16px;
    }
  #main #references li {
    font-size: 14px;
    }

  /* btn, inq */
  #main .btn a,
  #main .inq a {
    max-width: 330px;
    font-size: 18px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

  /* pageTitle */
  #pageTitle h1 {
    padding: 60px 4%;
    font-size: 22px;
    font-size: clamp(22px, 5.8vw, 36px);
    }
  #pageTitle+#contents {
    margin-top: 24px;
    }

  /* contents style */
  #main p {
    font-size: 14px;
    }

  /* references */
  #main #references {
    padding: 30px 6% 36px;
    }
  #main #references h2 {
    font-size: 19px;
    }
  #main #references h3 {
    font-size: 15px;
    }
  #main #references li {
    font-size: 13px;
    }

  /* btn, inq */
  #main .btn a,
  #main .inq a {
    max-width: 300px;
    font-size: 17px;
    }

} /* end ＞767 */
