@charset "UTF-8";
/* 基本情報
-----------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.4875621891vw;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #6F7073;
  word-break: break-word;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #6F7073;
  font-weight: 400;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

*, *:after, *:before {
  box-sizing: border-box;
}

/* 表示切り替え
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
}
/* base
--------------------------------*/
p, dt, dd, li, th, td, h1, h2, h3, h4 input,
button, textarea, select {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  p, dt, dd, li, th, td, h1, h2, h3, h4 input,
  button, textarea, select {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

/* ---------------------------------------------
  レイアウト
-----------------------------------------------*/
.l-wrap {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 3rem);
  }
}
.l-wrap.-l {
  max-width: 160rem;
}
.l-wrap.-s {
  max-width: 101.9rem;
}
.l-wrap.-ss {
  max-width: 96.7rem;
}

.l-container {
  overflow: hidden;
}
.l-container.-price {
  overflow: visible;
}

body.is-menu-open {
  overflow: hidden;
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #FFFFFF;
  transition: box-shadow 0.3s;
  top: 0;
  left: 0;
}
.l-header.is-fixed {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.l-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 168rem;
  padding: 1.6rem 4rem;
  margin: 0 auto;
  min-height: 12rem;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    padding: 0 0 0 1.6rem;
    min-height: auto;
  }
}
.l-header_left {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.l-header_logo {
  display: block;
  width: 33rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1680px) {
  .l-header_logo {
    width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_logo {
    width: 20rem;
  }
}
.l-header_logo img {
  width: 100%;
  height: auto;
}
.l-header_sub {
  font-size: 1.1rem;
  color: #6F7073;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1680px) {
  .l-header_sub {
    font-size: 0.9rem;
  }
}
.l-header_right {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.l-header_right_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.l-header_nav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-header_nav_list > li {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 0 1.8rem;
}
@media screen and (max-width: 1680px) {
  .l-header_nav_list > li {
    padding: 1rem;
  }
}
.l-header_nav_list > li > a {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header_nav_list > li > a:hover {
    color: #3AA0E7;
  }
}
.l-header_nav_list li + li {
  padding-left: 1.4rem;
}
.l-header_nav_list li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(111, 112, 115, 0.3);
}
.l-header_nav_list li.-dropdown {
  position: relative;
  padding: 0 4rem 0 1.8rem;
}
@media screen and (max-width: 1680px) {
  .l-header_nav_list li.-dropdown {
    padding: 0 3rem 0 1.4rem;
  }
}
.l-header_nav_list li.-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 1.3rem;
  height: 0.5rem;
  background: url(../img/common/icon_arrow_bottom.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1680px) {
  .l-header_nav_list li.-dropdown::after {
    right: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header_nav_list li.-dropdown:hover .l-header_nav_sub {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
.l-header_nav_sub {
  position: absolute;
  left: 50%;
  top: 4rem;
  transform: translate(-50%, 0.8rem);
  width: max-content;
  min-width: 20rem;
  padding: 1.2rem 0;
  background: #FFFFFF;
  border-radius: 0.8rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 10;
}
.l-header_nav_sub li {
  padding: 0 !important;
}
.l-header_nav_sub li::before {
  display: none;
}
.l-header_nav_sub a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-header_nav_sub a {
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
  }
  .l-header_nav_sub a:hover {
    background-color: #3AA0E7;
    color: #FFFFFF;
    opacity: 1;
  }
  .l-header_nav_sub a:hover::after {
    background-color: #fff;
  }
}
.l-header_nav_sub a:hover {
  opacity: 1;
}
.l-header_lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.8rem 3.6rem 0.8rem 3rem;
  background: #F0F1F4;
  border: 1px solid #E2E2E2;
  border-radius: 4rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .l-header_lang {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header_lang:hover {
    opacity: 0.7;
  }
}
.l-header_lang img {
  width: 1.2rem;
}
.l-header_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.5rem 2rem 1.5rem 5rem;
  background: #7FBBFF;
  border-radius: 0.4rem;
  color: #FFFFFF;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header_tel {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header_tel:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1680px) {
  .l-header_tel {
    padding: 1.5rem 1rem 1.5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_tel {
    display: none;
  }
}
.l-header_tel::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
  width: 1.2rem;
  height: 6.2rem;
  background: url(../img/common/icon_tel.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1680px) {
  .l-header_tel::before {
    left: 1.4rem;
  }
}
.l-header_employ {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.l-header_employ a {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header_employ a:hover {
    color: #3AA0E7;
  }
}
.l-header_trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  width: 5.3rem;
  height: 5.3rem;
  background-color: #3AA0E7;
  cursor: pointer;
  position: relative;
}
.l-header_trigger span {
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2.3rem;
  height: 2px;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s;
}
.l-header_trigger span:nth-child(2) {
  top: 50%;
}
.l-header_trigger span:nth-child(3) {
  top: calc(50% + 0.8rem);
}
.l-header_trigger.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header_trigger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header_trigger.is-open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* SPナビ
--------------------------------*/
.l-sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: safe center;
  gap: 2rem;
  padding: 6rem 3rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  overflow-y: auto;
}
.l-sp-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.l-sp-nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 30rem;
}
.l-sp-nav_item {
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(58, 160, 231, 0.2);
  width: 100%;
}
.l-sp-nav_item a {
  display: block;
  padding: 1.6rem 0;
  color: #6F7073;
}
@media screen and (min-width: 768px) {
  .l-sp-nav_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-sp-nav_item a:hover {
    opacity: 0.7;
  }
}
.l-sp-nav_item.-sub {
  border: none;
}
.l-sp-nav_item.-sub a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  position: relative;
}
.l-sp-nav_item.-sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #3AA0E7;
}
.l-sp-nav_item.-accordion > a {
  position: relative;
  padding-right: 2.4rem;
}
.l-sp-nav_item.-accordion > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 0.7rem;
  background: url(../img/common/icon_arrow_bottom.svg) no-repeat center center/contain;
  transition: transform 0.3s;
}
.l-sp-nav_item.-accordion .l-sp-nav_sub {
  margin-left: 1rem;
  display: none;
  width: 100%;
  padding-bottom: 1.6rem;
}
.l-sp-nav_item.-accordion.is-open > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.l-sp-nav_item.-accordion.is-open .l-sp-nav_sub {
  display: block;
}
.l-sp-nav_tel {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 3.2rem;
  background: #3AA0E7;
  border-radius: 10rem;
  color: #FFFFFF;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-sp-nav_tel {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-sp-nav_tel:hover {
    opacity: 0.7;
  }
}

