@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
.cl-red {
  color: #F00; }

html {
  font-size: 1.389vw; }
  @media (min-width: 1440.5px) {
    html {
      font-size: 20px; } }
  @media (max-width: 719px) {
    html {
      font-size: 2.66667vw; } }

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

body {
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 719px) {
    .anchor_fixtop {
      top: -8rem; } }

.is-group-content > div {
  width: 100%;
  max-width: 121rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

p {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .08rem;
  color: #333333; }

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

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #d43f85 url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 719px) {
    #page_top {
      right: 1.5rem;
      bottom: 10rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 719px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .022rem;
    line-height: 175%;
    font-size: 1.4rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap; }

[class*="aic"] {
  align-items: center; }

[class*="aie"] {
  align-items: flex-end; }

[class*="ais"] {
  align-items: flex-start; }

[class*="jcc"] {
  justify-content: center; }

[class*="jcsb"] {
  justify-content: space-between; }

[class*="jcfe"] {
  justify-content: flex-end; }

[class*="fcolumn"] {
  flex-flow: column; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }
  @media (max-width: 1024px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: all; } }

.p-fixed {
  position: fixed;
  left: var(--fixed-left);
  top: var(--fixed-top); }

[class*="grid"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.grid-1200 {
  max-width: 61.5rem; }

.grid-640 {
  max-width: 67rem; }

.grid-600 {
  max-width: 61.5rem; }

.grid-540 {
  max-width: 57rem; }

body,
html {
  height: 100%; }

p {
  font-family: "Noto Sans JP", sans-serif; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit; }

a,
button {
  color: inherit;
  text-decoration: none; }

input,
textarea,
button,
select {
  outline: none;
  resize: none; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

.ho-main,
.os-main {
  overflow: hidden; }

.os-y-hidden {
  overflow-y: hidden; }

.os-section {
  position: relative; }

.os-align-center {
  text-align: center; }

.u-center {
  text-align: center; }

.u-right {
  text-align: right; }

.u-sp {
  display: none; }

ul,
ol {
  list-style: none; }

@media (max-width: 719px) {
  .u-pc {
    display: none; }

  .u-sp {
    display: block; }

  [class*="grid"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
header {
  height: 7.3rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60999;
  width: 100%;
  padding-left: 2.5rem;
  background: #FFFFFF;
  transition: all 0.35s;
  border-top: #d43f85 solid 0.2rem; }
  .header-gp-item .logo img {
    width: 14.7rem; }
  .header-btn-gp li {
    margin-right: 2rem; }
    .header-btn-gp li:last-child {
      margin-right: 0; }
    .header-btn-gp li.web a {
      background: #d43f85;
      border-radius: 0 0 0 .2rem;
      display: block;
      text-align: center;
      width: 10.4rem;
      padding-top: .7rem;
      padding-bottom: 0.95rem; }
      .header-btn-gp li.web a span {
        color: #FFFFFF;
        font-size: 0.5rem;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 0; }
        .header-btn-gp li.web a span:first-child {
          display: inline-block;
          font-size: 1rem;
          padding-left: 1.3rem;
          background: url(assets/img/icon-calendar.svg) no-repeat center left;
          background-size: .8rem; }
        .header-btn-gp li.web a span:last-child {
          display: block; }
    .header-btn-gp li.info p {
      color: #d43f85;
      font-size: 0.8rem;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: 0.08rem; }
    .header-btn-gp li.info a {
      padding-left: 1.3rem;
      color: #d43f85;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: 0.02rem;
      background: url(assets/img/icon-tel.svg) no-repeat top 0.65rem left;
      background-size: .9rem; }
  .header-menu {
    padding: 0.7rem 0;
    position: relative;
    z-index: 1; }
    .header-menu .menu {
      position: relative; }
    .header-menu li {
      margin-left: 2.7rem; }
      .header-menu li:first-child {
        margin-left: 0; }
      .header-menu li a {
        color: #1c181a;
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0;
        font-family: "Noto Serif JP", serif;
        position: relative;
        padding-bottom: 0.5rem;
        transition: all 0.35s; }
        .header-menu li a::before {
          content: "";
          position: absolute;
          width: 0;
          height: 0.2rem;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          transition: all 0.35s;
          background: #f4ccde; }
        .header-menu li a:hover {
          color: #d43f85; }
          .header-menu li a:hover::before {
            width: 1.5rem; }
      .header-menu li.current_page_item a::before, .header-menu li.current-menu-parent a::before {
        width: 1.5rem; }
      @media (min-width: 719.5px) {
        .header-menu li .sub-menu {
          pointer-events: none;
          position: absolute;
          display: flex;
          flex-wrap: wrap;
          z-index: 0;
          opacity: 0;
          right: 50%;
          transform: translateX(50%);
          top: 100%;
          padding-top: 0.75rem;
          transition: all 0.35s;
          max-width: 57rem;
          width: 100%;
          padding: 1.5rem 0.75rem; }
          .header-menu li .sub-menu::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: calc(100% - 0.5rem);
            background: #FFFFFF;
            filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.15));
            border-radius: 1rem; }
          .header-menu li .sub-menu li {
            border-bottom: #d9e3f0 1px solid;
            width: calc((100% - 1.5001rem) / 2);
            margin-right: 1.5rem;
            margin-left: 0; }
            .header-menu li .sub-menu li:nth-child(2n) {
              margin-right: 0; }
            .header-menu li .sub-menu li a {
              display: block;
              padding: 0.85rem 0 0.5rem;
              border-right: 0;
              color: #1c181a;
              position: relative; }
              .header-menu li .sub-menu li a::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                left: auto;
                width: 0.5rem;
                height: 0.5rem;
                -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
                mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
                background: #1c181a; }
              .header-menu li .sub-menu li a::after {
                content: "";
                position: absolute;
                bottom: -0.1rem;
                left: 0;
                width: 0;
                height: .1rem;
                background: #d43f85;
                transition: all 0.35s; }
              .header-menu li .sub-menu li a:hover {
                padding-left: 1rem; }
                .header-menu li .sub-menu li a:hover::before {
                  background: #d43f85; }
                .header-menu li .sub-menu li a:hover::after {
                  width: 100%; }
            .header-menu li .sub-menu li.current_page_item a {
              color: #d43f85; }
              .header-menu li .sub-menu li.current_page_item a::before {
                background: #d43f85; }
        .header-menu li:hover .sub-menu {
          opacity: 1;
          pointer-events: auto; }
        .header-menu li:hover.menu-item-has-children > a::before {
          opacity: 1; } }

.home .header {
  border-top: 0; }

@media (min-width: 720px) {
  .home header {
    height: auto; }
    .home header.active .header {
      top: -7.3rem; }
      .home header.active .header.active {
        top: 0; }
  .home .header {
    background: transparent;
    position: absolute; }
    .home .header-menu {
      padding: 1.7rem 0; }
    .home .header .header-menu.vs-03 {
      display: none; }
    .home .header.active {
      position: fixed;
      background: #FFFFFF; }
      .home .header.active .header-menu.vs-03 {
        display: block;
        padding: 0.7rem 0; }
      .home .header.active .header-menu li .sub-menu {
        top: calc(100% + .15rem); }
    .home .header-menu li .sub-menu {
      top: calc(100% + 0.5rem); } }
.no_scroll {
  overflow: hidden; }

@media (max-width: 719px) {
  header {
    height: 6rem; }

  .home header {
    height: auto; }

  .header {
    background: #FFFFFF;
    padding-left: 0; }
    .header-gp-item:first-child {
      padding: 0 0 0 1.5rem;
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between; }
    .header-gp-item:last-child {
      display: none;
      height: calc(100vh - 6rem);
      overflow-y: scroll;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 20rem;
      width: 100%;
      position: fixed;
      top: 6rem;
      left: 0;
      background: #FFFFFF; }
    .header-gp-item .logo img {
      width: 24rem; }
    .header-gp-item .header-menu {
      display: block; }
    .header-menu {
      display: none; }
      .header-menu li {
        margin-left: 0;
        border-bottom: #1c181a solid 1px; }
        .header-menu li a {
          display: block;
          padding: 1.2rem 3.5rem 1.2rem 0.5rem;
          border-right: 0;
          font-size: 1.5rem; }
        .header-menu li:first-child a {
          border-left: 0; }
      .header-menu .menu {
        margin-bottom: 1.5rem; }
      .header-menu .menu > li {
        position: relative; }
        .header-menu .menu > li:not(.item-has-children) a:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: auto;
          right: 1rem;
          width: 1rem;
          aspect-ratio: 1 / 1;
          z-index: 1;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #1c181a;
          transform: translateY(-50%);
          border: 0;
          opacity: 1;
          height: 1rem; }
        .header-menu .menu > li .dropdow {
          position: absolute;
          display: block;
          top: 1rem;
          right: 0rem;
          width: 3rem;
          height: 3rem;
          z-index: 2;
          background: #FFFFFF;
          border-radius: 100%; }
          .header-menu .menu > li .dropdow::before, .header-menu .menu > li .dropdow::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1rem;
            height: 0.1rem;
            background: #d43f85; }
          .header-menu .menu > li .dropdow::after {
            transition: all 0.35s;
            transform: translate(-50%, -50%) rotate(90deg); }
          .header-menu .menu > li .dropdow.active::after {
            transform: translate(-50%, -50%) rotate(0deg); }
        .header-menu .menu > li .sub-menu {
          position: relative;
          margin-bottom: 1.5rem;
          padding: 2rem;
          opacity: 1;
          display: none;
          min-width: 100%;
          background-color: #d43f85; }
          .header-menu .menu > li .sub-menu::before {
            content: none; }
          .header-menu .menu > li .sub-menu li {
            border: 0;
            width: 100%;
            margin-right: 0; }
            .header-menu .menu > li .sub-menu li:first-child a {
              border-top: #FFFFFF dashed .1rem; }
            .header-menu .menu > li .sub-menu li a {
              width: 100%;
              text-align: left;
              padding-left: 0;
              border-bottom: #FFFFFF dashed .1rem;
              color: #ffffff;
              position: relative; }
              .header-menu .menu > li .sub-menu li a::before {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                right: 0rem;
                width: 1rem;
                aspect-ratio: 1 / 1;
                z-index: 1;
                -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
                mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
                background: #ffffff;
                transform: translateY(-50%); }
        .header-menu .menu > li a {
          position: relative;
          color: #1c181a; }
        .header-menu .menu > li.current-menu-item > a {
          color: #d43f85; }
          .header-menu .menu > li.current-menu-item > a::before {
            background: #d43f85; }
    .header-btn-gp li {
      width: 100%;
      margin-right: 0;
      text-align: center; }
      .header-btn-gp li.info {
        margin-bottom: 1.8rem; }
        .header-btn-gp li.info p {
          font-size: 1.5rem;
          margin-bottom: 1.5rem; }
        .header-btn-gp li.info a {
          font-size: 2.4rem;
          background-size: 2rem;
          padding-left: 2.5rem; }
      .header-btn-gp li.web a {
        height: auto;
        width: 100%;
        padding-bottom: 1.1rem; }
        .header-btn-gp li.web a span {
          font-size: 1.2rem; }
          .header-btn-gp li.web a span:first-child {
            font-size: 2rem;
            padding-left: 2.2rem;
            background-size: 1.8rem; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #d43f85;
    width: 7.5rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 1.5rem; }
      .nav-menu-item span {
        background: #fff;
        display: block;
        height: 1px;
        transition: transform 0.3s;
        width: 100%;
        transform-origin: center;
        position: relative; }
      .nav-menu-item.active span:first-child {
        transform: rotate(45deg);
        margin-bottom: 0;
        top: .9rem; }
      .nav-menu-item.active span:nth-child(2) {
        display: none; }
      .nav-menu-item.active span:nth-child(3) {
        transform: rotate(135deg);
        top: -0.6rem; }

  .menu-title {
    font-size: 2.4rem;
    color: #1c181a;
    margin-top: 4rem; } }
.menu_right_fix {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: .2rem 0 0 .2rem;
  background: #2b98d4;
  padding: 1.2rem 0 1rem 3rem;
  min-width: 3rem;
  z-index: 52; }
  .menu_right_fix.active {
    padding-left: 1.9rem; }
  .menu_right_fix .table-default-01 {
    margin-right: -17.7rem;
    position: relative;
    transition: all 0.35s; }
    .menu_right_fix .table-default-01.active {
      margin-right: 3rem; }
    .menu_right_fix .table-default-01 table td {
      width: 1.4rem;
      color: #FFFFFF;
      border-bottom-color: #FFFFFF;
      font-size: .6rem; }
      .menu_right_fix .table-default-01 table td:first-child {
        width: 4.4rem; }
      .menu_right_fix .table-default-01 table td:last-child {
        width: 1.9rem;
        text-align: center; }
    .menu_right_fix .table-default-01 table tr:first-child td {
      border-top-color: #FFFFFF; }
    .menu_right_fix .table-default-01 p {
      color: #FFFFFF; }
  .menu_right_fix h3 {
    position: absolute;
    display: flex;
    height: 100%;
    justify-content: center;
    z-index: 1;
    right: 0;
    top: 0;
    padding: 1rem .8rem 0;
    background: #2b98d4 url(assets/img/icon-clock.svg) no-repeat center top 2.8rem;
    background-size: .7rem;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    writing-mode: vertical-lr;
    word-break: keep-all;
    border-radius: .2rem 0 0 .2rem;
    cursor: pointer;
    transition: all 0.35s; }
    .menu_right_fix h3:hover {
      background-color: #48ade4; }

.footer {
  padding: 3rem 0;
  background: url(assets/img/bg-footer.jpg) no-repeat center;
  background-size: cover; }
  .footer-wrap {
    background: #FFFFFF;
    padding: 3rem 0 .8rem; }
  .footer-gp {
    margin-bottom: 2.4rem; }
    .footer-gp-box:first-child {
      width: 19.5rem; }
    .footer-gp-box:last-child {
      width: calc(100% - 19.5rem); }
    .footer-gp-item:first-child {
      width: calc(100% - 18.8rem); }
    .footer-gp-item:last-child {
      width: 18.8rem; }
    .footer-gp-item p {
      color: #1c181a;
      font-size: 0.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.08rem; }
    .footer-gp .logo img {
      width: 14.8rem; }
  .footer-tel {
    margin-top: .8rem; }
    .footer-tel a {
      color: #d43f85;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      background: url(assets/img/icon-tel.svg) no-repeat top 0.8rem left;
      display: inline-block;
      padding-left: 1.3rem;
      background-size: 1rem; }
  .footer-menu {
    margin-bottom: 1.7rem; }
    .footer-menu-item {
      width: calc((100% - 4.801rem) / 2);
      margin-right: 4.8rem; }
      .footer-menu-item:nth-child(2n) {
        margin-right: 0; }
    .footer-menu-title {
      color: #674f5a;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      border-bottom: #faf0f5 solid 1px;
      margin-bottom: .7rem;
      font-family: "Noto Serif JP", serif; }
    .footer-menu-list li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: .9rem; }
      .footer-menu-list li:nth-child(2n) {
        margin-right: 0; }
      .footer-menu-list li a {
        color: #1c181a;
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.05rem;
        padding-left: 1.3rem;
        background: url(assets/img/icon-tooth.svg) no-repeat center left;
        background-size: .65rem;
        transition: all 0.35s;
        font-family: "Noto Serif JP", serif; }
        .footer-menu-list li a:hover {
          opacity: 0.8; }
  .footer-copyright-item {
    margin-right: 1.5rem; }
    .footer-copyright-item:last-child {
      margin-right: 0; }
    .footer-copyright-item img {
      width: 7rem; }
    .footer-copyright-item p {
      font-size: .6rem;
      color: #1c181a;
      letter-spacing: .01rem; }

@media (max-width: 719px) {
  .footer {
    padding-bottom: 7rem; }
    .footer-tel a {
      font-size: 2.4rem;
      background-size: 2rem;
      padding-left: 2.5rem; }
    .footer-gp-box:first-child {
      width: 100%;
      margin-bottom: 2.1rem; }
    .footer-gp-box:last-child {
      width: 100%; }
    .footer-gp-item:first-child {
      width: 100%;
      margin-bottom: 2.2rem; }
    .footer-gp-item:last-child {
      width: 100%; }
    .footer-gp-item p {
      font-size: 1.5rem; }
    .footer-gp .logo img {
      width: 25rem; }
    .footer-menu {
      display: none; }
    .footer-copyright-item {
      margin-right: 1rem; }
      .footer-copyright-item img {
        width: 11rem; }
      .footer-copyright-item p {
        font-size: 1.2rem; }

  .menu_right_fix {
    padding: 1rem;
    top: auto;
    bottom: 0;
    width: 100%;
    transform: initial; }
    .menu_right_fix .table-default-01 {
      margin-right: 0;
      margin-bottom: -11rem; }
      .menu_right_fix .table-default-01 table td {
        font-size: 1.2rem;
        width: 2.1rem; }
        .menu_right_fix .table-default-01 table td:first-child {
          width: 9rem; }
        .menu_right_fix .table-default-01 table td:last-child {
          width: 4rem; }
      .menu_right_fix .table-default-01.active {
        margin-right: 0;
        margin-bottom: 3.3rem; }
    .menu_right_fix h3 {
      font-size: 1.5rem;
      background-size: 1.6rem;
      height: 4.3rem;
      width: 100%;
      writing-mode: initial;
      top: auto;
      bottom: 0;
      background-position: center left 13.2rem; }
    .menu_right_fix.active {
      padding-left: 1rem; } }
.title-default-01 h3 {
  color: #674f5a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif; }
.title-default-01 p {
  color: #f5e6ed;
  font-size: 8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.2rem;
  font-family: "Cormorant", serif;
  position: relative;
  top: -3.2rem;
  left: -9rem; }
.title-default-01.vs-02 {
  margin-bottom: 1.5rem; }
  .title-default-01.vs-02 h3 {
    margin-top: -3.2rem;
    position: relative;
    z-index: 1; }
  .title-default-01.vs-02 p {
    top: 0;
    left: 0; }
.title-default-01.vs-03 {
  text-align: center;
  margin-bottom: 3.6rem; }
  .title-default-01.vs-03 h3 {
    position: relative;
    z-index: 1;
    margin-top: -1.5rem; }
  .title-default-01.vs-03 p {
    top: 0;
    left: 0;
    width: 100%;
    color: #eec6d9; }
.title-default-01.vs-04 p {
  top: 0;
  left: 0;
  color: #d5e8f2; }
.title-default-01.vs-04 h3 {
  margin-top: -1.2rem; }
.title-default-02 {
  text-align: center;
  margin-bottom: 1.3rem; }
  .title-default-02 h4 {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif; }
  .title-default-02 p {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Cormorant", serif; }
.title-default-03 {
  color: #2b98d4;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.05rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.2rem; }
.title-default-04 {
  color: #1c181a;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.02rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.2rem; }
.title-default-05 {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 190%;
  letter-spacing: 0.04rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.2rem; }
.title-default-06 {
  margin-bottom: -0.8rem; }
  .title-default-06 h3 {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    margin-right: 1rem;
    margin-top: .5rem; }
  .title-default-06 p {
    color: #eec6d9;
    font-size: 4rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.05rem;
    font-family: "Cormorant", serif; }

.btn-default-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 2.8rem;
  background: #d43f85;
  border: #d43f85 solid 1px;
  transition: all 0.35s;
  border-radius: .2rem; }
  .btn-default-01 a span {
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    position: relative;
    padding-right: 1.2rem;
    font-family: "Noto Serif JP", serif; }
    .btn-default-01 a span::before {
      content: "";
      position: absolute;
      width: 0.4rem;
      height: 0.4rem;
      background: #FFFFFF;
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      transition: all 0.35s; }
  .btn-default-01 a:hover {
    background: #FFFFFF; }
    .btn-default-01 a:hover span {
      color: #d43f85; }
      .btn-default-01 a:hover span::before {
        background: #d43f85; }
.btn-default-01.vs-02 a {
  background: #2b98d4;
  border-color: #2b98d4;
  width: 18rem; }
  .btn-default-01.vs-02 a:hover {
    background: #FFFFFF; }
    .btn-default-01.vs-02 a:hover span {
      color: #2b98d4; }
      .btn-default-01.vs-02 a:hover span::before {
        background: #2b98d4; }
.btn-more-01 a {
  color: #d43f85;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-right: 1rem;
  transition: all 0.35s; }
  .btn-more-01 a::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.6rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #d43f85;
    clip-path: polygon(0 0, 0% 100%, 100% 50%); }
  .btn-more-01 a:hover {
    padding-right: 1.4rem; }
.btn-gp-01 {
  margin-top: 3.2rem; }
  .btn-gp-01 li {
    margin-right: 3rem; }
    .btn-gp-01 li:last-child {
      margin-right: 0; }

.table-default-01 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: .2rem; }
  .table-default-01 table td {
    width: 1.6rem;
    color: #d43f85;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    border-bottom: #d43f85 solid 1px;
    padding: .4rem 0; }
    .table-default-01 table td:first-child {
      width: 6.3rem; }
    .table-default-01 table td:last-child {
      width: 2.8rem; }
  .table-default-01 table tr:first-child td {
    border-top: #d43f85 solid 1px; }
  .table-default-01 table tr:nth-child(2) td {
    border-bottom: 0;
    padding-bottom: 0; }
.table-default-01 p {
  color: #d43f85;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0; }

@media (max-width: 719px) {
  .title-default-01 {
    text-align: center; }
    .title-default-01 p {
      left: 0;
      text-align: center; }
    .title-default-01.vs-02 {
      margin-bottom: 4.5rem; }
  .title-default-02 h4 {
    font-size: 1.8rem; }
  .title-default-02 p {
    font-size: 1.8rem; }
  .title-default-03 {
    font-size: 2.4rem; }
  .title-default-04 {
    font-size: 1.5rem; }
  .title-default-05 {
    font-size: 1.6rem; }
  .title-default-06 h3 {
    font-size: 2.4rem; }
  .title-default-06 p {
    font-size: 5rem; }

  .btn-more-01 a {
    font-size: 1.5rem; }
  .btn-default-01 a {
    height: 6rem;
    width: 25rem; }
    .btn-default-01 a span {
      font-size: 1.5rem;
      padding-right: 1.5rem;
      letter-spacing: -0.05rem; }
      .btn-default-01 a span::before {
        width: 1rem;
        height: 1rem; }
  .btn-default-01.vs-02 a {
    width: 25rem; }
  .btn-gp-01 {
    justify-content: center; }
    .btn-gp-01 li {
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .btn-gp-01 li:last-child {
        margin-bottom: 0; }

  .table-default-01 table td {
    font-size: 1.5rem; }
    .table-default-01 table td:last-child {
      text-align: center; }
  .table-default-01 p {
    font-size: 1.4rem; } }
:root {
  --px-11px: 1.1rem;
  --px-13px: 1.3rem;
  --px-15px: 1.5rem;
  --px-16px: 1.6rem;
  --px-18px: 1.8rem;
  --px-20px: 2rem;
  --px-22px: 2.2rem;
  --px-25px: 2.5rem;
  --px-30px: 3rem;
  --px-32px: 3.2rem;
  --px-41px: 4.1rem;
  --px-50px: 5rem;
  --px-60px: 6rem;
  --px-77px: 7.7rem;
  --px-102px: 10.2rem;
  --px-110px: 11.0rem;
  --px-111px: 11.1rem;
  --px-120px: 12.0rem;
  --px-131px: 13.1rem;
  --px-137px: 13.7rem;
  --px-140px: 14rem;
  --px-205px: 20.5rem;
  --px-250px: 25rem;
  --px-422px: 42.2rem;
  --px--5px: -0.5rem;
  --px--27px: -2.7rem;
  --px--30px: -3rem;
  --main-color: #90785f; }
  @media (max-width: 719px) {
    :root {
      --px-140px: 8rem;
      --px-50px: 2.5rem;
      --px-20px: 1.8rem;
      --px-110px: 8rem;
      --px-102px: 7.5rem;
      --px-32px: 2.2rem; } }

.mb-15 {
  margin-bottom: 0.75rem; }

.mb-30 {
  margin-bottom: 1.5rem; }

.mb-50 {
  margin-bottom: 2.5rem !important; }

.mb-60 {
  margin-bottom: 3rem; }

.mb-100 {
  margin-bottom: 5rem !important; }

.pt-50 {
  padding-top: var(--px-50px); }

.pb-70 {
  padding-bottom: 7rem; }

@media (max-width: 719px) {
  .mb-50 {
    margin-bottom: 3rem; }

  .mb-sp-100 {
    margin-bottom: 10rem !important; }

  .mb-sp-92 {
    margin-bottom: 9.2rem !important; }

  .mb-sp-72 {
    margin-bottom: 7.2rem !important; }

  .mb-sp-65 {
    margin-bottom: 6.5rem !important; }

  .mb-sp-25 {
    margin-bottom: 2.5rem !important; }

  .mt-sp-10 {
    margin-top: 1rem !important; }

  .mb-60 {
    margin-bottom: 3rem; } }
.mt--30 {
  margin-top: -3rem; }

.mt-15 {
  margin-top: 1.5rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 1.5rem; }

@media (min-width: 1000.5px) {
  .mt-pc--30 {
    margin-top: -3rem; } }
.noimg {
  border: 1px solid #eeeeee; }

body.single main table {
  margin-bottom: 1rem; }
  body.single main table th,
  body.single main table td {
    border: 1px solid #171717;
    padding: 1rem 0.5rem !important; }
    body.single main table th p,
    body.single main table td p {
      margin-bottom: 0 !important; }
body.single main .idx05_calendar table td:not(:first-child) {
  text-align: center !important; }

.banner {
  width: calc(100% - var(--banner-width-xrem));
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  .banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35); }
  .banner-images img {
    width: 100%;
    height: var(--banner-img-height-xrem);
    object-fit: cover;
    aspect-ratio: auto; }
  .banner-title {
    position: absolute;
    z-index: 3;
    left: var(--banner-title-left-xrem);
    right: var(--banner-title-right-xrem);
    top: var(--banner-title-top-xrem);
    bottom: var(--banner-title-bottom-xrem);
    transform: translate(var(--banner-title-translateX-xrem), var(--banner-title-translateY-xrem));
    text-align: center;
    border-top-left-radius: var(--banner-border-radius-xrem);
    border-top-right-radius: var(--banner-border-radius-xrem);
    letter-spacing: 0.3rem;
    height: var(--banner-title-height-xrem);
    padding: var(--banner-title-pdtop-xrem) var(--banner-title-pdleftright-xrem) var(--banner-title-pdbottom-xrem);
    min-width: var(--banner-title-minwidth-xrem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; }
    .banner-title::before, .banner-title::after {
      content: var(--banner-title-before-xrem);
      position: absolute;
      width: 2rem;
      height: 1rem;
      border: 4px double var(--banner-title-color-xrem); }
    .banner-title::before {
      left: 0.5rem;
      top: 0.5rem;
      border-bottom: 0;
      border-right: 0; }
    .banner-title::after {
      right: 0.5rem;
      bottom: 0.5rem;
      border-top: 0;
      border-left: 0; }
    .banner-title .ja {
      font-size: var(--banner-title-fzja-xrem);
      line-height: 120%;
      font-weight: bold;
      font-family: "Noto Serif JP", serif;
      color: var(--banner-title-color-xrem); }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

@media (max-width: 719.5px) {
  .banner {
    border-radius: 0; }
    .banner-title::before, .banner-title::after {
      width: 4rem;
      height: 2rem; } }
.breadcrumbs {
  width: 100%;
  text-align: var(--breadcrumb-text-align-xrem);
  position: relative;
  padding: 0 var(--breadcrumb-padding-lr-xrem); }
  .breadcrumbs-content {
    text-align: var(--breadcrumb-content-text-align-xrem);
    display: inline-block;
    width: 100%;
    max-width: 60.001rem;
    margin-top: var(--breadcrumb-padding-top-xrem);
    margin-bottom: var(--breadcrumb-padding-bottom-xrem);
    margin-left: auto;
    margin-right: auto; }
    .breadcrumbs-content li {
      position: relative;
      display: inline; }
      .breadcrumbs-content li:not(:last-child) {
        padding-right: 0.75rem;
        margin-right: 0.75rem; }
        .breadcrumbs-content li:not(:last-child)::before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 0.4rem;
          aspect-ratio: 1 / 1;
          transform: translateY(-47%) rotate(45deg);
          position: absolute;
          content: "";
          border-top: 1px solid #353535;
          border-right: 1px solid #353535; }
      .breadcrumbs-content li * {
        font-family: "Noto Serif JP", serif; }
      .breadcrumbs-content li a {
        transition: ease all 0.35s; }
        .breadcrumbs-content li a:hover {
          opacity: 0.7; }

@media (max-width: 719px) {
  .breadcrumbs-content li:not(:last-child) {
    padding-right: 1.5rem;
    margin-right: 1.5rem; }
    .breadcrumbs-content li:not(:last-child)::before {
      width: 0.8rem; } }
.catalogue {
  margin-top: 1.2rem;
  margin-bottom: 5rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 60.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 1rem 2.5rem 1.95rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 1.5rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 175%;
        color: #1c181a;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 0.55rem;
        padding-bottom: 0.45rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #1c181a solid 1px;
        padding-right: 1.5rem;
        font-family: "Noto Serif JP", serif; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 0.55rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #1c181a;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          background: #d43f85;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 0.5rem;
          color: #d43f85;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both;
            background: #d43f85; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 1.501rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 3.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -0.75rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 0.75rem;
      margin-right: 0.75rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        background: #d43f85;
        color: #ffffff;
        font-weight: 500; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        color: #d43f85;
        position: relative;
        transition: all 0.35s;
        padding: 0.5rem 1rem;
        background: rgba(212, 63, 133, 0.1);
        border: #d43f85 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 719px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%); }
  50% {
    opacity: 0;
    transform: translate(120%, -50%); }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%); }
  100% {
    opacity: 1;
    transform: translate(0%, -50%); } }
@media (max-width: 719px) {
  .catalogue-list.style-2columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-4button ul li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .catalogue-list.style-4button ul li:nth-child(2n) {
      margin-right: 0; } }
.mv {
  position: relative; }
  .mv-view video {
    width: 100%;
    height: 37.5rem;
    object-fit: cover;
    vertical-align: top; }
  .mv-cont {
    position: absolute;
    bottom: 3.8rem;
    left: 0;
    width: 100%; }
    .mv-cont-detail {
      max-width: 64rem;
      margin-left: auto;
      margin-right: auto; }
    .mv-cont h2 {
      color: #d43f85;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0.12rem;
      font-family: "Noto Serif JP", serif;
      margin-bottom: .8rem;
      text-shadow: 1px 0 2px rgba(255, 255, 255, 0.4), 1px 0 2px rgba(255, 255, 255, 0.4); }
    .mv-cont p {
      color: #d43f85;
      font-size: 0.8rem;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: 0.05rem;
      font-family: "Noto Serif JP", serif;
      text-shadow: 1px 0 2px rgba(255, 255, 255, 0.4), 1px 0 2px rgba(255, 255, 255, 0.4); }
    .mv-cont-desc {
      position: relative;
      z-index: 0; }
      .mv-cont-desc::before {
        z-index: -1;
        opacity: 0.75;
        content: "";
        position: absolute;
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        top: -1rem;
        left: -1rem;
        background: #FFFFFF; }
  .mv-btn {
        position: fixed;
    right: 4rem;
    transition: all 0.35s;
    z-index: 99;     bottom: 13.5rem;}
.mv-btn.show {
    bottom: 3rem;
}
    .mv-btn.active {
      opacity: 0;
      pointer-events: none; }
    .mv-btn .close {
      position: absolute;
      top: -0.5rem;
      right: -0.5rem;
      z-index: 1;
      width: 1.2rem;
      height: 1.2rem;
      background: url(assets/img/icon-close.png) no-repeat center;
      background-size: contain;
      cursor: pointer; }
    .mv-btn a {
      border: rgba(212, 63, 133, 0.75) solid 1px;
      color: #d43f85;
      font-size: 0.8rem;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: 0.07rem;
      background: rgba(255, 255, 255, 0.75);
      display: block;
      padding: .8rem 3.5rem .8rem 2rem;
      border-radius: .2rem;
      position: relative; }
      .mv-btn a::before {
        content: "";
        position: absolute;
        width: 0.65rem;
        height: 0.65rem;
        top: 50%;
        right: 1.8rem;
        transform: translateY(-50%);
        background: url(assets/img/icon-link.svg) no-repeat center;
        background-size: contain; }

.top_news {
  padding: 4rem 0 5.5rem;
  position: relative;
  z-index: 0; }
  .top_news::before {
    content: "";
    position: absolute;
    width: 33rem;
    height: 19rem;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #fff8fc;
    z-index: -1; }
  .top_news-gp-item:first-child {
    width: 9.4rem;
    padding-top: 1.8rem;
    padding-bottom: 1.2rem; }
  .top_news-gp-item:last-child {
    width: calc(100% - 9.4rem); }

.news-list {
  height: 18.5rem;
  padding-right: .8rem; }
  .news-list li {
    border-bottom: #f1f1f1 solid 2px; }
    .news-list li a {
      display: flex;
      padding: 1.6rem 0;
      transition: all 0.35s; }
      .news-list li a span {
        color: #674f5a;
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 190%;
        letter-spacing: 0.02rem;
        font-family: "Noto Serif JP", serif; }
        .news-list li a span.date {
          width: 4rem;
          font-size: .6rem;
          margin-top: .2rem; }
        .news-list li a span.cont {
          width: calc(100% - 4rem); }
          .news-list li a span.cont * {
            display: block; }
        .news-list li a span.txt {
          font-weight: 400; }
      .news-list li a:hover {
        background: #fdf9fb; }
  .news-list.vs-02 {
    padding-right: 0;
    height: auto; }
    .news-list.vs-02 li {
      width: calc((100% - 4.001rem) / 2);
      margin-right: 4rem; }
      .news-list.vs-02 li:nth-child(2n) {
        margin-right: 0; }

.top_paralax {
  width: 100%;
  height: 20rem;
  position: relative; }
  .top_paralax-gp {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: inset(0); }
    .top_paralax-gp-item {
      width: 100%;
      height: 100vh;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      background: url(assets/img/paralax.jpg) no-repeat center; }

.message {
  padding: 4.5rem 0 6.4rem;
  position: relative; }
  .message::before {
    content: "";
    position: absolute;
    width: 33rem;
    height: 19rem;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #fff8fc;
    z-index: -1; }
  .message-gp-item:first-child {
    width: calc(100% - 24.2rem); }
  .message-gp-item:last-child {
    width: calc(24.2rem + 4rem);
    margin-right: -4rem;
    padding-top: 7.7rem; }
    .message-gp-item:last-child .img {
      text-align: right;
      margin-bottom: 2.2rem; }
      .message-gp-item:last-child .img:first-child {
        padding-right: 2.2rem; }
      .message-gp-item:last-child .img:last-child {
        margin-bottom: 0; }
        .message-gp-item:last-child .img:last-child img {
          width: 11.4rem; }
      .message-gp-item:last-child .img img {
        width: 100%; }
  .message-gp-item > p {
    color: #1c181a;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    font-family: "Noto Serif JP", serif; }
    .message-gp-item > p:last-child {
      margin-bottom: 0; }

.symptoms {
  padding: 1.5rem 0 4.5rem;
  background: url(assets/img/symptoms_bg.jpg) no-repeat center;
  background-size: cover; }
  .symptoms-gp-box {
    width: calc((100% - 4.001rem) / 5);
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: #eba5c6 solid 1px;
    background: #FFFFFF;
    min-height: 9.5rem; }
    @media (min-width: 719.5px) {
      .symptoms-gp-box:nth-child(5n) {
        margin-right: 0; } }
    .symptoms-gp-box h4 a {
      display: block;
      color: #FFFFFF;
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      padding: .3rem 2.2rem;
      background: #d43f85 url(assets/img/icon-check.svg) no-repeat top 0.4rem left 1rem;
      background-size: 1rem;
      font-family: "Noto Serif JP", serif; }
    .symptoms-gp-box .item {
      padding: .5rem 1.4rem .5rem .8rem; }
      .symptoms-gp-box .item li {
        margin-bottom: .3rem; }
        .symptoms-gp-box .item li:last-child {
          margin-bottom: 0; }
        .symptoms-gp-box .item li a {
          padding-left: .9rem;
          color: #1c181a;
          font-size: 0.8rem;
          font-weight: 400;
          line-height: 150%;
          letter-spacing: 0;
          position: relative;
          font-family: "Noto Serif JP", serif;
          display: block; }
          .symptoms-gp-box .item li a::before {
            content: "";
            position: absolute;
            width: 0.3rem;
            height: 0.3rem;
            top: .4rem;
            left: 0;
            background: #d43f85;
            border-radius: 100%; }

.medical {
  padding: 4.3rem 0 .8rem; }
  .medical-gp {
    margin-bottom: 5.4rem; }
    .medical-gp-box {
      padding: 2.3rem 2.5rem 2.7rem;
      width: calc((100% - 4.001rem) / 2);
      margin-right: 4rem;
      background: url(assets/img/medical_01.jpg) no-repeat center;
      background-size: cover;
      position: relative;
      z-index: 0; }
      .medical-gp-box::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: rgba(212, 63, 133, 0.8); }
      .medical-gp-box:nth-child(2) {
        background-image: url(assets/img/medical_02.jpg); }
      .medical-gp-box:nth-child(2n) {
        margin-right: 0; }
      .medical-gp-box .desc p {
        color: #FFFFFF;
        font-size: 1rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        font-family: "Noto Serif JP", serif;
        padding-right: .6rem; }
  .medical-list.vs-01 {
    max-width: 53rem;
    margin-left: auto;
    margin-right: auto; }
    .medical-list.vs-01 li {
      width: calc((100% - 7.501rem) / 4);
      margin-right: 2.5rem; }
      .medical-list.vs-01 li:nth-child(4n) {
        margin-right: 0; }
  .medical-list li {
    margin-bottom: 4.3rem; }
    .medical-list li a {
      border: #f5dde8 solid 1px;
      display: block;
      padding: .6rem 0 1.1rem;
      position: relative; }
      .medical-list li a::before {
        content: "";
        position: absolute;
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: var(--bg-icon) !important;
        background-size: contain;
        top: -0.9rem;
        left: -1.2rem; }
      .medical-list li a span {
        display: block;
        text-align: center; }
        .medical-list li a span.title {
          color: #d43f85;
          font-size: 1rem;
          font-weight: 700;
          line-height: 175%;
          letter-spacing: 0;
          font-family: "Noto Serif JP", serif;
          margin-bottom: .3rem; }
        .medical-list li a span.txt {
          color: #1c181a;
          font-size: 0.8rem;
          font-weight: 700;
          line-height: 175%;
          letter-spacing: 0;
          font-family: "Cormorant", serif; }
  .medical-list.vs-02 li {
    width: calc((100% - 6.801rem) / 5);
    margin-right: 1.7rem; }
    .medical-list.vs-02 li:nth-child(5n) {
      margin-right: 0; }
  .medical .title-default-01.vs-03 {
    margin-bottom: 5.2rem; }
    .medical .title-default-01.vs-03 p {
      color: #f5e6ed; }

.feature {
  position: relative;
  padding: 1.5rem 0 2rem;
  margin-bottom: 3.6rem; }
  .feature::before {
    content: "";
    position: absolute;
    width: 33rem;
    height: 19rem;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgba(201, 236, 255, 0.3);
    z-index: -1; }
  .feature::after {
    content: "";
    position: absolute;
    width: 33rem;
    height: 19rem;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: rgba(201, 236, 255, 0.3);
    z-index: -1; }
  .feature .icon-bg {
    position: absolute;
    width: 33rem;
    height: 38rem;
    background: rgba(201, 236, 255, 0.3);
    z-index: -1;
    top: 31.4%;
    right: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%); }
  .feature-gp {
    margin-bottom: 5.3rem; }
    .feature-gp:last-child {
      margin-bottom: 0; }
    .feature-gp-box:first-child {
      width: calc(100% - 32.6rem); }
    .feature-gp-box:last-child {
      width: calc(32.6rem + 4rem);
      margin-right: -4rem;
      position: relative; }
      .feature-gp-box:last-child::before {
        content: "";
        position: absolute;
        top: -2.4rem;
        left: 3.2rem;
        height: 4.7rem;
        width: 6rem;
        background: var(--number-txt) no-repeat center;
        background-size: contain; }
    .feature-gp-box .desc p {
      color: #1c181a;
      font-size: 0.8rem;
      font-weight: 400;
      line-height: 180%;
      letter-spacing: 0;
      margin-bottom: 3.3rem;
      font-family: "Noto Serif JP", serif; }
    .feature-gp:nth-child(2n) .feature-gp-box:first-child {
      order: 1;
      padding-left: 4.5rem; }
    .feature-gp:nth-child(2n) .feature-gp-box:last-child {
      margin-right: 0;
      margin-left: -4rem; }
  .feature .title-default-01 {
    margin-bottom: 7.6rem; }

.greeting {
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .greeting::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 13.2rem);
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/bg-greeting-01.png) no-repeat center bottom;
    background-size: cover; }
  .greeting-img {
    margin-bottom: 3.8rem;
    display: flex;
    width: max-content; }
    .greeting-img ul {
      display: grid;
      grid-template-columns: 17rem 15.6rem 26rem 16.2rem 17rem 19.2rem 15.7rem;
      backface-visibility: hidden; }
      .greeting-img ul.vs-01 {
        animation: loopSlide1 160s -80s linear infinite; }
      .greeting-img ul.vs-02 {
        animation: loopSlide2 160s linear infinite; }
      .greeting-img ul li {
        margin-right: 2rem; }
        .greeting-img ul li:nth-child(1) {
          margin-top: 4.5rem; }
        .greeting-img ul li:nth-child(2) {
          margin-top: 10.4rem; }
        .greeting-img ul li:nth-child(4) {
          margin-top: 5.8rem; }
        .greeting-img ul li:nth-child(6) {
          margin-top: 11.8rem; }
        .greeting-img ul li:nth-child(7) {
          margin-top: 1.6rem; }
        .greeting-img ul li img {
          width: 100%; }
  .greeting-gp-item:first-child {
    width: calc(100% - 26.4rem); }
  .greeting-gp-item:last-child {
    width: 26.4rem;
    padding-top: 5.5rem; }
  .greeting-gp-item .desc p {
    color: #1c181a;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 205%;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 1.6rem; }
    .greeting-gp-item .desc p:last-child {
      margin-bottom: 0; }
  .greeting-gp-item .title-default-01.vs-02 {
    margin-bottom: 5rem; }
  .greeting-gp-item .btn-gp-01 {
    margin-top: 2.6rem; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
.top-column {
  padding-top: 1.5rem;
  position: relative;
  z-index: 1; }
  .top-column .title-default-01.vs-03 h3 {
    margin-top: -2.5rem; }
  .top-column .news-list {
    height: auto;
    margin-bottom: 2.4rem; }
    .top-column .news-list li:first-child, .top-column .news-list li:nth-child(2) {
      border-top: #f1f1f1 solid 2px; }
    .top-column .news-list li a {
      padding: 1.75rem 0; }

.top-slide {
  position: relative;
  z-index: 0;
  padding: 5rem 0; }
  .top-slide::before {
    content: "";
    position: absolute;
    width: 33rem;
    height: 38rem;
    background: #fff1f8;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    right: 0; }
  .top-slide-list {
    width: 100%;
    overflow: hidden; }
    .top-slide-list ul {
      display: flex;
      width: calc(13.2rem * 6);
      animation: slideAnimation 55s linear infinite; }
      .top-slide-list ul li {
        width: 12rem;
        flex-shrink: 0;
        margin: 0 .6rem; }
        .top-slide-list ul li img {
          width: 100%; }

@keyframes slideAnimation {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.access {
  margin-top: -1.8rem;
  margin-bottom: 6.8rem; }
  .access .title-default-01.vs-02 {
    margin-bottom: 3.5rem; }
    .access .title-default-01.vs-02 h3 {
      margin-top: -1.4rem; }
  .access-gp-item:first-child {
    width: 34.5rem; }
  .access-gp-item:last-child {
    width: calc(100% - 34.5rem);
    padding-left: 1rem; }
  .access-gp-item iframe {
    width: 100%;
    height: 19.8rem;
    border: 0;
    vertical-align: top; }
  .access-gp-item .logo {
    margin-bottom: .8rem; }
    .access-gp-item .logo img {
      width: 14.8rem; }
  .access-gp-item h4 {
    color: #1c181a;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif; }
  .access-gp-item p {
    color: #d43f85;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: 0.06rem;
    margin-bottom: 1.3rem;
    font-family: "Noto Serif JP", serif; }
    .access-gp-item p:last-child {
      margin-bottom: 0; }

.top-recruit {
  margin-bottom: 6.7rem; }
  .top-recruit-gp {
    position: relative; }
    .top-recruit-gp a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1; }
    .top-recruit-gp-item:first-child {
      width: 23.5rem; }
    .top-recruit-gp-item:last-child {
      width: calc(100% - 23.5rem);
      background: #d43f85;
      position: relative;
      z-index: 0;
      padding: .8rem 2rem; }
      .top-recruit-gp-item:last-child::before {
        content: "";
        position: absolute;
        width: calc(100% - 1.4rem);
        height: calc(100% - 1.4rem);
        top: .7rem;
        left: .7rem;
        border: #eec6d9 solid 1px;
        z-index: -1; }
      .top-recruit-gp-item:last-child::after {
        content: "";
        position: absolute;
        width: 4.1rem;
        height: 2.5rem;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: #eec6d9;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    .top-recruit-gp-item .desc p {
      color: #FFFFFF;
      font-size: 0.8rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0.02rem;
      margin-bottom: 2.1rem;
      font-family: "Noto Serif JP", serif; }
    .top-recruit-gp-item li {
      color: #FFFFFF;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0;
      font-family: "Noto Serif JP", serif;
      margin-bottom: .8rem;
      position: relative;
      padding-left: 1.5rem; }
      .top-recruit-gp-item li::before {
        content: "";
        position: absolute;
        width: 0.7rem;
        height: 0.72rem;
        top: .5rem;
        left: 0;
        background: url(assets/img/icon-check-02.svg) no-repeat center;
        background-size: contain; }
      .top-recruit-gp-item li:last-child {
        margin-bottom: 0; }

@media (min-width: 1440.5px) {
  .top-slide-list ul {
    width: calc(18.333vw * 6); }
    .top-slide-list ul li {
      width: 16.667vw;
      margin: 0 0.833vw; } }
@media (max-width: 719px) {
  .mv {
    margin-top: 6rem; }
    .mv-cont {
      padding: 0 1.5rem;
      bottom: 50%;
      transform: translateY(50%); 
	    position: relative;
    z-index: 999;
	}
	.mv-cont-desc {
        padding: 1.5rem;
        position: absolute;
        left: 1.5rem;
        bottom: 1.5rem;
        width: calc(100% - 3rem);
        background: rgb(255 255 255 / 70%);
    }
	.mv-cont-desc::before{
		content: none;
	}
      .mv-cont p {
        font-size: 1.3rem;
        margin-bottom: 0rem; }
    .mv-btn {
      left: 1.5rem;
		right: inherit;
      bottom: 6rem !important; }
      .mv-btn .close {
        width: 2rem;
        height: 2rem;
        top: -0.8rem;
        right: -0.8rem; }
      .mv-btn a {
        font-size: 1.5rem; }
        .mv-btn a::before {
          width: 1.3rem;
          height: 1.3rem;
          right: 1.2rem; }

  .top_news-gp-item:first-child {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -1.2rem; }
  .top_news-gp-item:last-child {
    width: 100%; }

  .news-list {
    height: 40.5rem;
    margin-bottom: 1.5rem; }
    .news-list li a {
      flex-wrap: wrap; }
      .news-list li a span {
        font-size: 1.5rem; }
        .news-list li a span.date {
          font-size: 1.4rem;
          width: 100%; }
        .news-list li a span.cont {
          width: 100%; }
    .news-list.vs-02 li {
      width: 100%;
      margin-right: 0; }
      .news-list.vs-02 li:nth-child(2) {
        border-top: 0; }

  .message {
    padding: 6rem 0; }
    .message-gp-item:first-child {
      width: 100%;
      order: 1; }
    .message-gp-item:last-child {
      width: 100%;
      padding-top: 0;
      margin-right: 0;
      margin-bottom: 2.5rem; }
    .message-gp-item > p {
      font-size: 1.5rem;
      line-height: 175%; }

  .symptoms-gp-box {
    width: 100%;
    margin-right: 0; }
    .symptoms-gp-box h4 a {
      font-size: 1.6rem;
      background-size: 1.7rem;
      padding: .3rem 2.2rem .3rem 3.2rem; }
    .symptoms-gp-box .item li a {
      font-size: 1.5rem; }
      .symptoms-gp-box .item li a::before {
        width: .6rem;
        height: .6rem;
        top: .8rem; }

  .medical {
    padding-bottom: 4rem; }
    .medical-gp-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem;
      padding: 2.3rem 1.5rem 2rem; }
      .medical-gp-box:last-child {
        margin-bottom: 0; }
      .medical-gp-box .desc p {
        font-size: 1.5rem;
        padding-right: 0; }
    .medical-list li {
      margin-bottom: 2rem; }
      .medical-list li a span.title {
        font-size: 1.6rem; }
      .medical-list li a span.txt {
        font-size: 1.5rem; }
      .medical-list li a::before {
        width: 4rem;
        height: 4rem; }
    .medical-list.vs-01 li {
      width: 100%;
      margin-right: 0; }
      .medical-list.vs-01 li:nth-child(2n) {
        margin-right: 0; }
    .medical-list.vs-02 li {
      width: 100%;
      margin-right: 0; }
      .medical-list.vs-02 li:nth-child(2n) {
        margin-right: 0; }
    .medical .title-default-01.vs-03 {
      margin-bottom: 3.8rem; }

  .feature {
    padding-bottom: 6rem;
    margin-bottom: 6rem; }
    .feature-gp {
      margin-bottom: 6.3rem; }
      .feature-gp-box:first-child {
        width: 100%;
        order: 1; }
      .feature-gp-box:last-child {
        width: 100%;
        margin-bottom: 1.5rem; }
      .feature-gp-box .desc p {
        font-size: 1.5rem; }
      .feature-gp-box .btn-default-01 {
        display: flex;
        justify-content: center; }
      .feature-gp-box .img img {
        width: 100%; }
      .feature-gp:nth-child(2n) .feature-gp-box:first-child {
        padding-left: 0; }
      .feature-gp:nth-child(2n) .feature-gp-box:last-child {
        margin-left: 0; }
    .feature .title-default-01 {
      margin-bottom: 6rem; }

  .greeting {
    padding-bottom: 6rem; }
    .greeting-img ul {
      margin-right: 0;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      grid-template-columns: 17rem 15.6rem 18rem 16.2rem 17rem 19.2rem 15.7rem; }
      .greeting-img ul.vs-01 {
        animation: loopSlide1 50s -25s linear infinite; }
      .greeting-img ul.vs-02 {
        animation: loopSlide2 50s linear infinite; }
      .greeting-img ul li:nth-child(1), .greeting-img ul li:nth-child(2), .greeting-img ul li:nth-child(4), .greeting-img ul li:nth-child(6), .greeting-img ul li:nth-child(7) {
        margin-top: 0; }
    .greeting-gp-item:first-child {
      width: 100%;
      order: 1; }
    .greeting-gp-item:last-child {
      width: 100%;
      padding-top: 2rem;
      margin-bottom: 2.5rem; }
    .greeting-gp-item .desc p {
      font-size: 1.5rem;
      line-height: 175%; }
    .greeting-gp-item .title-default-01.vs-02 {
      margin-bottom: 2.8rem; }

  .top-column {
    padding-top: 5rem; }

  .top-slide-list ul {
    width: calc(26.2rem * 6); }
    .top-slide-list ul li {
      width: 25rem; }

  .access-gp-item:first-child {
    width: 100%;
    margin-bottom: 3rem; }
  .access-gp-item:last-child {
    width: 100%;
    padding-left: 0; }
  .access-gp-item h4 {
    font-size: 1.6rem; }
  .access-gp-item p {
    font-size: 1.5rem; }
  .access-gp-item .logo img {
    width: 25rem; }

  .top-recruit-gp-item:first-child {
    width: 100%; }
  .top-recruit-gp-item:last-child {
    width: 100%;
    padding: .8rem 2rem 2rem; }
  .top-recruit-gp-item .desc p {
    font-size: 1.5rem; }
  .top-recruit-gp-item li {
    font-size: 1.5rem;
    padding-left: 2.2rem; }
    .top-recruit-gp-item li::before {
      width: 1.5rem;
      height: 1.52rem; } }
.mt-60 {
  margin-top: 3rem; }

.mt-50 {
  margin-top: 2.5rem; }

.mb-70 {
  margin-bottom: 3.5rem; }

.mb-100,
.mb-101 {
  margin-bottom: 5rem; }

.sitemap-wrap {
  padding: 3.25rem 0 4.25rem; }
.sitemap-title {
  color: #d43f85;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 1.75rem; }
.sitemap-list {
  margin-bottom: 4.25rem; }
  .sitemap-list li {
    width: calc((100% - 1.5rem) / 3);
    margin-right: 0.75rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem; }
    .sitemap-list li::before {
      content: "";
      position: absolute;
      top: 0.6rem;
      left: 0;
      width: .3rem;
      height: .3rem;
      background: #d43f85;
      border-radius: 100%; }
    @media (min-width: 719.5px) {
      .sitemap-list li:nth-child(3n) {
        margin-right: 0; } }
    .sitemap-list li a {
      color: #1c181a;
      font-size: 0.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      transition: all 0.35s;
      font-family: "Noto Serif JP", serif; }
      .sitemap-list li a:hover {
        color: #d43f85; }

.news-gp {
  padding: 2.55rem 0 3rem; }
  .news-gp-item:first-child {
    width: calc(100% - 15rem); }
  .news-gp-item:last-child {
    width: 15rem;
    padding-left: 2.5rem; }
  .news-gp .news-list {
    margin-bottom: 3rem;
    width: 100%;
    height: auto;
    padding-right: 0; }
    .news-gp .news-list li a {
      font-size: 0.8rem; }

.pagenavi-wrap {
  margin-bottom: 3rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .4rem; }
      .pagenavi-wrap ul li * {
        height: 2rem;
        border: #d43f85 solid 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.75rem;
        color: #727272;
        transition: all 0.35s; }
      .pagenavi-wrap ul li .current, .pagenavi-wrap ul li a:hover {
        background: #d43f85;
        color: #FFFFFF; }

.archive-gp {
  border: #d43f85 solid 0.1rem;
  margin-bottom: 5rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #d43f85;
  text-align: center;
  padding: 0.5rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    width: 0.4rem;
    height: .4rem;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    content: "";
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transition: all 0.35s; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 0.75rem;
  max-height: 16rem;
  overflow: auto; }
  .archive-list li {
    border-bottom: #333 solid 1px; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #333;
      font-size: 0.8rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 0.65rem;
      transition: all 0.35s; }
      .archive-list li a:hover {
        color: #d43f85; }

.single-gp .date {
  margin-bottom: 1.4rem; }
.single-gp .image {
  margin-bottom: 0.75rem; }
.single-wrap :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  color: #000000; }
.single-wrap :is(h1, h2, h3, h4, h5, h6, p, ul, ol, .wp-block-image) {
  margin-bottom: 0.75rem; }
.single-wrap ul li {
  position: relative;
  padding-left: 0.75rem; }
  .single-wrap ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .25rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background: #00c0ff; }
    @media (max-width: 719px) {
      .single-wrap ul li::before {
        top: .75rem; } }
.single-wrap a {
  color: #233b5b;
  text-decoration: underline;
  transition: all 0.35s; }
  .single-wrap a:hover {
    text-decoration: none; }
.single-wrap ol {
  padding-left: 0.75rem; }
  .single-wrap ol li {
    list-style: decimal; }
.single-wrap blockquote {
  background: #EEEEEE;
  padding: 2.5rem;
  border-radius: 0.75rem;
  position: relative;
  margin: 2.5rem 0; }
  .single-wrap blockquote::before {
    content: "";
    width: 1.7rem;
    height: 1.5rem;
    position: absolute;
    left: 1rem;
    top: -0.6rem;
    background-image: url(assets/img/quote.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain; }
  .single-wrap blockquote p:last-child {
    margin-bottom: 0; }
.single-wrap :is(p, li, blockquote) {
  font-size: 0.8rem;
  line-height: 195%;
  letter-spacing: 0;
  color: #000000;
  font-weight: 500; }
.single-wrap h1 {
  font-size: 1.6rem; }
.single-wrap h2 {
  font-size: 1.2rem; }
.single-wrap h3 {
  font-size: 1.1rem; }
.single-wrap h4 {
  font-size: 1rem; }
.single-wrap h5 {
  font-size: 0.9rem; }
.single-wrap h6 {
  font-size: 0.8rem; }

.nextpre_area-item a,
.nextpre_area-item span {
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.75rem;
  font-size: 0.8rem;
  color: #262c34;
  height: 3.25rem;
  border: #d43f85 solid 1px;
  border-radius: 1.65rem;
  font-family: "Noto Serif JP", serif;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #d43f85; }

.nextpre_area.vs-02 .nextpre_area-item a,
.nextpre_area.vs-02 .nextpre_area-item span {
  border-color: #d43f85; }
.nextpre_area.vs-02 .nextpre_area-item a:hover {
  background: #d43f85; }

.single-title-01 {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0; }

.column-gp {
  padding: 3rem 0 2rem; }
  .column-gp .news-list {
    margin-bottom: 3rem; }

.wp-column {
  padding: 2.4rem 0 4rem; }

.column-gp-01 {
  margin-bottom: 5rem; }
  .column-gp-01 li {
    width: calc((100% - 4.501rem) / 4);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
    .column-gp-01 li:nth-child(4n) {
      margin-right: 0; }
    .column-gp-01 li .img {
      margin-bottom: 1.5rem; }
      .column-gp-01 li .img img {
        width: 100%;
        aspect-ratio: 4 / 2.8;
        object-fit: cover; }
    .column-gp-01 li h4 {
      color: #333;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0;
      margin-bottom: .7rem; }
      .column-gp-01 li h4 a {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .column-gp-01 li p {
      color: #333;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0; }

.column-cate-list {
  margin-bottom: 3rem; }
  .column-cate-list li {
    margin-right: 1.7rem;
    margin-bottom: 1.7rem; }
    .column-cate-list li a {
      background: #FFFFFF;
      display: block;
      padding: .9rem 3.2rem;
      font-size: 1.2rem;
      color: #777777;
      transition: all 0.35s;
      border: #3b4148 solid .1rem; }
      .column-cate-list li a.active, .column-cate-list li a:hover {
        background: #3b4148;
        color: #FFFFFF; }

.group-before {
  position: relative;
  padding-bottom: 5rem;
  border-bottom: #cec9c6 solid 1px;
  margin-bottom: 4.5rem; }

.main_page .title-default-01 {
  text-align: center; }
  .main_page .title-default-01 p {
    left: 0;
    top: 0;
    font-size: 3rem;
    letter-spacing: 0; }
.main_page h3 {
  margin-bottom: 3.3rem; }
  @media (max-width: 719px) {
    .main_page h3 {
      font-size: 2rem; } }
.main_page h4 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  padding: 0.7rem 1rem;
  margin-bottom: 1.2rem;
  background: linear-gradient(270deg, #eec6d9 0%, #d43f85 100%);
  font-family: "Noto Serif JP", serif; }
  @media (max-width: 719px) {
    .main_page h4 {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      letter-spacing: 0.15rem;
      padding: 1.2rem 1.5rem; } }
.main_page h5 {
  color: #d43f85;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  border-bottom: 1px solid #d43f85;
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif; }
  @media (max-width: 719px) {
    .main_page h5 {
      font-size: 1.8rem; } }
.main_page h6 {
  color: #d43f85;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: "Noto Serif JP", serif; }
  .main_page h6::before {
    content: "";
    position: absolute;
    top: .4rem;
    left: 0;
    margin: 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #d43f85; }
  @media (max-width: 719px) {
    .main_page h6 {
      font-size: 1.6rem; }
      .main_page h6::before {
        top: .8rem;
        width: 1rem;
        height: 1rem; } }
.main_page ul {
  display: flex;
  flex-wrap: wrap;
  border: 0.2rem solid #d43f85;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    .main_page ul {
      border: 0.3rem solid #d43f85; } }
  .main_page ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
    font-size: 0.8rem;
    line-height: 175%;
    color: #1c181a;
    font-family: "Noto Serif JP", serif; }
    .main_page ul li::before {
      content: "";
      position: absolute;
      width: 0.6rem;
      height: 0.6rem;
      top: .45rem;
      left: 0;
      border-radius: 100%;
      background: #d43f85; }
    .main_page ul li:nth-child(2n) {
      margin-right: 0; }
    .main_page ul li.last {
      padding-left: 0; }
      .main_page ul li.last::before {
        content: none; }
    @media (min-width: 960.5px) {
      .main_page ul li:nth-last-child(2), .main_page ul li:last-child {
        margin-bottom: 0; } }
  .main_page ul.vs-02 li {
    padding-left: 2.5rem; }
    .main_page ul.vs-02 li::before {
      width: 2rem;
      height: 2rem;
      top: .4rem;
      -webkit-mask: url(assets/img/check.svg) center/100% no-repeat;
      mask: url(assets/img/check.svg) center/100% no-repeat; }
    .main_page ul.vs-02 li.last {
      padding-left: 0; }
.main_page table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .main_page table td {
    border-top: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    line-height: 185%;
    color: #1c181a;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: middle;
    font-family: "Noto Serif JP", serif; }
    .main_page table td:first-child {
      width: 16rem;
      color: #ffffff;
      font-weight: bold;
      background-color: #d43f85; }
  .main_page table.vs-02 td {
    border-color: #d43f85; }
    .main_page table.vs-02 td:first-child {
      background: transparent;
      color: #1c181a;
      text-align: center; }
  .main_page table.vs-02 tr:first-child td {
    background: #d43f85;
    color: #FFFFFF; }
  .main_page table.profile tr:last-child td:first-child::before {
    height: 60%; }
  .main_page table.profile td {
    position: relative;
    border: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .main_page table.profile td:first-child {
      letter-spacing: .05rem;
      font-weight: bold;
      width: 6rem;
      background-color: transparent;
      padding-left: 0;
      color: #1c181a; }
      .main_page table.profile td:first-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 125%;
        background-color: rgba(212, 63, 133, 0.3);
        right: 0rem;
        top: 40%; }
    .main_page table.profile td:last-child {
      padding-left: 1.5rem;
      padding-right: 0;
      font-size: 0.8rem; }
      .main_page table.profile td:last-child::before {
        content: "";
        position: absolute;
        width: 0.75rem;
        height: 0.75rem;
        background-color: #d43f85;
        border-radius: 100%;
        left: -0.4rem;
        top: 50%;
        transform: translateY(-50%); }
.main_page .maps iframe {
  width: 100%;
  height: 19rem;
  border: 0;
  vertical-align: top; }
.main_page p {
  font-family: "Noto Serif JP", serif; }

.column-faq-item {
  border: 1px solid #fee6e6;
  padding: 1.5rem;
  margin-bottom: 3rem; }
  .column-faq-item:last-child {
    margin-bottom: 0; }
  .column-faq-item h4 {
    background: #fee6e6;
    color: #d43f85;
    position: relative;
    padding-left: 3.2rem; }
    .column-faq-item h4::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem;
      content: "Q";
      font-family: "Noto Serif JP", serif;
      text-align: center;
      top: .6rem;
      left: .6rem;
      border-radius: 100%;
      background: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center; }
  .column-faq-item p {
    position: relative;
    padding-left: 3.2rem; }
    .column-faq-item p::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem;
      content: "A";
      font-size: 1.3rem;
      font-family: "Noto Serif JP", serif;
      text-align: center;
      top: -0.2rem;
      left: .6rem;
      border-radius: 100%;
      color: #FFFFFF;
      background: #d43f85;
      display: flex;
      align-items: center;
      justify-content: center; }

.step_gp {
  counter-reset: section; }
  .step_gp-item {
    background: rgba(212, 63, 133, 0.1);
    padding: 1.25rem;
    margin-bottom: 2rem;
    position: relative;
    border-radius: 0.75rem;
    box-shadow: 2px 2px 0 #d43f85; }
    .step_gp-item::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 0.5rem;
      bottom: 0;
      left: 0;
      right: 0;
      background: #d43f85;
      margin: 0 auto -1.3rem;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
    .step_gp-item:last-child::before {
      content: none; }
  .step_gp.vs-02 h5 {
    position: relative;
    padding-left: 2.5rem; }
    .step_gp.vs-02 h5::before {
      counter-increment: section;
      content: counter(section) ".";
      position: absolute;
      left: 0.5rem; }

.inchou {
  display: block;
  text-align: right;
  font-size: 1rem;
  color: #d43f85;
  line-height: 150%;
  margin-top: 1.5rem; }
  @media (max-width: 719px) {
    .inchou {
      font-size: 2rem; } }

.ud_biography dl {
  display: table; }
  .ud_biography dl dt {
    width: 5rem; }
  .ud_biography dl dt, .ud_biography dl dd {
    display: table-cell; }

.column-img-right {
  display: flex;
  flex-wrap: wrap; }
  .column-img-right > div:first-child {
    width: calc(100% - 21rem);
    padding-right: 2.5rem; }
  .column-img-right > div:last-child {
    width: 21rem; }
    .column-img-right > div:last-child img {
      width: 100%;
      object-fit: cover;
      border-radius: .5rem;
      aspect-ratio: 4 / 2.7; }
      .column-img-right > div:last-child img.img-full {
        aspect-ratio: initial; }
  @media (max-width: 719px) {
    .column-img-right > div:first-child {
      width: 100%;
      padding-right: 0;
      order: 1; }
    .column-img-right > div:last-child {
      order: 0;
      width: 100%;
      margin-bottom: 0.75rem; } }
  .column-img-right.vs-02 > div:last-child img {
    aspect-ratio: 4 / 4.6; }
.column-img-left {
  display: flex;
  flex-wrap: wrap; }
  .column-img-left > div:first-child {
    width: 21rem; }
    .column-img-left > div:first-child img {
      width: 100%;
      object-fit: cover;
      border-radius: .5rem;
      aspect-ratio: 4 / 2.7; }
      .column-img-left > div:first-child img.img-full {
        aspect-ratio: initial; }
  .column-img-left > div:last-child {
    padding-left: 2.5rem;
    width: calc(100% - 21rem); }
  @media (max-width: 719px) {
    .column-img-left > div:first-child {
      width: 100%;
      margin-bottom: 1.5rem; }
    .column-img-left > div:last-child {
      padding-left: 0;
      width: 100%; } }
  .column-img-left.vs-02 > div:first-child img {
    aspect-ratio: 4 / 4.6; }
.column-default-30 {
  margin-top: 2rem; }
  @media (max-width: 719px) {
    .column-default-30 {
      margin-top: 2rem; } }
  .column-default-30 .item {
    width: calc((100% - 2.001rem) / 3);
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .column-default-30 .item:nth-child(3n) {
      margin-right: 0; }
    .column-default-30 .item .img {
      margin-bottom: 0.75rem; }
    .column-default-30 .item img {
      border-radius: 0.5rem;
      width: 100%;
      aspect-ratio: 4 / 2.8;
      object-fit: cover; }
      @media (max-width: 719px) {
        .column-default-30 .item img {
          border-radius: 0.5rem; } }
    @media (max-width: 719px) {
      .column-default-30 .item {
        width: calc((100% - 2.001rem) / 3);
        margin-right: 1rem; } }
  .column-default-30.mb--item {
    margin-bottom: -1rem; }
    .column-default-30.mb--item .item {
      margin-bottom: 1rem; }
.column-default-50 .item {
  padding: 1.5rem;
  width: calc((100% - 1.501rem) / 2);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  background: rgba(231, 175, 184, 0.1); }
  .column-default-50 .item:nth-child(2n) {
    margin-right: 0; }
  .column-default-50 .item img {
    aspect-ratio: 4/2.8;
    object-fit: cover; }

.blog-content h4 {
  border-bottom: 1px solid #ea6386;
  text-align: center;
  font-weight: 600; }

.single-column-layout h2 {
  text-align: center;
  margin: 2rem 0;
  color: #d43f85;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0; }
.single-column-layout h3 {
  margin-top: 3rem;
  color: #d43f85;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center; }
.single-column-layout h4 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  padding: 0.7rem 1rem;
  margin-bottom: 1.2rem;
  background: linear-gradient(270deg, #eec6d9 0%, #d43f85 100%);
  font-family: "Noto Serif JP", serif;
  margin-top: 2.5rem; }
  @media (max-width: 719px) {
    .single-column-layout h4 {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      letter-spacing: 0.15rem;
      padding: 1.2rem 1.5rem; } }
.single-column-layout h5 {
  margin-top: 2.5rem;
  color: #d43f85;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  border-bottom: 1px solid #d43f85;
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif; }
  @media (max-width: 719px) {
    .single-column-layout h5 {
      font-size: 1.8rem; } }
.single-column-layout h6 {
  color: #d43f85;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: "Noto Serif JP", serif; }
  .single-column-layout h6::before {
    content: "";
    position: absolute;
    top: .4rem;
    left: 0;
    margin: 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #d43f85; }
  @media (max-width: 719px) {
    .single-column-layout h6 {
      font-size: 1.6rem; }
      .single-column-layout h6::before {
        top: .8rem;
        width: 1rem;
        height: 1rem; } }

.single-news-layout h5 {
  color: #d43f85;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  border-bottom: 1px solid #d43f85;
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif; }
  @media (max-width: 719px) {
    .single-news-layout h5 {
      font-size: 1.8rem; } }
.single-news-layout h6 {
  color: #d43f85;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: "Noto Serif JP", serif; }
  .single-news-layout h6::before {
    content: "";
    position: absolute;
    top: .4rem;
    left: 0;
    margin: 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #d43f85; }
  @media (max-width: 719px) {
    .single-news-layout h6 {
      font-size: 1.6rem; }
      .single-news-layout h6::before {
        top: .8rem;
        width: 1rem;
        height: 1rem; } }

@media (max-width: 719px) {
  .sitemap-wrap {
    padding: 1rem 0 5.6rem; }
  .sitemap-title {
    font-size: 3rem; }
  .sitemap-list {
    margin-bottom: 2.7rem; }
    .sitemap-list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1rem;
      padding-left: 2rem; }
      .sitemap-list li::before {
        width: .6rem;
        height: .6rem;
        top: 1.2rem; }
      .sitemap-list li a {
        font-size: 1.5rem; }
      .sitemap-list li:last-child {
        margin-bottom: 0; }

  .catalogue-gp:not(.style-4button) {
    padding: 1.5rem; }
  .catalogue-list ul li a {
    font-size: 1.5rem; }
    .catalogue-list ul li a::before {
      width: 1.1rem;
      height: 1.1rem; }

  .news-gp {
    padding-bottom: 6rem; }
    .news-gp-item:first-child {
      width: 100%; }
    .news-gp-item:last-child {
      width: 100%;
      padding-left: 0; }
    .news-gp .news-list {
      margin-bottom: 6rem; }

  .pagenavi-wrap {
    margin-bottom: 6rem; }
    .pagenavi-wrap ul li * {
      height: 4rem;
      padding: 0 1.55rem; }

  .archive-gp {
    margin-bottom: 3rem; }
  .archive-title {
    font-size: 2rem;
    padding: 1rem; }
    .archive-title::before {
      width: 0.8rem;
      height: .8rem;
      right: 1.5rem; }
  .archive-list li a {
    font-size: 1.5rem;
    padding: 1.3rem; }

  .column-gp {
    padding-bottom: 0; }
  .column-default-50 .item {
    width: 100%;
    margin-right: 0; }

  .single-gp .date {
    margin-bottom: 2.8rem; }
  .single-wrap {
    margin-bottom: 5.4rem; }
    .single-wrap h1 {
      font-size: 2.2rem; }
    .single-wrap h2 {
      font-size: 2.0rem; }
    .single-wrap h3 {
      font-size: 1.8rem; }
    .single-wrap h4 {
      font-size: 1.6rem; }
    .single-wrap h5 {
      font-size: 1.4rem; }
    .single-wrap h6 {
      font-size: 1.3rem; }
    .single-wrap :is(p, li, blockquote) {
      font-size: 1.5rem;
      line-height: 175%; }
    .single-wrap blockquote {
      padding: 2rem;
      margin: 3rem 0; }
      .single-wrap blockquote::before {
        top: -0.5rem;
        width: 2rem;
        height: 1.8rem; }
  .single-title-01 {
    font-size: 2.2rem;
    text-align: justify;
    margin-bottom: 1rem; }

  .nextpre_area-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .nextpre_area-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      margin-top: 1.5rem;
      order: 1; }
    .nextpre_area-item:nth-child(3n) {
      margin-right: 0; }
    .nextpre_area-item a,
    .nextpre_area-item span {
      width: 100%;
      height: 5rem;
      font-size: 1.5rem;
      border-radius: 5rem; }

  .main_page ul li {
    width: 100%;
    margin-right: 0;
    font-size: 1.5rem; }
    .main_page ul li::before {
      top: 1.1rem; }
  .main_page table {
    border: #d43f85 solid 1px; }
    .main_page table td {
      float: left;
      width: 100%;
      font-size: 1.5rem;
      border-top: 0;
      border-bottom: 0; }
      .main_page table td:first-child {
        width: 100%; }
    .main_page table.vs-02 td {
      float: initial;
      padding: .4rem 0;
      width: 1.6rem;
      border-bottom: #d43f85 solid 1px; }
      .main_page table.vs-02 td:first-child {
        width: 6.3rem; }
      .main_page table.vs-02 td:last-child {
        width: 2.8rem;
        text-align: center; }
    .main_page table.profile {
      border: 0; }
      .main_page table.profile td {
        font-size: 1.5rem; }
        .main_page table.profile td:first-child {
          width: 100%;
          padding-left: 2rem;
          padding-right: 0;
          padding-bottom: 0; }
          .main_page table.profile td:first-child::before {
            right: auto;
            left: -1px;
            height: 100%;
            top: 0; }
        .main_page table.profile td:last-child {
          font-size: 1.5rem;
          padding-left: 2rem; }
          .main_page table.profile td:last-child::before {
            width: 1.5rem;
            height: 1.5rem;
            top: -2.2rem;
            transform: initial;
            left: -0.8rem; }
          .main_page table.profile td:last-child::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background-color: rgba(212, 63, 133, 0.3);
            left: -1px;
            top: 0%; }
      .main_page table.profile tr:last-child td:first-child::before {
        height: 100%; }

  .ud_biography dl dt {
    width: 9rem; }

  .column-faq-item h4 {
    font-size: 1.5rem;
    padding-left: 4.5rem; }
    .column-faq-item h4::before {
      width: 3.5rem;
      height: 3.5rem;
      font-size: 2rem; }
  .column-faq-item p {
    padding-left: 4.5rem; }
    .column-faq-item p::before {
      width: 3.5rem;
      height: 3.5rem;
      font-size: 2rem; } }
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: 0;
  right: 0; }

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  height: 8.6rem !important; }

.os-theme-dark > .os-scrollbar-vertical {
  width: 0.1rem; }

.os-theme-dark > .os-scrollbar {
  padding: 0; }

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: #eec6d9; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #eec6d9; }
  .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: #eec6d9; }
@media (max-width: 1600px) and (min-width: 1290px){
	.mv-btn{bottom: 5.5rem}
}
/*# sourceMappingURL=style.css.map */
