@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	basic layout
================================================== */
a {
  color: #222;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.8;
  }
}

html {
  background: #ffffff;
  scroll-behavior: smooth;
  font-weight: 500;
}

body.overflow {
  overflow: hidden;
}

iframe {
  width: 100%;
}

#pagetop {
  font-feature-settings: "palt";
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #222;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#pagetop {
  font-size: 3.7324vw;
}
#pagetop {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media print, screen and (min-width: 1025px) {
  #pagetop {
    font-size: 1.6rem;
  }
}

#pagetop {
  font-size: 3.7324vw;
}
#pagetop {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media print, screen and (min-width: 1025px) {
  #pagetop {
    font-size: 1.6rem;
  }
}

#pagetop {
  font-size: 3.7324vw;
}
#pagetop {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media print, screen and (min-width: 1025px) {
  #pagetop {
    font-size: 1.6rem;
  }
}

.container {
  width: 100%;
  max-width: 1540px;
  box-sizing: border-box;
}
.container {
  padding: 0vw 3.999vw 0vw 3.999vw;
}
@media print, screen and (min-width: 1025px) {
  .container {
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.container.mode_s {
  max-width: 1000px;
  box-sizing: border-box;
}
.container.mode_s {
  padding: 0vw 3.999vw 0vw 3.999vw;
}
@media print, screen and (min-width: 1025px) {
  .container.mode_s {
    padding: 0 20px;
  }
}
.container.mode_m {
  max-width: 1400px;
  box-sizing: border-box;
}
.container.mode_m {
  padding: 0vw 3.999vw 0vw 3.999vw;
}
@media print, screen and (min-width: 1025px) {
  .container.mode_m {
    padding: 0 20px;
  }
}
.container.mode_max {
  max-width: none;
}

#main > .inner {
  width: 100%;
  position: relative;
}

.sec_area {
  padding: 10.664vw 0vw 10.664vw 0vw;
}
@media print, screen and (min-width: 1025px) {
  .sec_area {
    padding: 80px 0 80px;
  }
}

.sec_m {
  margin: 10.664vw 0vw 10.664vw 0vw;
}
@media print, screen and (min-width: 1025px) {
  .sec_m {
    margin: 80px 0 80px;
  }
}

#page_top_btn {
  background: #ffffff;
  box-sizing: border-box;
  color: #EE9226;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  text-decoration: none !important;
  text-align: center;
  position: fixed;
  border-radius: 8px;
  border: 4px solid #EDF7F6;
  z-index: 4;
}
#page_top_btn {
  width: 11.7304vw;
}
#page_top_btn {
  height: 11.7304vw;
}
#page_top_btn {
  font-family: "Lexend Exa", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.06em;
}
#page_top_btn {
  font-size: 1.8662vw;
}
#page_top_btn {
  bottom: 1.8662vw;
}
#page_top_btn {
  right: 2.1328vw;
}
@media print, screen and (min-width: 1025px) {
  #page_top_btn {
    opacity: 0;
    width: 59px;
    height: 59px;
    font-size: 0.8rem;
    right: 16px;
    bottom: 85px;
  }
  #page_top_btn.show {
    display: flex;
    opacity: 1;
    bottom: 85px;
  }
  #page_top_btn:hover {
    opacity: 0.6;
  }
}
#page_top_btn img {
  height: auto;
}
#page_top_btn img {
  width: 3.7324vw;
}
@media print, screen and (min-width: 1025px) {
  #page_top_btn img {
    width: 20px;
  }
}
#page_top_btn span {
  display: inline-block;
}
#page_top_btn span {
  margin-top: 1.0664vw;
}
@media print, screen and (min-width: 1025px) {
  #page_top_btn span {
    margin-top: 4px;
  }
}

