@charset "UTF-8";
/* ==================================================
  breakpoint & medea query
================================================== */
/* ==================================================
  cache busting
================================================== */
/* ==================================================
  共通
================================================== */
html {
  font-size: 62.5%;
}
@media (width < 1100px) {
  html {
    font-size: 56.25%;
  }
}

body {
  color: #333;
  font-size: 1.6rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

img:not([class*=wp-image-]) {
  width: 100%;
  height: auto;
}
img[class*=wp-image-].alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*=wp-image-].alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img[class*=wp-image-].aligncenter {
  display: block;
  margin: 0 auto;
}

a {
  display: inline-block;
}

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 1100px) {
  .inner {
    width: 90%;
  }
}

/* ===============================================
  htmlでのデザイン制御
=============================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(30px, 6vw, 60px);
}
@media (width < 1100px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 1100px) {
  .flex.flex-column-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

@media (width >= 1100px) {
  .is-sp {
    display: none;
  }
}

@media (width < 1100px) {
  .is-pc {
    display: none;
  }
}

.is-blue {
  color: dodgerblue;
}

.is-red {
  color: #e2041b;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz30 {
  font-size: 3rem;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.miauto {
  margin-inline: auto;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: clamp(20px, 3vw, 30px);
}

.mt40 {
  margin-top: clamp(20px, 4vw, 40px);
}

.mt50 {
  margin-top: clamp(25px, 5vw, 50px);
}

.mt60 {
  margin-top: clamp(30px, 6vw, 60px);
}

.mt80 {
  margin-top: clamp(40px, 8vw, 80px);
}

.mt100 {
  margin-top: clamp(50px, 10vw, 100px);
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: clamp(20px, 3vw, 30px);
}

.mb40 {
  margin-bottom: clamp(20px, 4vw, 40px);
}

.mb50 {
  margin-bottom: clamp(25px, 5vw, 50px);
}

.mb60 {
  margin-bottom: clamp(30px, 6vw, 60px);
}

.mb80 {
  margin-bottom: clamp(40px, 8vw, 80px);
}

.mb100 {
  margin-bottom: clamp(50px, 10vw, 100px);
}

.w10 {
  width: calc(10% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w10 {
    width: 100%;
  }
  .w10 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w20 {
  width: calc(20% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w20 {
    width: 100%;
  }
  .w20 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w30 {
  width: calc(30% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w30 {
    width: 100%;
  }
  .w30 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w40 {
  width: calc(40% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w40 {
    width: 100%;
  }
  .w40 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w50 {
  width: calc(50% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w50 {
    width: 100%;
  }
  .w50 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w60 {
  width: calc(60% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w60 {
    width: 100%;
  }
  .w60 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w70 {
  width: calc(70% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w70 {
    width: 100%;
  }
  .w70 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w80 {
  width: calc(80% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w80 {
    width: 100%;
  }
  .w80 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w90 {
  width: calc(90% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w90 {
    width: 100%;
  }
  .w90 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.items80 .item:nth-of-type(n + 2) {
  margin-top: clamp(40px, 8vw, 80px);
}

.items60 .item:nth-of-type(n + 2) {
  margin-top: clamp(30px, 6vw, 60px);
}

.items40 .item:nth-of-type(n + 2) {
  margin-top: clamp(20px, 4vw, 40px);
}

/* ===============================================
  共通
=============================================== */
.button {
  text-align: center;
}
.button__link {
  display: inline-block;
  padding: 1.2em 6em;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #fd6500;
  background-color: #fd6500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border-radius: 100vh;
}
.button__link:hover {
  background-color: #fff;
  color: #fd6500;
}
.button__link--rev {
  background-color: #fff;
  color: #fd6500;
}
.button__link--rev:hover {
  background-color: #fd6500;
  color: #fff;
}

.tel {
  font-size: 3rem;
  font-weight: 700;
  color: #fd6500;
}

.section-space {
  padding-block: clamp(60px, 10vw, 100px);
}

.section-bg {
  background-color: #fff8f2;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title__text {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
.section-title__text::after {
  letter-spacing: 0.08em;
  font-weight: 400;
  position: absolute;
  content: attr(data-en);
  text-transform: uppercase;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fd6500;
  font-size: 1.4rem;
}

.title-2 {
  background-color: #fd6500;
  border-radius: 5px;
}
.title-2__text {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.title-3 {
  padding: 0.8em;
  margin-bottom: 20px;
  background-color: #ffe1be;
  border-radius: 3px;
  color: #fd6500;
  font-weight: 700;
}

.title-4 {
  position: relative;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 2px solid #ffa545;
  font-size: 1.8rem;
  font-weight: 700;
}
.title-4:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 15%;
  height: 5px;
  background-color: #fd6500;
}

.title-5 {
  padding: 0.5em 0 0.5em 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.title-5::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background-color: #ffe1be;
  border-radius: 50%;
  z-index: -1;
}

.title-6 {
  text-align: center;
  padding: 10px 0;
  background-color: #fd6500;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.is-red {
  color: red;
}

/* page title*/
.page-title {
  padding-block: clamp(60px, 10vw, 100px);
  width: 100%;
  background: url(../img/common/header.webp?ver=umic3cp) no-repeat 50% 25%/cover;
  text-align: center;
}
.page-title__text {
  font-size: 3rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #fd6500;
  padding: 0 0.4em 0.1em;
  border-radius: 5px;
}

.breadcrumbs {
  margin-top: 20px;
  font-size: 1.4rem;
}

.marker {
  background-image: -webkit-gradient(linear, left top, right top, from(#4e9ff3), to(#8eefff));
  background-image: linear-gradient(90deg, #4e9ff3, #8eefff);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
  padding: 0 10px;
}

/* anchor link */
.anchor-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  gap: 15px;
}
.anchor-link__item {
  color: #fd6500;
  font-size: 1.4rem;
}
.anchor-link__item a {
  display: inline-block;
  padding: 1em 2.8em 1em 2em;
  border-radius: 3px;
  border: 1px solid #fd6500;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anchor-link__item a::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fd6500;
  border-right: 2px solid #fd6500;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anchor-link__item a:hover {
  background-color: #fd6500;
  color: #fff;
}
.anchor-link__item a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.consultation-table {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ffe1be;
  border-collapse: collapse;
}
.consultation-table th,
.consultation-table td {
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.consultation-table th {
  padding: 10px 5px;
  font-weight: 500;
  background-color: #ffe1be;
}
.consultation-table td {
  border-bottom: 1px solid #ffe1be;
  color: #fd6500;
}

/* ==================================================
  header
================================================== */
.header-h1-text {
  font-size: 3rem;
  font-weight: 700;
  color: #fd6500;
}

.header {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 87px;
}
@media (width < 1100px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    height: 60px;
  }
}
.header__logo {
  width: 100%;
  height: auto;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.header__nav-list li:not(:first-child) {
  margin-left: 30px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  width: 90%;
  margin: 0 auto;
}
@media (width < 1100px) {
  .header-top {
    height: 60px;
  }
}
.header-top--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (width < 1100px) {
  .header-top--right {
    display: none;
  }
}

.header-underlayer {
  height: auto;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (width < 1100px) {
  .header-underlayer {
    display: none;
  }
}
.header-underlayer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}
@media (width < 1100px) {
  .header-underlayer__wrapper {
    height: 60px;
  }
}
.header-underlayer--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (width < 1100px) {
  .header-underlayer--right {
    display: none;
  }
}
.header-underlayer--right-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-underlayer__name {
  margin-top: 5px;
  margin-right: 10px;
  font-size: 1.2rem;
  text-align: right;
}
.header-underlayer__tel {
  background-color: #fd6500;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 0 0 10px 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
.header-underlayer__tel .tel-icon {
  padding-left: 25px;
}
.header-underlayer__tel .tel-icon::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.header-underlayer2 {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.header-underlayer2.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (width < 1100px) {
  .header-underlayer2 {
    display: none;
  }
}

.header-bottom {
  position: relative;
}
.header-bottom__nav {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 90px;
  max-width: 1024px;
  background-color: #fff;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.header-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  padding: 0 20px;
}
@media (width < 1100px) {
  .header-bottom__list {
    display: none;
  }
}
.header-bottom__item {
  font-weight: 700;
  width: 180px;
  text-align: center;
  font-size: 1.4rem;
}
.header-bottom__item:not(:first-child) {
  border-left: 1px dotted #888;
}
@media (width < 1100px) {
  .header-bottom__item {
    display: none;
  }
}

.mv {
  position: relative;
}
.mv__copy {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.mv__copy-text {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  text-align: right;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.mv__copy-text:nth-of-type(2) {
  margin-top: 0.2em;
}
.mv__marker {
  background-image: -webkit-gradient(linear, left top, right top, from(#fd6500), to(#ffb71b));
  background-image: linear-gradient(90deg, #fd6500, #ffb71b);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  padding: 0.2em 0.3em;
  color: #fff;
  display: inline-block;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  position: relative;
  height: 70vh;
}
@media (width < 1100px) {
  .swiper-slide {
    height: 50vh;
  }
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.flow_design03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}
.flow_design03 ul {
  padding: 0;
}
.flow_design03 li {
  list-style-type: none;
}
.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}
.flow03:before {
  content: "";
  width: 15px;
  height: 101%;
  background: #eeeeee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow03 > li {
  position: relative;
}
.flow03 > li:not(:last-child) {
  margin-bottom: 20px;
}
.flow03 > li .icon03 {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.4em 0.6em 0.3em;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #ffffff;
  background: #fd6500;
  display: inline-block;
  margin-right: 0.3em;
}
.flow03 > li dl {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
  position: relative;
}
.flow03 > li dl:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #fd6500;
  border-radius: 50%;
  left: -4px;
}
.flow03 > li dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  border-bottom: 1px dashed #c58958;
  left: 5px;
}
.flow03 > li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

/* ==================================================
  hamburger
================================================== */
.hamburger-button {
  width: 40px;
  height: 35px;
  margin-left: auto;
  position: relative;
  display: none;
}
@media (width < 1100px) {
  .hamburger-button {
    display: block;
    z-index: 300;
  }
}
.hamburger-button::after {
  position: absolute;
  content: "メニュー";
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.hamburger-button span {
  width: 28px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333;
  border-radius: 1px;
}
.hamburger-button span:nth-child(1) {
  top: 0;
}
.hamburger-button span:nth-child(2) {
  top: 8px;
}
.hamburger-button span:nth-child(3) {
  top: 16px;
}
.hamburger-button.is-active::after {
  content: "閉じる";
  color: #fff;
}
.hamburger-button.is-active span {
  background-color: #fff;
  left: 50%;
}
.hamburger-button.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 8px;
}
.hamburger-button.is-active span:nth-child(2) {
  display: none;
}
.hamburger-button.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 8px;
}

.is-fixed body {
  overflow: hidden;
}

.hamburger-menu {
  background-color: #fa9039;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  display: none;
}
.hamburger-menu__scroll {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 0 100px;
  margin-top: 60px;
}
.hamburger-menu__content {
  display: block;
  margin: 0 auto;
}
.hamburger-menu__content li {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
}

/* ===============================================
  top info
=============================================== */
.top-info {
  padding-top: clamp(60px, 12.5vw, 150px);
  padding-bottom: clamp(60px, 10vw, 100px);
}
.top-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top-info__title-text {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-info__title-text::after {
  letter-spacing: 0.08em;
  font-weight: 400;
  position: absolute;
  content: attr(data-en);
  text-transform: uppercase;
  color: #fd6500;
  font-size: 1.4rem;
  vertical-align: bottom;
  margin-left: 10px;
  margin-top: 12px;
}

.top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (width < 1100px) {
  .top-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-news__head span {
  margin-left: 10px;
}
.top-news__item {
  padding: 5px 0;
  border-bottom: 1px dotted #ddd;
}
.top-news__item:nth-of-type(n + 2) {
  margin-top: 10px;
}
.top-news__button-link {
  font-size: 1.4rem;
  padding: 0.4em 2em;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news__content:hover {
  color: #fd6500;
}
@media (width < 1100px) {
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.news__category {
  white-space: nowrap;
  background-color: #fd6500;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
}
.news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

/* ===============================================
  top greeting
=============================================== */
.top-greeting {
  background: url(../img/common/noimage.webp?ver=umic3cp) no-repeat center center/cover;
  padding-block: clamp(60px, 10vw, 100px);
}
@media (width < 1100px) {
  .top-greeting {
    background: url(../img/common/noimage.webp?ver=umic3cp) no-repeat center center/cover;
    padding-bottom: 50vw;
  }
}
.top-greeting__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-greeting__content {
  width: 50%;
}
@media (width < 1100px) {
  .top-greeting__content {
    width: 100%;
  }
}
.top-greeting__title {
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 700;
}
@media (width < 1100px) {
  .top-greeting__title {
    font-size: 2.5rem;
  }
}
.top-greeting__text {
  margin-top: 20px;
  line-height: 1.5;
}

.top-greeting2 {
  background: url(../img/top/top_greeting_bg.webp?ver=umic3cp) no-repeat center center/cover;
  padding-top: clamp(50px, 4.5vw, 55px);
}
.top-greeting2__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 4vw, 40px);
}
.top-greeting2__wrapper .w70 {
  padding-bottom: clamp(50px, 4.5vw, 55px);
}
@media (width < 1100px) {
  .top-greeting2__wrapper .w30 {
    max-width: 250px;
  }
}
.top-greeting2__title {
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 700;
}
@media (width < 1100px) {
  .top-greeting2__title {
    font-size: 2.5rem;
  }
}
.top-greeting2__text {
  margin-top: 20px;
  line-height: 1.5;
}

/* ===============================================
  top medical
=============================================== */
.top-medical__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
@media (width < 1100px) {
  .top-medical__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-medical__list li:nth-of-type(1) .top-medical__item .top-medical__icon {
  -webkit-mask: url(../img/top/top_medical1.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_medical1.svg?ver=umic3cp) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(2) .top-medical__item .top-medical__icon {
  -webkit-mask: url(../img/top/top_medical2.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_medical2.svg?ver=umic3cp) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(3) .top-medical__item .top-medical__icon {
  -webkit-mask: url(../img/top/top_medical3.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_medical3.svg?ver=umic3cp) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(4) .top-medical__item .top-medical__icon {
  -webkit-mask: url(../img/top/top_medical4.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_medical4.svg?ver=umic3cp) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(5) .top-medical__item .top-medical__icon {
  -webkit-mask: url(../img/top/top_medical5.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_medical5.svg?ver=umic3cp) no-repeat center center/contain;
}
.top-medical__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  border: 1px solid #fd6500;
  background-color: #fff8f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-medical__icon {
  width: 40%;
  aspect-ratio: 1;
  background-color: #fd6500;
}
.top-medical__title {
  width: 100%;
  margin-top: 10px;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

/* ===============================================
  top top-pickup
=============================================== */
.top-pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1100px) {
  .top-pickup__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-pickup__item {
  overflow: hidden;
  position: relative;
  width: 50%;
  text-align: center;
}
@media (width < 1100px) {
  .top-pickup__item {
    width: 100%;
  }
}
.top-pickup__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top-pickup__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-pickup__item:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-pickup__item--01::before {
  background: url(../img/top/pickup01.webp?ver=umic3cp) no-repeat center center/cover;
}
.top-pickup__item--01::after {
  background-color: rgba(240, 88, 0, 0.8);
}
.top-pickup__item--02::before {
  background: url(../img/top/pickup02.webp?ver=umic3cp) no-repeat center center/cover;
}
.top-pickup__item--02::after {
  background-color: rgba(241, 137, 0, 0.8);
}
.top-pickup__link {
  width: 100%;
  aspect-ratio: 2/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.top-pickup__text {
  color: #fff;
}
.top-pickup__text span {
  display: inline-block;
}
.top-pickup__title {
  font-size: 3rem;
  font-weight: 700;
}
@media (width < 1100px) {
  .top-pickup__title {
    font-size: 2.5rem;
  }
}

/* ===============================================
  top-access
=============================================== */
.top-access {
  padding-top: clamp(60px, 10vw, 100px);
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 400px;
}
@media (width < 1100px) {
  .map iframe {
    height: 300px;
  }
}

/* ==================================================
  footer
================================================== */
.footer {
  padding-top: clamp(60px, 10vw, 100px);
  border-top: 1px solid #dac6b0;
  background: url(../img/common/footer.webp?ver=umic3cp) no-repeat 50% 20%/cover;
  position: relative;
  color: #fff;
}
.footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(253, 101, 0, 0.7);
}
.footer .inner {
  position: relative;
  z-index: 2;
}
.footer__logo {
  width: 100%;
  max-width: 250px;
}
.footer__button {
  margin: 10px 0;
  text-align: unset;
}
.footer__button a {
  padding: 0.6em 4em;
  color: #fd6500;
  background-color: #fff;
  border-color: #fff;
}
.footer__reserve_button {
  margin-top: 20px;
}
@media (width < 1100px) {
  .footer__reserve_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.footer__bottom {
  text-align: center;
  padding-bottom: 50px;
}
.footer .tel {
  color: #fff;
}
.footer .tel-icon::before {
  background-color: #fff;
}
.footer .copyright {
  font-size: 1.2rem;
}
.footer .footer-h1-text {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
.footer .consultation-table {
  color: #555;
}

/* ===============================================
  page-sample1
=============================================== */
.overview {
  padding: 150px 0 170px;
}
@media (width < 1100px) {
  .overview {
    padding: 100px 0 100px;
  }
}
.overview__wrapper {
  position: relative;
}
.overview__wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #fff8f2;
}
@media (width < 1100px) {
  .overview__wrapper::before {
    display: none;
  }
}
.overview__content {
  margin-top: 150px;
}
@media (width >= 1100px) {
  .overview__content {
    position: relative;
    height: 400px;
  }
  .overview__content figure {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    width: 55%;
    z-index: 10;
  }
}
@media (width >= 1100px) and (width < 1100px) {
  .overview__content figure {
    width: 80%;
  }
}
@media (width < 1100px) {
  .overview__content {
    margin-top: 50px;
  }
}
.overview__content--left {
  width: 55%;
}
@media (width < 1100px) {
  .overview__content--left {
    width: 80%;
    margin: 0 auto;
  }
}
.overview__content--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 1100px) {
  .overview__content--right {
    width: 50%;
    position: absolute;
    content: "";
    right: 0;
    bottom: -50px;
    background-color: #fff;
    padding: 80px 30px 65px 90px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
}
@media (width < 1100px) {
  .overview__content--right {
    margin-top: 30px;
  }
}
.overview__content--right table {
  width: 100%;
}
.overview__content--right table th,
.overview__content--right table td {
  border: 1px solid #fd6500;
  padding: 0.8em;
}
.overview__content--right table th {
  background: #ffe1be;
  font-weight: 400;
  white-space: nowrap;
}

.doctor {
  padding-block: clamp(120px, 10vw, 200px);
  background-color: #fff8f2;
  clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 calc(100% - 8vw));
}
.doctor__wrapper {
  margin-top: 50px;
  padding: 80px 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (width < 1100px) {
  .doctor__wrapper {
    padding: 50px 30px;
    margin-top: 50px;
  }
}
.doctor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1100px) {
  .doctor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.doctor__item_left {
  width: 65%;
}
@media (width < 1100px) {
  .doctor__item_left {
    width: 100%;
  }
}
.doctor__content:not(:first-child) {
  margin-top: 20px;
}
.doctor__title {
  padding-bottom: 5px;
  border-bottom: 1px solid #fd6500;
  font-weight: 700;
  font-size: 2rem;
  color: #fd6500;
  margin-bottom: 10px;
}
.doctor__item_right {
  width: 30%;
  text-align: center;
}
@media (width < 1100px) {
  .doctor__item_right {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.career-table {
  width: 100%;
}
.career-table th,
.career-table td {
  padding: 2px;
}

.gallery {
  padding: 100px 0;
}
.gallery__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
}
.gallery__item {
  width: calc((100% - 6vw) / 3);
}
.gallery__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media (width < 1100px) {
  .gallery__item {
    width: calc((100% - 3vw) / 2);
  }
}
.gallery__item figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

.facility-standards__table {
  margin-top: 50px;
}
.facility-standards__table table {
  background: #fff;
  width: 100%;
}
.facility-standards__table th,
.facility-standards__table td {
  border: 1px solid #fd6500;
  border-collapse: collapse;
  padding: 10px;
}
@media (width < 1100px) {
  .facility-standards__table th,
  .facility-standards__table td {
    display: block;
  }
}
.facility-standards__table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #ffe1be;
}
@media (width < 1100px) {
  .facility-standards__table th {
    border-bottom: none;
    white-space: normal;
  }
}
.facility-standards__table tr:nth-of-type(n + 2) th {
  border-top: none;
}
.facility-standards__list {
  margin-top: 30px;
}
.facility-standards__list ul {
  padding: 15px;
  background-color: #fff8f2;
  list-style: none;
  margin-top: 10px;
}
.facility-standards__list ul li {
  position: relative;
  padding-left: 15px;
}
.facility-standards__list ul li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.facility-standards__list ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #fd6500;
  border-radius: 5px;
}

.list-wrapper {
  list-style: none;
}
.list-wrapper > li {
  position: relative;
  padding-left: 12px;
}
.list-wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #fd6500;
  border-radius: 50%;
}

/* ===============================================
  checkup
=============================================== */
.checkup table {
  width: 100%;
}
.checkup table th,
.checkup table td {
  border: 1px solid #fd6500;
  padding: 0.8em;
}
.checkup table th {
  background: #ffe1be;
  font-weight: 400;
  white-space: nowrap;
}
@media (width < 1100px) {
  .checkup table th {
    white-space: wrap;
  }
}

/* ===============================================
  page-sample4
=============================================== */
.visitor {
  overflow-x: hidden;
}
.visitor .inner {
  width: 90%;
}
.visitor__content {
  padding: 100px 0;
  margin-top: 60px;
  position: relative;
  margin-right: 5%;
}
.visitor__content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 5%;
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 5%);
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #fff8f2;
  z-index: -1;
}
.visitor__content--rev {
  margin-right: 0;
  margin-left: 5%;
}
.visitor__content--rev::before {
  right: 0;
  left: 5%;
  border-radius: 15px 0 0 15px;
}
.visitor__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media (width < 1100px) {
  .visitor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.visitor__item--right {
  width: 30%;
}
@media (width < 1100px) {
  .visitor__item--right {
    width: 100%;
    margin-top: 30px;
  }
}
.visitor__item--left {
  width: 65%;
}
@media (width < 1100px) {
  .visitor__item--left {
    width: 100%;
  }
}
.visitor__title--orange {
  border: 1px solid #ff4500;
  color: #ff4500;
}
.visitor__title--blue {
  border: 1px solid deepskyblue;
  color: deepskyblue;
}

.plus-image {
  height: 50px;
  width: 50px;
  padding: 50px 0;
  margin: 0 auto;
  -webkit-mask: url(../img/icon/plus-icon.svg?ver=umic3cp) no-repeat center/contain;
          mask: url(../img/icon/plus-icon.svg?ver=umic3cp) no-repeat center/contain;
  background-color: #999;
}

/* ===============================================
  page-news
=============================================== */
.page-news__item {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
}
.page-news__item:nth-of-type(n + 2) {
  margin-top: 10px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(60px, 10vw, 100px);
}
@media (width < 1100px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .prev {
  padding-left: 36px;
  background-color: #fd6500;
  border-radius: 4px;
  color: #fff;
  width: 90px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: left;
  display: inline-block;
  margin-left: 0;
}
.pagination .prev::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 40%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover::before {
  left: 15px;
}
.pagination .next {
  padding-right: 36px;
  background-color: #fd6500;
  border-radius: 4px;
  color: #fff;
  width: 90px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: right;
  display: inline-block;
  margin-right: 0;
}
.pagination .next::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 40%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .next:hover::after {
  right: 15px;
}

.page-numbers {
  width: 34px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fd6500;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  color: #fd6500;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background-color: #fd6500;
  color: #fff;
}

/* ===============================================
  single
=============================================== */
.single {
  margin-top: 50px;
  margin-bottom: clamp(60px, 10vw, 100px);
}
.single__title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}
.single__body {
  margin: 30px 10px 0;
  line-height: 1.5;
}
.single__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 8vw, 80px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single__pagination .prev a,
.single__pagination .next a {
  font-size: 14px;
  padding: 8px 16px;
  color: #fff;
  background: #fd6500;
  border-radius: 4px;
}
.single__prev a {
  font-size: 14px;
  padding-left: 36px;
  background-color: #fd6500;
  border-radius: 4px;
  color: #fff;
  width: 80px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  -moz-text-align-last: left;
       text-align-last: left;
}
.single__prev a::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 40%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single__prev a:hover::before {
  left: 15px;
}
.single__next a {
  font-size: 14px;
  padding-right: 36px;
  background-color: #fd6500;
  border-radius: 4px;
  color: #fff;
  width: 80px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  text-align: right;
}
.single__next a::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 40%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single__next a:hover::after {
  right: 15px;
}

.lists a {
  width: 120px;
  height: 36px;
  line-height: 36px;
  color: #fd6500;
  border: 1px solid #fd6500;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}
@media (width < 1100px) {
  .lists a {
    font-size: 1.6rem;
    width: 100px;
  }
}
.lists a:hover {
  color: #fff;
  background: #fd6500;
}

.page-numbers.current {
  background-color: #fd6500;
  color: #fff;
  border: 1px solid #fd6500;
}

/* ==================================================
  404.php
================================================== */
.not-found {
  padding-top: clamp(80px, 25vw, 240px);
  padding-bottom: clamp(80px, 15vw, 160px);
}
@media (width < 1100px) {
  .not-found {
    margin: 100px 0;
  }
}
.not-found__wrapper {
  text-align: center;
}
.not-found__head {
  font-size: clamp(4rem, 7.5vw, 8rem);
  color: #fd6500;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.not-found__lead {
  font-size: clamp(2rem, 3vw, 3rem);
  color: #999999;
  margin-bottom: 40px;
}
.not-found__content {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: #a8a8a8;
  margin-bottom: 40px;
}
.not-found__button {
  padding: 20px 40px;
  color: #999999;
  background: #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found__button:hover {
  background: #ddd;
}

/* ===============================================
  icon
=============================================== */
.tel-icon {
  position: relative;
  padding-left: 35px;
}
.tel-icon::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/phone.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/icon/phone.svg?ver=umic3cp) no-repeat center center/contain;
  background-color: #fd6500;
}

.header-bottom__nav .header-icon {
  position: relative;
  padding-top: 35px;
}
.header-bottom__nav .header-icon::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fd6500;
}
.header-bottom__nav li:nth-of-type(1) .header-icon::after {
  -webkit-mask: url(../img/top/top_menu1.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_menu1.svg?ver=umic3cp) no-repeat center center/contain;
}
.header-bottom__nav li:nth-of-type(2) .header-icon::after {
  -webkit-mask: url(../img/top/top_menu2.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_menu2.svg?ver=umic3cp) no-repeat center center/contain;
}
.header-bottom__nav li:nth-of-type(3) .header-icon::after {
  -webkit-mask: url(../img/top/top_menu3.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_menu3.svg?ver=umic3cp) no-repeat center center/contain;
}
.header-bottom__nav li:nth-of-type(4) .header-icon::after {
  -webkit-mask: url(../img/top/top_menu4.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_menu4.svg?ver=umic3cp) no-repeat center center/contain;
}
.header-bottom__nav li:nth-of-type(5) .header-icon::after {
  -webkit-mask: url(../img/top/top_menu5.svg?ver=umic3cp) no-repeat center center/contain;
          mask: url(../img/top/top_menu5.svg?ver=umic3cp) no-repeat center center/contain;
}

/* ===============================================
  pagetitle
=============================================== */
#page-title {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (width < 1100px) {
  #page-title {
    bottom: 40px;
    right: 10px;
  }
}
#page-title a {
  background: #fd6500;
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  aspect-ratio: 1;
  display: block;
  position: relative;
}
#page-title a::after {
  position: absolute;
  content: "";
  top: 40%;
  left: 30%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}