/* ---------------------------------------------
  SP固定ボタン（WEB予約／お電話はこちら）
-----------------------------------------------*/
.l-sp-fixed-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-sp-fixed-btn {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }
}
.l-sp-fixed-btn_item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.1rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding-left: 2rem;
  position: relative;
}
.l-sp-fixed-btn_item.-reserve {
  background: #3AA0E7;
}
.l-sp-fixed-btn_item.-reserve::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.4rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/icon_reservation.svg) no-repeat center center/contain;
}
.l-sp-fixed-btn_item.-tel {
  background: #7FBBFF;
}
.l-sp-fixed-btn_item.-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.2rem;
  width: 2.5rem;
  height: 1.8rem;
  background: url(../img/common/icon_tel.svg) no-repeat center center/contain;
}

/* ---------------------------------------------
  共通セクションタイトル
-----------------------------------------------*/
.c-secttl {
  text-align: center;
}
.c-secttl_sub {
  text-align: center;
  font-size: 2.4rem;
  color: #6F7073;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-secttl_sub {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-secttl_sub.-sp-left {
    text-align: left;
  }
}
.c-secttl_sub.-left {
  text-align: left;
}
.c-secttl_sub.-letter0 {
  letter-spacing: 0;
}
.c-secttl_sub.-letter10 {
  letter-spacing: 0.1em;
}
.c-secttl.-inline {
  margin-bottom: 0;
  text-align: left;
}
.c-secttl.-inline .c-secttl_sub {
  margin-bottom: 0;
}