/* ==================================================
	header
================================================== */
.header01 {
  width: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  transition: 0.3s ease all;
  border-bottom: 4px solid #EEEEEE;
}
.header01 {
  height: 13.8632vw;
}
@media print, screen and (min-width: 1025px) {
  .header01 {
    height: 88px;
  }
}
.header01.hide {
  top: -15.996vw;
}
.header01 .container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1025px) {
  .header01 .container {
    transition: 0.3s ease all;
  }
}
.header01 h1#h_logo {
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .header01 h1#h_logo {
    margin-left: -1.333vw;
  }
}
.header01 h1#h_logo a {
  display: flex;
  align-items: center;
}
.header01 h1#h_logo a {
  height: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  .header01 h1#h_logo a {
    height: 45px;
  }
}
.header01 h1#h_logo a img {
  height: 7.4648vw;
}
@media print, screen and (min-width: 1025px) {
  .header01 h1#h_logo a img {
    height: 45px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1640px) {
  .header01 h1#h_logo a img {
    height: 28px;
  }
}

/* ==================================================
	gnav
================================================== */
.nav_gnav {
  background: #EDF7F6;
  opacity: 0;
  transition: all 0.5s;
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  right: -100%;
  box-sizing: border-box;
  overflow: auto;
}
.nav_gnav {
  top: 13.8632vw;
}
.nav_gnav {
  padding: 10.664vw 3.999vw 39.99vw 3.999vw;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav {
    display: flex;
    align-items: center;
    overflow: inherit;
  }
}
.nav_gnav .cv_box {
  margin-top: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .cv_box {
    display: flex;
    gap: 8px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .btn_cut,
  .nav_gnav .btn_contact {
    margin-top: 0;
  }
}
.nav_gnav .btn_cut > a,
.nav_gnav .btn_contact > a {
  width: 74.648vw;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .btn_cut > a,
  .nav_gnav .btn_contact > a {
    width: auto;
    font-size: 1.4rem;
    padding: 16px 12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1640px) {
  .nav_gnav .btn_cut > a,
  .nav_gnav .btn_contact > a {
    max-width: 155px;
    height: 52px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 4px 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .btn_cut > a .txt {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1640px) {
  .nav_gnav .btn_cut > a .txt {
    padding-left: 20px;
    background-size: 18px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .btn_contact > a .txt {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1640px) {
  .nav_gnav .btn_contact > a .txt {
    padding-left: 24px;
    background-size: 18px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav {
    background: transparent;
    opacity: 1;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.nav_gnav.active {
  opacity: 1;
  right: 0;
}
.nav_gnav .nav_link {
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .nav_link {
    align-items: end;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .nav_link .bottom {
    display: flex;
  }
}
.nav_gnav .nav_link .bottom li + li {
  margin-top: 4.2656vw;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .nav_link .bottom li + li {
    margin-top: 0;
  }
  .nav_gnav .nav_link .bottom li + li a::before {
    content: "";
    width: 1px;
    height: calc(100% - 12px);
    background: #AFAFAF;
    position: absolute;
    top: 6px;
    left: 0;
  }
}
.nav_gnav .nav_link .bottom li a {
  display: block;
}
.nav_gnav .nav_link .bottom li a {
  font-size: 4.2656vw;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .nav_link .bottom li a {
    font-size: 1.6rem;
    position: relative;
    padding: 0 12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1640px) {
  .nav_gnav .nav_link .bottom li a {
    font-size: 1.3rem;
    padding: 0 10px;
  }
}
.nav_gnav .nav_link .top {
  margin-top: 4.2656vw;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .nav_link .top {
    display: flex;
    gap: 16px;
    padding-right: 12px;
    margin-top: 0;
  }
}
.nav_gnav .nav_link .top li a {
  color: #acacac;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .nav_link .top li a {
    font-size: 12px;
  }
}
.nav_gnav .nav_link .top li + li {
  margin-top: 3.1992vw;
}
@media print, screen and (min-width: 1025px) {
  .nav_gnav .nav_link .top li + li {
    margin-top: 0;
  }
}

.hum_wrap {
  background: transparent;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
}
.hum_wrap {
  width: 14.3964vw;
}
.hum_wrap {
  height: 10.664vw;
}
.hum_wrap {
  margin-right: -3.999vw;
}
@media print, screen and (min-width: 1025px) {
  .hum_wrap {
    display: none;
  }
}

.hum_trigger {
  z-index: 12;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  box-sizing: border-box;
  cursor: pointer;
}
@media print, screen and (min-width: 1025px) {
  .hum_trigger {
    transition: all 0.3s ease;
  }
  .hum_trigger:hover {
    opacity: 0.6;
  }
}
.hum_trigger {
  padding-top: 1.5996vw;
}
.hum_trigger .inner {
  position: relative;
}
.hum_trigger .inner {
  width: 6.3984vw;
}
.hum_trigger .inner {
  height: 3.7324vw;
}
.hum_trigger .inner span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  position: absolute;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #EF7A85;
}
.hum_trigger .inner span:nth-of-type(1) {
  top: 0;
}
.hum_trigger .inner span:nth-of-type(2) {
  top: 50%;
}
.hum_trigger .inner span:nth-of-type(3) {
  top: 100%;
}
.hum_trigger .txt {
  line-height: 1.2;
  color: #EF7A85;
}
.hum_trigger .txt {
  font-size: 1.8662vw;
}
.hum_trigger .txt {
  font-family: "Lexend Exa", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.06em;
}
.hum_trigger .txt {
  margin-top: 1.5996vw;
}
.hum_trigger.active .inner span:nth-of-type(1) {
  top: 47%;
  transform: rotate(-45deg);
}
.hum_trigger.active .inner span:nth-of-type(2) {
  left: 30%;
  opacity: 0;
  animation: active-hum 0.8s forwards;
}
.hum_trigger.active .inner span:nth-of-type(3) {
  top: 47%;
  transform: rotate(45deg);
}
#pagetop.mode_shop .h_logo_box {
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #pagetop.mode_shop .h_logo_box {
    height: 10.664vw;
  }
  #pagetop.mode_shop .h_logo_box {
    margin-left: -1.333vw;
  }
}
#pagetop.mode_shop .h_logo_box h1#h_logo {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #pagetop.mode_shop .h_logo_box h1#h_logo {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 1024px) {
  #pagetop.mode_shop .h_logo_box h1#h_logo img {
    margin-left: 0vw;
  }
  #pagetop.mode_shop .h_logo_box h1#h_logo img {
    height: 7.4648vw;
  }
}
@media print, screen and (min-width: 1025px) {
  #pagetop.mode_shop .h_logo_box h1#h_logo img {
    height: 40px;
  }
}
#pagetop.mode_shop .h_logo_box .logo_txt {
  color: #F8AF12;
  font-weight: bold;
}
#pagetop.mode_shop .h_logo_box .logo_txt {
  font-size: 2.9326vw;
}
#pagetop.mode_shop .h_logo_box .logo_txt {
  margin-bottom: -0.5332vw;
}
@media print, screen and (min-width: 1025px) {
  #pagetop.mode_shop .h_logo_box .logo_txt {
    font-size: 1.4rem;
    margin-bottom: -4px;
  }
}
#pagetop.mode_shop .hum_trigger .inner span {
  background: #71A67E;
}
#pagetop.mode_shop .hum_trigger .txt {
  color: #71A67E;
}
@media screen and (max-width: 1024px) {
  #pagetop.mode_shop .nav_gnav {
    background: #E4FBF8;
  }
  #pagetop.mode_shop .nav_gnav .cv_box {
    display: none;
  }
}

/* ==================================================
	footer
================================================== */
#footer {
  position: relative;
}
#footer #f_top {
  background: url(../images/common_img/ft_bg_sp.jpg) no-repeat center top/cover;
}
#footer #f_top {
  padding: 10.664vw 0vw 10.664vw 0vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_top {
    background: url(../images/common_img/ft_bg_pc.jpg) no-repeat center top/cover;
    padding: 80px 0;
  }
}
#footer #f_top .ttl_l1 {
  color: #222;
  text-align: center;
}
#footer #f_top .ttl_l1 {
  font-size: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_top .ttl_l1 {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  #footer #f_top .contact_ul {
    display: flex;
    justify-content: center;
    gap: 56px;
  }
  #footer #f_top .contact_ul .btn_contact {
    margin-top: 0;
  }
}
#footer #f_top .access {
  text-align: center;
}
#footer #f_top .access {
  margin-top: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_top .access {
    margin-top: 24px;
  }
}
#footer #f_top .access a {
  background: url(../images/common_img/ico_pin.svg) no-repeat left center/auto 90%;
  font-weight: bold;
  border-bottom: 2px solid #222;
}
#footer #f_top .access a {
  font-size: 4.2656vw;
}
#footer #f_top .access a {
  padding-left: 5.332vw;
}
#footer #f_top .access a {
  padding-bottom: 1.0664vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_top .access a {
    background: url(../images/common_img/ico_pin.svg) no-repeat left 25%/auto 60%;
    font-size: 1.6rem;
    padding-left: 24px;
    padding-bottom: 8px;
  }
}
#footer #f_bottom {
  background: #EDF7F6;
}
#footer #f_bottom {
  padding: 10.664vw 0vw 10.664vw 0vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom {
    padding: 80px 0 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top {
    display: flex;
    justify-content: space-between;
  }
}
#footer #f_bottom .content_top #f_logo {
  display: block;
}
#footer #f_bottom .content_top #f_logo {
  margin-bottom: 4.2656vw;
}
@media screen and (max-width: 1024px) {
  #footer #f_bottom .content_top #f_logo {
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top #f_logo {
    margin-bottom: 16px;
  }
}
#footer #f_bottom .content_top #f_logo img {
  height: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top #f_logo img {
    height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  #footer #f_bottom .content_top .address {
    text-align: center;
  }
}
#footer #f_bottom .content_top .sns_li {
  display: flex;
  gap: 2.1328vw 2.1328vw;
}
#footer #f_bottom .content_top .sns_li {
  margin-top: 2.1328vw;
}
@media screen and (max-width: 1024px) {
  #footer #f_bottom .content_top .sns_li {
    justify-content: center;
  }
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top .sns_li {
    gap: 16px;
    margin-top: 16px;
  }
}
#footer #f_bottom .content_top .sns_li > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer #f_bottom .content_top .sns_li > li > a {
  width: 10.1308vw;
}
#footer #f_bottom .content_top .sns_li > li > a {
  height: 10.1308vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top .sns_li > li > a {
    width: 38px;
    height: 38px;
  }
}
#footer #f_bottom .content_top .sns_li > li > a img {
  width: 100%;
}
#footer #f_bottom .content_top .nav_box {
  margin-top: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top .nav_box {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top .nav_box > .f_nav {
    display: flex;
    gap: 40px;
  }
}
#footer #f_bottom .content_top .nav_box > .f_nav > div + div {
  margin-top: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top .nav_box > .f_nav > div + div {
    margin-top: 0;
  }
}
#footer #f_bottom .content_top .nav_box > .f_nav > div > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1328vw 2%;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top .nav_box > .f_nav > div > ul {
    width: 212px;
    gap: 16px 40px;
  }
}
#footer #f_bottom .content_top .nav_box > .f_nav > div > ul > li {
  width: 49%;
}
@media print, screen and (min-width: 1025px) {
  #footer #f_bottom .content_top .nav_box > .f_nav > div > ul > li {
    width: 86px;
  }
}
#footer #f_bottom .content_top .nav_box > .f_nav > div > ul.col1 > li {
  width: 100%;
}
#footer .copy {
  color: #acacac;
  text-align: center;
}
#footer .copy {
  font-size: 3.1992vw;
}
#footer .copy {
  margin-top: 6.3984vw;
}
#footer .copy {
  margin-bottom: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  #footer .copy {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 48px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  #footer.mode_ps {
    display: flex;
  }
}
#footer.mode_ps #f_top {
  background: none;
  padding: 0;
}
@media print, screen and (min-width: 1025px) {
  #footer.mode_ps #f_top {
    width: 50%;
  }
}
#footer.mode_ps #f_top iframe {
  height: 63.984vw;
}
@media print, screen and (min-width: 1025px) {
  #footer.mode_ps #f_top iframe {
    height: 100%;
  }
}
#footer.mode_ps #f_bottom {
  background: #DFF2D1;
}
@media print, screen and (min-width: 1025px) {
  #footer.mode_ps #f_bottom {
    width: 50%;
    padding: 40px 0 20px;
  }
  #footer.mode_ps #f_bottom > .container {
    padding-left: 40px;
  }
  #footer.mode_ps #f_bottom .content_top {
    max-width: 640px;
    display: block;
  }
  #footer.mode_ps #f_bottom .content_top .nav_box > .f_nav {
    margin-top: 40px;
  }
  #footer.mode_ps #f_bottom .content_top .nav_box > .f_nav > div > ul.col1 {
    gap: 16px 40px;
    width: auto;
  }
  #footer.mode_ps #f_bottom .content_top .nav_box > .f_nav > div > ul.col1 > li {
    width: auto;
  }
}
#footer.mode_ps #f_bottom .copy small {
  color: #3F403F;
}

/* ==================================================
	multiple
================================================== */
.sec_bg {
  background: #EDF7F6;
}

#sec_insta .fts-instagram-inline-block-centered {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #sec_insta .fts-instagram-inline-block-centered .fts-instagram-wrapper {
    width: 50%;
  }
}
#sec_insta.dummy {
  text-align: center;
  background: #EDF7F6;
  padding: 40px 0;
}

@media print, screen and (min-width: 1025px) {
  #sec_new_face > .container,
  #sec_service > .container {
    display: flex;
    justify-content: space-between;
  }
}
#sec_new_face .ttl,
#sec_service .ttl {
  margin-bottom: 4.2656vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_new_face .ttl,
  #sec_service .ttl {
    width: 18.5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    text-align: center;
  }
}
#sec_new_face .ttl .en,
#sec_service .ttl .en {
  width: fit-content;
  background: #F8AF12;
  color: #ffffff;
  border-radius: 8px 8px 8px 0;
}
#sec_new_face .ttl .en,
#sec_service .ttl .en {
  font-family: "Lexend Exa", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.06em;
}
#sec_new_face .ttl .en,
#sec_service .ttl .en {
  font-size: 3.1992vw;
}
#sec_new_face .ttl .en,
#sec_service .ttl .en {
  padding: 1.0664vw 4.2656vw 1.0664vw 4.2656vw;
}
#sec_new_face .ttl .en,
#sec_service .ttl .en {
  margin-bottom: 1.0664vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_new_face .ttl .en,
  #sec_service .ttl .en {
    font-size: 1.6rem;
    padding: 4px 16px;
    border-radius: 100px 100px 100px 0;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec_new_face .ttl .ja,
