/*
Template Name: Untrois
*/
/*
Untrois Reset Stylesheet
v0.0.1
Last Updated: 2021-07-06
*/
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  font-family: "Kiwi Maru", serif;
  color: #333333;
  letter-spacing: .03em;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

input[type="submit"], input[type="confirm"] {
  cursor: pointer;
  -webkit-appearance: none;
}

/* add */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, .c-btn {
    word-break: keep-all;
  }
  _::-webkit-full-page-media, _:future, .c-btn--footer {
    word-break: keep-all;
  }
  _::-webkit-full-page-media, _:future, .p-header__timelist {
    word-break: keep-all;
  }
  _::-webkit-full-page-media, _:future, .p-header__tel {
    word-break: keep-all;
  }
  _::-webkit-full-page-media, _:future, .p-footer__tel {
    word-break: keep-all;
  }
  _::-webkit-full-page-media, _:future, .p-table {
    word-break: keep-all;
  }
  _::-webkit-full-page-media, _:future, .p-greeting__ttl {
    word-break: keep-all;
  }
}

/* l-inner */
.l-inner {
  padding: 0 20px;
  max-width: 1135px;
  margin: 0 auto;
}

.l-inner--lg {
  max-width: 1320px;
}

.l-subinner {
  max-width: 1030px;
  margin: 0 auto;
}

/* l-header */
.l-header__inner {
  padding: 0 20px;
}

