@charset "UTF-8";


.l-news .p-news__title a {
  color: #1690b7;
  text-decoration: underline;
}

.l-news .p-news__title a:hover {
  text-decoration: none;
}

/* ===2023.05.24=== */
.p-shop__dls dd ul li {
  display: inline-block;
}

.p-shop__dls dd ul li img {
  width: 42px;
}

.p-shop__dls dd.fig_map figure {
  margin: 10px 0;
  padding: 10px;
  width: 95%;
  text-align: center;
  border: 1px solid #d6d6d6;
}

.p-shop__dls dd.fig_map figure img {
  width: 100%;
}

/* ===2022.11.24=== */
.p-footer__sns__item:nth-child(1) {
  display: none!important;
}

.p-footer__sns__item:nth-child(2) {
  margin-left: 0!important;
}

/* ===2022.10.24=== */
.js-formValidate {
  display: none;
}

/* ===2022.11.08=== */
.c-news__list {
  padding-bottom: 22px;
}

.news_tr {
  text-align: right;
}



html,
input,
textarea,
select,
button {
  font-family: yumincho, "Yu Mincho", serif;
  font-size: 15px;
  font-weight: 500;
}

html {
  font-size: 15px;
  line-height: 2.2666666667;
  color: #0f0f0f;
  letter-spacing: 0.025em;
  word-break: break-all;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}

body {
  margin: 0;
  background: #fff;
}

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

img {
  max-width: 100%;
  margin: 0;
  vertical-align: top;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.c-section__title {
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .c-section__title {
    font-size: 26px;
  }
}
.c-section__title::before {
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 0;
  z-index: -1;
  width: 100px;
  height: 95px;
  content: "";
  opacity: 0;
  -webkit-mask: url(../img/common/bg_title.svg) no-repeat center center/cover;
          mask: url(../img/common/bg_title.svg) no-repeat center center/cover;
  transition: opacity 1.25s ease;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .c-section__title::before {
    top: -40px;
    width: 85px;
    height: 80px;
  }
}
.c-section__title.-inview::before {
  opacity: 1;
}

.c-more__arrow {
  position: relative;
}
.c-more__arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 7px;
  content: "";
  background: url(../img/common/icon_arrow01.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}

.c-lowerMv {
  position: relative;
  padding-top: 230px;
}
@media only screen and (min-width: 768px) {
  .c-lowerMv {
    width: calc(100% - 80px);
    margin-top: -186px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lowerMv {
    padding-top: 122px;
  }
}
.c-lowerMv__title {
  position: absolute;
  top: 0;
  right: 36px;
  z-index: 2;
  padding: 98px 30px 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.125em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .c-lowerMv__title {
    top: 60px;
    right: 10px;
    padding: 30px 20px 15px;
    font-size: 22px;
  }
}
.c-lowerMv__title::before {
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 0;
  width: 125px;
  height: 100px;
  content: "";
  opacity: 0;
  -webkit-mask: url(../img/common/bg_title.svg) no-repeat center center/cover;
          mask: url(../img/common/bg_title.svg) no-repeat center center/cover;
  transition: all 1s;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .c-lowerMv__title::before {
    top: 10px;
    width: 70px;
    height: 60px;
  }
}
.c-lowerMv__title::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  content: "";
  background: #fff;
  opacity: 0;
  transition: all 1s ease;
}
.c-lowerMv__title.-inview::before {
  opacity: 1;
  transition-delay: 0.5s;
}
.c-lowerMv__title.-inview::after {
  height: 100%;
  opacity: 1;
}
.c-lowerMv__img {
  position: relative;
  height: 364px;
}
@media only screen and (max-width: 767px) {
  .c-lowerMv__img {
    height: 190px;
  }
}
.c-lowerMv__img._lower {
  height: 254px;
}
@media only screen and (max-width: 767px) {
  .c-lowerMv__img._lower {
    height: 140px;
  }
}
.c-lowerMv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pagination {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 10px;
  }
}
.c-pagination__list {
  display: flex;
}
.c-pagination__list__item {
  font-size: 12px;
}
.c-pagination__list__item:not(:first-child) {
  position: relative;
  margin-left: 20px;
}
.c-pagination__list__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 3px;
  height: 6px;
  content: "";
  background-color: #bfbfbf;
  -webkit-mask: url(../img/common/icon_arrow01.svg) no-repeat center center/contain;
          mask: url(../img/common/icon_arrow01.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.c-pagination__list__item a {
  display: block;
  transition: all 0.3s ease 0s;
}
.c-pagination__list__item a:hover {
  opacity: 0.7;
}

.c-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1340px) {
  .c-inner {
    margin-right: 80px;
  }
}

.c-title__border {
  position: relative;
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
}
.c-title__border::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  content: "";
  background: #0f0f0f;
}

.c-staffCard__img {
  position: relative;
}
.c-staffCard__img::before {
  display: block;
  padding-top: 73.4%;
  content: "";
}
.c-staffCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-staffCard__names {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-staffCard__names {
    margin-top: 15px;
  }
}
.c-staffCard__name {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-staffCard__name {
    font-size: 17px;
  }
}
.c-staffCard__name._en {
  margin-left: 15px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .c-staffCard__name._en {
    font-size: 11px;
  }
}
.c-staffCard__text {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-staffCard__text {
    margin-top: 5px;
  }
}