#sec_service .ttl .ja {
  font-size: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_new_face .ttl .ja,
  #sec_service .ttl .ja {
    font-size: 3.2rem;
  }
}
#sec_new_face .pet_li,
#sec_new_face .service_li,
#sec_service .pet_li,
#sec_service .service_li {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 2%;
}
@media print, screen and (min-width: 1025px) {
  #sec_new_face .pet_li,
  #sec_new_face .service_li,
  #sec_service .pet_li,
  #sec_service .service_li {
    width: 77.5%;
    gap: 16px 2%;
  }
}
#sec_new_face .pet_li > li,
#sec_new_face .service_li > li,
#sec_service .pet_li > li,
#sec_service .service_li > li {
  width: 49%;
}
@media print, screen and (min-width: 1025px) {
  #sec_new_face .pet_li > li,
  #sec_new_face .service_li > li,
  #sec_service .pet_li > li,
  #sec_service .service_li > li {
    width: 23.5%;
    gap: 16px 2%;
  }
}
#sec_new_face .pet_li > li .img,
#sec_new_face .service_li > li .img,
#sec_service .pet_li > li .img,
#sec_service .service_li > li .img {
  overflow: hidden;
  border-radius: 8px;
}
#sec_new_face .pet_li > li .name,
#sec_new_face .service_li > li .name,
#sec_service .pet_li > li .name,
#sec_service .service_li > li .name {
  margin-top: 1.0664vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_new_face .pet_li > li .name,
  #sec_new_face .service_li > li .name,
  #sec_service .pet_li > li .name,
  #sec_service .service_li > li .name {
    margin-top: 8px;
  }
}
#sec_new_face .pet_li > li .data_box,
#sec_new_face .service_li > li .data_box,
#sec_service .pet_li > li .data_box,
#sec_service .service_li > li .data_box {
  margin-top: 1.5996vw;
}
#sec_new_face .pet_li > li .data_box,
#sec_new_face .service_li > li .data_box,
#sec_service .pet_li > li .data_box,
#sec_service .service_li > li .data_box {
  font-size: 3.1992vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_new_face .pet_li > li .data_box,
  #sec_new_face .service_li > li .data_box,
  #sec_service .pet_li > li .data_box,
  #sec_service .service_li > li .data_box {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}