@media (min-width: 1025px) {
  .l-header__inner {
    max-width: 1310px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* l-footer */
.l-footer {
  padding: 30px 0;
  background-color: #F9F9F9;
}

/* l-top */
.l-top {
  padding: 70px 20px 0 20px;
}

@media (min-width: 768px) {
  .l-top {
    padding: 90px 15px 0 15px;
    max-width: 1310px;
    margin: 0 auto;
  }
}

/* l-news */
.l-news {
  background-color: #EAF8FC;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .l-news {
    margin-top: 30px;
  }
}

/* l-container */
.l-container, .l-container--color {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .l-container, .l-container--color {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.l-container--color {
  background-color: #EAF8FC;
}

/* hover */
@media (min-width: 768px) {
  .c-hover {
    transition: .3s;
  }
}

@media (min-width: 768px) {
  .c-hover:hover {
    opacity: .6;
  }
}

/* c-ttl */
.c-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .c-ttl {
    font-size: 2.2rem;
  }
}

[data-title]::after {
  content: attr(data-title);
  font-size: 1.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #2E7CD8;
  display: block;
  text-align: center;
  margin-top: 5px;
}

/* c-subttl */
.c-subttl {
  font-size: 1.8rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .c-subttl {
    font-size: 2rem;
  }
}

/* HeaderNav */
.c-mask {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #333333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

@media (min-width: 1025px) {
  .c-mask {
    display: none;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 15px 0;
}

@media (min-width: 1025px) {
  .c-header {
    background-color: #fff;
    height: 90px;
    padding: 20px 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-header::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1025px) {
  .c-header__fix {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}

.c-logo {
  width: 100px;
  display: block;
}

@media (min-width: 768px) {
  .c-logo {
    width: 125px;
  }
}

.c-logo__img {
  width: 100%;
}

.c-spheader {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .c-spheader {
    display: none;
  }
}

.c-spheader__menu {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px 0;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .c-spheader__menu {
    display: none;
  }
}

.c-spheader__ham {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 13px;
  background-color: #09194F;
  transition: .3s;
}

.c-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #EAF8FC;
  opacity: 0;
  visibility: hidden;
  padding: 50px 0;
  padding-bottom: 30px;
  transition: .3s;
}

@media (min-width: 1025px) {
  .c-header__nav {
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: transparent;
  }
  .c-header__nav::-webkit-scrollbar {
    display: none;
  }
}

.c-header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-header__list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1025px) {
  .c-header__list {
    flex-direction: row;
    gap: 40px 40px;
    width: auto;
    overflow-y: initial;
  }
}

.c-header__item {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .c-header__item {
    width: auto;
    text-align: left;
    border: none;
  }
}

.c-header__item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1025px) {
  .c-header__item:first-of-type {
    border: none;
  }
}

.c-header__link {
  font-size: 1.6rem;
  letter-spacing: .03em;
  display: block;
  padding: 15px 0;
}

@media (min-width: 1025px) {
  .c-header__link {
    padding: 0;
  }
}

/* c-btn */
.c-btn, .c-btn--footer, .c-btn--top {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 175px;
  height: 34px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .3s linear;
}

.c-btn span, .c-btn--footer span, .c-btn--top span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  height: max-content;
}

.c-btn {
  background-color: #2E7CD8;
}

.c-btn--footer {
  background-color: #333333;
}

.c-btn--footer:hover {
  border: 1px solid #333333;
  background-color: #fff;
  color: #333333;
}

.c-btn--top {
  background-color: #2E7CD8;
  width: 241px;
  height: 41px;
}

.c-btn--top:hover {
  border: 1px solid #2E7CD8;
  background-color: #fff;
  color: #2E7CD8;
}

/* c-wrapper */
.c-wrapper {
  margin-top: 30px;
}

/* p-header */
.p-header__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .p-header__contact {
    margin-top: 55px;
  }
}

@media (min-width: 1025px) {
  .p-header__contact {
    display: none;
  }
}

.p-header__tel {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

@media (min-width: 1025px) {
  .p-header__tel {
    pointer-events: none;
  }
}

.p-header__tel::before {
  content: '';
  background-image: url(../../../wp-content/uploads/tel_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 17px;
  display: inline-block;
}

.p-header__btn {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .p-header__btn {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .p-header__btn:hover {
    color: #2E7CD8;
    background-color: #fff;
    border: 1px solid #2E7CD8;
  }
}

.p-header__timelist {
  width: 100%;
  border: 1px solid #2E7CD8;
  background-color: #fff;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .p-header__timelist {
    margin-top: 15px;
    padding: 20px 15px;
  }
}

.p-header__timeitem {
  display: flex;
  gap: 0 15px;
}

.p-header__timetxt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

/* p-pagetop */
.p-pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2E7CD8;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .p-pagetop {
    bottom: 30px;
    right: 20px;
    transition: .3s;
  }
}

@media (min-width: 768px) {
  .p-pagetop:hover {
    opacity: .6;
  }
}

/* p-footer */
.p-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 768px) {
  .p-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-footer__left {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  width: 100%;
  max-width: 500px;
}

@media (min-width: 768px) {
  .p-footer__left {
    width: auto;
  }
}

.p-footer__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .p-footer__contact {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
}

.p-footer__tel {
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

@media (min-width: 1025px) {
  .p-footer__tel {
    pointer-events: none;
  }
}

.p-footer__tel::before {
  content: '';
  background-image: url(../../../wp-content/uploads/tel_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 17px;
  display: inline-block;
}

.p-footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-footer__item {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.p-footer__right {
  width: 100%;
}

@media (min-width: 768px) {
  .p-footer__right {
    width: max-content;
  }
}

.p-footer__map {
  width: 100%;
  display: block;
  max-width: 370px;
  max-height: 260px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-footer__map {
    width: 370px;
    margin: 0;
  }
}

.p-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .p-footer__sns {
    justify-content: flex-start;
  }
}

.p-footer__sns-icon {
  width: 25px;
  height: 25px;
}

.p-footer__sns-img {
  width: 100%;
}

.p-footer__copyright {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
}

/* p-table */
.p-table {
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid rgba(112, 112, 112, 0.3);
}

.p-table__thead {
  font-weight: 500;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.p-table__theadth, .p-table__tbodyth, .p-table__tbodytd {
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .p-table__theadth, .p-table__tbodyth, .p-table__tbodytd {
    padding: 15px;
  }
}

.p-table__theadth:not(:first-of-type) {
  border-left: 1px solid rgba(112, 112, 112, 0.3);
}

.p-table__tbodytr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.p-table__tbodyth {
  font-weight: 500;
}

.p-table__tbodytd {
  text-align: center;
  border-left: 1px solid rgba(112, 112, 112, 0.3);
}

/* Top */
.p-top__wrapper {
  position: relative;
  width: 100%;
  height: 58vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .p-top__wrapper {
    justify-content: flex-start;
    height: 50vw;
    max-height: 668px;
    margin: 0 auto;
  }
}

.p-top__img, .p-top__img--2, .p-top__img--3 {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .p-top__img, .p-top__img--2, .p-top__img--3 {
    border-radius: 50px;
  }
}

.p-top__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
}

@media (min-width: 768px) {
  .p-top__mask {
    background-color: rgba(0, 0, 0, 0.03);
  }
}

.p-top__ttl-wrapper {
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .p-top__ttl-wrapper {
    padding-left: 50px;
  }
}

.p-top__ttl {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .p-top__ttl {
    font-size: 3rem;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .p-top__ttl {
    font-size: 3.5rem;
    line-height: 1.4;
  }
}

.p-top__txt {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-top__txt {
    font-size: 1.8rem;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .p-top__txt {
    font-size: 2rem;
  }
}

.p-top__address-box {
  display: none;
}

@media (min-width: 1025px) {
  .p-top__address-box {
    display: block;
    background-color: #fff;
    padding-top: 25px;
    padding-right: 40px;
    padding-bottom: 25px;
    padding-left: 40px;
    position: absolute;
    right: -20px;
    bottom: -132px;
  }
}

.p-top__tel {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 10px;
}

.p-top__tel::before {
  content: '';
  background-image: url(../../../wp-content/uploads/tel_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 26px;
  display: inline-block;
}

.p-top__btn {
  margin-bottom: 10px;
}

/* p-news */
.p-news__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .p-news__wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 40px;
  }
}

.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-news__list {
    gap: 20px;
    width: auto;
    max-width: inherit;
    margin: 0;
  }
}

.p-news__link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 768px) {
  .p-news__link {
    flex-direction: row;
    gap: 5px 20px;
  }
}

/* p-about */
.p-about__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
}

@media (min-width: 768px) {
  .p-about__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 40px;
  }
}

@media (min-width: 1200px) {
  .p-about__wrapper {
    flex-wrap: nowrap;
  }
}

.p-about__img {
  display: block;
  width: 100%;
  max-width: 432px;
  object-fit: cover;
  object-position: center;
}

.p-about__txtwrapper {
  width: 100%;
  max-width: 590px;
}

.p-about__ttl {
  margin-bottom: 20px;
}

.p-about__txt {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .p-about__txt {
    line-height: 1.8;
  }
}

/* p-menu */
.p-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .p-menu__list {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px 45px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.p-menu__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 295px;
  border: 1px solid #2E7CD8;
  padding: 20px;
}

.p-menu__img {
  width: 100%;
}

@media (min-width: 768px) {
  .p-menu__img {
    max-width: 255px;
  }
}

/* p-voice */
.p-voice__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .p-voice__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 35px;
  }
}