.c-news__list__item {
  padding-bottom: 17px;
  border-bottom: 1px solid #e2e2e2;
}
.c-news__list__item:not(:first-child) {
  margin-top: 12px;
}
.c-news__list__item__date {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-news__list__item__date {
    font-size: 13px;
  }
}
.c-news__list__item__title {
  position: relative;
  display: block;
  padding-right: 95px;
  margin-top: 5px;
  line-height: 1.3333333333;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .c-news__list__item__title {
    padding-right: 50px;
  }
}
.c-news__list__item__title::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 19px;
  height: 8px;
  content: "";
  background: url(../img/common/icon_arrow02.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c-news__list__item__title::after {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c-news__list__item__title:hover {
    opacity: 0.7;
  }
  .c-news__list__item__title:hover::after {
    right: 18px;
  }
}

.c-shop__list {
  display: flex;
  flex-wrap: wrap;
}
.c-shop__list__item {
  width: 32.4333333333%;
}
.c-shop__list__item:not(:nth-child(3n+1)) {
  margin-left: 1.3%;
}
@media only screen and (max-width: 767px) {
  .c-shop__list__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-shop__list__item:nth-child(n+4) {
    margin-top: 77px;
  }
}
@media only screen and (max-width: 767px) {
  .c-shop__list__item:not(:first-child) {
    margin-top: 22.5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-shop__list__item {
    width: 100%;
    padding: 18px 18px 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
  }
}

.c-cardShop {
  transition: all 0.3s ease 0s;
}
.c-cardShop a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-cardShop {
    padding: 20px 20px 30px;
  }
}
.c-cardShop__img {
  position: relative;
  transition: all 0.5s ease 0s;
}
.c-cardShop__img::before {
  display: block;
  padding-top: 73.42%;
  content: "";
}
.c-cardShop__img::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.41);
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.c-cardShop__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cardShop__img__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  content: "";
  border-bottom: 1px solid #fff;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: translate(-50%, -50%);
}
.c-cardShop__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-cardShop__title {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-cardShop__dls {
    margin-top: 5px;
  }
}
.c-cardShop__dls dl {
  display: flex;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .c-cardShop__dls dl {
    font-size: 12px;
  }
}
.c-cardShop__dls dt {
  width: 15%;
  line-height: 1.6153846154;
}
@media only screen and (max-width: 767px) {
  .c-cardShop__dls dt {
    line-height: 1.75;
  }
}
.c-cardShop__dls dd {
  width: 85%;
  padding-left: 13px;
  line-height: 1.6153846154;
  border-left: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .c-cardShop__dls dd {
    line-height: 1.75;
  }
}

.form {
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .form {
    margin-top: 60px;
  }
}

.c-form__inner {
  max-width: 1000px;
  padding: 64px 80px 100px;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .c-form__inner {
    padding: 50px 20px 90px;
  }
}

.c-form__dls {
  margin-top: 52px;
}

.c-form__dl:not(:first-child) {
  margin-top: 13px;
}

.c-form__dt {
  display: inline-block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-form__dt {
    font-size: 13px;
  }
}
.c-form__dt._required {
  position: relative;
  padding-right: 55px;
}
@media only screen and (max-width: 767px) {
  .c-form__dt._required {
    padding-right: 50px;
  }
}
.c-form__dt._required::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  text-align: center;
  content: "必須";
  background: #008fb9;
  border-radius: 2px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c-form__dt._required::after {
    width: 38px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
  }
}

.c-form_error_text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #e81f1f;
}
@media only screen and (max-width: 767px) {
  .c-form_error_text {
    margin-top: 5px;
    font-size: 13px;
  }
}
:not(.is-error) + .c-form_error_text {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-form__dd {
    margin-top: 8px;
  }
}
.c-form__dd input[type=radio] {
  display: none;
}
.c-form__dd .mwform-radio-field-text {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  padding: 3px 28px 0;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-form__dd .mwform-radio-field-text {
    display: block;
    padding: 4px 3px 0 30px;
  }
}
.c-form__dd .mwform-radio-field-text::before,
.c-form__dd .radio01::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  content: "";
  background: #fff;
  border: 1px solid #0f0f0f;
  border-radius: 50%;
}
.c-form__dd .mwform-radio-field-text::after,
.c-form__dd .radio01::after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  content: "";
  background: #0f0f0f;
  border-radius: 50%;
  opacity: 0;
}
.c-form__dd input[type=radio]:checked + .mwform-radio-field-text::after,
.c-form__dd input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
.c-form__dd input[type=radio]:not(:checked) + .mwform-radio-field-text::before,
.c-form__dd input[type=radio]:not(:checked) + .radio01::before {
  border-color: #e0e0e0;
}
.c-form__dd input[type=text],
.c-form__dd input[type=tel],
.c-form__dd input[type=email],
.c-form__dd textarea {
  width: 100%;
  padding: 8px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .c-form__dd input[type=text],
.c-form__dd input[type=tel],
.c-form__dd input[type=email],
.c-form__dd textarea {
    padding: 8px;
  }
}
.c-form__dd textarea {
  height: 10.8em;
  line-height: 1.2;
  resize: none;
}
@media only screen and (max-width: 767px) {
  .c-form__dd textarea {
    height: 8.4em;
  }
}

.radiolist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.radiolist__item {
  line-height: 1;
}
.radiolist__item:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .radiolist__item:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.radiolist__item label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .radiolist__item label {
    display: flex;
  }
}
.radiolist__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  cursor: pointer;
}
.radiolist__text::before {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  content: "";
  border: 1px solid #b4b4b4;
  border-radius: 50%;
}
.radiolist__text::after {
  position: absolute;
  top: 50%;
  left: 3.5px;
  width: 8px;
  height: 8px;
  content: "";
  background: #f41194;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%);
}
:checked + .radiolist__text::after {
  opacity: 1;
}

.c-form__privacypolicy {
  width: 100%;
  max-width: 740px;
  height: 234px;
  padding: 20px 35px 25px 25px;
  margin: 22px auto 0;
  overflow: auto;
  font-size: 13px;
  line-height: 1.8461538462;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .c-form__privacypolicy {
    width: 75%;
    padding: 25px 30px 25px 25px;
  }
}

.c-privacy_pilicy_wrap {
  position: relative;
  margin-top: 10px;
  text-align: center;
}

.c-privacy_policy_check {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .c-privacy_policy_check {
    padding-top: 3px;
  }
}

.c-privacy_policy_check input {
  display: none;
}

.c-privacy_policy_check input {
  display: none;
}

.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  border: solid 2px #b4b4b4;
}

.checkmark::after {
  position: absolute;
  top: 0;
  left: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.c-privacy_policy_check input:checked + .checkmark::after {
  border-color: #f41194;
  opacity: 1;
}

.c-send__btn {
  width: 100%;
  max-width: 350px;
  margin: 35px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-send__btn {
    max-width: 292px;
  }
}
.c-send__btn button {
  position: relative;
  z-index: 1;
  display: block;
  width: 350px;
  max-width: 100%;
  height: 64px;
  overflow: hidden;
  font-size: 16px;
  line-height: 64px;
  color: #fff;
  text-align: center;
  background: #535762;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .c-send__btn button {
    margin: auto;
  }
}
.c-send__btn button::before {
  position: absolute;
  top: 0;
  right: -64px;
  z-index: -1;
  width: 200%;
  content: "";
  border-right: 65px solid transparent;
  border-bottom: 65px solid #0f0f0f;
  transition: transform ease 0.3s;
  transform: translateX(-100%);
}

@media only screen and (min-width: 768px) {
  .c-delay__05s {
    transition-delay: 0.5s !important;
  }
  .c-delay__075s {
    transition-delay: 0.75s !important;
  }
  .c-delay__10s {
    transition-delay: 1s !important;
  }
  .c-delay__125s {
    transition-delay: 1.25s !important;
  }
  .c-delay__15s {
    transition-delay: 1.5s !important;
  }
  .c-delay__20s {
    transition-delay: 2s !important;
  }
  .c-delay__30s {
    transition-delay: 3s !important;
  }
}
.c-zoomIN {
  animation-name: zoomIn;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
  }
}
._imgZoom {
  filter: blur(2.4rem) brightness(1.3);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.075, 0.05, 0, 1);
  transition-duration: 0.75s;
  transition-property: transform, filter, opacity;
  transform: scale(1.15, 1.15);
}
._imgZoom.-inview {
  filter: none;
  opacity: 1;
  transform: scale(1, 1);
}
.-inview ._imgZoom {
  filter: none;
  opacity: 1;
  transform: scale(1, 1);
}

.-popup {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
}
.-popup.-inview {
  opacity: 1;
}

._fadein__up {
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
  transform: translateY(50px);
}
._fadein__up.-inview {
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.75s;
  transform: translateY(0);
}
.-inview ._fadein__up {
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.75s;
  transform: translateY(0);
}

._fadein__wipe {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s, opacity 1.25s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.25s;
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s, opacity 1.25s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
}
._fadein__wipe.-inview {
  -webkit-clip-path: inset(0 0 0% 0);
          clip-path: inset(0 0 0% 0);
  opacity: 1;
}
.-inview ._fadein__wipe {
  -webkit-clip-path: inset(0 0 0% 0);
          clip-path: inset(0 0 0% 0);
  opacity: 1;
}