#sec_new_face .pet_li > li .data_box > dl,
#sec_new_face .service_li > li .data_box > dl,
#sec_service .pet_li > li .data_box > dl,
#sec_service .service_li > li .data_box > dl {
  display: flex;
}
#sec_new_face .pet_li > li .data_box > dl + dl,
#sec_new_face .service_li > li .data_box > dl + dl,
#sec_service .pet_li > li .data_box > dl + dl,
#sec_service .service_li > li .data_box > dl + dl {
  margin-top: 0.2666vw;
}
#sec_new_face .pet_li > li .data_box > dl > dt,
#sec_new_face .service_li > li .data_box > dl > dt,
#sec_service .pet_li > li .data_box > dl > dt,
#sec_service .service_li > li .data_box > dl > dt {
  width: 32%;
  font-weight: bold;
}
#sec_new_face .pet_li > li .data_box > dl > dd,
#sec_new_face .service_li > li .data_box > dl > dd,
#sec_service .pet_li > li .data_box > dl > dd,
#sec_service .service_li > li .data_box > dl > dd {
  width: 68%;
}
#sec_new_face .service_li > li .name,
#sec_service .service_li > li .name {
  margin-top: 1.0664vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_new_face .service_li > li .name,
  #sec_service .service_li > li .name {
    text-align: center;
    margin-top: 8px;
  }
}
#sec_new_face .service_li > li .name span,
#sec_service .service_li > li .name span {
  background: url(../images/common_img/ps_arrow.svg) no-repeat right bottom/auto 80%;
  padding-right: 1.8em;
}

@media print, screen and (min-width: 1025px) {
  #sec_new_face .ttl {
    justify-content: flex-start;
    padding-top: 24px;
  }
}

.fixed_bnr {
  display: flex;
  gap: 2.1328vw 2.1328vw;
  position: fixed;
  z-index: 5;
}
.fixed_bnr {
  bottom: 0vw;
}
.fixed_bnr {
  left: 2.1328vw;
}
.fixed_bnr {
  width: 82.1128vw;
}
@media print, screen and (min-width: 1025px) {
  .fixed_bnr {
    width: 70px;
    flex-wrap: wrap;
    gap: 16px;
    right: 0;
    bottom: 155px;
    left: auto;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1540px) {
  .fixed_bnr {
    width: 55px;
    bottom: auto;
    top: 130px;
  }
}
.fixed_bnr > a {
  width: calc((100% - 2.1328vw) / 2);
}
@media print, screen and (min-width: 1025px) {
  .fixed_bnr > a {
    width: 100%;
  }
}
.fixed_bnr > a > img {
  width: 100%;
}

.swiper-container {
  padding-bottom: 7.998vw;
}
@media print, screen and (min-width: 1025px) {
  .swiper-container {
    padding-bottom: 48px;
  }
}
.swiper-container > .swiper-pagination {
  bottom: 2.1328vw;
}
@media print, screen and (min-width: 1025px) {
  .swiper-container > .swiper-pagination {
    bottom: 20px;
  }
}
.swiper-container > .swiper-pagination .swiper-pagination-bullet {
  background: #DBDBDB;
  opacity: 1;
}
.swiper-container > .swiper-pagination .swiper-pagination-bullet-active {
  background: #EE9226;
}/*# sourceMappingURL=base.css.map */