@media (min-width: 1200px) {
  .p-voice__list {
    gap: 50px 52px;
  }
}

.p-voice__item {
  width: 320px;
  padding: 20px 15px;
  border: 1px solid #2E7CD8;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 5px;
}

.p-voice__reviewer {
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
}

.p-voice__reviewer::after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: -15px;
  display: block;
  width: 318px;
  height: 1px;
  border-bottom: 1px dashed #2E7CD8;
}

/* p-greeting */
.p-greeting__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .p-greeting__wrapper {
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 20px 26px;
  }
}

@media (min-width: 1200px) {
  .p-greeting__wrapper {
    flex-wrap: nowrap;
  }
}

.p-greeting__img {
  width: 100%;
  max-width: 420px;
  object-fit: cover;
  object-position: center;
}

.p-greeting__box {
  max-width: 500px;
}

@media (min-width: 768px) {
  .p-greeting__box {
    max-width: 655px;
  }
}

.p-greeting__doctor {
  text-align: right;
  margin-top: 20px;
}

.p-greeting__historybox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.p-greeting__ttl {
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-greeting__ttl::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 20px;
  background-color: #2E7CD8;
}

.p-greeting__content {
  padding: 15px;
  width: 100%;
  background-color: #fff;
}

.p-greeting__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

.p-greeting__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 768px) {
  .p-greeting__item {
    flex-direction: row;
    gap: 10px 15px;
  }
}

/* p-staff */
.p-staff__container {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .p-staff__container {
    padding-bottom: 120px;
  }
}

.p-staff__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 13px;
}

@media (min-width: 768px) {
  .p-staff__list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }
}

.p-staff__item {
  width: 100%;
  max-width: 356px;
}

.p-staff__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 237px;
  object-fit: cover;
  object-position: center;
}

.p-staff__cap {
  font-weight: 600;
  margin-top: 10px;
}

.p-staff__txt {
  margin-top: 5px;
}

/* u-only */
.u-sponly {
  display: block;
}

@media (min-width: 768px) {
  .u-sponly {
    display: none;
  }
}

.u-pconly {
  display: none;
}

@media (min-width: 768px) {
  .u-pconly {
    display: flex;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.a-top, .a-top--2, .a-top--3 {
  animation-name: top;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  opacity: 0;
}

.a-top--2 {
  animation-delay: 6s;
}

.a-top--3 {
  animation-delay: 12s;
}

@keyframes top {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
    transform: translate3d(0px, -0.001px, 0px);
  }
  33% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Javascript*/
.js-span1--close {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  transform: translateY(5px) rotate(140deg);
  background-color: #2E7CD8;
}

.js-span2--close {
  display: none;
}

.js-span3--close {
  width: 100%;
  border-radius: 10px;
  transform: translateY(-3px) rotate(-140deg);
  background-color: #2E7CD8;
}

.js-menu--close {
  position: fixed;
  right: 10px;
}

.js-nav--open {
  z-index: 8;
  opacity: 1;
  visibility: visible;
}

.js-body--fixed {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.js-mask--open {
  opacity: 0.5;
  visibility: visible;
}
/*# sourceMappingURL=style.css.map */