@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
    margin-top:0px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top:0px;
  }
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-footer {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.l-inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-pt {
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-pt {
    padding-bottom: 6.25rem;
  }
}

.p-access {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-top: 6.25rem;
    padding-bottom: 6.875rem;
  }
}

.p-access__title {
  text-align: center;
}

.p-access__iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__iframe {
    margin-top: 7.875rem;
  }
}

.p-access__iframe::before {
  content: "";
  display: block;
  padding-top: 66.6666%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-access__iframe::before {
    padding-top: 42.285%;
  }
}

.p-access__iframe iframe {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; /*周りの余計なベンチマークを排除＋余計な吹き出しの排除*/
}

.p-access__information {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-confirm {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-confirm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-confirm__title-wrapper {
  text-align: center;
}

.p-confirm__title {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-confirm__subTitle {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-confirm input[type=submit] {
  background: #e95098 url(../images/common/submit_icon.png) no-repeat center right 12px/15px 23px;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-radius: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #e95098;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-confirm input[type=submit] {
    width: 18.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-confirm input[type=submit]:hover {
  background: #fff;
  color: #e95098;
}

.p-confirm input[type=button] {
  background: #fff;
  color: #333;
  width: 150px;
  width: 9.375rem;
  text-align: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-confirm input[type=button]:hover {
  opacity: 0.8;
}

.p-confirm__form {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-confirm__submit {
    display: inline-block;
  }
}

.p-confirm__submit-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-confirm__submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 39.5rem;
  }
}

.p-confirm__submit input[type=button] {
  background: #c0c0c0 url(../images/common/icon_reverse.png) no-repeat center left 12px/15px 23px;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 0.625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #c0c0c0;
}
@media screen and (min-width: 768px) {
  .p-confirm__submit input[type=button] {
    width: 18.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.p-confirm__submit input[type=button]:hover {
  background: #fff;
  color: #c0c0c0;
}

.p-confirm table {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-confirm table {
    display: table;
    max-width: 31.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-confirm table tbody {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-confirm table tbody {
    display: table;
  }
}

.p-confirm table tr {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-confirm table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-confirm table th {
  display: block;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-confirm table th {
    display: table;
    width: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-confirm table td {
    display: table;
    width: calc(100% - 12.5rem);
  }
}

.p-contact {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-bottom: 5rem;
  }
}

.p-contact__text {
  text-align: center;
}

.p-contact__text + .p-contact__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-detail {
  max-width: 743px;
  max-width: 46.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-detail__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.p-detail__row:last-child {
  border-bottom: 1px solid #707070;
}

.p-detail__dt {
  width: 86px;
  width: 7.375rem;
	padding-left: 3%;
}
@media screen and (min-width: 768px) {
  .p-detail__dt {
    width: 13.875rem;
  }
}
.p-detail__dt4 {
  width: 90px;
  width: 18.375rem;
	padding-left: 2%;
}
@media screen and (min-width: 768px) {
  .p-detail__dt4 {
    width: 20.875rem;
  }
}

.p-detail__description {
  width: calc(100% - 5rem);
  margin-left: 16px;
  margin-left: 1rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail__description {
    width: calc(100% - 13.875rem);
    margin-left: 1rem;
  }
}
.p-detail__description1 {
  width: calc(100% - 5rem);
  margin-left: 14px;
  margin-left: 0.5rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail__description1 {
    width: calc(100% - 26.875rem);
    margin-left: 0.5rem;
  }
}

.p-drawer-icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    width: 4.75rem;
    height: 4.75rem;
  }
}

.p-drawer-icon.is-active {
  background: transparent;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 16px;
  top: 1rem;
  left: -10%;
  background: #fff;
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  display: none;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  right: 20px;
  right: 1.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  top: 1rem;
  left: -10%;
  background: #fff;
}
.p-drawer-icon__bars {
  width: 36px;
  width: 2.25rem;
  height: 20px;
  height: 1.25rem;
  display: inline-block;
  position: relative;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar2,
.p-drawer-icon__bar3 {
  position: absolute;
  width: 36px;
  width: 2.25rem;
  height: 2px;
  height: 0.125rem;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-drawer-icon__bar1 {
  top: 0;
}

.p-drawer-icon__bar2 {
  top: 9px;
  top: 0.5625rem;
}

.p-drawer-icon__bar3 {
  top: 18px;
  top: 1.125rem;
}

.p-drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #333;
  z-index: 10000;
  display: none;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.p-drawer-content.is-active {
  display: block;
}

.p-drawer-content__items {
  text-align: center;
}

.p-drawer-content__item a {
  display: block;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  text-transform: capitalize;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}

.p-drawer-content__item img {
  width: 434px;
  width: 27.125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-drawer-content__item_top a {
  display: block;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  text-transform: capitalize;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}

.p-drawer-content__item_top img {
  width: 434px;
  width: 27.125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999;
  display: none;
}

.p-drawer-background.is-active {
  display: block;
}

.p-drawer-content__logo {
  width: 310px;
  width: 19.375rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__logo {
    width: 27.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__top {
  background: #333;
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-footer__content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}

.p-footer__logo {
  display: inline-block;
  width: 312px;
  width: 19.5rem;
}

.p-footer__bottom {
  background: #eae8e8;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__lists {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__list + .p-footer__list {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list + .p-footer__list {
    margin-left: 2.625rem;
  }
}

.p-footer__link {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: 0.875rem;
  }
}

.p-footer__bottom {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    text-align: left;
  }
}

.p-footer__bottom small {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
  letter-spacing: 0.033em;
}

.p-form {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-form__row--checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-form__row + .p-form__row {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-form__row--textarea {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__row--textarea {
    margin-top: 5.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-form__title {
  margin-top: 6px;
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    width: 14rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form__title::after {
  content: "必須";
  display: inline-block;
  color: #fff;
  background: #f76b1c;
  border-radius: 0.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  width: 48px;
  width: 3rem;
  height: 28px;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__title::after {
    margin-left: 0;
    margin-left: initial;
  }
}

.p-form__title--any {
  margin-top: 6px;
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-form__title--any {
    width: 14rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form__title--any::after {
  content: "任意";
  color: #fff;
  background: #e95098;
  border-radius: 0.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  width: 48px;
  width: 3rem;
  height: 28px;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__title--any::after {
    margin-left: 0;
    margin-left: initial;
  }
}

.p-form__text {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}

.p-form__input {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-form__input {
    width: 75%;
    padding-left: 2.375rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-form__check {
  margin-right: 20px;
  margin-right: 1.25rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-form__check {
    margin-right: 2rem;
  }
}

.p-form__input input[type=text],
.p-form__input input[type=email],
.p-form__input input[type=tel] {
  background: #f2f2f2;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__input input[type=text],
.p-form__input input[type=email],
.p-form__input input[type=tel] {
    width: 75%;
  }
}

.p-form__input textarea {
  height: 278px;
  height: 17.375rem;
  background: #f2f2f2;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.5rem;
  width: 100%;
}

.p-form__input span {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-form__input span::before {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border: 1px solid #333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

.p-form__input span::after {
  content: "";
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background: #333;
  left: 2px;
  left: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.p-form__input input[type=checkbox]:checked + span::after {
  display: block;
}

.p-form__input--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form__submit {
  text-align: center;
  margin-top: 72px;
  margin-top: 4.5rem;
  position: relative;
}

.p-form__submit input[type=submit] {
  background: #e95098 url(../images/common/submit_icon.png) no-repeat center right 12px/15px 23px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 0.625rem;
  padding: 24px 0;
  padding: 1.5rem 0;
  color: #fff;
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e95098;
}
@media screen and (min-width: 768px) {
  .p-form__submit input[type=submit] {
    width: 26.25rem;
  }
}

.p-form__submit input[type=submit]:hover {
  background: #fff;
  color: #e95098;
}

.p-form__privacy a {
  color: #e95098;
  text-decoration: underline;
}

.p-form__limit {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}

.p-formBtn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-formBtn {
    display: block;
    position: fixed;
    bottom: 6.5625rem;
    right: 0.9375rem;
    z-index: 5;
  }
}

.p-formBtn__link {
  display: inline-block;
  width: 139px;
  width: 8.6875rem;
  height: 139px;
  height: 8.6875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-formBtn__link:hover {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.15" /><feFuncG type="linear" slope="1.15" /><feFuncB type="linear" slope="1.15" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
  cursor: pointer;
}

.p-header {
  height: 70px;
  height: 4.375rem;
  background: #a6d6e4;
  top: 0;
  left: 0;
  right: 0;
	  padding-top: 10px;
  z-index: 10;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 12.5rem;
    position: static;
  top: 10px;
	  padding-top: 10px;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    padding-top: 2.3125rem;
    display: block;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 48px;
  margin-right: 3rem;
}

.p-header__logo {
  width: 205px;
  width: 12.8125rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 27.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-header__contactLink {
  display: inline-block;
  width: 74px;
  width: 4.625rem;
  height: 70px;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__contactLink {
    display: none;
  }
}

.p-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin: 0 auto;
	width: 98%;
  }
@media screen and (min-width: 768px) {
  .p-image {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-message {
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-top: 8.375rem;
    padding-bottom: 5.125rem;
  }
}

.p-message__content {
  max-width: 832px;
  max-width: 52rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-message__title {
  text-align: center;
}

.p-message__text {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    margin-top: 2.1875rem;
    max-width: 53.125rem;
    width: 100%;
  }
}

.p-message__text--right {
  text-align: right;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__text--right {
    margin-top: 2.1875rem;
    max-width: 53.125rem;
    width: 100%;
  }
}

.p-message__btn {
  text-align: center;
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-mv {
  background: url(../images/common/mv_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 100vh;
  }
}

.p-news {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 53.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-news__dl {
  position: relative;
  margin-top: 26px;
  margin-top: 1.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e95098;
}
@media screen and (min-width: 768px) {
  .p-news__dl {
    margin-top: 0;
    margin-top: initial;
    margin-left: 6.25rem;
    border-bottom: none;
  }
}

.p-news__dl::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-news__dl::before {
    display: block;
    content: "";
    position: absolute;
    width: 0.0625rem;
    height: 100%;
    background: #e95098;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -7%;
  }
}

.p-news__row {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-news__row + .p-news__row {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-news__date {
    width: 4.375rem;
  }
}

.p-news__description {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__description {
    margin-top: 0;
    margin-top: initial;
    width: calc(100% - 4.375rem);
    margin-left: 2.5rem;
  }
}

.p-news__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.p-news__instagram {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__instagram {
    margin-top: 2.5rem;
  }
}

.p-news__text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #707070;
  font-weight: 700;
}

.p-news_close {
  font-size: 16px;
  font-size: 0.9875rem;
  color: #707070;
  font-weight: 700;
	border: 1px solid #e95098;
	padding: 15px;
	margin: 15px auto 0;
	width: 80%;
}

.p-news__here {
  text-decoration: underline;
  cursor: pointer;
}

.p-page-mv {
  background: url(../images/common/page_mv_info.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 120px;
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv {
    height: 9.375rem;
  }
}

.p-page-mv--privacy {
  background: url(../images/common/page_mv_privacy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 120px;
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv--privacy {
    height: 9.375rem;
  }
}

.p-page-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.p-privacy {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding-top: 4.875rem;
    padding-bottom: 6.125rem;
  }
}

.p-privacy__content {
  max-width: 1060px;
  max-width: 66.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-privacy__block + .p-privacy__block {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__block + .p-privacy__block {
    margin-top: 3.5rem;
  }
}

.p-privacy__title {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__title {
    font-size: 1.25rem;
  }
}

.p-privacy__title--bold {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-privacy__title--bold {
    font-size: 1.5rem;
  }
}

.p-privacy__text-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-privacy__text {
  color: #333;
  line-height: 1.625;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__text {
    font-size: 1rem;
  }
}

.p-privacy__text--number {
  padding-left: 1em;
  text-indent: -1em;
}

.p-privacy__text--tel {
  text-decoration: underline;
}

.p-privacy__block--bg {
  background: #eeeeee;
  text-align: center;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-privacy__window {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__window {
    font-size: 1.5rem;
  }
}

.p-profile {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile {
    padding-top: 10rem;
    padding-bottom: 6.25rem;
  }
}

.p-profile__content {
  max-width: 743px;
  max-width: 46.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-profile__title {
  text-align: center;
}

.p-profile__img {
  width: 100%;
  position: relative;
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-profile__img {
    margin-top: 4.5rem;
  }
}

.p-profile__img::before {
  display: block;
  content: "";
  padding-top: 62.804%;
}
@media screen and (min-width: 768px) {
  .p-profile__img::before {
    padding-top: 47.644%;
  }
}

.p-profile__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-profile__information {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile__row {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.p-profile__dt {
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-profile__dt {
    width: 13.875rem;
  }
}

.p-profile__description {
  width: calc(100% - 5rem);
}
@media screen and (min-width: 768px) {
  .p-profile__description {
    width: calc(100% - 13.875rem);
  }
}

.p-question {
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-question {
    padding-bottom: 8.9375rem;
  }
}

.p-question__title {
  text-align: center;
}

.p-question__content {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-question__content {
    margin-top: 4.25rem;
  }
}

.p-question__column {
  border: 1px solid #707070;
  border-radius: 0.625rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 32px;
  padding-right: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-question__column {
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
    padding-left: 1.6875rem;
    padding-right: 1rem;
  }
}

.p-question__column + .p-question__column {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-question__column + .p-question__column {
    margin-top: 1.25rem;
  }
}

.p-question__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-question__dt img,
.p-question__description img {
  width: 38.57px;
  width: 2.410625rem;
  height: 38.36px;
  height: 2.3975rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-question__description-wrapper {
  display: none;
}

.p-question__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 28px;
  padding-top: 1.75rem;
}

.js-open {
  display: block;
}

.p-question__detail {
  position: relative;
}

.p-question__icon {
  position: absolute;
  top: 50%;
  right: -24px;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .p-question__icon {
    right: 0;
  }
}

.p-question__icon-span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-question__icon-span:before,
.p-question__icon-span:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #333;
  left: 50%;
  top: 50%;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-question__icon-span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-question__icon-span.js-open::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-recommend {
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-recommend {
    padding-bottom: 5rem;
    background: #fff;
  }
}

.p-recommend__content {
  background: #f2f2f2;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-recommend__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 55.375rem;
  }
}

.p-recommend__title-wrapper {
  text-align: center;
}

.p-recommend__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-recommend__icon {
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  display: inline-block;
}

.p-recommend__lists-wrapper {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-recommend__lists-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
    max-width: 50.9375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-recommend__lists {
    width: calc(50% - 1.5rem);
  }
}

.p-recommend__lists + .p-recommend__lists {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recommend__lists + .p-recommend__lists {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-recommend__lists:not(:nth-child(2n+1)) {
    width: calc(50% - 1.5rem);
    margin-left: 3rem;
  }
}

.p-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-recommend__list + .p-recommend__list {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-recommend__icon {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.p-safety {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-safety {
    padding-bottom: 7.9375rem;
  }
}

.p-safety__title {
  text-align: center;
}

.p-safety__content {
  margin-top: 72px;
  margin-top: 4.5rem;
}

@media screen and (min-width: 768px) {
  .p-safety__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-safety__list {
    width: calc(33.33333% - 4rem);
  }
}

@media screen and (min-width: 768px) {
  .p-safety__list:not(:nth-child(3n+1)) {
    width: calc(33.33333% - 4rem);
    margin-left: 6rem;
  }
}

.p-safety__list + .p-safety__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-safety__list + .p-safety__list {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-safety__img {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-safety__img::before {
  padding-top: 67.6666%;
  display: block;
  content: "";
}

.p-safety__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-safety__img--right img {
  left: 55%;
}

.p-safety__detail {
  text-align: center;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-safety__detail {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-safety__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-service {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-bottom: 6.25rem;
  }
}

.p-service__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-service__content {
    margin-top: 5rem;
  }
}

.p-service__title {
  text-align: center;
}

.p-service__row {
  border-bottom: 1px solid #e95098;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 66rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
}

.p-service__row--last {
  border-bottom: none;
}

.p-service__row + .p-service__row {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__row + .p-service__row {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-service__detail {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__detail {
    max-width: 33.4375rem;
    width: 100%;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-service__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-service__img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    max-width: 29.1875rem;
    margin-left: 3.6875rem;
  }
}

.p-service__img::before {
  display: block;
  content: "";
  padding-top: 59.3272%;
}
@media screen and (min-width: 768px) {
  .p-service__img::before {
    padding-top: 59.5744%;
  }
}

.p-service__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-us {
  background: url(../images/common/contact_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 88px;
  padding-top: 5.5rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-us {
    padding-bottom: 4.5rem;
  }
}

.p-us__title {
  text-align: center;
}

.p-us__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-us__content {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.p-us__box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-us__box {
    text-align: left;
  }
}

.p-us__text {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-us__text {
    font-size: 1.25rem;
  }
}

.p-us__tel {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-size: 38px;
  font-size: 2.375rem;
  padding-left: 48px;
  padding-left: 3rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-us__tel {
    padding-left: 4.5rem;
    font-size: 3.5rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-us__tel::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../images/common/tel_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  width: 1.75rem;
  height: 34px;
  height: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-us__tel::before {
    width: 2.4375rem;
    height: 3rem;
  }
}

.p-us__btn-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-us__btn-wrapper {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-us__btn {
  display: inline-block;
  background: #e95098;
  border: 1px solid #e95098;
  border-radius: 0.625rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-us__btn {
    width: 26.25rem;
  }
}

.p-us__btn::before {
  position: absolute;
  content: "";
  background: url(../images/common/contact_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 13.5px;
  width: 0.84375rem;
  height: 23.62px;
  height: 1.47625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
}

.p-us__btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.p-us__btn:hover {
  color: #e95098;
}

.p-us__btn:hover::after {
  width: 100%;
}

.c-btn {
  display: inline-block;
  width: 100%;
  color: #e95098;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  border: 1px solid #e95098;
  font-weight: 700;
  position: relative;
  border-radius: 1.875rem;
  padding-top: 13px;
  padding-top: 0.8125rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.25rem;
    width: 25.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.c-btn::before {
  content: "";
  position: absolute;
  background: url(../images/common/btn_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  width: 0.625rem;
  height: 17px;
  height: 1.0625rem;
  top: 50%;
  right: 16px;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn::after {
  content: "";
  position: absolute;
  background: #e95098;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.c-btn:hover {
  color: #fff;
}

.c-btn:hover::after {
  width: 100%;
}

.c-detail-text {
  line-height: 1.78;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-main-title {
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-main-title {
    font-size: 2.375rem;
  }
}

.c-main-title::before {
  content: attr(data-main-title) "";
  position: absolute;
  top: -115%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #e95098;
  text-transform: capitalize;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-main-title::before {
    top: -50%;
  }
}

.c-main-title_info {
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  width: 100%;
text-align: center;
	margin: 5% auto 1%;
}
@media screen and (min-width: 768px) {
  .c-main-title {
    font-size: 2.375rem;
	margin: 5% auto 1%;
  }
}


.c-news-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #e95098;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-news-title {
    border-bottom: none;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}

.c-page-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    font-size: 2.375rem;
  }
}

.c-page-title--sub {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.c-profile-text {
  font-size: 16px;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5625;
}

.c-safety-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.8;
}

.c-safety-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}

.c-section-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2rem;
  }
}

.c-section-title::before {
  position: absolute;
  content: attr(data-subTitle) "";
  font-size: 17px;
  font-size: 1.0625rem;
  color: #e95098;
  text-transform: capitalize;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -75%;
}

.c-us-title {
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-us-title {
    font-size: 2.25rem;
  }
}


.btn {
  font-weight: 700;
  color: #e95098;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 0.875rem;
	border: 1px solid #e95098;
	padding: 1%;
	margin: 2% 0 0 0;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 0.875rem;
	border: 1px solid #e95098;
  }
}


.c-us-title::before {
  content: attr(data-us-title) "";
  position: absolute;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*# sourceMappingURL=styles.css.map */


/*gotop*/
#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
#page-top1{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 50px;
    width: 59px;
    height: 60px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
 
#page-top1:hover{ 
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}
.p-profile__content p{
    font-size: 0.9rem;
    color: rgb(51, 51, 51);
    line-height: 1.5625;
	padding: 10px 0;
}

