body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3e3a39;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    line-height: 1.6;
  }
}
body .is-fixed {
  overflow: hidden;
}

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

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

table th, table td {
  border: none;
  text-align: center;
  vertical-align: middle;
}

.l-inner {
  width: min(100% - 20px, 1100px);
  margin: 0 auto;
}

.main-area section + section {
  margin-top: 75px;
}
@media only screen and (max-width: 480px) {
  .main-area section + section {
    margin-top: 60px;
  }
}

.c-title-l {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 1.5;
}
@media only screen and (max-width: 1480px) {
  .c-title-l {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .c-title-l {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .c-title-l {
    font-size: 22px;
  }
}

.c-sub-title {
  font-family: "Noto Serif JP", serif;
  color: #5980a9;
  font-size: 25px;
}
@media only screen and (max-width: 1480px) {
  .c-sub-title {
    font-size: 21px;
  }
}

.c-mincho-title {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  color: #5980a9;
  font-weight: 600;
}
@media only screen and (max-width: 1480px) {
  .c-mincho-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1100px) {
  .c-mincho-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .c-mincho-title {
    font-size: 30px;
  }
}

.c-sec-title {
  text-align: center;
  padding-bottom: 30px;
}
.c-sec-title__text {
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  .c-sec-title__text {
    padding-top: 10px;
    letter-spacing: -0.05em;
  }
}

.c-lower-sec-title {
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-lower-sec-title img {
    width: 30px;
    height: 30px;
  }
}
.c-lower-sec-title p {
  padding-top: 10px;
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  .c-lower-sec-title p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .c-lower-sec-title p {
    font-size: 20px;
  }
}

.c-btn {
  background-color: #5980a9;
  border-radius: 40px;
  padding: 30px 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
}
@media only screen and (max-width: 1480px) {
  .c-btn {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn {
    padding: 15px 40px;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 27px;
  height: 8px;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  position: relative;
  margin-left: 20px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-btn::after {
    width: 22px;
    height: 6px;
  }
}
.c-btn:hover::after {
  transform: translateX(10px);
}

.u-font-marugo {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-font-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.u-font-mincho {
  font-family: "Noto Serif JP", serif;
}

.u-color-main {
  color: #5980a9;
}

.u-color-wrap {
  background-color: #fcf7ef;
}

.u-bg {
  background: url(../img/common/lower_bg.svg?v=2607066) no-repeat center top;
  background-size: 1920px auto;
}

.u-br-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-br-pc {
    display: none;
  }
}

.u-br-1100 {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .u-br-1100 {
    display: block;
  }
}

.u-br-768 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-br-768 {
    display: block;
  }
}

.u-br-480 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .u-br-480 {
    display: block;
  }
}

.lower-mv {
  background-color: #e9f1f8;
  width: 100%;
  height: 414px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .lower-mv {
    height: 250px;
  }
}
.lower-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lower-mv__title-en {
  font-size: 60px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #5980a9;
}
@media only screen and (max-width: 1480px) {
  .lower-mv__title-en {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .lower-mv__title-en {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .lower-mv__title-en {
    font-size: 28px;
  }
}
.lower-mv__title-ja {
  font-size: 16px;
  font-weight: 500;
}

.lower__contact {
  padding-bottom: 260px;
}
@media only screen and (max-width: 768px) {
  .lower__contact {
    padding-bottom: 100px;
  }
}
.lower__contact .contact {
  margin-top: -45px;
}
@media only screen and (max-width: 768px) {
  .lower__contact .contact {
    margin-top: -150px;
  }
}

.page-error {
  padding: 50px 0 200px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.page-error h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5980a9;
  text-align: center;
}
.page-error .c-btn {
  align-self: center;
}

.info-time-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: solid 1px #3e3a39;
}
.info-time-table .cell-l {
  width: 33%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .info-time-table .cell-l {
    width: 30%;
    letter-spacing: -0.01em;
  }
}
.info-time-table .cell-space {
  width: 5%;
}
@media only screen and (max-width: 768px) {
  .info-time-table .cell-space {
    display: none;
  }
}
.info-time-table thead th {
  background-color: #5980a9;
  background-clip: border-box;
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .info-time-table thead th {
    height: 50px;
    font-size: 16px;
  }
}
.info-time-table thead th.cell-l {
  border-right: 1px solid #efefef;
}
.info-time-table tbody th,
.info-time-table tbody td {
  height: 95px;
  border-top: 1px solid #3e3a39;
}
@media only screen and (max-width: 768px) {
  .info-time-table tbody th,
  .info-time-table tbody td {
    height: 60px;
  }
}
.info-time-table tbody th {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-right: 1px solid #3e3a39;
}
@media only screen and (max-width: 768px) {
  .info-time-table tbody th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .info-time-table tbody th {
    font-size: 16px;
  }
}
.info-time-table .mark-open {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border-radius: 50%;
  background: #a9c9e8;
}
@media only screen and (max-width: 768px) {
  .info-time-table .mark-open {
    width: 16px;
    height: 16px;
  }
}
.info-time-table .mark-close {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .info-time-table .mark-close {
    width: 16px;
    height: 16px;
  }
}
.info-time-table .mark-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #5980a9;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__info {
  max-width: 1750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1480px) {
  .header__info {
    width: 100%;
    padding: 0 15px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__info {
    padding: 0 65px 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .header__info {
    padding: 0 65px 20px 10px;
  }
}
.header__info-logo {
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  .header__info-logo {
    padding-top: 13px;
  }
}
@media only screen and (max-width: 1480px) {
  .header__info-logo img {
    width: 332px;
    height: 72px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__info-logo img {
    width: 300px;
    height: 65px;
  }
}
@media only screen and (max-width: 480px) {
  .header__info-logo img {
    width: 210px;
    height: 46px;
  }
}
.header__info-inner {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1480px) {
  .header__info-inner {
    gap: 10px;
  }
}
.header__info-time {
  padding-top: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 1480px) {
  .header__info-time {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 1100px) {
  .header__info-time {
    display: none;
  }
}
.header__info-icon {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 1480px) {
  .header__info-icon {
    gap: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__info-icon img {
    width: 35px;
    height: 35px;
  }
}
.header__info-cta {
  display: flex;
  align-items: self-start;
  gap: 25px;
}
@media only screen and (max-width: 1480px) {
  .header__info-cta {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header__info-cta {
    display: none;
  }
}
.header__info-cta-card .cta-tel {
  background-color: #5980a9;
  font-size: 30px;
}
@media only screen and (max-width: 1480px) {
  .header__info-cta-card .cta-tel {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__info-cta-card .cta-tel {
    font-size: 18px;
  }
  .header__info-cta-card .cta-tel img {
    width: 16px;
    height: 26px;
  }
}
.header__info-cta-card .cta-web {
  background-color: #c5833c;
  font-size: 28px;
  padding: 30px 60px;
}
@media only screen and (max-width: 1480px) {
  .header__info-cta-card .cta-web {
    font-size: 19px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__info-cta-card .cta-web {
    font-size: 16px;
    padding: 20px 10px 10px;
  }
  .header__info-cta-card .cta-web img {
    width: 26px;
    height: 26px;
  }
}
.header__info-cta-card-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px;
  color: #fff;
  line-height: 1;
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 1480px) {
  .header__info-cta-card-link {
    padding: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__info-cta-card-link {
    padding: 20px 10px 10px;
  }
}
.header__info-cta-card-img img {
  vertical-align: middle;
}
.header__nav-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1480px) {
  .header__nav-wrap {
    width: 100%;
    padding: 0 40px 20px 40px;
  }
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
}
.header__nav-item-link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.header__nav-item-img {
  height: 41px;
  width: auto;
}
.header__nav-item-title {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  .header__nav-item-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-item-title {
    font-size: 16px;
    letter-spacing: -0.09em;
  }
}
.header__nav-sp-bottom {
  display: none;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 55px;
    height: 55px;
    border: none;
    background-color: #5980a9;
    border-radius: 0 0 0 8px;
    cursor: pointer;
    z-index: 1001;
  }
}
.hamburger span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  background-color: transparent;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

@media only screen and (max-width: 1100px) {
  .header__nav {
    display: none;
    background-color: #e9f1f8;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header__nav-wrap {
    padding: 0;
  }
  .header__nav-list {
    padding: 60px 20px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }
  .header__nav-sp-bottom {
    display: none;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .header__nav-sp-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) and (max-width: 480px) {
  .header__nav-sp-bottom {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1100px) {
  .header__nav-sp-item {
    display: flex;
  }
  .header__nav-sp-item-link {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #fff;
  }
  .header__nav-sp-tel {
    background-color: #5980a9;
    font-size: 24px;
  }
  .header__nav-sp-web {
    background-color: #c5833c;
    font-size: 24px;
  }
  .header__nav-overlay {
    z-index: 90;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .header__nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1100px) {
  .header__nav.is-open {
    display: block;
  }
}

.footer {
  background-color: #5980a9;
  padding: 50px 0 100px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .footer {
    padding: 15px 0;
  }
}
.footer::after {
  content: "";
  display: block;
  width: 1077px;
  height: 179px;
  background: url(../img/common/footer_animal.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 1480px) {
  .footer::after {
    width: 740px;
    height: 123px;
  }
}
@media only screen and (max-width: 768px) {
  .footer::after {
    width: 375px;
    height: 61px;
  }
}
.footer__UPbtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1480px) {
  .footer__UPbtn {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__UPbtn {
    display: none;
  }
}
.footer__UPbtn-link {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.footer__UPbtn-link p {
  font-size: 19px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1480px) {
  .footer__UPbtn-link p {
    font-size: 18px;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.footer__nav-item {
  color: #fff;
  font-size: 19px;
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  .footer__nav-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer__nav-item {
    display: none;
  }
}

.top__mv {
  height: 700px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  .top__mv {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .top__mv {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .top__mv {
    height: 350px;
  }
}
.top__mv-img {
  height: 100%;
}
.top__mv-img img {
  display: block;
  width: 1920px;
  height: 700px;
  max-width: none;
}
@media (min-width: 1481px) {
  .top__mv-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
@media only screen and (max-width: 1480px) {
  .top__mv-img img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .top__mv-img {
    display: flex;
    justify-content: center;
    transform: translateX(120px);
  }
}
@media only screen and (max-width: 768px) {
  .top__mv-img {
    transform: translateX(90px);
  }
}
@media only screen and (max-width: 480px) {
  .top__mv-img {
    transform: translateX(60px);
  }
}
.top__mv-title {
  position: absolute;
  top: 42%;
  left: 265px;
  transform: translateY(-40%);
}
@media only screen and (max-width: 1480px) {
  .top__mv-title {
    left: 180px;
  }
}
@media only screen and (max-width: 1100px) {
  .top__mv-title {
    left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .top__mv-title {
    left: 20px;
  }
}
.top__mv-title-group {
  color: #fff;
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
@media only screen and (max-width: 1480px) {
  .top__mv-title-group {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .top__mv-title-group {
    font-size: 16px;
  }
}
.top__mv-title-group::after {
  content: "";
  display: block;
  position: relative;
  width: 111px;
  height: 1px;
  background-color: #fff;
  margin-left: 20px;
}
@media only screen and (max-width: 1480px) {
  .top__mv-title-group::after {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .top__mv-title-group::after {
    display: none;
  }
}
.top__mv-title h1 {
  color: #fff;
  font-size: 54px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 1480px) {
  .top__mv-title h1 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .top__mv-title h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .top__mv-title h1 {
    font-size: 28px;
  }
}
.top__mv-title-catch {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1480px) {
  .top__mv-title-catch {
    gap: 10px;
  }
}
.top__mv-title-catch span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 5px 30px;
}
@media only screen and (max-width: 1480px) {
  .top__mv-title-catch span {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .top__mv-title-catch span {
    padding: 3px 10px;
  }
}
.top__news {
  background-color: #fcf7ef;
  padding: 30px 60px;
  border-radius: 12px;
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .top__news {
    margin-top: 60px;
    padding: 20px;
  }
}
.top__news-wrap {
  display: flex;
  justify-content: space-between;
  gap: 180px;
}
@media only screen and (max-width: 1480px) {
  .top__news-wrap {
    gap: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .top__news-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.top__news-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .top__news-head {
    flex-direction: row;
  }
}
.top__news-head-btn {
  padding: 30px 60px;
}
@media only screen and (max-width: 1480px) {
  .top__news-head-btn {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .top__news-head-btn {
    padding: 15px 30px;
  }
}
.top__news-body {
  flex: 1;
  width: 100%;
  padding: 35px 0;
}
@media only screen and (max-width: 1480px) {
  .top__news-body {
    padding: 20px 0;
  }
}
.top__news .top__news-head-btn.sp-only {
  display: inline-flex;
  display: none;
}
@media only screen and (max-width: 1100px) {
  .top__news .top__news-head-btn.sp-only {
    display: inline-flex;
    align-self: center;
  }
}
@media only screen and (max-width: 1100px) {
  .top__news .top__news-head-btn.pc-only {
    display: none;
  }
}
.top__news-list-item {
  padding: 15px 0;
  border-bottom: solid 0.5px #595857;
}
.top__news-list-item:first-child {
  padding: 0 0 15px 0;
}
.top__news-list-item:last-child {
  padding: 15px 0 0 0;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .top__news-list-item-date {
    display: block;
  }
}
.top__news-list-item-title {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .top__news-list-item-title {
    padding-left: 0;
  }
}
.top__message {
  background-color: #fcf7ef;
  padding: 100px 0 115px 0;
}
@media only screen and (max-width: 768px) {
  .top__message {
    padding: 50px 0;
  }
}
.top__message-title {
  text-align: center;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .top__message-title {
    padding-bottom: 50px;
  }
}
.top__message-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1100px) {
  .top__message-head {
    flex-direction: column-reverse;
    max-width: 559px;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 60px;
    gap: 30px;
  }
  .top__message-head img {
    width: 100%;
  }
  .top__message-head-title {
    letter-spacing: -0.05em;
  }
}
.top__message-head-inner {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media only screen and (max-width: 1100px) {
  .top__message-head-inner {
    flex: 1;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .top__message-head-btn {
    align-self: center;
  }
}
@media only screen and (max-width: 1100px) {
  .top__message-head-img {
    width: 100%;
  }
}
.top__message-head-title {
  line-height: 1.6;
}
.top__message-reason {
  padding: 75px;
  background-color: #fff;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .top__message-reason {
    padding: 30px 10px;
    gap: 30px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top__message-reason-title {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.top__message-reason-title::after {
  content: "";
  position: absolute;
  left: -2.5%;
  bottom: 3px;
  width: 105%;
  height: 10px;
  background-color: #d0e3f3;
  z-index: -1;
}
.top__message-reason-inner {
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 1100px) {
  .top__message-reason-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.top__message-reason-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 1100px) {
  .top__message-reason-card {
    gap: 15px;
  }
  .top__message-reason-card-img img {
    width: 100%;
  }
}
.top__message-reason-card-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1480px) {
  .top__message-reason-card-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .top__message-reason-card-title {
    font-size: 24px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 768px) {
  .top__message-reason-card-title {
    font-size: 20px;
  }
}
.top__message-reason-card-text {
  letter-spacing: -0.07em;
}
.top__message-reason-btn {
  align-self: center;
}
.top__info-title {
  padding-top: 25px;
}
.top__info-time-note {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top__info-time-note-card {
  display: flex;
  gap: 30px;
  align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .top__info-time-note-card {
    gap: 8px;
  }
}
.top__info-time-note-card-title {
  width: 140px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  background-color: #5980a9;
  border-radius: 6px;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .top__info-time-note-card-title {
    width: 77px;
    font-size: 15px;
  }
}
.top__info-time-note-card-text {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .top__info-time-note-card-text {
    font-size: 15px;
    letter-spacing: -0.08em;
  }
}
.top__info-access {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top__info-access {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .top__info-access-logo {
    width: 80%;
  }
}
.top__info-access-note {
  padding-top: 15px;
  display: flex;
  gap: 100px;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top__info-access-note {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top__info-access-note-btn {
    align-self: center;
  }
}
.top__info-access-iframe {
  padding-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1480px) {
  .top__info-access-iframe {
    gap: 30px;
    justify-content: center;
  }
  .top__info-access-iframe img, .top__info-access-iframe iframe {
    width: 450px;
    height: 345px;
  }
}
@media only screen and (max-width: 1100px) {
  .top__info-access-iframe img, .top__info-access-iframe iframe {
    gap: 25px;
    width: 350px;
    height: 268px;
  }
}
@media only screen and (max-width: 768px) {
  .top__info-access-iframe {
    flex-direction: column;
  }
  .top__info-access-iframe iframe {
    width: 100%;
    height: 350px;
  }
  .top__info-access-iframe .top__info-access-calendar {
    display: flex;
    justify-content: center;
  }
}
.top__contact {
  padding-top: 250px;
}
@media only screen and (max-width: 768px) {
  .top__contact {
    padding-top: 120px;
  }
}
.top__contact-slide {
  transform: translateY(-50%);
}
.top__contact-slide-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top__contact-slide-swiper .swiper-slide {
  width: 441px;
}
@media only screen and (max-width: 1100px) {
  .top__contact-slide-swiper .swiper-slide {
    width: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .top__contact-slide-swiper .swiper-slide {
    width: 250px;
  }
}
.top__contact-slide-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.top__contact-wrap {
  margin-top: -50px;
}
.top__contact-wrap .night {
  transform: translateY(50%);
  margin-top: -140px;
}
.top__contact-btn {
  margin: 80px auto 260px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top__contact-btn {
    margin: 50px auto 100px;
  }
}
.top__contact-btn-link {
  border: solid 1px #0d345e;
  padding: 15px 60px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-size: 23px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .top__contact-btn-link {
    padding: 15px 20px;
  }
}

.about__head .l-inner {
  padding: 60px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__head-title {
  padding-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .about__head-title {
    padding-bottom: 40px;
  }
}
.about__head-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__head-body-text {
  line-height: 1.7;
  text-align: center;
  padding-bottom: 20px;
}
.about__head-body-note {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 1480px) {
  .about__head-body-note {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .about__head-body-note {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .about__head-body-note {
    font-size: 18px;
  }
}
.about__head-body-img {
  padding: 50px 0;
}
.about__head-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about__head-btn-wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.about__head-btn-inner {
  width: 300px;
}
@media only screen and (max-width: 1100px) {
  .about__head-btn-inner {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 768px) {
  .about__head-btn-inner {
    width: 100%;
  }
}
.about__head-btn-inner .c-btn {
  width: 100%;
  justify-content: center;
}
.about__message {
  padding: 90px 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .about__message {
    padding: 60px 0;
  }
}
.about__message-title {
  text-align: center;
  padding-bottom: 30px;
}
.about__message-main {
  width: 100%;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-areas: "name hobby" "body image";
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 70px;
  align-items: start;
}
@media only screen and (max-width: 1100px) {
  .about__message-main {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "name" "hobby" "body";
    row-gap: 30px;
    max-width: 700px;
  }
}
.about__message-main .about__message-name {
  grid-area: name;
}
.about__message-main .about__message-hobby {
  grid-area: hobby;
}
.about__message-main .about__message-body {
  grid-area: body;
}
.about__message-main .about__message-img {
  grid-area: image;
}
.about__message-name {
  display: flex;
  align-items: flex-end;
  gap: 35px;
  padding: 35px 0;
  border-bottom: solid 1px #5980a9;
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1480px) {
  .about__message-name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .about__message-name {
    font-size: 24px;
    justify-self: center;
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about__message-name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .about__message-name {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 293px;
  }
}
.about__message-name span {
  padding-right: 35px;
}
.about__message-name .u-font-mincho {
  font-size: 21px;
}
@media only screen and (max-width: 1100px) {
  .about__message-name .u-font-mincho {
    font-size: 18px;
  }
}
.about__message-hobby {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 1480px) {
  .about__message-hobby {
    justify-content: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .about__message-hobby {
    padding-top: 35px;
  }
}
.about__message-hobby::after {
  content: "";
  width: 387px;
  height: 192px;
  background: url(../img/about/icon_comment.svg) no-repeat center/contain;
  position: absolute;
  left: -40px;
  top: 60%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 1480px) {
  .about__message-hobby::after {
    width: 330px;
    height: 164px;
    left: -15px;
  }
}
@media only screen and (max-width: 1100px) {
  .about__message-hobby::after {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
}
.about__message-hobby-title {
  writing-mode: vertical-rl;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  .about__message-hobby-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .about__message-hobby-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about__message-hobby-title {
    font-size: 18px;
  }
}
.about__message-hobby-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
@media only screen and (max-width: 1480px) {
  .about__message-hobby-inner {
    gap: 20px;
  }
}
.about__message-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1100px) {
  .about__message-body {
    padding-top: 20px;
    align-items: center;
    gap: 20px;
  }
}
.about__message-body-title {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1480px) {
  .about__message-body-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .about__message-body-title {
    font-size: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .about__message-body-title {
    font-size: 20px;
    letter-spacing: -0.05em;
  }
}
.about__message-body-text {
  letter-spacing: -0.04em;
}
.about__message-img {
  width: 292px;
}
@media only screen and (max-width: 1100px) {
  .about__message-img {
    justify-self: center;
  }
}
.about__message-prof {
  width: 100%;
  background-color: #fff;
  padding: 30px 50px 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .about__message-prof {
    flex-direction: column;
    gap: 50px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .about__message-prof {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .about__message-prof {
    padding: 20px 10px;
  }
}
.about__message-prof-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__message-prof-card-title {
  align-self: flex-start;
  background-color: #5980a9;
  border-radius: 5px;
  padding: 5px 40px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .about__message-prof-card-title {
    font-size: 18px;
  }
}
.about__message-prof-career-table {
  width: 100%;
}
.about__message-prof-career-table th {
  padding-right: 20px;
  font-weight: 500;
}
.about__message-prof-career-table th, .about__message-prof-career-table td {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .about__message-prof-career-table th, .about__message-prof-career-table td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about__message-prof-career-table tr + tr th {
    padding-top: 20px;
  }
}
.about__facility {
  padding: 75px 0;
}
@media only screen and (max-width: 768px) {
  .about__facility {
    padding: 60px 0;
  }
}
.about__facility-body {
  padding-top: 50px;
}
.about__facility-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .about__facility-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__facility-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__facility-list-item-title {
  font-weight: 600;
  font-size: 26px;
  padding-top: 15px;
}
@media only screen and (max-width: 1100px) {
  .about__facility-list-item-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about__facility-list-item-title {
    font-size: 18px;
  }
}
.about__equipment {
  padding: 120px 0 480px;
}
@media only screen and (max-width: 768px) {
  .about__equipment {
    padding: 100px 0 350px;
  }
}
.about__equipment-title {
  text-align: center;
}
.about__equipment-body {
  padding-top: 50px;
}
.about__equipment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1100px) {
  .about__equipment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .about__equipment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__equipment-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__equipment-list-item-title {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
}
@media only screen and (max-width: 1100px) {
  .about__equipment-list-item-title {
    font-size: 18px;
  }
}

.medical__head {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .medical__head {
    padding-top: 50px;
  }
}
.medical__head-title {
  text-align: center;
  padding-bottom: 50px;
}
.medical__head-body {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .medical__head-body {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 510px;
    margin: 0 auto;
  }
}
.medical__head-body-inner {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .medical__head-body-inner {
    width: 100%;
  }
}
.medical__head-body-title {
  padding-bottom: 20px;
  line-height: 1.8;
}
.medical__head-body-img {
  width: 510px;
}
@media only screen and (max-width: 1100px) {
  .medical__head-body-img {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .medical__head-body-img {
    width: 100%;
  }
  .medical__head-body-img img {
    width: 100%;
  }
}
.medical__info {
  padding: 50px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 768px) {
  .medical__info {
    padding: 0 0 60px;
    gap: 50px;
  }
}
.medical__info-animal-list {
  display: flex;
  gap: 30px;
}
.medical__info-animal-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.medical__info-animal-list-item-img {
  height: 105px;
  width: auto;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .medical__info-animal-list-item-img {
    height: 80px;
  }
  .medical__info-animal-list-item-img .icon_dog {
    width: 70px;
    height: 73px;
  }
  .medical__info-animal-list-item-img .icon_cat {
    width: 72px;
    height: 67px;
  }
}
.medical__info-animal-list-item-title {
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .medical__info-animal-list-item-title {
    font-size: 18px;
  }
}
.medical__info-department-body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .medical__info-department-body {
    gap: 30px;
  }
}
.medical__info-department-list {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .medical__info-department-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.medical__info-department-list-item {
  width: 180px;
  padding: 20px 0;
  background-color: #5980a9;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1100px) {
  .medical__info-department-list-item {
    width: 150px;
  }
}
.medical__info-department-list-item-img {
  height: 49px;
  display: flex;
  align-items: flex-end;
}
.medical__info-department-list-item-title {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  .medical__info-department-list-item-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-department-list-item-title {
    font-size: 18px;
  }
}
.medical__info-department-text, .medical__info-department-note {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  .medical__info-department-text, .medical__info-department-note {
    font-size: 18;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-department-text, .medical__info-department-note {
    font-size: 16px;
  }
}
.medical__info-department-note {
  border: solid 1px #3e3a39;
  border-radius: 10px;
  padding: 30px 100px;
}
@media only screen and (max-width: 768px) {
  .medical__info-department-note {
    padding: 30px;
  }
}
.medical__info-reason {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason {
    gap: 30px;
  }
}
.medical__info-reason-title {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.medical__info-reason-title::after {
  content: "";
  position: absolute;
  left: -2.5%;
  bottom: 3px;
  width: 105%;
  height: 10px;
  background-color: #d0e3f3;
  z-index: -1;
}
.medical__info-reason-wrap {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media only screen and (max-width: 1480px) {
  .medical__info-reason-wrap {
    padding: 0 0 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-wrap {
    margin-top: 50px;
    padding: 0;
    gap: 70px;
  }
}
.medical__info-reason-card {
  background-color: #fcf7ef;
  border-radius: 13px;
  padding: 50px 50px 50px 150px;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  .medical__info-reason-card {
    padding: 50px 50px 50px 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card {
    padding: 30px 30px 30px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card {
    padding: 60px 30px 20px;
    max-width: 461px;
  }
}
@media only screen and (max-width: 480px) {
  .medical__info-reason-card {
    padding: 60px 15px 15px;
  }
}
.medical__info-reason-card-num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 180px;
  height: 180px;
  background-color: #5980a9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1480px) {
  .medical__info-reason-card-num {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card-num {
    width: 100px;
    height: 100px;
    gap: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card-num {
    width: 80px;
    height: 80px;
    top: 0;
    left: 50%;
  }
}
.medical__info-reason-card-num p {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 1480px) {
  .medical__info-reason-card-num p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card-num p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card-num p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card-num .num-icon-01 {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card-num .num-icon-01 {
    width: 27px;
    height: 27px;
  }
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card-num .num-icon-02 {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card-num .num-icon-02 {
    width: 32px;
    height: 32px;
  }
}
.medical__info-reason-card-body {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card-body {
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card-body {
    flex-direction: column;
    align-items: center;
  }
}
.medical__info-reason-card-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card-inner {
    align-items: center;
  }
}
.medical__info-reason-card-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1480px) {
  .medical__info-reason-card-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card-title {
    font-size: 24px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card-text {
    letter-spacing: -0.09em;
  }
}
@media only screen and (max-width: 1100px) {
  .medical__info-reason-card-img {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .medical__info-reason-card-img {
    width: 100%;
  }
}
.medical__price {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 110px;
}
@media only screen and (max-width: 768px) {
  .medical__price {
    padding: 60px 0;
    gap: 50px;
  }
}
.medical__price-card {
  width: 100%;
}
.medical__price-card-table + .medical__price-card-table {
  padding-top: 70px;
}
.medical__price-card-table table {
  width: 100%;
  table-layout: fixed;
}
.medical__price-card-table table th {
  width: 33%;
  background-color: #5980a9;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .medical__price-card-table table th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__price-card-table table th {
    width: 25%;
    font-size: 16px;
  }
}
.medical__price-card-table table td {
  background-color: #fff;
  font-size: 20px;
  padding: 15px 0;
}
@media only screen and (max-width: 1100px) {
  .medical__price-card-table table td {
    font-size: 18px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 768px) {
  .medical__price-card-table table td {
    font-size: 16px;
  }
}
.medical__price-card-table table td + td {
  border-left: solid 1px #9fa0a0;
}
.medical__price-card-table table tr + tr {
  border-top: solid 1px #9fa0a0;
}
.medical__price-card-table table .cell-l {
  text-align: left;
  padding-left: 70px;
}
@media only screen and (max-width: 480px) {
  .medical__price-card-table table .cell-l {
    padding-left: 30px;
  }
}
.medical__price-card-included {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .medical__price-card-included {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__price-card-included {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .medical__price-card-included {
    letter-spacing: -0.05em;
  }
}
.medical__price-card-note {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .medical__price-card-note {
    font-size: 16px;
  }
}
.medical__price-note {
  margin-top: -30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.medical__price-note-text {
  font-size: 24px;
  font-weight: 600;
  color: #e83828;
}
@media only screen and (max-width: 1100px) {
  .medical__price-note-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__price-note-text {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
}
.medical__starters .l-inner {
  padding: 90px 0 400px;
}
@media only screen and (max-width: 768px) {
  .medical__starters .l-inner {
    padding: 60px 0 350px;
  }
}
.medical__starters .app {
  background-color: #fff;
  text-align: center;
  border: 1px solid #3e3a39;
  padding: 85px 110px;
  margin: 50px 0 100px;
}
@media only screen and (max-width: 1100px) {
  .medical__starters .app {
    padding: 85px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__starters .app {
    padding: 20px;
  }
}
.medical__starters .app__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.4;
  border-bottom: 5px solid #5980a9;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .medical__starters .app__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.medical__starters .app__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;
  display: inline-flex;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 768px) {
  .medical__starters .app__text {
    font-size: 14px;
  }
}
.medical__starters .app__qr {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .medical__starters .app__qr {
    margin: 20px 0;
  }
}
.medical__starters .app__btn .c-btn {
  padding: 10px 40px;
}
@media only screen and (max-width: 768px) {
  .medical__starters-title img {
    width: 31px;
    height: 46px;
  }
}
.medical__starters-body {
  border: solid 1px #5980a9;
  border-radius: 18px;
  background-color: #fff;
  padding: 80px 100px;
}
@media only screen and (max-width: 1100px) {
  .medical__starters-body {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .medical__starters-body {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .medical__starters-body {
    padding: 30px 10px;
  }
}
.medical__starters-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media only screen and (max-width: 768px) {
  .medical__starters-list {
    gap: 40px;
  }
}
.medical__starters-list-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .medical__starters-list-item {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .medical__starters-list-item-icon {
    width: 32px;
    height: 32px;
  }
}
.medical__starters-list-item-text {
  flex: 1;
  margin-top: -5px;
  letter-spacing: -0.05em;
}

.p-sec-head-title {
  text-align: center;
  padding-bottom: 50px;
}
.p-sec-head-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 50px;
}
@media only screen and (max-width: 1100px) {
  .p-sec-head-body {
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sec-head-body {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 510px;
    margin: 0 auto;
  }
}
.p-sec-head-body-inner {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .p-sec-head-body-inner {
    width: 100%;
  }
}
.p-sec-head-body-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
}
.p-sec-head-body-title span {
  padding-left: 15px;
}
.p-sec-head-body-text {
  padding-top: 20px;
  letter-spacing: -0.05em;
  max-width: 505px;
}
.p-sec-head-body-img {
  width: 510px;
}
@media only screen and (max-width: 1100px) {
  .p-sec-head-body-img {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .p-sec-head-body-img {
    width: 100%;
  }
}

.service__mv-title .lower-mv__title-en span {
  font-size: 36px;
  color: #3e3a39;
  transform: translateY(-5px);
}
@media only screen and (max-width: 768px) {
  .service__mv-title .lower-mv__title-en span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .service__mv-title .lower-mv__title-en span {
    font-size: 22px;
  }
}
.service__trimming {
  padding: 65px 0 150px;
}
@media only screen and (max-width: 768px) {
  .service__trimming {
    padding: 60px 0;
  }
}
.service__pet-hotel {
  padding: 65px 0 410px;
}
.service__pet-hotel-head .c-title-l {
  line-height: 1.8;
}

.p-price-card {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-price-card {
    padding-top: 60px;
  }
}
.p-price-card-table.price-card-table__pet-hotel thead {
  border-right: solid 1px #5980a9;
  border-left: solid 1px #5980a9;
}
.p-price-card-table.price-card-table__pet-hotel tbody {
  border-right: solid 1px #5980a9;
  border-left: solid 1px #5980a9;
}
.p-price-card-table.price-card-table__pet-hotel tbody span {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .p-price-card-table.price-card-table__pet-hotel tbody span {
    font-size: 15px;
    letter-spacing: -0.08em;
  }
}
.p-price-card-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-price-card-table table.pc-only {
  display: table;
}
@media only screen and (max-width: 480px) {
  .p-price-card-table table.pc-only {
    display: none;
  }
}
.p-price-card-table table.sp-only {
  display: none;
}
@media only screen and (max-width: 480px) {
  .p-price-card-table table.sp-only {
    display: table;
  }
}
.p-price-card-table table .cell-l {
  width: 500px;
  text-align: left;
  padding-left: 90px;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-table table .cell-l {
    width: 47%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card-table table .cell-l {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .p-price-card-table table .cell-l {
    width: 61%;
  }
}
.p-price-card-table table .cell-xl {
  width: 740px;
  text-align: left;
  padding-left: 90px;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-table table .cell-xl {
    width: 73%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card-table table .cell-xl {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .p-price-card-table table .cell-xl {
    width: 72%;
  }
}
.p-price-card-table table thead {
  background-color: #5980a9;
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-table table thead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card-table table thead {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 480px) {
  .p-price-card-table table thead .th-sp {
    font-size: 15px;
    letter-spacing: -0.15em;
  }
}
.p-price-card-table table thead th + th {
  border-left: solid 1px #9fa0a0;
}
.p-price-card-table table thead th {
  font-weight: 400;
  height: 60px;
}
.p-price-card-table table thead th .th-s {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-table table thead th .th-s {
    font-size: 15px;
  }
}
.p-price-card-table table tbody {
  background-color: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-table table tbody {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card-table table tbody {
    font-size: 16px;
  }
}
.p-price-card-table table tbody tr {
  height: 50px;
}
.p-price-card-table table tbody tr th {
  font-weight: 400;
  text-align: left;
  padding-left: 90px;
  border-right: solid 1px #9fa0a0;
  letter-spacing: -0.05em;
}
.p-price-card-table table tbody tr td + td {
  border-left: solid 1px #9fa0a0;
}
.p-price-card-table table tbody tr th, .p-price-card-table table tbody tr td {
  border-bottom: solid 1px #9fa0a0;
}
.p-price-card-table-note {
  display: none;
  padding-top: 5px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .p-price-card-table-note {
    display: block;
  }
}
.p-price-card-note {
  padding: 75px 0 40px;
  display: flex;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-note {
    padding: 50px 0;
    letter-spacing: -0.05em;
  }
}
.p-price-card-note-body {
  flex: 1;
}
.p-price-card-attention {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-price-card-attention-title {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-attention-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card-attention-title {
    font-size: 18px;
  }
}
.p-price-card-attention-body {
  font-size: 16px;
}
.p-price-card-option--pc {
  width: 100%;
  max-width: 765px;
}
@media only screen and (max-width: 768px) {
  .p-price-card-option--pc {
    display: none;
  }
}
.p-price-card-option--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-price-card-option--sp {
    display: block;
    width: 355px;
  }
}
.p-price-card .option__title {
  background-color: #5980a9;
  color: #fff;
  font-size: 26px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .p-price-card .option__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card .option__title {
    font-size: 16px;
  }
}
.p-price-card .option__title-l {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-price-card .option__title-l {
    padding-left: 35px;
  }
}
.p-price-card .option__title-l::before, .p-price-card .option__title-l::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/service/icon_pawprint.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .p-price-card .option__title-l::before, .p-price-card .option__title-l::after {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card .option__title-l::before, .p-price-card .option__title-l::after {
    width: 18px;
    height: 18px;
  }
}
.p-price-card .option__title-l::before {
  left: -35px;
}
@media only screen and (max-width: 768px) {
  .p-price-card .option__title-l::before {
    left: 10px;
  }
}
.p-price-card .option__title-l::after {
  right: -35px;
}
@media only screen and (max-width: 768px) {
  .p-price-card .option__title-l::after {
    right: -25px;
  }
}
.p-price-card .option__title-s {
  font-size: 20px;
  position: absolute;
  right: 80px;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .p-price-card .option__title-s {
    font-size: 15px;
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card .option__title-s {
    position: static;
    padding-left: 30px;
  }
}
.p-price-card .option__table {
  width: 100%;
}
.p-price-card .option__table tbody {
  background-color: #fff;
}
.p-price-card .option__table tbody tr {
  height: 35px;
}
.p-price-card .option__table tbody tr:first-child td, .p-price-card .option__table tbody tr:first-child th {
  padding-top: 15px;
}
.p-price-card .option__table tbody tr:last-child td, .p-price-card .option__table tbody tr:last-child th {
  padding-bottom: 15px;
}
.p-price-card .option__table tbody tr th, .p-price-card .option__table tbody tr td {
  text-align: left;
  font-weight: 400;
  font-size: 19px;
}
@media only screen and (max-width: 1100px) {
  .p-price-card .option__table tbody tr th, .p-price-card .option__table tbody tr td {
    font-size: 18px;
  }
}
.p-price-card .option__table tbody tr th {
  padding-left: 40px;
}
.p-price-card .option-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #fff;
  padding: 10px 0;
  font-size: 16px;
}
.p-price-card .option-list__item {
  display: flex;
  align-items: flex-start;
}
.p-price-card .option-list__name {
  padding-left: 5px;
  width: 190px;
}
.p-price-card-cancel {
  padding-top: 30px;
}
.p-price-card-cancel__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.p-price-card-cancel__title::before, .p-price-card-cancel__title::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #e60012;
}
@media only screen and (max-width: 768px) {
  .p-price-card-cancel__title::before, .p-price-card-cancel__title::after {
    width: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .p-price-card-cancel__title::before, .p-price-card-cancel__title::after {
    width: 30px;
  }
}
.p-price-card-cancel__title-text {
  font-size: 24px;
  color: #e60012;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-cancel__title-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-price-card-cancel__title-text {
    font-size: 18px;
  }
}
.p-price-card-cancel__text {
  padding-top: 20px;
  font-size: 19px;
}
@media only screen and (max-width: 1100px) {
  .p-price-card-cancel__text {
    font-size: 16px;
  }
}

.access__head {
  padding-top: 125px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media only screen and (max-width: 1100px) {
  .access__head {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .access__head {
    padding-top: 80px;
    flex-direction: column;
    max-width: 525px;
  }
}
.access__head-img {
  width: 525px;
}
@media only screen and (max-width: 1480px) {
  .access__head-img {
    width: 500px;
  }
}
@media only screen and (max-width: 1100px) {
  .access__head-img {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .access__head-img {
    width: 100%;
  }
}
.access__head-body {
  flex: 1;
}
.access__head-body .c-title-l {
  padding-bottom: 30px;
  line-height: 1.8;
  color: #595857;
}
@media only screen and (max-width: 1100px) {
  .access__head-body .c-title-l {
    padding-bottom: 20px;
    line-height: 1.6;
  }
}
.access__head-body-text {
  letter-spacing: -0.06em;
  line-height: 2;
}
.access__map {
  padding: 75px 0 375px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .access__map {
    gap: 20px;
    padding: 30px 0 375px;
  }
}
.access__map-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #595857;
}
@media only screen and (max-width: 480px) {
  .access__map-head-logo {
    width: 267.2px;
  }
}
.access__map-iframe iframe {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .access__map-iframe iframe {
    height: 350px;
  }
}
.access__map-root {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .access__map-root {
    flex-direction: column;
    align-items: center;
  }
  .access__map-root .access__map-root-btn {
    order: 1;
  }
  .access__map-root .access__map-root-inner {
    order: 2;
    padding-top: 50px;
  }
}
.access__map-root-card + .access__map-root-card {
  padding-top: 50px;
}
.access__map-root-card-title {
  display: flex;
  gap: 15px;
  align-items: center;
}
.access__map-root-card-title-text {
  font-size: 27px;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  .access__map-root-card-title-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .access__map-root-card-title-text {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .access__map-root-card-title-text {
    font-size: 19px;
  }
}
.access__map-root-card-body {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .access__map-img {
    display: block;
    margin: 30px auto 0;
    border: solid 1px #727171;
    width: 460px;
  }
}
@media only screen and (max-width: 480px) {
  .access__map-img {
    overflow: hidden;
    width: calc(100% - 20px);
    height: auto;
  }
}
.access__map-img--pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .access__map-img--pc {
    display: none;
  }
}
.access__map-img--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .access__map-img--sp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .access__map-img--sp {
    width: 100%;
  }
}

.news__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 115px;
  padding: 155px 0 300px;
}
@media only screen and (max-width: 1100px) {
  .news__wrap {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .news__wrap {
    padding: 80px 0 360px;
    flex-direction: column;
    gap: 0px;
  }
}
.news__main {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .news__main {
    width: 100%;
  }
}
.news__main-articles-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .news__main-articles-list {
    gap: 40px;
  }
}
.news__main-articles-item {
  background-color: #f7f8f8;
  padding: 50px 60px;
}
@media only screen and (max-width: 1100px) {
  .news__main-articles-item {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .news__main-articles-item {
    padding: 10px;
  }
}
.news__main-articles-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .news__main-articles-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .news__main-articles-title {
    font-size: 20px;
  }
}
.news__main-articles-meta {
  display: flex;
  gap: 5px;
  font-size: 16px;
}
.news__main-articles-excerpt, .news__main-articles-content {
  padding: 45px 0;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  .news__main-articles-excerpt, .news__main-articles-content {
    padding: 30px 0;
  }
}
.news__main-articles-btn-link {
  padding: 13px 45px;
}
.news__main-articles-btn-link.c-btn::after {
  background: url(../img/news/news_icon_arrow.svg) no-repeat center/contain;
  width: 50px;
  height: 6px;
  margin-left: 70px;
}
@media only screen and (max-width: 480px) {
  .news__main-articles-btn-link.c-btn::after {
    width: 30px;
    height: 6px;
    margin-left: 30px;
  }
}
.news__main .c-pagination {
  margin: 150px 0 100px;
}
@media only screen and (max-width: 768px) {
  .news__main .c-pagination {
    margin: 40px 0 60px;
  }
}
.news__main .c-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.news__main .c-pagination .wp-pagenavi .pages {
  display: none;
}
.news__main .c-pagination .page, .news__main .c-pagination .current, .news__main .c-pagination .previouspostslink, .news__main .c-pagination .nextpostslink, .news__main .c-pagination .first, .news__main .c-pagination .last {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.news__main .c-pagination .page, .news__main .c-pagination .current {
  width: 38px;
  height: 38px;
  font-size: 18px;
  border: 0.5px solid #3e3a39;
  color: #3e3a39;
  border-radius: 50%;
}
.news__main .c-pagination .previouspostslink, .news__main .c-pagination .nextpostslink {
  display: none;
  font-size: 45px;
  font-weight: 30;
  padding-bottom: 11px;
}
.news__main .c-pagination .previouspostslink, .news__main .c-pagination .nextpostslink, .news__main .c-pagination .extend {
  display: none;
}
.news__main .c-pagination .current {
  background-color: #5980a9;
  color: #fff;
  border: none;
}
.news__main .post-nav {
  margin-top: 170px;
  padding-bottom: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .news__main .post-nav {
    font-size: 16px;
    margin: 30px auto 50px;
    padding-bottom: 0;
  }
}
.news__main .post-nav__prev a {
  position: relative;
  display: inline-block;
  padding: 20px 40px 20px 70px;
}
@media only screen and (max-width: 480px) {
  .news__main .post-nav__prev a {
    padding: 20px 20px 20px 40px;
  }
}
.news__main .post-nav__prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 42px;
  background: url(../img/news/news_icon_prev.svg) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .news__main .post-nav__prev a::before {
    width: 18px;
    height: 35px;
  }
}
.news__main .post-nav__line {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: #3e3a39;
}
@media only screen and (max-width: 768px) {
  .news__main .post-nav__line {
    max-width: 80px;
  }
}
.news__main .post-nav__next a {
  color: #5980a9;
  position: relative;
  display: inline-block;
  padding: 20px 70px 20px 40px;
}
@media only screen and (max-width: 480px) {
  .news__main .post-nav__next a {
    padding: 20px 40px 20px 20px;
  }
}
.news__main .post-nav__next a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 42px;
  background: url(../img/news/news_icon_next.svg) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .news__main .post-nav__next a::after {
    width: 18px;
    height: 35px;
  }
}
.news .sidebar {
  width: 241px;
}
@media only screen and (max-width: 768px) {
  .news .sidebar {
    width: 100%;
  }
}
.news .sidebar__archive + .sidebar__archive {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .news .sidebar__archive + .sidebar__archive {
    margin-top: 50px;
  }
}
.news .sidebar__archive-title {
  color: #5980a9;
}
.news .sidebar__archive-title .en {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 5px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .news .sidebar__archive-title .en {
    font-size: 22px;
  }
}
.news .sidebar__archive-list {
  padding-top: 25px;
}

.column__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 55px;
  padding: 155px 0 300px;
}
@media only screen and (max-width: 768px) {
  .column__wrap {
    padding: 80px 0 360px;
    flex-direction: column;
    gap: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .column__wrap--archive {
    max-width: 500px;
    margin: 0 auto;
  }
}
.column__wrap--single {
  gap: 115px;
}
@media only screen and (max-width: 1100px) {
  .column__wrap--single {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .column__wrap--single {
    gap: 0px;
  }
}
.column__main {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .column__main {
    width: 100%;
  }
}
.column__main-articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1100px) {
  .column__main-articles-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    max-width: 600px;
  }
}
.column__main-articles-item--single {
  background-color: #f7f8f8;
  padding: 40px 60px;
}
@media only screen and (max-width: 1100px) {
  .column__main-articles-item--single {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .column__main-articles-item--single {
    padding: 10px;
  }
}
.column__main-articles-item--single .column__main-articles-meta {
  color: #3e3a39;
}
.column__main-articles-img {
  width: 100%;
  padding-bottom: 10px;
}
.column__main-articles-img img {
  width: 100%;
}
.column__main-articles-title {
  font-size: 29px;
  font-weight: 600;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .column__main-articles-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .column__main-articles-title {
    font-size: 20px;
  }
}
.column__main-articles-meta {
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #5980a9;
}
.column__main-articles-excerpt, .column__main-articles-content {
  padding: 45px 0;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  .column__main-articles-excerpt, .column__main-articles-content {
    padding: 30px 0;
  }
}
.column__main-articles-btn-link {
  padding: 13px 45px;
}
.column__main-articles-btn-link.c-btn::after {
  background: url(../img/news/news_icon_arrow.svg) no-repeat center/contain;
  width: 50px;
  height: 6px;
  margin-left: 70px;
}
@media only screen and (max-width: 480px) {
  .column__main-articles-btn-link.c-btn::after {
    width: 30px;
    height: 6px;
    margin-left: 30px;
  }
}
.column__main .c-pagination {
  margin: 150px 0 100px;
}
@media only screen and (max-width: 768px) {
  .column__main .c-pagination {
    margin: 40px 0 60px;
  }
}
.column__main .c-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.column__main .c-pagination .wp-pagenavi .pages {
  display: none;
}
.column__main .c-pagination .page, .column__main .c-pagination .current, .column__main .c-pagination .previouspostslink, .column__main .c-pagination .nextpostslink, .column__main .c-pagination .first, .column__main .c-pagination .last {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.column__main .c-pagination .page, .column__main .c-pagination .current {
  width: 38px;
  height: 38px;
  font-size: 18px;
  border: 0.5px solid #3e3a39;
  color: #3e3a39;
  border-radius: 50%;
}
.column__main .c-pagination .previouspostslink, .column__main .c-pagination .nextpostslink {
  display: none;
  font-size: 45px;
  font-weight: 30;
  padding-bottom: 11px;
}
.column__main .c-pagination .previouspostslink, .column__main .c-pagination .nextpostslink, .column__main .c-pagination .extend {
  display: none;
}
.column__main .c-pagination .current {
  background-color: #5980a9;
  color: #fff;
  border: none;
}
.column__main .post-nav {
  margin-top: 170px;
  padding-bottom: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .column__main .post-nav {
    font-size: 16px;
    margin: 30px auto 50px;
    padding-bottom: 0;
  }
}
.column__main .post-nav__prev a {
  position: relative;
  display: inline-block;
  padding: 20px 40px 20px 70px;
}
@media only screen and (max-width: 480px) {
  .column__main .post-nav__prev a {
    padding: 20px 20px 20px 40px;
  }
}
.column__main .post-nav__prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 42px;
  background: url(../img/news/news_icon_prev.svg) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .column__main .post-nav__prev a::before {
    width: 18px;
    height: 35px;
  }
}
.column__main .post-nav__line {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: #3e3a39;
}
@media only screen and (max-width: 768px) {
  .column__main .post-nav__line {
    max-width: 80px;
  }
}
.column__main .post-nav__next a {
  color: #5980a9;
  position: relative;
  display: inline-block;
  padding: 20px 70px 20px 40px;
}
@media only screen and (max-width: 480px) {
  .column__main .post-nav__next a {
    padding: 20px 40px 20px 20px;
  }
}
.column__main .post-nav__next a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 42px;
  background: url(../img/news/news_icon_next.svg) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .column__main .post-nav__next a::after {
    width: 18px;
    height: 35px;
  }
}
.column .sidebar {
  width: 241px;
}
@media only screen and (max-width: 768px) {
  .column .sidebar {
    width: 100%;
  }
}
.column .sidebar__archive + .sidebar__archive {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .column .sidebar__archive + .sidebar__archive {
    margin-top: 50px;
  }
}
.column .sidebar__archive-title {
  color: #5980a9;
}
.column .sidebar__archive-title .en {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 5px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .column .sidebar__archive-title .en {
    font-size: 22px;
  }
}
.column .sidebar__archive-list {
  padding-top: 25px;
}

.contact {
  padding-bottom: 50px;
}
.contact__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact__inner {
  flex: 1;
}
@media only screen and (max-width: 1100px) {
  .contact__inner {
    flex: none;
  }
}
.contact__text {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .contact__text {
    padding-top: 30px;
  }
}
.contact__cta {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact__cta {
    flex-direction: column;
    gap: 30px;
  }
}
.contact__cta-card {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .contact__cta-card {
    width: 100%;
  }
}
.contact__cta-card-link {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1480px) {
  .contact__cta-card-link {
    font-size: 18px;
    gap: 5px;
  }
}
.contact__cta-card-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact__cta-tel {
  border-radius: 8px;
  background-color: #5980a9;
}
.contact__cta-tel .tel {
  font-size: 40px;
}
@media only screen and (max-width: 1480px) {
  .contact__cta-tel .tel {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact__cta-tel .tel {
    font-size: 24px;
  }
}
.contact__cta-web {
  border-radius: 8px;
  background-color: #c5833c;
}
.contact__cta-web .u-font-marugo {
  font-size: 32px;
}
@media only screen and (max-width: 1480px) {
  .contact__cta-web .u-font-marugo {
    font-size: 24px;
  }
}

.night {
  background-color: #5980a9;
  padding: 60px 0;
  text-align: center;
}
.night__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.night__head {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.night__head-title {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .night__head-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .night__head-title {
    font-size: 20px;
  }
}
.night__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.night__note-title {
  padding: 5px 80px;
  background-color: #fff;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .night__note-title {
    font-size: 18px;
    padding: 5px 40px;
  }
}
.night__note-text {
  font-size: 19px;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .night__note-text {
    font-size: 16px;
  }
}

.recruit {
  transform: translateY(-45%);
  background-color: #5980a9;
  padding: 60px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .recruit {
    padding: 50px 20px;
  }
}
.recruit::before {
  content: "";
  display: block;
  width: 168px;
  height: 74px;
  background: url(../img/common/recruit_cat.svg) no-repeat center/contain;
  position: absolute;
  top: 3px;
  right: 120px;
  transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .recruit::before {
    width: 134px;
    height: 59px;
    right: 60px;
  }
}
.recruit__contact-link {
  border: solid 1px #fff;
  padding: 15px 280px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .recruit__contact-link {
    width: 100%;
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__contact-link {
    padding: 20px;
  }
}
.recruit__contact-link-tel {
  display: flex;
  align-items: center;
  gap: 15px;
}
.recruit__contact-link-tel P {
  font-size: 36px;
}
@media only screen and (max-width: 1480px) {
  .recruit__contact-link-tel P {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__contact-link-tel P {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */