@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}

input, textarea {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  font-weight: 500;
  color: #333;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.875;
  }
}

main {
  margin-top: 70px;
}
@media only screen and (min-width: 992px) {
  main {
    margin-top: 100px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.u-sp {
  display: block !important;
}
@media only screen and (min-width: 576px) {
  .u-sp {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .u-tab {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

.c-txt-left {
  text-align: left;
}

.c-txt-center {
  text-align: center;
}

.c-txt-right {
  text-align: right;
}

/* ==================================
レイアウト
===================================== */
.l-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media only screen and (min-width: 576px) {
  .l-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .l-container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: content-box;
  }
}

@media only screen and (min-width: 576px) {
  .l-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) {
  .l-column.rev {
    flex-direction: row-reverse;
  }
}

.l-header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (min-width: 992px) {
  .l-header {
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.l-header__inner {
  height: 100%;
  padding-right: 10px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .l-header__inner {
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__logo img {
  width: 228px;
}
@media only screen and (min-width: 992px) {
  .l-header__logo img {
    width: 365px;
  }
}
.l-header .c-button {
  position: relative;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #82cddb;
  cursor: pointer;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .l-header .c-button {
    display: none;
  }
}
.l-header .p-hamburger {
  width: 50px;
  height: 50px;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.l-header .p-hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: inherit;
  z-index: 2;
}
.l-header .p-hamburger__line::before,
.l-header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: inherit;
}
.l-header .p-hamburger__line::before {
  top: -9px;
}
.l-header .p-hamburger__line::after {
  top: 9px;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #244474;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
  background-color: #fff;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
  background-color: #fff;
}
.l-header .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
@media only screen and (max-width: 991px) {
  .l-header__nav {
    max-width: 600px;
    width: 100%;
    padding: 20px 15px;
    position: fixed;
    top: 70px;
    right: 0;
    background-color: #82cddb;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav {
    padding: 20px 30px 20px 55px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column-reverse;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 35px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list li:not(:last-child) {
    position: relative;
  }
  .l-header__nav .l-header__list li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    right: -18px;
    background-color: #000;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .l-header__nav .l-header__list li:not(:last-child)::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list li:not(:last-child) a::after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    background-color: #333;
  }
}
.l-header__nav .l-header__list li a {
  padding: 20px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list li a {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.875;
    color: #333;
    border: none;
    position: relative;
    display: inline-block;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list li a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: radial-gradient(circle at 1px center, #fff, #fff 1px, transparent 1.5px, transparent 100%);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
  }
}
.l-header__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .l-header__links {
    margin-bottom: 5px;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header .p-access__table {
    display: none;
  }
}

body.is-drawerActive {
  overflow: hidden;
}
body.is-drawerActive .l-header {
  background-color: #fff;
}
body.is-drawerActive .l-header__nav {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  padding: 40px 0 10px;
}
@media only screen and (min-width: 992px) {
  .l-footer {
    padding: 50px 0 15px;
  }
}
.l-footer .l-footer__logo {
  width: 275px;
  margin: 0 auto 35px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .l-footer .l-footer__logo {
    width: 365px;
    margin: 0 auto 25px;
  }
}
.l-footer .l-footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 576px) {
  .l-footer .l-footer__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.l-footer .l-footer__list li {
  position: relative;
}
@media only screen and (min-width: 576px) {
  .l-footer .l-footer__list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 15px;
    background-color: #333;
    transform: translateY(-50%);
  }
}
.l-footer .l-footer__list li a {
  color: #333;
}
.l-footer .l-footer__copyright {
  width: 100vw;
  margin: 30px calc(50% - 50vw) 0;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 3;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 992px) {
  .l-footer .l-footer__copyright {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
}

.c-bg {
  background-color: #f4f8f8;
}

.c-btn__tel {
  padding: 7px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ffb284;
  border-radius: 25px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel {
    padding: 4px 18px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.c-btn__tel span {
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel span {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.c-btn__link {
  padding: 10px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3636363636;
  text-align: center;
  color: #fff;
  background-color: #ffb284;
  border-radius: 25px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .c-btn__link {
    padding: 5px 28px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-fw--lt {
  font-weight: 300;
}
.c-fw--rg {
  font-weight: 400;
}
.c-fw--m {
  font-weight: 500;
}
.c-fw--sbd {
  font-weight: 600;
}
.c-fw--b {
  font-weight: 700;
}
.c-fw--bk {
  font-weight: 900;
}

.c-al--l {
  text-align: left;
}
.c-al--c {
  text-align: center;
}
.c-al--r {
  text-align: right;
}

.c-ttl {
  padding-top: 40px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #333;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .c-ttl {
    padding-top: 45px;
    font-size: 34px;
    line-height: 0.8823529412;
  }
}
.c-ttl::before {
  content: attr(data-title-en);
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  text-align: center;
  text-transform: uppercase;
  color: #e98fb9;
}

.p-mv {
  position: relative;
  z-index: 2;
}
.p-mv .p-mv__open {
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -20px;
  right: 10px;
  background-color: rgba(55, 152, 148, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__open {
    width: 250px;
    height: 250px;
    right: initial;
    bottom: -30px;
    left: 6.5%;
  }
}
.p-mv .p-mv__date {
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__date {
    font-size: 30px;
    line-height: 1.8;
  }
}
.p-mv .p-mv__date .num {
  font-weight: 500;
  font-size: 28px;
  line-height: 0.75;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__date .num {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}

.p-feature {
  padding: 75px 0 120px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-feature {
    padding: 95px 0 105px;
  }
}
.p-feature::after {
  content: "";
  width: 100%;
  aspect-ratio: 375/40;
  position: absolute;
  bottom: 0;
  left: 0;
  background: center/cover no-repeat url(../img/img_mask_sp.png);
}
@media only screen and (min-width: 576px) {
  .p-feature::after {
    aspect-ratio: 1536/50;
    background-image: url(../img/img_mask.png);
  }
}
@media only screen and (min-width: 576px) {
  .p-feature .l-column {
    flex-direction: row-reverse;
  }
}
.p-feature .c-ttl {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .p-feature .c-ttl {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) {
  .p-feature .c-ttl .c-ttl::after {
    left: 0;
    transform: none;
  }
}
.p-feature .p-feature__wrap {
  position: relative;
}
@media only screen and (min-width: 576px) {
  .p-feature .p-feature__imgWrap {
    width: 49%;
  }
}
@media only screen and (min-width: 576px) {
  .p-feature .p-feature__txtWrap {
    width: 37.5%;
  }
}
.p-feature .p-feature__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px;
}
@media only screen and (min-width: 992px) {
  .p-feature .p-feature__list {
    gap: 45px;
  }
}
.p-feature .p-feature__list li {
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .p-feature .p-feature__list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .p-feature .p-feature__list li {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) {
  .p-feature .p-feature__list li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-feature .p-feature__list li::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle at 1px center, #e98fb9, #e98fb9 1px, transparent 1.5px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
.p-feature .p-feature__num {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #82cddb;
  border-radius: 50%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .p-feature .p-feature__num {
    width: 46px;
    height: 46px;
    font-size: 24px;
    line-height: 1.25;
  }
}
.p-feature .p-feature__num span {
  font-weight: 700;
  font-size: 7px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .p-feature .p-feature__num span {
    margin-top: -4px;
  }
}
.p-feature .p-feature__img {
  margin-bottom: 8px;
}
.p-feature .p-feature__ttl {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #82cddb;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-feature .p-feature__ttl {
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
}

.p-medical {
  padding: 75px 0 35px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-medical {
    padding: 95px 0 50px;
  }
}
.p-medical .c-ttl {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .p-medical .c-ttl {
    margin-bottom: 60px;
  }
}
.p-medical .p-medical__wrap {
  padding: 40px 20px;
  background-color: #eafaf9;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__wrap {
    padding: 30px 50px;
  }
}
.p-medical .p-medical__wrap + .p-medical__wrap {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__wrap + .p-medical__wrap {
    margin-top: 30px;
  }
}
.p-medical .p-medical__wrap--sec {
  background-color: #ffeff0;
}
.p-medical .p-medical__ttl {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__ttl {
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
}
.p-medical .p-medical__img {
  max-width: 460px;
  width: 75%;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__img {
    margin-bottom: 95px;
  }
}
.p-medical .p-medical__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 576px) {
  .p-medical .p-medical__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 20px;
  }
}
.p-medical .p-medical__list:not(:last-of-type) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__list:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-medical .p-medical__list li {
  width: 100%;
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  background-color: #82cddb;
  border-radius: 25px;
}
@media only screen and (min-width: 576px) {
  .p-medical .p-medical__list li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__list li {
    width: calc((100% - 40px) / 3);
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-medical .p-medical__list--sec li {
  background-color: #f49ec6;
}
.p-medical .p-medical__other {
  margin-top: 30px;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .p-medical .p-medical__other {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__other {
    margin-top: 70px;
    padding: 6px 0;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.p-medical .p-medical__other span {
  border-bottom: 3px solid #fddddf;
}

.p-doctor {
  padding: 75px 0 80px;
  background-color: #eafaf9;
}
@media only screen and (min-width: 992px) {
  .p-doctor {
    padding: 90px 0 100px;
  }
}
.p-doctor .c-ttl {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .p-doctor .c-ttl {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__wrap {
    max-width: 660px;
    margin: 0 auto;
  }
}
.p-doctor .p-doctor__lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__lead {
    font-size: 22px;
  }
}
.p-doctor .p-doctor__txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__txt {
    margin-bottom: 25px;
  }
}
.p-doctor .p-doctor__nameImg {
  width: 122px;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__nameImg {
    width: 204px;
  }
}

.p-access {
  padding: 35px 0 75px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .p-access {
    padding: 50px 0 100px;
  }
}
.p-access::before {
  content: "";
  width: 100%;
  aspect-ratio: 375/40;
  position: absolute;
  bottom: 81%;
  left: 0;
  background: center/cover no-repeat url(../img/img_mask_sp.png);
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  .p-access::before {
    aspect-ratio: 1536/50;
    background-image: url(../img/img_mask.png);
    bottom: 70%;
  }
}
.p-access::after {
  content: "";
  width: 100%;
  height: 81%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eafaf9;
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  .p-access::after {
    height: 70%;
  }
}
.p-access__table {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .p-access__table {
    margin-top: 30px;
  }
}
.p-access__table tr:last-child td {
  border: none;
}
.p-access__table th,
.p-access__table td {
  text-align: center;
  vertical-align: middle;
}
.p-access__table th {
  width: 11.1666666667%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8571428571;
  background-color: #ccedec;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .p-access__table th {
    width: 12.5%;
    height: 50px;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.875;
  }
}
.p-access__table th:nth-child(1) {
  width: 33%;
}
@media only screen and (min-width: 992px) {
  .p-access__table th:nth-child(1) {
    width: 25%;
  }
}
.p-access__table td {
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #82cddb;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) {
  .p-access__table td {
    height: 60px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.p-access__table td:first-child, .p-access__table td:nth-child(2) {
  color: #333;
}
.p-access__table td span {
  font-size: 12px;
  line-height: 1.6666666667;
  display: inline-block;
  transform: translateY(-5px);
}
@media only screen and (min-width: 992px) {
  .p-access__table td span {
    font-size: 14px;
    transform: none;
  }
}
.p-access .p-access__logo {
  width: 228px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__logo {
    width: 365px;
    margin-bottom: 25px;
  }
}
.p-access .p-access__notice {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__links {
    display: flex;
    gap: 40px;
  }
}
.p-access .p-access__link {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #333;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__link {
    font-size: 30px;
    line-height: 1.0666666667;
  }
}
@media only screen and (max-width: 575px) {
  .p-access .p-access__link + .p-access__link {
    margin-top: 10px;
  }
}
.p-access .p-access__link span {
  color: #158d96;
}
.p-access .p-access__mapWrap {
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__mapWrap {
    width: 57.5%;
    margin-bottom: 0;
  }
}
.p-access .p-access__map {
  width: 100%;
  height: 215px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__map {
    height: 305px;
  }
}
.p-access .p-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__info {
    width: 37.5%;
  }
}
.p-access .p-access__address {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__address {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-access .p-access__label {
  padding: 0px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
  color: #fff;
  background: #f49ec6;
  border-radius: 20px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__label {
    margin-bottom: 10px;
    padding: 2px 30px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-access .p-access__list li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__list li {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-access .p-access__list li::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #70b544;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__list li::before {
    top: 10px;
  }
}
.p-access .p-access__notice {
  margin-top: 10px;
}

.p-recruit {
  padding: 80px 0;
  background: center/cover no-repeat url(../img/img_recruit.jpg);
}
@media only screen and (min-width: 992px) {
  .p-recruit {
    padding: 100px 0;
  }
}
.p-recruit .c-ttl {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .p-recruit .c-ttl {
    margin-bottom: 70px;
  }
}
.p-recruit .p-recruit__wrap {
  padding: 5px 20px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__wrap {
    padding: 10px 30px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__wrap {
    padding: 30px 50px 50px;
  }
}
.p-recruit .p-recruit__table {
  width: 100%;
}
.p-recruit .p-recruit__heading {
  padding-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  text-align: left;
  color: #82cddb;
}
@media only screen and (max-width: 575px) {
  .p-recruit .p-recruit__heading {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__heading {
    padding: 16px 0;
    border-bottom: 1px solid #dedede;
  }
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__heading {
    min-width: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__heading {
    min-width: 150px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-recruit .p-recruit__data {
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 575px) {
  .p-recruit .p-recruit__data {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__data {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__data {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-recruit .p-recruit__entry {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__entry {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__entry {
    margin-top: 30px;
    padding: 40px 20px 30px;
  }
}
.p-recruit .p-recruit__label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  color: #e98fb9;
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__label {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__txt {
    text-align: center;
  }
}
.p-recruit .p-recruit__txt a {
  color: #333;
}/*# sourceMappingURL=style.css.map */