.c-sectxt {
  margin-top: 2.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-sectxt {
    margin-top: 2rem;
  }
}
.c-sectxt.-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sectxt.-sp-left {
    text-align: left;
  }
}
.c-sectxt.-l {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-sectxt.-l {
    font-size: 1.6rem;
  }
}

.c-secttl02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
}
.c-secttl02_lead {
  font-size: 3.2rem;
  color: #3AA0E7;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-secttl02_lead {
    font-size: 2.4rem;
  }
}
.c-secttl02_lead.-base {
  color: #6F7073;
}
@media screen and (max-width: 767px) {
  .c-secttl02_lead.-sp-left {
    text-align: left;
  }
}
.c-secttl02_ttl {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-secttl02_ttl {
    font-size: 2.8rem;
    text-align: left;
  }
}
.c-secttl02_ttl.-left {
  text-align: left;
}
.c-secttl02_sub {
  font-size: 2.4rem;
  color: #6F7073;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-secttl02_sub {
    margin-top: 1rem;
    font-size: 1.8rem;
    text-align: left;
  }
}
.c-secttl02 .c-sectxt {
  margin-top: 0;
  width: 100%;
}
.c-secttl02 .c-sectxt .-border {
  border-bottom: 2px solid #3AA0E7;
}

.c-btn_link {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2.1rem 9.3rem 2.1rem 3rem;
  background: #FFFFFF;
  border: 1px solid #3AA0E7;
  border-radius: 5rem;
  color: #3AA0E7;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-btn_link {
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
  }
  .c-btn_link:hover {
    background-color: #3AA0E7;
    color: #FFFFFF;
    opacity: 1;
  }
  .c-btn_link:hover::after {
    background-color: #fff;
  }
}
.c-btn_link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn_link {
    font-size: 1.4rem;
    padding: 1.5rem 9.3rem 1.5rem 3rem;
  }
}
.c-btn_link::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1.36rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_arrow.svg);
  background-color: #3AA0E7;
}
.c-btn_link.-light {
  background: #F8FCFF;
}
.c-btn_link.-light:hover {
  background-color: #3AA0E7;
}
.c-btn_link.-plain {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-btn_link.-plain {
    font-size: 1.4rem;
  }
}
.c-btn_link.-price {
  padding: 2.8rem 20rem;
}
@media screen and (max-width: 767px) {
  .c-btn_link.-price {
    padding: 1.5rem 4rem 1.5rem 2rem;
    justify-content: center;
    width: 100%;
  }
}
.c-btn_link.-price::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 3rem;
  right: 15rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_price.svg);
  background-color: #3AA0E7;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn_link.-price::before {
    right: 6rem;
    width: 2.3rem;
    height: 2.3rem;
  }
}
.c-btn_link.-price:hover::before {
  background-color: #fff;
}
.c-btn_link.-blank::after {
  right: 7.3rem;
  mask-image: url(../img/common/icon_blank.svg);
}
.c-btn_link.-tel {
  background-color: #7FBBFF;
  border: 1px solid #7FBBFF;
  color: #fff;
  border: none;
}
.c-btn_link.-tel::after {
  background-color: #fff;
  right: auto;
  left: 11rem;
  width: 2rem;
  height: 2.5rem;
  mask-image: url(../img/common/icon_tel.svg);
}
@media screen and (max-width: 767px) {
  .c-btn_link.-tel::after {
    left: 9.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn_link.-tel:hover {
    background-color: #fff;
    border: 1px solid #7FBBFF;
    color: #7FBBFF;
  }
  .c-btn_link.-tel:hover::after {
    background-color: #7FBBFF;
  }
}

.c-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.7rem;
  height: 3.2rem;
  background-color: #fff;
  border: 1px solid #3AA0E7;
  border-radius: 6.7rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .c-arrow-btn {
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
  }
  .c-arrow-btn:hover {
    background-color: #3AA0E7;
    color: #FFFFFF;
    opacity: 1;
  }
  .c-arrow-btn:hover::after {
    background-color: #fff;
  }
}
.c-arrow-btn::after {
  content: "";
  width: 1.8rem;
  height: 1rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_arrow.svg);
  background-color: #3AA0E7;
}
.c-arrow-btn.-bg-light {
  background-color: #F8FCFF;
}
.c-arrow-btn.-bg-light:hover {
  background-color: #3AA0E7;
}
.c-arrow-btn.-circle {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .c-arrow-btn.-sp-circle {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.c-arrow-btn.-down {
  width: 3.2rem;
  border-radius: 50%;
}
.c-arrow-btn.-down::after {
  transform: rotate(90deg);
}
.c-arrow-btn.-ml10 {
  margin-left: 1rem;
}
.c-arrow-btn.-prev::after {
  transform: rotate(180deg);
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    gap: 1.2rem;
    margin-top: 4rem;
  }
}
.c-pagination .c-arrow-btn {
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination .c-arrow-btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.c-pagination_list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.c-pagination_list .page-numbers {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  color: #6F7073;
}
@media screen and (min-width: 768px) {
  .c-pagination_list .page-numbers {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-pagination_list .page-numbers:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination_list .page-numbers {
    font-size: 1.4rem;
  }
}
.c-pagination_list .page-numbers.is-current {
  color: #3AA0E7;
}
.c-pagination_ellipsis {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  color: #6F7073;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-pagination_ellipsis {
    font-size: 1.4rem;
  }
}

.c-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
  color: #3AA0E7;
}
@media screen and (min-width: 768px) {
  .c-more-link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-more-link:hover {
    opacity: 0.7;
  }
}
.c-more-link::after {
  content: "";
  flex: none;
  width: 2.8rem;
  height: 2.8rem;
  background: #F8FCFF url(../img/common/icon_arrow.svg) no-repeat center/1rem auto;
  border: 1px solid #3AA0E7;
  border-radius: 50%;
}
.c-more-link.-white::after {
  background-color: #FFFFFF;
}
.c-more-link.-light::after {
  background-color: #F8FCFF;
}
.c-more-link.-lg::after {
  width: 3.5rem;
  height: 3.5rem;
}
.c-more-link.-up::after {
  transform: rotate(-90deg);
}

.c-txt-gradient {
  color: #3AA0E7;
  background: linear-gradient(90deg, rgba(80, 147, 198, 0.2) 0%, rgba(80, 147, 198, 0.2) 100%), url(../img/index/img_freedom_ttl_01.jpg) lightgray 50%/cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-heading-01 .l-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-heading-01 .l-wrap {
    width: 100%;
  }
}
.p-heading-01 .img {
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-heading-01 .img {
    border-radius: 0;
  }
}
.p-heading-01 .img img {
  width: 100%;
  height: 48rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-heading-01 .img img {
    height: 28rem;
  }
}
.p-heading-01 .txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-heading-01 .ttl {
  font-family: "Inter", sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-heading-01 .ttl {
    font-size: 3.6rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.p-heading-01 .txt {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.15em;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-heading-01 .txt {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.p-heading-02 {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-heading-02 {
    padding: 8rem 0 5rem;
  }
}
.p-heading-02 .ttl {
  font-size: 7rem;
  font-family: "Inter", sans-serif;
  color: #3AA0E7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-heading-02 .ttl {
    font-size: 4rem;
  }
}
.p-heading-02 .txt {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-heading-02 .txt {
    font-size: 2rem;
  }
}
.p-heading-02 .c-sectxt {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-heading-02 .c-sectxt.-sp-mt30 {
    margin-top: 3rem;
  }
}

/* パンくずリスト配置
---------------------------------------------------------------------------- */
.c-breadcrumb-area {
  padding: 7.5rem 0 22rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb-area {
    padding: 7.5rem 0 1rem;
  }
}
.c-breadcrumb-area.-pt150 {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb-area.-pt150 {
    padding-top: 7.5rem;
  }
}
.c-breadcrumb-area.-pb70 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb-area.-pb70 {
    padding-bottom: 1rem;
  }
}
.c-breadcrumb-area .c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
.c-breadcrumb-area .c-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6F7073;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb-area .c-breadcrumb li {
    font-size: 1.2rem;
  }
}
.c-breadcrumb-area .c-breadcrumb li + li::before {
  content: "−";
}
@media screen and (min-width: 768px) {
  .c-breadcrumb-area .c-breadcrumb li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-breadcrumb-area .c-breadcrumb li a:hover {
    opacity: 0.7;
  }
}

/* ---------------------------------------------
  症例紹介（全ページ共通）
  ※Figmaデザイン注記: スライダーで最新の症例6件を表示する（現在はサンプル3件）
-----------------------------------------------*/
.p-cases {
  padding: 16rem 0;
  background: #E9F2F9;
}
@media screen and (max-width: 767px) {
  .p-cases {
    padding: 6rem 0;
  }
}
.p-cases_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.p-cases_head a {
  color: #3AA0E7;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-cases_head a {
    font-size: 1.4rem;
  }
}
.p-cases_head a span {
  margin-left: 1rem;
}
.p-cases_slider-wrap {
  margin-top: 6rem;
  padding-left: max(2rem, (100vw - 120rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-cases_slider-wrap {
    margin-top: 2.4rem;
    padding-left: 1.6rem;
  }
}
.p-cases_slider .slick-track {
  display: flex;
}
.p-cases_slider .slick-list {
  padding-bottom: 2rem;
}
.p-cases_slider .slick-slide {
  width: 64.6rem;
  margin-right: 2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-cases_slider .slick-slide {
    width: 32rem;
    margin-right: 1.6rem;
  }
}
.p-cases_slider .slick-slide > div {
  height: 100%;
}
.p-cases_item {
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.p-cases_item_body {
  padding: 3.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cases_item_body {
    padding: 1.2rem 1.2rem 3rem;
    display: flex;
    flex-direction: column;
  }
}
.p-cases_item_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-cases_item_tags {
    order: 2;
    margin-top: 1.2rem;
  }
}
.p-cases_item_tags span {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 1.8rem;
  background: #3AA0E7;
  border-radius: 10rem;
  color: #FFFFFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-cases_item_tags span {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
.p-cases_item_ttl {
  margin-top: 1.2rem;
  font-size: 3.2rem;
  color: #3AA0E7;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-cases_item_ttl {
    order: 3;
    font-size: 1.7rem;
  }
}
.p-cases_item_txt {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cases_item_txt {
    order: 4;
  }
}
.p-cases_item_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem 5.7rem;
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-cases_item_meta {
    order: 5;
    margin-top: 1.4rem;
    gap: 1.3rem 2rem;
  }
}
.p-cases_item_meta_box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cases_item_meta_box {
    gap: 0.5rem;
  }
}
.p-cases_item_meta_box.-w100 {
  width: 100%;
  display: block;
}
.p-cases_item_meta_box.-w100 dd {
  margin-top: 0.5rem;
}
.p-cases_item_meta_box dt {
  font-size: 1.3rem;
  background-color: #9FA0A0;
  color: #fff;
  padding: 0.2rem 0.9rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-cases_item_meta_box dt {
    font-size: 1.2rem;
  }
}
.p-cases_item_meta_box dd {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cases_item_meta_box dd {
    font-size: 1.2rem;
  }
}
.p-cases_item_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-cases_item_images {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    gap: 0.8rem;
  }
}
.p-cases_item_images img {
  aspect-ratio: 274/175;
  object-fit: cover;
  border-radius: 0.5rem;
  width: 100%;
}

/* ---------------------------------------------
  ご予約・ご相談のお問い合わせ（全ページ共通）
-----------------------------------------------*/
.p-contact {
  padding: 16rem 0;
  background: rgba(245, 250, 253, 0.6);
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 8rem 0;
  }
}
.p-contact.-white {
  background: rgba(255, 255, 255, 0.6);
}
.p-contact_row {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact_row {
    margin-top: 3rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-contact_tel {
  text-align: center;
}
.p-contact_tel dl {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-contact_tel dl {
    border: 1px solid #3AA0E7;
    background-color: #fff;
    padding: 1rem 1.4rem;
    border-radius: 10rem;
    gap: 0;
  }
}
.p-contact_tel dl dt {
  background-color: #3AA0E7;
  font-size: 1.3rem;
  padding: 0.7rem 1.2rem;
  color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact_tel dl dt {
    font-size: 1.2rem;
    padding: 0.7rem 2rem;
    border-radius: 10rem;
  }
}
.p-contact_tel dl dd {
  padding-left: 5rem;
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3AA0E7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact_tel dl dd {
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    padding-left: 3rem;
  }
}
.p-contact_tel dl dd::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  width: 3.5rem;
  height: 4rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_tel.svg);
  background-color: #3AA0E7;
}
@media screen and (max-width: 767px) {
  .p-contact_tel dl dd::before {
    width: 1.8rem;
    height: 2.4rem;
    left: 1rem;
  }
}
.p-contact_tel_note {
  margin-top: 0.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact_tel_note {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
.p-contact_web {
  width: 100%;
  max-width: 42rem;
  justify-content: center;
  padding: 0;
  height: 7.6rem;
  border-radius: 9.8rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact_web {
    height: 6rem;
    font-size: 1.6rem;
  }
}
.p-contact_lead {
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 8rem;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .p-contact_lead {
    margin-top: 1.5rem;
    text-align: left;
    letter-spacing: 0;
    font-size: 1.2rem;
    padding-bottom: 4.5rem;
  }
}
.p-contact_clinic {
  display: flex;
  align-items: flex-start;
  gap: 7.6rem;
  max-width: 96.7rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact_clinic {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4.5rem;
  }
  .p-contact_clinic:last-child {
    border-top: 1px solid #E6E6E6;
    padding-top: 3rem;
    margin-top: 2.5rem;
  }
}
.p-contact_clinic_info {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-contact_clinic_info {
    width: 100%;
  }
}
.p-contact_clinic_name {
  font-size: 2.4rem;
  color: #3AA0E7;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .p-contact_clinic_name {
    font-size: 1.8rem;
  }
}
.p-contact_clinic_address {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .p-contact_clinic_address {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.p-contact_clinic_access {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact_clinic_access {
    font-size: 1.2rem;
  }
}
.p-contact_clinic_map {
  flex: none;
  width: 32rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact_clinic_map {
    width: 100%;
  }
}
.p-contact_clinic_map iframe {
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact_clinic_map iframe {
    aspect-ratio: 362/204;
  }
}
.p-contact_schedule {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-contact_schedule {
    margin-top: 2rem;
  }
}
.p-contact_schedule th, .p-contact_schedule td {
  padding: 0.8rem 0.4rem;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-contact_schedule th, .p-contact_schedule td {
    font-size: 1.3rem;
  }
}
.p-contact_schedule thead th:first-child,
.p-contact_schedule tbody th {
  text-align: left;
  white-space: nowrap;
  font-weight: 500;
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .p-contact_schedule thead th:first-child,
  .p-contact_schedule tbody th {
    width: 13rem;
  }
}
.p-contact_schedule thead th:first-child.u-bold,
.p-contact_schedule tbody th.u-bold {
  font-weight: 700;
}
.p-contact_schedule thead th:first-child {
  letter-spacing: 0.4em;
}
.p-contact_schedule tbody tr:last-child th, .p-contact_schedule tbody tr:last-child td {
  border: none;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.l-footer {
  position: relative;
  padding: 11rem 0 3rem;
  color: #FFFFFF;
  background: url(../img/common/img_footer_bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 7rem 0 8rem;
    background: url(../img/common/img_footer_bg_sp.png) no-repeat center center/cover;
  }
  .l-footer .l-wrap {
    width: calc(100% - 6.2rem);
  }
}
.l-footer .l-wrap {
  position: relative;
}
.l-footer_top {
  position: absolute;
  top: -6rem;
  right: 6rem;
  color: #3AA0E7;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-footer_top {
    top: -5rem;
    right: 1.6rem;
  }
}
.l-footer_logo {
  display: block;
  width: 51rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    width: 33.4rem;
  }
}
.l-footer_logo img {
  width: 100%;
}
.l-footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer_nav {
    margin-top: 4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.l-footer_nav_group {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.l-footer_nav_group li {
  margin-top: 0.6rem;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_group li {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.l-footer_nav_group li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-footer_nav_group li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer_nav_group li a:hover {
    opacity: 0.7;
  }
}
.l-footer_nav_group li a {
  color: #fff;
}
.l-footer_nav_group.-treatment {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_group.-treatment {
    text-align: center;
    padding-bottom: 1rem;
  }
}
.l-footer_nav_group.-treatment ul {
  margin-top: 0.8rem;
}
.l-footer_nav_group.-treatment ul li {
  margin-top: 0.4rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_group.-treatment ul li {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}
.l-footer_nav_group.-treatment ul li:first-child {
  margin-top: 0;
}
.l-footer_nav_group.-treatment ul li a {
  padding-left: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer_nav_group.-treatment ul li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer_nav_group.-treatment ul li a:hover {
    opacity: 0.7;
  }
}
.l-footer_nav_group.-treatment ul li a {
  position: relative;
}
.l-footer_nav_group.-treatment ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.6rem;
  height: 1px;
  background-color: #fff;
}
.l-footer_treatment_ttl {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer_treatment_ttl {
    font-size: 1.6rem;
  }
}
.l-footer_insta {
  position: absolute;
  top: 31rem;
  left: calc(50% + 36rem);
  transform: translateX(-50%);
  width: 3.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer_insta {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer_insta:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_insta {
    margin-top: 2.4rem;
    position: static;
    transform: translate(0);
  }
}
.l-footer_copy {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer_copy {
    margin-top: 2.4rem;
    text-align: left;
  }
}

/* ---------------------------------------------
  WEB予約 固定ボタン（全ページ共通・画面右下）
-----------------------------------------------*/
.l-float {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 13rem;
  height: 12rem;
  padding-top: 7.5rem;
  background-color: #3AA0E7;
  border: 1px solid rgba(210, 239, 255, 0.6);
  border-radius: 1rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .l-float {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-float:hover {
    opacity: 0.7;
  }
}
.l-float::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/common/icon_reservation.svg) no-repeat center center/contain;
}

/* ---------------------------------------------
  お電話でご予約モーダル（全ページ共通）
  ※Figmaデザイン注記: 「お電話はこちら」クリックでモーダルを開く
-----------------------------------------------*/
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.c-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.c-modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal_body {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 37rem;
  padding: 5rem 3rem;
  background: #7FBBFF;
  border-radius: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-modal_body {
    padding: 4rem 2rem;
  }
}
.c-modal_close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-modal_close {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-modal_close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-modal_close {
    top: 1rem;
  }
}
.c-modal_ttl {
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
}
.c-modal_ttl.-l {
  font-size: 2.4rem;
}
.c-modal_tel {
  margin-top: 2rem;
  display: block;
}
.c-modal_tel:nth-of-type(2) {
  margin-top: 3rem;
}
.c-modal_tel span {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  color: #fff;
}
.c-modal_tel span.-s {
  font-size: 1.4rem;
}
.c-modal_tel a {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background-color: #fff;
  border-radius: 10rem;
  width: 30rem;
  height: 3.6rem;
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7FBBFF;
  position: relative;
}
.c-modal_tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.5rem;
  width: 1.5rem;
  height: 2rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_tel.svg);
  background-color: #7FBBFF;
}
.c-modal_tel a.-none {
  pointer-events: none;
}
.c-modal_tel a.-none::before {
  left: 8.5rem;
}
.c-modal_tel.-arrow a {
  padding-left: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-modal_tel.-arrow a {
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
  }
  .c-modal_tel.-arrow a:hover {
    background-color: #3AA0E7;
    color: #FFFFFF;
    opacity: 1;
  }
  .c-modal_tel.-arrow a:hover::after {
    background-color: #fff;
  }
}
.c-modal_tel.-arrow a:hover::before {
  background-color: #fff;
}
.c-modal_tel.-arrow a::before {
  left: auto;
  right: 1.5rem;
  mask-image: url(../img/common/icon_arrow.svg);
}
.c-modal_note {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  color: #fff;
  padding-top: 1.4rem;
  border-top: 1px solid #fff;
}

.u-key {
  color: #3AA0E7;
}

.u-bold {
  font-weight: 700;
}/*# sourceMappingURL=common.css.map */