._fadein__slide {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s, opacity 1.25s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.25s;
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s, opacity 1.25s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
}
._fadein__slide.-inview {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  opacity: 1;
}
.-inview ._fadein__slide {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 62px;
    background: #fff;
  }
}
.l-header .p-header__inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-header .p-header__inner {
    display: flex;
    align-items: center;
    height: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .l-header .p-header__logo {
    z-index: 1000;
    width: 182px;
    margin-top: 44px;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header .p-header__logo {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header .p-header__logo {
    width: 170px;
    margin-left: 15px;
  }
}
.l-header .p-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 80px;
  height: 100%;
  padding: 42px 0 30px;
  border-left: 1px solid #dbdbdb;
}
.l-header .p-header__nav a {
  transition: all 0.3s ease 0s;
}
.l-header .p-header__nav a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .l-header .p-header__nav {
    display: none;
  }
}
.l-header .p-header__link__item:not(:first-child) {
  margin-top: 9px;
}
.l-header .p-header__link__item a {
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
}
.l-header .p-header__btn {
  margin-top: 13px;
}
.l-header .p-header__btn__item:not(:first-child) {
  margin-top: 10px;
}
.l-header .p-header__toTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.l-header .p-drawer_icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .l-header .p-drawer_icon {
    display: block;
  }
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_bar1 {
  top: 30px;
  transform: rotate(45deg);
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_bar3 {
  top: 30px;
  transform: rotate(-45deg);
}
.l-header .p-drawer_icon.is-active .p-drawer_icon_bar2 {
  display: none;
}
.l-header .p-drawer_icon_bars {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
}
.l-header .p-drawer_icon_bar1,
.l-header .p-drawer_icon_bar2,
.l-header .p-drawer_icon_bar3 {
  position: absolute;
  left: 20px;
  width: 20px;
  height: 1px;
  background: #0f0f0f;
}
.l-header .p-drawer_icon_bar1 {
  top: 22px;
}
.l-header .p-drawer_icon_bar2 {
  top: 31px;
}
.l-header .p-drawer_icon_bar3 {
  top: 40px;
}
.l-header .p-drawer_content {
  position: fixed;
  top: 62px;
  right: 0;
  z-index: 299;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}
.l-header .p-drawer_content.is-active {
  opacity: 1;
}
.l-header .p-drawer_content:not(.is-active) {
  pointer-events: none;
  visibility: hidden;
}
.l-header .p-drawer_content_items {
  padding: 20px 0 60px;
  background: #fff;
}
.l-header .p-drawer_content_item a {
  position: relative;
  display: block;
  padding: 12.5px 30px;
  color: #0f0f0f;
  text-decoration: none;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 298;
}
.pagetop img {
  width: 30px;
  height: 30px;
}

.l-footer {
  margin-top: 92px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 70px;
  }
}
.l-footer .p-footer__banner {
  position: relative;
  z-index: 2;
  padding: 60px 0 54px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.l-footer .p-footer__banner a {
  position: relative;
  display: block;
}
.l-footer .p-footer__banner a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 230px;
  height: 182px;
  content: "";
  background: url(../img/common/round.svg) no-repeat center center/cover;
  transition: transform 0.75s ease 0s;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .l-footer .p-footer__banner:hover a {
    cursor: pointer;
  }
  .l-footer .p-footer__banner:hover a::after {
    transform: translate(-50%, -50%) scale(7);
  }
}
@media only screen and (max-width: 767px) {
  .l-footer .p-footer__banner {
    padding: 52px 10px 50px;
  }
}
.l-footer .p-footer__banner__title {
  font-size: 26px;
  line-height: 1.8846153846;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .l-footer .p-footer__banner__title {
    font-size: 20px;
  }
}
.l-footer .p-footer__banner__more {
  display: inline-block;
  padding-right: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .l-footer .p-footer__banner__more {
    margin-top: 2px;
  }
}
.l-footer .p-footer__nav {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .l-footer .p-footer__nav {
    margin-top: 18px;
  }
}
.l-footer .p-footer__link {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .l-footer .p-footer__link {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer .p-footer__link {
    flex-wrap: wrap;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer .p-footer__link__item:not(:first-child) {
    margin-left: 28px;
  }
}
.l-footer .p-footer__link__item a {
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer__link__item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .l-footer .p-footer__link__item {
    width: calc(50% - 10px);
  }
  .l-footer .p-footer__link__item:nth-child(2) {
    order: 3;
    margin-top: 10px;
  }
  .l-footer .p-footer__link__item:nth-child(3) {
    order: 5;
    margin-top: 10px;
  }
  .l-footer .p-footer__link__item:nth-child(4) {
    order: 7;
    margin-top: 10px;
  }
  .l-footer .p-footer__link__item:nth-child(5) {
    order: 2;
    margin-left: 20px;
  }
  .l-footer .p-footer__link__item:nth-child(6) {
    order: 4;
    margin-top: 10px;
    margin-left: 20px;
  }
  .l-footer .p-footer__link__item:nth-child(7) {
    order: 6;
    margin-top: 10px;
    margin-left: 20px;
  }
}
.l-footer .p-footer__link__item a {
  font-size: 14px;
  letter-spacing: 0.04em;
}
.l-footer .p-footer__sns {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 23px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .l-footer .p-footer__sns {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer .p-footer__sns {
    padding: 0 8px 19px;
    margin-top: 12px;
  }
}
.l-footer .p-footer__sns__item:not(:first-child) {
  margin-left: 15px;
}
.l-footer .p-footer__sns__item a {
  display: flex;
  align-items: center;
}
.l-footer .p-footer__sns__item a .line,
.l-footer .p-footer__sns__item a .twitter,
.l-footer .p-footer__sns__item a .instagram {
  fill: #a5a5a5;
  transition: all 0.3s ease 0s;
}
.l-footer .p-footer__sns__item a .line:hover,
.l-footer .p-footer__sns__item a .twitter:hover,
.l-footer .p-footer__sns__item a .instagram:hover {
  fill: #2c2c2c;
}
.l-footer .p-footer__copy {
  padding-bottom: 30px;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.014em;
}
@media only screen and (max-width: 767px) {
  .l-footer .p-footer__copy {
    padding-bottom: 21px;
    margin-top: 13px;
    font-size: 11px;
  }
}

.l-footer .p-legal__link {
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.014em;
}

@keyframes zoom-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blur {
  0% {
    filter: blur(10px) brightness(1.2);
  }
  100% {
    filter: blur(0) brightness(1);
  }
}
.top .swiper-slide-active .slide-img,
.top .swiper-slide-duplicate-active .slide-img,
.top .swiper-slide-prev .slide-img {
  animation: zoom-in 11s linear 0s 1 normal both, blur 1.5s ease-in 0s 1 normal both;
}
@media only screen and (max-width: 767px) {
  .top.test .p-mv__title._02, .top.test .p-mv__title._03 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .top .l-mv {
    margin-top: -185.5px;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-mv {
    margin-top: 62px;
  }
}
.top .l-mv .p-mv__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top .l-mv .p-mv__inner {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .top .l-mv .p-mv__title__and__scroll {
    position: absolute;
    top: 256px;
    z-index: 2;
    width: 100%;
    margin-left: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__title__and__scroll {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    margin-top: -79px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .l-mv .p-mv__title__and__scroll {
    top: 220px;
  }
}
.top .l-mv .p-mv__titles {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__titles {
    order: 2;
    margin-top: 33px;
    margin-left: 9px;
  }
}
.top .l-mv .p-mv__title._01 {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .top .l-mv .p-mv__title._01 {
    width: 41.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__title._02 {
    width: 78.9333vw;
    margin-left: 3px;
    line-height: 1;
  }
  .top .l-mv .p-mv__title._03 {
    width: 37.6vw;
    margin-top: 5px;
    margin-left: 10px;
    line-height: 1;
    transition-delay: 2.5s;
  }
}
.top .l-mv .p-mv__title._04 {
  transition-delay: 2.5s;
}
@media only screen and (min-width: 768px) {
  .top .l-mv .p-mv__title._04 {
    width: 40.8vw;
    margin-top: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__title._04 {
    width: 93.6vw;
    margin-top: 14px;
    line-height: 1;
    transition-delay: 4s;
  }
}
.top .l-mv .p-mv__title._05 {
  margin-left: 16px;
  transition-delay: 3.75s;
}
@media only screen and (min-width: 768px) {
  .top .l-mv .p-mv__title._05 {
    width: 22.4vw;
    margin-top: 1.6667%;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__title._05 {
    width: 50.6666vw;
    margin-top: 9px;
    margin-left: 10px;
    line-height: 1;
    transition-delay: 5.25s;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__title._06 {
    width: 78.93333vw;
    transition-delay: 2s;
  }
  .top .l-mv .p-mv__title._07 {
    width: 93.6vw;
    margin-top: 15px;
    transition-delay: 3.5s;
  }
}
.top .l-mv .p-mv__scroll {
  position: relative;
  width: 76px;
  transition-delay: 5s;
}
@media only screen and (min-width: 768px) {
  .top .l-mv .p-mv__scroll {
    margin-top: 26px;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .l-mv .p-mv__scroll {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__scroll {
    order: 1;
    width: 70px;
    margin-left: 20px;
  }
}
.top .l-mv .p-mv__scroll__bg {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 90px;
  height: 90px;
  border: 10px solid #f5f5f5;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__scroll__bg {
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
  }
}
.top .l-mv .p-mv__slide {
  width: 61%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__slide {
    width: 78.666%;
  }
}
.top .l-mv .p-mv__slide .swiper-slide .slide-img {
  position: relative;
}
.top .l-mv .p-mv__slide .swiper-slide .slide-img::before {
  display: block;
  padding-top: 102.4165%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__slide .swiper-slide .slide-img::before {
    padding-top: 123.3898%;
  }
}
.top .l-mv .p-mv__slide .swiper-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .l-mv .p-mv__img {
  position: relative;
  width: 32.5%;
  margin-top: -24.5%;
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__img {
    width: 64%;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .l-mv .p-mv__img {
    margin-top: -7%;
  }
}
.top .l-mv .p-mv__img::before {
  display: block;
  padding-top: 106.25%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .top .l-mv .p-mv__img::before {
    padding-top: 83.333%;
  }
}
.top .l-mv .p-mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .l-greeting {
  display: flex;
  margin-top: 107px;
}
@media only screen and (max-width: 767px) {
  .top .l-greeting {
    margin-top: 51px;
  }
}
@media only screen and (min-width: 768px) {
  .top .l-greeting {
    margin-right: 80px;
  }
}
.top .l-greeting .p-greeting__inner {
  max-width: 1220px;
}
@media only screen and (min-width: 768px) {
  .top .l-greeting .p-greeting__inner {
    padding-left: 20px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-greeting .p-greeting__inner {
    padding-left: 27.5px;
  }
}
.top .l-greeting .p-greeting__contents {
  display: flex;
  margin-left: auto;
}
.top .l-greeting .p-greeting__title {
  margin-top: 45px;
}
.top .l-greeting .p-greeting__title::before {
  background-color: #faf3e5;
}
@media only screen and (min-width: 768px) {
  .top .l-greeting .p-greeting__title {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-greeting .p-greeting__title {
    margin-top: 36px;
    margin-left: 13px;
  }
}
.top .l-greeting .p-greeting__text {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .top .l-greeting .p-greeting__text {
    max-width: 506px;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-greeting .p-greeting__text {
    padding-right: 20px;
    margin-top: 27px;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) {
  .top .l-greeting .p-greeting__img {
    margin-left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-greeting .p-greeting__img {
    width: 68%;
    margin-left: 7.68%;
    margin-left: auto;
  }
}
.top .l-news {
  margin-top: 134px;
}
@media only screen and (max-width: 767px) {
  .top .l-news {
    margin-top: 71px;
  }
}
.top .l-news .p-news__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top .l-news .p-news__inner {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-news .p-news__inner {
    padding-right: 20px;
  }
}
.top .l-news .p-news__contents {
  display: flex;
}
.top .l-news .p-news__img {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .top .l-news .p-news__img {
    width: 71%;
    margin: 0 calc(50% - 50vw);
  }
}
.top .l-news .p-news__img::before {
  display: block;
  padding-top: 84.54%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .top .l-news .p-news__img::before {
    padding-top: 132%;
  }
}
.top .l-news .p-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .l-news .p-news__box {
  position: relative;
  z-index: 2;
  width: 55%;
  padding: 35px 65px 35px;
  margin-top: -327px;
  margin-left: auto;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .l-news .p-news__box {
    width: 100%;
    padding: 40px 20px 40px 30px;
    margin-top: -68px;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-news .p-news__box {
    width: 100%;
    padding: 28px 20px 40px 30px;
    margin-top: -68px;
  }
}
.top .l-news .p-news__more {
  padding-right: 16px;
  margin-top: 26px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .top .l-news .p-news__more {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-news .p-news__more {
    margin-top: 17px;
    font-size: 15px;
  }
}
.top .l-news .p-news__title {
  margin-top: 45px;
  margin-left: auto;
}
.top .l-news .p-news__title::before {
  background-color: #eaf5e2;
}
@media only screen and (min-width: 768px) {
  .top .l-news .p-news__title {
    margin-right: 6.2%;
  }
}
@media only screen and (max-width: 767px) {
  .top .l-news .p-news__title {
    margin-top: 32px;
    margin-right: 20px;
  }
}

.about .c-lowerMv__title::before {
  background-color: #faf3e5;
}
.about .p-about__title {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .about .p-about__title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about .p-about__title {
    margin-top: 43px;
  }
}
.about .p-strength__img {
  position: relative;
  margin-top: 63px;
}
.about .p-strength__img::before {
  display: block;
  padding-top: 28.6%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .about .p-strength__img::before {
    padding-top: 74.66%;
  }
}
@media only screen and (max-width: 767px) {
  .about .p-strength__img {
    margin: 40px calc(50% - 50vw) 0;
  }
}
.about .p-strength__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .p-strength__box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  max-width: 1000px;
  padding: 22px 50px 22px 40px;
  margin: -50px auto 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .about .p-strength__box {
    width: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .about .p-strength__box {
    display: block;
    padding: 25px;
  }
}
.about .p-strength__box__title {
  position: relative;
  padding-left: 20px;
  font-size: 22px;
  white-space: nowrap;
}
.about .p-strength__box__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  content: "";
  background: #0f0f0f;
  transform: translateY(-50%);
}
.about .p-strength__box__text {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about .p-strength__box__text {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about .p-strength__box__text {
    margin-top: 10px;
  }
}
.about .p-strength__list {
  position: relative;
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .about .p-strength__list {
    display: block;
    margin-top: 25px;
  }
}
.about .p-strength__list__item {
  width: 47.2%;
}
@media only screen and (min-width: 768px) {
  .about .p-strength__list__item:not(:first-child) {
    margin-left: 5.6%;
  }
}
@media only screen and (max-width: 767px) {
  .about .p-strength__list__item {
    width: 100%;
  }
  .about .p-strength__list__item:not(:first-child) {
    margin-top: 40px;
  }
}
.about .p-strength__list__item__img {
  position: relative;
}
.about .p-strength__list__item__img::before {
  display: block;
  padding-top: 67.3%;
  content: "";
}
.about .p-strength__list__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .p-strength__list__item__box {
  position: relative;
  z-index: 2;
  padding: 22px 0 15px 35px;
  margin-top: -90px;
  margin-left: auto;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .about .p-strength__list__item__box {
    width: 80%;
    max-width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .about .p-strength__list__item__box {
    padding: 0;
    margin-top: 20px;
  }
}
.about .p-strength__list__item__box__title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .about .p-strength__list__item__box__title {
    font-size: 17px;
  }
}
.about .p-strength__list__item__box__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: #0f0f0f;
  transform: translateY(-50%);
}
.about .p-strength__list__item__box__text {
  margin-top: 5px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .about .p-strength__list__item__box__text {
    margin-top: 5px;
  }
}
.about .l-staff {
  margin-top: 99px;
}
@media only screen and (max-width: 767px) {
  .about .l-staff {
    margin-top: 80px;
  }
}
.about .p-staff__list {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about .p-staff__list {
    display: block;
  }
}
.about .p-staff__list__item {
  width: 30.2333333333%;
}
@media only screen and (min-width: 768px) {
  .about .p-staff__list__item:not(:nth-child(3n+1)) {
    margin-left: 4.6%;
  }
}
@media only screen and (min-width: 768px) {
  .about .p-staff__list__item:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about .p-staff__list__item {
    width: 100%;
  }
  .about .p-staff__list__item:not(:first-child) {
    margin-top: 55px;
  }
}

.company .c-lowerMv__title::before {
  background-color: #f5f5f5;
}
.company .l-message .p-message__inner {
  max-width: 1040px;
  padding-top: 46px;
}
@media only screen and (max-width: 767px) {
  .company .l-message .p-message__inner {
    padding-top: 45px;
  }
}
.company .l-message .p-message__contents {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .company .l-message .p-message__contents {
    display: block;
    margin-top: 35px;
  }
}
.company .l-message .p-message__img {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .company .l-message .p-message__img {
    min-width: 312px;
    max-width: 312px;
  }
}
@media only screen and (max-width: 767px) {
  .company .l-message .p-message__img {
    margin-top: 35px;
  }
}
.company .l-message .p-message__img::before {
  display: block;
  padding-top: 129%;
  content: "";
}
.company .l-message .p-message__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .company .l-message .p-message__texts {
    margin-top: 50px;
    margin-left: 5%;
  }
}
.company .l-message .p-message__texts__title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .company .l-message .p-message__texts__title {
    font-size: 17px;
  }
}
.company .l-message .p-message__texts__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: #0f0f0f;
  transform: translateY(-50%);
}
.company .l-message .p-message__texts__text {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media only screen and (max-width: 767px) {
  .company .l-message .p-message__texts__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.company .l-message .p-message__texts__name {
  margin-top: 30px;
  text-align: right;
}
.company .l-company {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .company .l-company {
    margin-top: 65px;
  }
}
.company .l-company .p-company__inner {
  max-width: 1040px;
}
.company .l-company .p-company__contents {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .company .l-company .p-company__contents {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .company .l-company .p-company__title {
    width: 32%;
  }
}
.company .l-company .p-company__dls {
  margin-top: 38px;
}
@media only screen and (min-width: 768px) {
  .company .l-company .p-company__dls {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .company .l-company .p-company__dls {
    margin-top: 50px;
  }
}
.company .l-company .p-company__dls dl {
  display: flex;
  padding-bottom: 22px;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .company .l-company .p-company__dls dl {
    padding-bottom: 19px;
  }
}
.company .l-company .p-company__dls dl:not(:first-child) {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .company .l-company .p-company__dls dl:not(:first-child) {
    margin-top: 19px;
  }
}
.company .l-company .p-company__dls dt {
  width: 18%;
  font-weight: 600;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  .company .l-company .p-company__dls dt {
    width: 30%;
  }
}
.company .l-company .p-company__dls dd {
  width: 82%;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  .company .l-company .p-company__dls dd {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .contact .c-cardShop__dls dl dd._tel a {
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) {
  .contact .c-shop__list__item {
    width: 29.1333333333%;
  }
  .contact .c-shop__list__item:not(:nth-child(3n+1)) {
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .contact .c-shop__list__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.contact .c-cardShop {
  padding: 0;
}
.contact .c-lowerMv__title::before {
  background-color: #f5f5f5;
}
.contact .p-contact__inner {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .contact .p-contact__inner {
    padding-top: 30px;
  }
}
.contact .p-contact__title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact .p-contact__title {
    font-size: 17px;
  }
}
.contact .p-contact__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: #0f0f0f;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .contact .p-contact__text {
    margin-top: 10px;
  }
}
.contact .p-contact__shop__list {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .contact .p-contact__shop__list {
    margin-top: 20px;
  }
}

.news .c-lowerMv__title::before {
  background-color: #eaf5e2;
}
.news .p-news__inner {
  max-width: 1040px;
  padding: 56px 20px 0;
}
@media only screen and (max-width: 767px) {
  .news .p-news__inner {
    padding: 30px 20px 0;
  }
}
.news .p-news__pager__wrap {
  display: flex;
  margin-top: 10px;
}
.news .p-news__pager__wrap a {
  transition: all 0.3s ease 0s;
}
.news .p-news__pager__wrap a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .news .p-news__pager__wrap {
    margin-top: 20px;
  }
}
.news .p-news__pager__link {
  position: relative;
}
.news .p-news__pager__link::before {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 7px;
  content: "";
  background: url(../img/common/icon_arrow01.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.news .p-news__pager__link._prev {
  padding-left: 20px;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .news .p-news__pager__link._prev {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .news .p-news__pager__link._prev {
    padding-left: 15px;
  }
}
.news .p-news__pager__link._prev::before {
  left: 0;
  transform: scaleX(-1);
}
.news .p-news__pager__link._next {
  padding-right: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .news .p-news__pager__link._next {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .news .p-news__pager__link._next {
    margin-right: 20px;
  }
}
.news .p-news__pager__link._next::before {
  right: 0;
}
.news .p-news__pager__list {
  display: flex;
}
.news .p-news__pager__list__item:not(:first-child) {
  margin-left: 26px;
}
.news .p-news__pager__list__item a,
.news .p-news__pager__list__item span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .news .p-news__pager__list__item a,
.news .p-news__pager__list__item span {
    font-size: 15px;
  }
}
.news .p-news__pager__list__item._current span {
  position: relative;
  padding-bottom: 10px;
}
.news .p-news__pager__list__item._current span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 1px;
  content: "";
  background: #0f0f0f;
  transform: translateX(-50%);
}

.news_detail .c-lowerMv__title::before {
  background-color: #eaf5e2;
}
.news_detail .p-news__inner {
  max-width: 1040px;
  padding: 34px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .news_detail .p-news__inner {
    padding: 30px 20px 10px;
  }
}
.news_detail .p-news__date {
  font-size: 14px;
}
.news_detail .p-news__title {
  padding-bottom: 18px;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .news_detail .p-news__title {
    padding-bottom: 10px;
  }
}
.news_detail .p-news__contents {
  padding-bottom: 60px;
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .news_detail .p-news__contents {
    padding-bottom: 40px;
  }
}
.news_detail .p-news__contents img {
  display: block;
  margin: 62px auto 0;
}
@media only screen and (max-width: 767px) {
  .news_detail .p-news__contents img {
    margin-top: 40px;
  }
}
.news_detail .p-news__contents p {
  margin-top: 40px;
  line-height: 1.8666666667;
}
@media only screen and (max-width: 767px) {
  .news_detail .p-news__contents p {
    margin-top: 30px;
  }
}
.news_detail .p-news__contents p a {
  text-decoration: underline;
}

.news_detail .p-news__contents ul {
  margin-top: 2em;
}

.news_detail .p-news__contents ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.news_detail .p-news__links {
  display: flex;
  padding: 0 20px;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .news_detail .p-news__links {
    padding: 0 10px;
    margin-top: 10px;
  }
}
.news_detail .p-news__link {
  position: relative;
}
.news_detail .p-news__link a {
  transition: all 0.3s ease 0s;
}
.news_detail .p-news__link a:hover {
  opacity: 0.7;
}
.news_detail .p-news__link::before {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 7px;
  content: "";
  background: url(../img/common/icon_arrow01.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.news_detail .p-news__link._prev {
  padding-left: 20px;
  margin-right: auto;
}
.news_detail .p-news__link._prev::before {
  left: 0;
  transform: scaleX(-1);
}
.news_detail .p-news__link._next {
  padding-right: 20px;
  margin-left: auto;
}
.news_detail .p-news__link._next::before {
  right: 0;
}
.news_detail .p-news__top {
  position: relative;
  padding-bottom: 2px;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.014em;
}
.news_detail .p-news__top a {
  transition: all 0.3s ease 0s;
}
.news_detail .p-news__top a:hover {
  opacity: 0.7;
}
.news_detail .p-news__top::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 73px;
  height: 1px;
  content: "";
  background: #707070;
  transform: translateX(-50%);
}

.recruit .c-lowerMv__title::before {
  background-color: #f5f5f5;
}
.recruit .p-message__inner {
  max-width: 1040px;
  padding: 46px 20px 15px;
}
.recruit .p-message__title {
  position: relative;
  padding-left: 20px;
  margin-top: 39px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recruit .p-message__title {
    margin-top: 34px;
    font-size: 17px;
  }
}
.recruit .p-message__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: #0f0f0f;
  transform: translateY(-50%);
}
.recruit .p-message__text {
  padding-bottom: 53px;
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media only screen and (max-width: 767px) {
  .recruit .p-message__text {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.recruit .p-message__detail {
  font-size: 15px;
  line-height: 1.8666666667;
}
.recruit .p-message__detail span {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.125;
}
.recruit .p-message__dls {
  margin-top: 8px;
  border: 1px solid #e0e0e0;
}
.recruit .p-message__dls dl {
  display: flex;
}
.recruit .p-message__dls dl:not(:first-child) {
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .recruit .p-message__dls dl {
    display: block;
  }
}
.recruit .p-message__dls dt {
  display: flex;
  align-items: center;
  padding: 9.5px 25px;
  font-size: 14px;
  font-weight: 600;
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .recruit .p-message__dls dt {
    width: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .p-message__dls dt {
    padding: 15px;
    font-size: 13px;
  }
}
.recruit .p-message__dls dd {
  display: flex;
  align-items: center;
  padding: 9.5px 25px;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 768px) {
  .recruit .p-message__dls dd {
    width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .p-message__dls dd {
    padding: 15px;
    font-size: 13px;
    border-top: 1px solid #e0e0e0;
  }
}
.recruit .p-recruit__more {
  margin-top: 44px;
  text-align: center;
}
.recruit .p-recruit__more a {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  height: 64px;
  font-size: 16px;
  line-height: 62px;
  text-align: center;
  border: 1px solid #0f0f0f;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .recruit .p-recruit__more a {
    width: 100%;
    max-width: 316px;
  }
}
.recruit .p-recruit__more a span {
  position: relative;
  padding-left: 20px;
}
.recruit .p-recruit__more a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 16px;
  content: "";
  background: url(../img/common/icon_file.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.recruit .p-form__text {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media only screen and (max-width: 767px) {
  .recruit .p-form__text {
    margin-top: 34px;
  }
}

.shop .c-cardShop:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
}
.shop .c-cardShop:hover .c-cardShop__img::after {
  opacity: 1;
}
.shop .c-cardShop:hover .c-cardShop__img__text {
  opacity: 1;
}
.shop .c-lowerMv__title::before {
  background-color: #e2ecf8;
}
.shop .l-shop .p-shop__inner {
  padding: 60px 20px 15px;
}
@media only screen and (max-width: 767px) {
  .shop .l-shop .p-shop__inner {
    padding: 43px 20px 0;
  }
}

.shop_detail .c-lowerMv__title::before {
  background-color: #e2ecf8;
}
.shop_detail .c-lowerMv__img::before {
  padding-top: 17.88%;
}
.shop_detail .l-shop .p-shop__inner {
  padding-top: 44px;
}
.shop_detail .l-shop .p-shop__access {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop_detail .l-shop .p-shop__access {
    margin-top: 35px;
  }
}
.shop_detail .l-shop .p-shop__contents {
  display: flex;
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .shop_detail .l-shop .p-shop__contents {
    display: block;
    margin-top: 37px;
  }
}
@media only screen and (min-width: 768px) {
  .shop_detail .l-shop .p-shop__slide {
    width: 52.08335%;
  }
}
.shop_detail .l-shop .p-shop__slide__main .swiper-slide::before {
  display: block;
  padding-top: 73.397%;
  content: "";
}
.shop_detail .l-shop .p-shop__slide__main .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop_detail .l-shop .p-shop__slide__thumbnail {
  margin-top: 5px;
}
.shop_detail .l-shop .p-shop__slide__thumbnail .swiper-slide {
  width: calc(20% - 4px);
}
.shop_detail .l-shop .p-shop__slide__thumbnail .swiper-slide:not(:first-child) {
  margin-left: 5px;
}
.shop_detail .l-shop .p-shop__slide__thumbnail .swiper-slide:hover {
  cursor: pointer;
}
.shop_detail .l-shop .p-shop__slide__thumbnail .swiper-slide::before {
  display: block;
  padding-top: 71.9%;
  content: "";
}
.shop_detail .l-shop .p-shop__slide__thumbnail .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .shop_detail .l-shop .p-shop__dls {
    width: 40.08335%;
    margin-top: 25px;
    margin-left: 7.8333%;
  }
}
@media only screen and (max-width: 767px) {
  .shop_detail .l-shop .p-shop__dls {
    margin-top: 20px;
  }
}
.shop_detail .l-shop .p-shop__dls dl {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #d6d6d6;
}
.shop_detail .l-shop .p-shop__dls dt {
  width: 24%;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop_detail .l-shop .p-shop__dls dt {
    width: 35%;
  }
}
.shop_detail .l-shop .p-shop__dls dd {
  width: 78%;
  margin-top: 6px;
  line-height: 1.3333333333;
}
@media only screen and (min-width: 768px) {
  .shop_detail .l-shop .p-shop__dls dd._tel a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .shop_detail .l-shop .p-shop__dls dd {
    width: 65%;
  }
}
.shop_detail .l-shop .p-shop__map {
  position: relative;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .shop_detail .l-shop .p-shop__map {
    margin-top: 55px;
  }
}
.shop_detail .l-shop .p-shop__map::before {
  display: block;
  padding-top: 30.666%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .shop_detail .l-shop .p-shop__map::before {
    padding-top: 74.62%;
  }
}
.shop_detail .l-shop .p-shop__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



/* -----------------------------------------------
* Page 調剤報酬点数に基づく掲示事項
-------------------------------------------------- */

.legalnotice .p-legal__inner {
  max-width: 1040px;
  padding: 46px 20px 15px;
}

@media only screen and (max-width: 767px) {
  .legalnotice .p-legal__inner {
    padding: 140px 20px 15px;
  }
}

.legalnotice .p-legal__inner h3 {
  margin-bottom: 1em;
  line-height: 1.8em;
}

@media only screen and (max-width: 767px) {
  .legalnotice .p-legal__inner h3 {
    font-size: 1.3em;
  }
}

.legalnotice .p-legal__inner h3:not(:first-of-type)  {
  margin-top: 60px;
}

.legalnotice .p-message__title {
  position: relative;
  padding-left: 20px;
  margin-top: 39px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .legalnotice .p-message__title {
    margin-top: 34px;
    font-size: 17px;
  }
}
.legalnotice .p-message__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: #0f0f0f;
  transform: translateY(-50%);
}

.legalnotice .p-legal__inner a {
  text-decoration: underline;
}

.legalnotice .p-legal__inner ul {
  margin-top: 1em;
}

.legalnotice .p-legal__inner ul li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.8em;
}