@charset "UTF-8";
.main-visual {
  position: relative;
  padding-top: 56.25%;
  display: flex;
  align-items: flex-end;
}

.background_video_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.background_video_wrap iframe {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: #666;
}

.main-visual__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.main-visual-logo {
  flex: 1 1 auto;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.main-visual-logo__inner {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: end;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.main-visual-logo__inner > svg {
  width: 280px;
  height: 294px;
}

.main-visual-logo__name {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
}

.main-visual-logo__text-1 {
  margin-top: 20px;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
}

.main-visual-logo__text-2 {
  margin-top: 30px;
  font-size: 120px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.main-visual-logo__text-3 {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
}

.main-visual-nav {
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.main-visual-nav__item {
  width: 25%;
}

.main-visual-nav__item a {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  font-size: 2rem;
  height: 180px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.main-visual-nav__item a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
}

.main-visual-nav__image {
  margin-top: 10px;
}

.main-visual-nav__image img {
  width: 75px;
  height: 75px;
}

.main-visual-sp-nav {
  width: 100%;
}

.main-visual-sp-nav .gnav-button {
  display: none;
}

.main-visual-sp-nav .gnav-link {
  position: relative;
  display: block;
  padding: 12px 4% 12px 4%;
  padding-right: calc(4% + 40px);
  border-top: 1px solid #ddd;
  font-size: 18px;
  color: #333;
}

.main-visual-sp-nav .gnav-button {
  position: absolute;
  right: 4%;
  top: 12px;
  display: block;
  width: 35px;
  height: 35px;
  pointer-events: none;
}

.main-visual-sp-nav .gnav-button button {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.main-visual-sp-nav .gnav-button button span {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.main-visual-sp-nav .gnav-button button span::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 19px;
  display: block;
  width: 9px;
  height: 1px;
  background: #6C39A2;
  transform: rotate(-45deg);
}

.main-visual-sp-nav .gnav-button button span::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  display: block;
  width: 9px;
  height: 1px;
  background: #6C39A2;
  transform: rotate(45deg);
}

@media screen and (min-width: 1280px) {
  .main-visual-sp-nav {
    display: none;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1280px) {
  .main-visual-logo__inner > svg {
    width: 14.591vw;
    height: 15.321vw;
  }
  .main-visual-logo__text-1 {
    margin-top: 1.044vw;
    font-size: 2.55vw;
  }
  .main-visual-logo__text-2 {
    margin-top: 1.564vw;
    font-size: 6.3vw;
  }
  .main-visual-logo__text-3 {
    margin-top: 1.303vw;
    margin-bottom: 2.606vw;
    font-size: 0.85vw;
  }
  .main-visual-nav__item a {
    height: 9.38vw;
    font-size: 1.05vw;
  }
  .main-visual-logo .urgent-news {
    margin-bottom: 1vw;
  }
  .main-visual-logo .urgent-news svg {
    width: 1.77vw;
    height: 1.56vw;
    margin-right: 0.41vw;
  }
  .main-visual-logo .urgent-news a {
    padding: 0.78vw;
    font-size: 1.04vw;
    letter-spacing: 0.262vw;
  }
  .main-visual-nav__image {
    margin-top: 0.521vw;
  }
  .main-visual-nav__image img {
    width: 3.909vw;
    height: 3.909vw;
  }
}
@media screen and (max-width: 1279px) {
  .main-visual {
    padding: 0;
  }
  .main-visual__inner {
    position: relative;
    background: #fff;
  }
  .main-visual-logo {
    width: 100%;
  }
  .main-visual-logo__inner {
    width: 100%;
    padding: 0 4%;
    background: url('/albums/css/basic3-blocks3/abm00001477.jpg') no-repeat center center;
    background-size: cover;
  }
  .main-visual-logo__inner > svg {
    width: 26.72vw;
    height: 28vw;
    margin-top: 11.5vw;
  }
  .main-visual-logo__text-1 {
    margin-top: 2vw;
    font-size: 4.5vw;
  }
  .main-visual-logo__text-2 {
    margin-top: 3vw;
    font-size: 11vw;
  }
  .main-visual-logo__text-3 {
    margin-top: 3.5vw;
    margin-bottom: 11.5vw;
    font-size: 2.3vw;
  }
  .main-visual-logo .urgent-news {
    margin-bottom: 0;
    padding: 20px 4%;
  }
  .main-visual-nav {
    flex-wrap: wrap;
    padding: 20px 4%;
    background: #E4E2F5;
  }
  .main-visual-nav__item {
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .main-visual-nav__item:nth-child(1),
  .main-visual-nav__item:nth-child(2) {
    border-top: 1px solid #ddd;
  }
  .main-visual-nav__item:nth-child(2n+1) {
    border-right: 1px solid #ddd;
  }
  .main-visual-nav__item a,
  .main-visual-nav__item a:hover {
    min-height: 120px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
  }
  .main-visual-nav__image {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .main-visual-nav__image img {
    width: 60px;
    height: 60px;
  }
}
.guide-visual {
  height: 860px;
  padding: 128px 40px 0 40px;
  background: url('/albums/css/basic3-blocks3/abm00001258.jpg') no-repeat center center;
  background-size: cover;
}

.guide-visual__title {
  max-width: 560px;
  margin: 0 auto 50px auto;
  padding: 30px 10px 20px 10px;
  background: #fff;
  text-align: center;
}

.guide-visual__title-01 {
  margin-bottom: 10px;
}

.guide-visual__title-02 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.6;
}

.guide-visual__title-03 {
  margin-bottom: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}

.guide-visual__nav {
  max-width: 560px;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

[data-area=content] .guide-visual__nav a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 13px 46px 14px 26px;
  font-weight: 300;
  background: #472573;
  color: #fff;
}

[data-area=content] .guide-visual__nav a:hover {
  text-decoration: none;
}

[data-area=content] .guide-visual__nav a::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 22px;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: border 0.2s;
}

@media screen and (min-width: 1280px) {
  [data-area=content] .guide-visual__nav a:hover {
    background: #fff;
    color: #472573;
  }
  [data-area=content] .guide-visual__nav a:hover::before {
    border-right: 1px solid #472573;
    border-bottom: 1px solid #472573;
  }
  .guide-block:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .guide-block:nth-child(2n) .guide-head__inner {
    margin-left: auto;
  }
  .bgBlack .guide-visual__title {
    background: #000;
  }
  .bgBlack [data-area=content] .guide-visual__nav a,
  .bgBlack [data-area=content] .guide-visual__nav a:hover {
    background: #000;
    color: #fff;
  }
  .bgBlack [data-area=content] .guide-visual__nav a:hover::before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .bgBlack .guide-head__inner {
    background: #000;
    box-shadow: 1px 0 0 inset #fff, -1px 0 0 inset #fff, 0 1px 0 inset #fff, 0 -1px 0 inset #fff;
  }
  .bgYellow .guide-visual__title {
    background: #ff0;
  }
}
@media screen and (max-width: 1279px) {
  .guide-visual {
    height: auto;
    padding: 0;
    background: #fff;
  }
  .guide-visual__inner {
    margin-bottom: 40px;
    padding: 40px 0;
    background: url('/albums/css/basic3-blocks3/abm00001258.jpg') no-repeat center center;
    background-size: cover;
  }
  .guide-visual__title {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .guide-visual__title-02 {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .guide-visual__title-03 {
    margin-bottom: 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .guide-visual__nav {
    max-width: none;
    padding: 0 4vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
  [data-area=content] .guide-visual__nav a {
    padding: 13px 34px 14px 16px;
    font-weight: 400;
  }
  [data-area=content] .guide-visual__nav a::before {
    right: 20px;
    top: 18px;
    width: 9px;
    height: 9px;
  }
}
.guide-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 40px 0 40px;
}

@media screen and (max-width: 1279px) {
  .guide-wrapper {
    padding: 0 4vw;
  }
}
.guide-block {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.guide-head {
  width: 100%;
  margin-bottom: 80px;
  line-height: 1.6;
  font-size: 28px;
  font-size: 2.8rem;
}

.guide-head__inner {
  max-width: 600px;
  padding: 28px 50px;
  background: #472573;
  color: #fff;
}

.guide-caption {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 300px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #472573;
}

.guide-it {
  width: calc(100% - 300px);
}

.guide-it__image {
  text-align: center;
}

.guide-it__text {
  margin-top: 60px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .guide-caption {
    display: -ms-flex;
    display: flex;
    width: 300px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .bgBlack .guide-caption {
    color: #fff;
  }
}
@media screen and (max-width: 1279px) {
  .guide-block {
    display: block;
    margin-bottom: 0;
  }
  .guide-head {
    position: relative;
    width: auto;
    margin-top: 70px;
    margin-bottom: 40px;
    margin-left: -4vw;
    padding: 30px 4vw 80px 4vw;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.428;
    background: #E4E2F5;
    border-radius: 0 4px 4px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .guide-head::before {
    content: "";
    position: absolute;
    left: 4vw;
    bottom: 61px;
    width: 30px;
    height: 2px;
    background: #4D217C;
  }
  .guide-head__inner {
    max-width: none;
    padding: 0;
    background: transparent;
    color: #333;
  }
  .guide-caption {
    width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  .guide-caption__inner {
    margin: 0;
  }
  .guide-it {
    width: 100%;
  }
  .guide-it__text {
    margin-top: 40px;
    font-weight: 400;
  }
}
.initial-med-nav {
  display: flex;
}

.initial-med-nav__item {
  width: calc(25% + 1px);
  margin-right: -1px;
  border: 1px solid #ccc;
}

.initial-med-nav__item a::before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.initial-med-nav__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.initial-med-nav__img {
  width: 54px;
  height: 54px;
  margin: 10px auto 0 auto;
}

.initial-med-nav__img svg {
  fill: #4D217C;
  transition: fill 0.2s;
}

[data-area=content] .initial-med-nav__item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 16px 10px 36px;
  color: #333;
}

[data-area=content] .initial-med-nav__item a:hover {
  text-decoration: none;
  color: #fff;
  background: #4D217C;
}

[data-area=content] .initial-med-nav__item a:hover .initial-med-nav__img svg {
  fill: #fff;
}

[data-area=content] .initial-med-nav__item a:hover::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1279px) {
  .initial-med-nav {
    margin-left: -4vw;
    margin-right: -4vw;
  }
  [data-area=content] .initial-med-nav__item a {
    padding: 11px 2px 26px;
  }
  .initial-med-nav__item a::before {
    bottom: 12px;
  }
  .initial-med-nav__text {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
  }
  .initial-med-nav__img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .initial-med-nav__img svg {
    fill: #fff;
  }
  .bgBlack .initial-med-nav__item a::before {
    border-color: #fff;
  }
  .bgBlack [data-area=content] .initial-med-nav__item a {
    color: #fff;
  }
  .bgBlack [data-area=content] .initial-med-nav__item a:hover {
    background: #000;
  }
}
.clinic-list {
  background: #F0F0F0;
  padding: 30px 5.5% 20px 5.5%;
}

[data-area=content] .clinic-list ul {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.clinic-list li {
  position: relative;
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.clinic-list li:nth-child(2n) {
  margin-right: 0;
}

[data-area=content] .clinic-list a {
  display: block;
  padding: 26px 70px 26px 60px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  background: url('/albums/css/basic3-blocks3/abm00001097.svg') no-repeat left 33px top 33px #fff;
  background-size: 16px 16px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

[data-area=content] .clinic-list a:hover {
  opacity: 0.7;
}

[data-area=content] .clinic-list strong {
  position: absolute;
  right: 20px;
  top: 20px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #FF0000;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  pointer-events: none;
}

@media screen and (max-width: 1279px) {
  .clinic-list li {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  [data-area=content] .clinic-list a {
    padding: 15px 50px 15px 40px;
    background: url('/albums/css/basic3-blocks3/abm00001097.svg') no-repeat left 18px top 20px #fff;
    background-size: 16px 16px;
  }
  [data-area=content] .clinic-list strong {
    top: 8px;
    right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .clinic-list {
    background: #000;
    box-shadow: 0 1px 0 inset #fff, 0 -1px 0 inset #fff, 1px 0 0 inset #fff, -1px 0 0 inset #fff;
  }
  .bgBlack [data-area=content] .clinic-list a {
    color: #fff;
    background-color: #000;
    box-shadow: 0 1px 0 inset #fff, 0 -1px 0 inset #fff, 1px 0 0 inset #fff, -1px 0 0 inset #fff;
  }
  .bgYellow .clinic-list {
    background: #fff;
  }
  .bgYellow [data-area=content] .clinic-list a {
    background-color: #ff0;
  }
}
.search-head {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}

.anchor-box {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.anchor-box > div {
  width: 31.66%;
  margin-right: 2.51%;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.anchor-box > div:nth-child(3n) {
  margin-right: 0;
}

[data-area=content] .anchor-box a {
  display: block;
  padding: 15px 20px 15px 60px;
  border: 1px solid #d5d5d5;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  background: url('/albums/css/basic3-blocks3/abm00001097.svg') no-repeat left 33px top 22px;
  background-size: 16px 16px;
}

@media screen and (max-width: 1279px) {
  .anchor-box > div {
    width: 48.75%;
    margin-right: 2.5%;
  }
  .anchor-box > div:nth-child(3n) {
    margin-right: 2.5%;
  }
  .anchor-box > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 679px) {
  .anchor-box > div {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .anchor-box > div:nth-child(3n) {
    margin-right: 0;
  }
  [data-area=content] .anchor-box a {
    padding: 15px 20px 15px 40px;
    background: url('/albums/css/basic3-blocks3/abm00001097.svg') no-repeat left 18px top 20px;
    background-size: 16px 16px;
  }
}
.search-box {
  display: -ms-flex;
  display: flex;
  margin-top: 40px;
  padding: 30px 5%;
  background: #f0f0f0;
}

.search-box__head {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0 15px 0 10%;
  background: #fff;
}

.search-box__inner {
  flex: 1 1 auto;
  padding: 25px 10% 25px 0;
  background: #fff;
}

.search-box__text {
  width: calc(100% - 82px);
  margin: 0;
  padding: 13px;
  border: none;
  border-radius: 0;
  background: #F0F0F0;
}

.search-box__submit {
  width: 73px;
  margin: 0 0 0 9px;
  padding: 13px 5px;
  border: none;
  border-radius: 0;
  background: #707070;
  color: #fff;
}

@media screen and (max-width: 1279px) {
  .search-box {
    display: block;
    padding: 20px 4vw;
  }
  .search-box__head {
    display: block;
    padding: 15px 4vw 10px 4vw;
  }
  .search-box__inner {
    padding: 0 4vw 20px 4vw;
  }
  .search-box__text {
    padding: 8px;
  }
  .search-box__submit {
    padding: 8px 5px;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .search-box {
    background: #000;
    box-shadow: 0 1px 0 inset #fff, 0 -1px 0 inset #fff, 1px 0 0 inset #fff, -1px 0 0 inset #fff;
  }
  .bgBlack .search-box__head {
    background: #000;
  }
  .bgBlack .search-box__inner {
    background: #000;
  }
  .bgBlack .search-box__text {
    background: #000;
    color: #fff;
    box-shadow: 0 1px 0 inset #fff, 0 -1px 0 inset #fff, 1px 0 0 inset #fff, -1px 0 0 inset #fff;
  }
  .bgBlack .search-box__submit {
    background: #000;
    box-shadow: 0 1px 0 inset #fff, 0 -1px 0 inset #fff, 1px 0 0 inset #fff, -1px 0 0 inset #fff;
  }
  .bgYellow .search-box {
    background: #fff;
  }
  .bgYellow .search-box__head {
    background: #ff0;
  }
  .bgYellow .search-box__inner {
    background: #ff0;
  }
  .bgYellow .search-box__text {
    background: #fff;
  }
}
li#baseBlock18,
li#baseBlock19 {
  display: none;
}

/* テキスト装飾 */
.fr-text-gray {
  color: #aaa !important;
}

.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

li.fr-text-bordered + li.fr-text-bordered {
  border-top: 0px;
}

.fr-text-spaced {
  letter-spacing: 1px;
}

.fr-text-uppercase {
  text-transform: uppercase;
}

.fr-class-highlighted {
  background-color: #ffff00;
}

.fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-class-transparency {
  opacity: 0.5;
}

/* 罫線 */
.cp-hr-100 {
  border-width: 0;
  border-style: solid;
  border-top: 1px solid #ccc;
}

.cp-hr-400 {
  border-width: 0;
  border-style: solid;
  border-top: 4px solid #ccc;
}

.cp-hr-800 {
  border-width: 0;
  border-style: solid;
  border-top: 8px solid #ccc;
}

.cp-hr-dashed {
  border-width: 0;
  border-top: 1px dashed #ccc;
}

/* 顔文字 */
span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

/* 画像の角を丸くする */
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* 画像に境界線を追加 */
img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

img.fr-bordered {
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  box-sizing: border-box;
}

/* 画像にドロップシャドウ */
img.fr-shadow,
.fr-img-caption.fr-shadow img {
  box-shadow: 10px 10px 5px 0px #cccccc;
}

/* 基本 */
[data-area=content] strong {
  font-weight: 700;
}

[data-area=content] em {
  font-style: italic;
}

[data-area=content] sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

[data-area=content] sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

[data-area=content] ul {
  list-style: disc;
  margin-left: 0;
  padding-left: 25px;
  width: 100%;
}

[data-area=content] ol {
  list-style: decimal;
  margin-left: 0;
  padding-left: 25px;
  width: 100%;
}

/* ボタン　デフォルトスタイル */
[data-area=content] .weight-1 {
  font-size: 36px;
  font-size: 3.6rem;
}

[data-area=content] .weight-2 {
  font-size: 27px;
  font-size: 2.7rem;
}

[data-area=content] .weight-3 {
  font-size: 21px;
  font-size: 2.1rem;
}

/*
.weight-4{
  font-size: 21px;
}
.weight-5{
  font-size: 18px;
}
*/
[data-area=content] .lead1 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #644294;
}

[data-area=content] .lead2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  color: #644294;
}

[data-area=content] .lead3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #644294;
}

[data-area=content] .button1,
[data-area=content] .button2,
[data-area=content] .button3 {
  display: flex;
  width: 100%;
}

[data-area=content] .button1 {
  justify-content: flex-start;
}

[data-area=content] .button2 {
  justify-content: center;
}

[data-area=content] .button3 {
  justify-content: flex-end;
}

[data-area=content] .button1 .button-inner,
[data-area=content] .button2 .button-inner,
[data-area=content] .button3 .button-inner {
  min-width: calc(20% - 16px);
}

[data-area=content] .button1 a,
[data-area=content] .button2 a,
[data-area=content] .button3 a {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-grow: 1;
  flex-grow: 1;
  min-width: 280px;
  padding: 8px 20px;
  /*padding: 8px 42px;*/
  border: 1px solid #644294;
  background: #644294;
  /*background: url('/albums/css/basic3-blocks3/abm00001099.svg') no-repeat right 23px top 50% #644294;
  background-size: 7px 12px;*/
  border-radius: 25px;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

[data-area=content] .button1 a:hover,
[data-area=content] .button2 a:hover,
[data-area=content] .button3 a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1280px) {
  .bgBlack [data-area=content] .button1 a,
  .bgBlack [data-area=content] .button2 a,
  .bgBlack [data-area=content] .button3 a {
    border: 1px solid #fff;
    background: #000;
  }
}
[data-area=content] .FF-1 {
  font-family: "游ゴシック", sans-serif;
}

[data-area=content] .FF-2 {
  font-family: "メイリオ", sans-serif;
}

[data-area=content] .FF-3 {
  font-family: "Segoe UI", sans-serif;
}

[data-area=content] .FF-4 {
  font-family: "ヒラギノ角ゴ Pro", sans-serif;
}

[data-area=content] .FF-5 {
  font-family: "游明朝", serif;
}

/* 基本ブロック全て */
.cp-all {
  position: relative;
  margin: 40px 0;
  z-index: 0;
}

.cp-all a {
  text-decoration: underline;
}

.cp-all::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 40px);
  pointer-events: none;
}

/* 見出し */
.cp-h1-text {
  position: relative;
  margin-top: 45px;
  margin-bottom: 60px;
  padding-bottom: 54px;
  border-bottom: 4px solid #472573;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.285;
}

.cp-h2-text {
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 44px 0 0 30px;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.428;
  border-top: 4px solid #472573;
}

.cp-h2-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 44px;
  width: 10px;
  height: 50px;
  background: #472573;
}

.cp-h3-text {
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0 0 0 30px;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.416;
}

.cp-h3-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 40px;
  background: #472573;
}

.cp-h4-text {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 0 0 30px;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.416;
}

.cp-h4-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 30px;
  background: #472573;
}

.cp-h5-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.cp-all .cp-inner .cp-h1-text:first-child,
.cp-all .cp-inner .cp-h2-text:first-child,
.cp-all .cp-inner .cp-h3-text:first-child,
.cp-all .cp-inner .cp-h4-text:first-child,
.cp-all .cp-inner .cp-h5-text:first-child {
  margin-top: 0;
}

.cp-all .cp-inner .cp-h1-text:last-child,
.cp-all .cp-inner .cp-h2-text:last-child,
.cp-all .cp-inner .cp-h3-text:last-child,
.cp-all .cp-inner .cp-h4-text:last-child,
.cp-all .cp-inner .cp-h5-text:last-child {
  margin-bottom: 0;
}

.cp-h1-text hr,
.cp-h2-text hr,
.cp-h3-text hr,
.cp-h4-text hr,
.cp-h5-text hr {
  display: none;
}

@media screen and (max-width: 1279px) {
  .cp-h1-text {
    margin-bottom: 40px;
    padding-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
  }
  .cp-h2-text {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 32px 0 0 24px;
    border-width: 3px;
  }
  .cp-h2-text::before {
    top: 32px;
    width: 8px;
    height: 44px;
  }
  .cp-h3-text {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 0 24px;
  }
  .cp-h3-text::before {
    width: 8px;
  }
  .cp-h4-text {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .cp-h1-text {
    border-color: #fff;
  }
  .bgBlack .cp-h2-text {
    background: #000;
    border-color: #fff;
  }
  .bgBlack .cp-h2-text::before {
    background: #fff;
  }
  .bgBlack .cp-h3-text {
    border-color: #fff;
  }
  .bgBlack .cp-h3-text::before {
    background: #fff;
  }
  .bgBlack .cp-h4-text {
    border-color: #fff;
  }
  .bgBlack .cp-h4-text::before {
    background: #fff;
  }
  .bgBlack .lead1 {
    color: #fff;
  }
  .bgBlack .lead2 {
    color: #fff;
  }
  .bgBlack .lead3 {
    color: #fff;
  }
  .bgYellow .cp-h2-text {
    background: transparent;
  }
  .bgYellow .cp-h3-text {
    border-bottom-color: #333;
  }
}
/* ブロック内ボタン */
.cp-link-btn {
  display: table;
  margin: 20px 0;
  padding: 4px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.cp-link-btn:hover {
  opacity: 0.7;
}

/* 囲み */
.cp-wp {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}

.cp-wp::before {
  top: -21px;
  height: calc(100% + 42px);
}

@media screen and (max-width: 1279px) {
  .cp-wp {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .cp-wp {
    border: 1px solid #fff;
    background-color: #000;
  }
}
/* テーブル */
[data-area=content] table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
}

[data-area=content] .cp-text-item table,
[data-area=content] .cp-it-text table:first-child,
[data-area=content] .cp-ti-text table:first-child {
  margin-top: 0;
}

[data-area=content] .cp-text-item table:last-child,
[data-area=content] .cp-it-text table:last-child,
[data-area=content] .cp-ti-text table:last-child {
  margin-bottom: 0;
}

[data-area=content] table th {
  padding: 10px 15px;
  border: 1px solid #999;
  background: #e6e6e6;
}

[data-area=content] table td {
  padding: 10px 15px;
  border: 1px solid #999;
}

[data-area=content] table.fr-dashed-borders {
  border-style: dashed !important;
  border-width: inherit !important;
}

[data-area=content] table.fr-dashed-borders td,
[data-area=content] table.fr-dashed-borders th {
  border-style: dashed !important;
}

[data-area=content] table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5 !important;
}

[data-area=content] table.fr-table-border-vertical {
  border: none !important;
}

[data-area=content] table.fr-table-border-vertical th,
[data-area=content] table.fr-table-border-vertical td {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

[data-area=content] table.fr-table-border-horizontal {
  border: none !important;
}

[data-area=content] table.fr-table-border-horizontal th,
[data-area=content] table.fr-table-border-horizontal td {
  border-left: 0px !important;
  border-right: 0px !important;
}

[data-area=content] table.fr-table-border-none {
  border: none !important;
}

[data-area=content] table.fr-table-border-none th,
[data-area=content] table.fr-table-border-none td {
  border: none !important;
}

[data-area=content] table.fr-table-border-1px th,
[data-area=content] table.fr-table-border-1px td {
  border-width: 1px !important;
}

[data-area=content] table.fr-table-border-2px th,
[data-area=content] table.fr-table-border-2px td {
  border-width: 2px !important;
}

[data-area=content] table.fr-table-border-3px th,
[data-area=content] table.fr-table-border-3px td {
  border-width: 3px !important;
}

[data-area=content] table.fr-table-cellPadding-10 th,
[data-area=content] table.fr-table-cellPadding-10 td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

[data-area=content] table.fr-table-cellPadding-20 th,
[data-area=content] table.fr-table-cellPadding-20 td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

[data-area=content] table.fr-table-cellPadding-30 th,
[data-area=content] table.fr-table-cellPadding-30 td {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

[data-area=content] table.fr-table-cellPadding-40 th,
[data-area=content] table.fr-table-cellPadding-40 td {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

[data-area=content] table.fr-table-cellPadding-50 th,
[data-area=content] table.fr-table-cellPadding-50 td {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

[data-area=content] table.fr-table-cellPadding-60 th,
[data-area=content] table.fr-table-cellPadding-60 td {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

[data-area=content] table.fr-table-cellPadding-70 th,
[data-area=content] table.fr-table-cellPadding-70 td {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

[data-area=content] table.fr-table-cellPadding-80 th,
[data-area=content] table.fr-table-cellPadding-80 td {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

[data-area=content] table.fr-table-cellPadding-90 th,
[data-area=content] table.fr-table-cellPadding-90 td {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

[data-area=content] table.fr-table-cellPadding-100 th,
[data-area=content] table.fr-table-cellPadding-100 td {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

[data-area=content] table td.fr-highlighted,
[data-area=content] table th.fr-highlighted {
  border: 1px double red;
}

[data-area=content] table td.fr-thick,
[data-area=content] table th.fr-thick {
  border-width: 2px;
}

[data-area=content] table td.fr-highlighted,
[data-area=content] table th.fr-highlighted {
  border: 1px double red;
}

[data-area=content] table td.fr-thick,
[data-area=content] table th.fr-thick {
  border-width: 2px;
}

@media screen and (min-width: 1280px) {
  .bgBlack [data-area=content] table th {
    border: 1px solid #fff;
    background: #000 !important;
  }
  .bgBlack [data-area=content] table td {
    border: 1px solid #fff;
    background: #000 !important;
  }
  .bgBlack [data-area=content] table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #000;
  }
}
/* テーブル横スクロールの処理 */
@media screen and (max-width: 1279px) {
  [data-area=content] .table-scroll-wrap {
    overflow-x: auto;
  }
  [data-area=content] .table-scroll-wrap > table {
    min-width: 860px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* テキスト */
[data-area=content] .cp-text {
  display: -ms-flex;
  display: flex;
}

[data-area=content] .cp-text .cp-text-item {
  width: 100%;
}

[data-area=content] .cp-text .cp-text-l {
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  [data-area=content] .cp-text {
    flex-direction: column;
  }
  [data-area=content] .cp-text .cp-text-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 画像 */
[data-area=content] span.fr-img-caption {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
}

[data-area=content] span.fr-img-caption .fr-img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
}

[data-area=content] span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

[data-area=content] span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

[data-area=content] .cp-img {
  display: -ms-flex;
  display: flex;
}

[data-area=content] .cp-img img {
  max-width: 100%;
  height: auto;
}

[data-area=content] .cp-img-item {
  width: 100%;
  text-align: center;
}

[data-area=content] .cp-img .cp-img-l {
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  [data-area=content] .cp-img {
    flex-direction: column;
  }
  [data-area=content] .cp-img .cp-img-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 画像（縦） */
[data-area=content] .cp-vertical {
  display: -ms-flex;
  display: flex;
}

[data-area=content] .cp-vertical img {
  max-width: 100%;
  height: auto;
}

[data-area=content] .cp-vertical .cp-vertical-item {
  width: 100%;
  text-align: center;
}

[data-area=content] .cp-vertical .cp-vertical-text {
  text-align: justify;
}

[data-area=content] .cp-vertical .cp-vertical-l {
  margin-right: 20px;
}

[data-area=content] .cp-ti.cp-vertical .cp-vertical-text {
  margin-bottom: 10px;
}

[data-area=content] .cp-it.cp-vertical .cp-vertical-text {
  margin-top: 10px;
}

@media screen and (max-width: 1279px) {
  [data-area=content] .cp-vertical {
    flex-direction: column;
  }
  [data-area=content] .cp-vertical .cp-vertical-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 画像（横） */
[data-area=content] .cp-horizontal {
  display: -ms-flex;
  display: flex;
}

[data-area=content] .cp-horizontal img {
  max-width: 100%;
  height: auto;
}

[data-area=content] .cp-horizontal .cp-horizontal-item {
  display: -ms-flex;
  display: flex;
  width: 100%;
  text-align: center;
}

[data-area=content] .cp-horizontal .cp-horizontal-l {
  margin-right: 20px;
}

[data-area=content] .cp-horizontal .cp-horizontal-text {
  text-align: justify;
}

[data-area=content] .cp-horizontal .cp-horizontal-img,
[data-area=content] .cp-horizontal .cp-horizontal-text {
  width: calc(50% - 20px);
}

[data-area=content] .cp-ti.cp-horizontal .cp-horizontal-text {
  margin-right: 40px;
}

[data-area=content] .cp-it.cp-horizontal .cp-horizontal-text {
  margin-left: 40px;
}

@media screen and (max-width: 1279px) {
  [data-area=content] .cp-horizontal {
    flex-direction: column;
  }
  [data-area=content] .cp-horizontal .cp-horizontal-item {
    flex-direction: column;
  }
  [data-area=content] .cp-horizontal .cp-horizontal-img,
  [data-area=content] .cp-horizontal .cp-horizontal-text {
    width: 100%;
  }
  [data-area=content] .cp-horizontal .cp-horizontal-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
  [data-area=content] .cp-ti.cp-horizontal .cp-horizontal-text {
    margin-right: 0;
    margin-bottom: 10px;
  }
  [data-area=content] .cp-it.cp-horizontal .cp-horizontal-text {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* 画像（PC/SP切替） */
[data-area=content] .cp-img-change img {
  max-width: 100%;
  height: auto;
}

[data-area=content] .cp-img-change .cp-img-item > *:last-child {
  display: none;
}

@media screen and (max-width: 1279px) {
  [data-area=content] .cp-img-change .cp-img-item > *:first-child {
    display: none;
  }
  [data-area=content] .cp-img-change .cp-img-item > *:last-child {
    display: inline-block;
  }
}
/* 線 */
.cp-border {
  border-top: 1px solid #ccc;
}

.cp-border hr {
  display: none;
}

/* 余白 */
.cp-space {
  height: 80px;
}

/* アンカーリンクメニュー */
[data-area=content] .cp-anchor-menu ul,
[data-area=content] .cp-anchor-menu ol {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

[data-area=content] .cp-anchor-menu + .cp-anchor-menu {
  margin-top: -40px;
}

[data-area=content] .cp-anchor-menu li {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  margin-bottom: 20px;
}

[data-area=content] .cp-anchor-menu li:nth-child(3n) {
  margin-right: 0;
}

[data-area=content] .cp-anchor-menu li a {
  position: relative;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 10px 40px 10px 20px;
  background: #644294;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-weight: 400;
  font-size: 1.5rem;
  font-size: 15px;
  text-decoration: none;
}

[data-area=content] .cp-anchor-menu li a::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 17px;
  width: 10px;
  height: 16px;
  background: url('/albums/css/basic3-blocks3/abm00001099.svg') no-repeat center center;
  background-size: 10px 16px;
}

[data-area=content] .cp-anchor-menu li a[href^="#"]::before {
  transform: rotate(90deg);
}

[data-area=content] .cp-anchor-menu li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1279px) {
  [data-area=content] .cp-anchor-menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack [data-area=content] .cp-anchor-menu li a {
    background: #000;
    box-shadow: 1px 0 0 inset #fff, -1px 0 0 inset #fff, 0 1px 0 inset #fff, 0 -1px 0 inset #fff;
  }
}
/* 別ページリンクメニュー */
[data-area=content] .cp-blank-menu ul,
[data-area=content] .cp-blank-menu ol {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -5px 0;
  padding: 0;
  list-style: none;
}

[data-area=content] .cp-blank-menu li {
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-left: 20px;
}

[data-area=content] .cp-blank-menu li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #333;
}

[data-area=content] .cp-blank-menu li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) skew(8deg, 8deg);
}

/* ボタン */
.cp-btn + .cp-btn {
  margin-top: -40px;
}

.cp-btn ul,
.cp-btn ol {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-btn li {
  margin-left: 20px;
  margin-bottom: 20px;
}

.cp-btn.cp-btn-01 li {
  width: 100%;
}

.cp-btn.cp-btn-02 li {
  width: calc(50% - 10px);
}

.cp-btn.cp-btn-03 li {
  width: calc((100% - 41px) / 3);
}

.cp-btn.cp-btn-04 li {
  width: calc(25% - 15px);
}

.cp-btn.cp-btn-05 li {
  width: calc(20% - 16px);
}

.cp-btn.cp-btn-01 li,
.cp-btn.cp-btn-02 li:nth-child(2n+1),
.cp-btn.cp-btn-03 li:nth-child(3n+1),
.cp-btn.cp-btn-04 li:nth-child(4n+1),
.cp-btn.cp-btn-05 li:nth-child(5n+1) {
  margin-left: 0;
}

.cp-btn li a {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 8px 20px;
  border: 1px solid #644294;
  background: #644294;
  border-radius: 25px;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.cp-btn li a:hover {
  opacity: 0.7;
}

.cp-btn.cp-btn-column ul,
.cp-btn.cp-btn-column ol {
  flex-direction: column;
}

.cp-btn.cp-btn-column ul li,
.cp-btn.cp-btn-column ol li {
  margin-left: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 1279px) {
  .cp-btn ul {
    flex-direction: column;
  }
  .cp-btn li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .cp-btn.cp-btn-02 li {
    width: 100%;
  }
  .cp-btn.cp-btn-03 li {
    width: 100%;
  }
  .cp-btn.cp-btn-04 li {
    width: 100%;
  }
  .cp-btn.cp-btn-05 li {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .cp-btn li a {
    border: 1px solid #fff;
    background: #000;
  }
}
/* タブ */
.cp-tab-menu {
  margin-bottom: 10px;
}

.cp-tab-menu ul,
.cp-tab-menu ol {
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-tab-menu li {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #644294;
  color: #644294;
  font-weight: 500;
  border-left: none;
  word-break: break-all;
  cursor: pointer;
  transition: 0.2s;
}

.cp-tab-menu li:first-child {
  border-left: 1px solid #644294;
}

.cp-tab-menu li:hover,
.cp-tab-menu li.active {
  background-color: #644294;
  color: #fff;
}

.cp-tab-menu__num {
  display: none;
}

.cp-tab-menu__num .cp-inner {
  font-weight: bold;
  font-size: 1.8rem;
  color: #C00;
  padding: 0 5px;
}

.cms .cp-tab-menu__num {
  display: block;
}

.cp-tab-content > div {
  display: none;
}

.cp-tab-content > div.active {
  display: block;
}

@media screen and (max-width: 1279px) {
  .cp-tab-menu ul,
  .cp-tab-menu ol {
    flex-wrap: wrap;
  }
  .cp-tab-menu li {
    width: 50%;
    border-top: none;
  }
  .cp-tab-menu li:nth-child(1),
  .cp-tab-menu li:nth-child(2) {
    border-top: 1px solid #333;
  }
  .cp-tab-menu li:nth-child(2n+1) {
    border-left: 1px solid #333;
  }
}
.cp-tab-content > div:before,
.cp-tab-content > div:after {
  content: "";
  display: table;
}

.cp-tab-content > div:after {
  clear: both;
}

.cp-accordion-content > div:before,
.cp-accordion-content > div:after {
  content: "";
  display: table;
}

.cp-accordion-content > div:after {
  clear: both;
}

/* 開閉式 */
.cp-accordion {
  margin: 0;
}

.cp-accordion-title {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 45px 10px 20px;
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.cp-accordion-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 31px;
  width: 1px;
  height: 13px;
  background-color: #fff;
  transition: 0.2s;
}

.cp-accordion-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 25px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}

.cp-accordion-title .cp-inner::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 23px;
  height: 23px;
  background-color: #644294;
  transition: 0.2s;
}

.cp-accordion.active .cp-accordion-title {
  background: #644294;
  color: #fff;
}

.cp-accordion.active .cp-accordion-title::before {
  opacity: 0;
  background-color: #644294;
}

.cp-accordion.active .cp-accordion-title::after {
  background-color: #644294;
}

.cp-accordion.active .cp-accordion-title .cp-inner::before {
  background: #fff;
}

.cp-accordion-content {
  margin-top: 10px;
  margin-bottom: 40px;
}

.cp-accordion-content {
  display: none;
}

.cp-accordion-head {
  text-align: right;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .bgBlack .cp-accordion-title {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
  }
  .bgBlack .cp-accordion-title .cp-inner::before {
    background-color: #000;
  }
  .bgBlack .cp-accordion.active .cp-accordion-title {
    background: #000;
  }
  .bgBlack .cp-accordion.active .cp-accordion-title::before {
    background-color: #000;
  }
  .bgBlack .cp-accordion.active .cp-accordion-title::after {
    background-color: #000;
  }
}
/* フォトアルバム */
.cp-photos {
  display: -ms-flex;
  display: flex;
}

.cp-photos + .cp-photos {
  margin-top: -20px;
}

.cp-photos-item {
  width: 100%;
}

.cp-photos-item img {
  max-width: 100%;
  height: auto;
}

.cp-photos-item p {
  margin: 10px 0 0 0;
}

.cp-photos-item p:empty {
  display: none;
}

.cp-photos .cp-photos-l {
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  .cp-photos {
    flex-direction: column;
  }
  .cp-photos .cp-photos-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* テーブル横スクロールの処理 */
table.table-scroll {
  margin: 0;
  border-top: 1px solid #c6c6c6;
}

@media screen and (max-width: 1279px) {
  .table-scroll-wrap {
    overflow: auto;
    white-space: nowrap;
  }
  .table-scroll-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll-wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table-scroll-wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/* 動画アルバム */
.cp-videos {
  display: -ms-flex;
  display: flex;
}

.cp-videos .code {
  display: none;
}

.fr-editor .cp-videos .code {
  display: block;
}

.cp-videos + .cp-videos {
  margin-top: -20px;
}

.cp-videos-item {
  width: 100%;
}

.cp-videos-item .cp-videos-thumb {
  position: relative;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cp-videos-item .cp-videos-thumb::before {
  content: "";
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 30px);
  display: block;
  height: 38px;
  width: 60px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIzNy41IiB2aWV3Qm94PSIwIDAgNjAgMzcuNSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2M5MDAwMDt9LmJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+44Ki44K744OD44OIIDczPC90aXRsZT48cmVjdCBjbGFzcz0iYSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjM3LjUiIHJ4PSI2IiByeT0iNiIvPjxwb2x5Z29uIGNsYXNzPSJiIiBwb2ludHM9IjIxLjk2IDkuNzUgMzcuOTYgMTguNzUgMjEuOTYgMjcuNzUgMjEuOTYgOS43NSIvPjwvc3ZnPg==) no-repeat center center;
}

.fr-block .cp-videos-item .cp-videos-thumb iframe {
  visibility: visible;
}

.cp-videos-item .cp-videos-thumb iframe {
  visibility: hidden;
}

.cp-videos-item p {
  margin: 10px 0 0 0;
}

.cp-videos-item p:empty {
  display: none;
}

.cp-videos .cp-videos-l {
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  .cp-videos {
    flex-direction: column;
  }
  .cp-videos .cp-videos-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 外部サービスコード */
.cp-external iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.cp-external-text-area {
  display: none;
}

@media screen and (max-width: 959px) {
  .cp-external {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
  }
  .cp-external.cypochiform-wrap::after {
    display: none;
  }
  .cp-external iframe {
    margin-bottom: -56.25% !important;
  }
  .cp-external iframe[src*=youtube],
  .cp-external iframe[src*="www.google.com/maps"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.fr-img-wrap img {
  max-width: 100%;
  overflow: hidden;
}

.fr-img-wrap span.fr-inner {
  display: block;
}

span.fr-img-caption {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}

[data-area=content] .fr-img-caption .fr-img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}

[data-area=content] span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

[data-area=content] span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/*  共通  */
.cp-wp.is-red {
  padding: 28px 20px;
  border: 4px solid #DE0000;
  text-align: center;
  color: #DE0000;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

/*  TOP  */
.top-bnr-link {
  padding: 75px 40px;
  background: #F6F6F6;
}

[data-area=content] .top-bnr-link a {
  display: block;
  color: #333;
}

.top-bnr-link a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.top-bnr-link a::after {
  content: none !important;
}

.top-bnr-link__inner {
  display: -ms-flex;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.top-bnr-link__item {
  width: 33.33%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.top-bnr-link__item:last-child {
  border-right: 1px solid #ddd;
}

.top-bnr-link__head {
  padding: 40px 10px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.top-bnr-link__image img {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .top-bnr-link {
    padding: 60px 7.5% 50px 7.5%;
  }
  .top-bnr-link__inner {
    display: block;
  }
  .top-bnr-link__item {
    width: 100%;
    margin-bottom: 10px;
    border-top: none;
    border-left: none;
  }
  .top-bnr-link__item:last-child {
    border-right: none;
  }
  .top-bnr-link__item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .top-bnr-link {
    padding: 75px 40px;
    background: #000;
    box-shadow: 0 1px 0 inset #fff, 0 -1px 0 inset #fff;
  }
  .bgBlack [data-area=content] .top-bnr-link a {
    color: #fff;
  }
  .bgBlack .top-bnr-link__item {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .bgBlack .top-bnr-link__item:last-child {
    border-right: 1px solid #fff;
  }
  .bgBlack .top-bnr-link__head {
    background: #000;
  }
  .bgYellow .top-bnr-link {
    background: #ff0;
  }
  .bgYellow .top-bnr-link__item {
    border-color: #333;
  }
  .bgYellow .top-bnr-link__head {
    background: #ff0;
  }
}
.top-links {
  padding: 60px 40px 0 40px;
}

[data-area=content] .top-links ul {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}

.top-links li {
  width: 31.6667%;
  margin-right: 2.49995%;
  margin-bottom: 28px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.top-links li:nth-child(3n) {
  margin-right: 0;
}

[data-area=content] .top-links a {
  display: block;
  padding: 20px 30px 20px 60px;
  border: 1px solid #d5d5d5;
  color: #333;
  background: url('/albums/css/basic3-blocks3/abm00001097.svg') no-repeat left 33px top 21px;
  background-size: 16px 16px;
}

[data-area=content] .top-links a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
  .top-links {
    padding: 60px 7.5% 0 7.5%;
  }
  .top-links li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  [data-area=content] .top-links a {
    padding: 15px 20px 15px 36px;
    background: url('/albums/css/basic3-blocks3/abm00001097.svg') no-repeat left 14px top 16px;
    background-size: 16px 16px;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack [data-area=content] .top-links a {
    color: #fff;
  }
  .bgYellow [data-area=content] .top-links a {
    border-color: #333;
  }
}
/*  ご来院の皆さま  */
.main {
  counter-reset: number;
}

.flow-head {
  display: -ms-flex;
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 32px 0;
  border-top: 2px solid #644294;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}

.flow-head-number {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #644294;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

.flow-head-number .cp-inner::before {
  counter-increment: number;
  content: counter(number);
}

.flow-head-text {
  width: calc(100% - 40px);
  padding-left: 12px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1279px) {
  .flow-head {
    padding: 24px 0;
    line-height: 1.5;
  }
  .flow-head-number {
    width: 30px;
    height: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .flow-head-text {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .flow-head {
    border-color: #fff;
  }
  .bgBlack .flow-head-number {
    background: #000;
    box-shadow: 1px 0 0 inset #fff, -1px 0 0 inset #fff, 0 1px 0 inset #fff, 0 -1px 0 inset #fff;
  }
}
.service-hours {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5px;
}

.service-hours-item {
  display: flex;
  max-width: 315px;
  border-left: 1px solid #ccc;
  padding: 0 35px;
  font-size: 14px;
  font-size: 1.4rem;
}

.service-hours-item:first-child {
  border-left: none;
}

.service-hours-texts {
  margin-left: 10px;
}

.service-hours-image {
  min-width: 44px;
}

.service-hours-head {
  font-weight: 700;
}

.service-hours-tel {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.57;
}

.service-hours-time {
  display: flex;
  line-height: 1.57;
}

.service-hours-time-head {
  margin-right: 15px;
  font-weight: 700;
}

.service-hours-time-red {
  margin-top: 7px;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  color: #E60000;
  line-height: 1.57;
}

.service-hours-time-list {
  margin-top: 7px;
}

[data-area=content] .service-hours-time-list a {
  padding-left: 23px;
  background: url('/albums/css/basic3-blocks3/abm00001097.svg') no-repeat left 0 top 2px;
  background-size: 18px 18px;
  color: #333;
  font-weight: 400;
}

.service-hours-aside {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 1279px) {
  .service-hours {
    display: block;
    margin: 0 -4vw;
    padding: 0;
  }
  .service-hours-item {
    max-width: none;
    border-left: none;
    padding: 10px 4vw;
    border-bottom: 1px solid #ccc;
  }
  .service-hours-item:first-child {
    border-top: 1px solid #ccc;
  }
  .service-hours-texts {
    width: calc(100% - 45px);
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack [data-area=content] .service-hours-time-list a {
    background-image: url('/albums/css/basic3-blocks3/abm00001097.svg');
    color: #fff;
  }
  .bgYellow .service-hours-item {
    border-color: #333;
  }
}
/*  広報誌  */
.pr-magazine {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

[data-area=content] .pr-magazine .fr-img-caption {
  margin: 0 2.222% 40px 0;
  width: 23.3335%;
  line-height: 1.6;
}

[data-area=content] .pr-magazine .fr-img-caption:nth-child(4n) {
  margin-right: 0;
}

[data-area=content] .pr-magazine .fr-inner {
  margin-top: 15px;
  text-align: left;
}

[data-area=content] .pr-magazine a {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1279px) {
  [data-area=content] .pr-magazine .fr-img-caption {
    width: 100%;
    margin: 0 0 30px 0;
  }
  [data-area=content] .pr-magazine .fr-img-caption .fr-img-wrap {
    display: block;
  }
  [data-area=content] .pr-magazine .fr-img-caption .fr-img-wrap img {
    flex-shrink: 0;
    max-width: 50%;
  }
  [data-area=content] .pr-magazine .fr-inner {
    margin-top: 0;
    margin-left: 10px;
  }
  [data-area=content] .pr-magazine a {
    display: -ms-flex;
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack [data-area=content] .pr-magazine a {
    color: #fff;
  }
}
/*  INDEXナビゲーション  */
.index-nav .lv3-link.outpatient3 {
  display: none;
}

.index-nav {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.index-nav > img,
.index-nav .gnav-button {
  display: none;
}

.index-nav > *:first-child {
  display: none;
}

.index-nav-lv2 > * {
  width: 32%;
  display: block;
  margin-right: 2%;
  margin-bottom: 50px;
}

.index-nav-lv2 > *:nth-child(3n+1) {
  margin-right: 0;
}

.index-nav-lv3 > * {
  width: 49%;
  display: block;
  margin-right: 2%;
  margin-bottom: 50px;
}

.index-nav-lv3 > *:nth-child(2n+1) {
  margin-right: 0;
}

.index-nav-lv2 .lv3-link,
.index-nav-lv3 .lv4-link {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #333;
}

.index-nav-lv2 .lv3-folder,
.index-nav-lv3 .lv4-folder {
  margin-top: 25px;
}

.index-nav-lv2 .lv4-item,
.index-nav-lv3 .lv5-item {
  position: relative;
  margin-left: 15px;
  margin-bottom: 8px;
  padding-left: 20px;
  line-height: 1.6;
}

.index-nav-lv2 .lv4-item::before,
.index-nav-lv3 .lv5-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: #6C39A2;
  border-radius: 50%;
}

.index-nav-lv2 .lv4-link,
.index-nav-lv3 .lv5-link {
  display: inline-block;
  color: #333;
  font-weight: 400;
}

.index-nav-lv2 .lv4-wrap,
.index-nav-lv3 .lv5-wrap {
  display: none;
}

@media screen and (max-width: 879px) {
  .index-nav > * {
    width: 49%;
  }
  .index-nav > *:nth-child(3n+1) {
    margin-right: 2%;
  }
  .index-nav > *:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 419px) {
  .index-nav > * {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .index-nav-lv2 .lv4-item::before,
  .bgBlack .index-nav-lv3 .lv5-item::before {
    background: #fff;
  }
}
/*  病院のご案内  */
.outpatient-block {
  display: -ms-flex;
  display: flex;
  background: #eee;
}

.outpatient-block__inner {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-justify-content: center;
  justify-content: center;
  width: 50%;
  padding: 10px 6%;
}

.outpatient-block__head {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #644294;
}

.outpatient-block__text {
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 1.3rem;
}

.outpatient-block__btn {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

[data-area=content] .outpatient-block__btn a {
  position: relative;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 9px;
  background: #644294;
  text-align: center;
  color: #fff;
}

[data-area=content] .outpatient-block__btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

[data-area=content] .outpatient-block__btn a::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 19px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

[data-area=content] .outpatient-block__btn a::after {
  content: none !important;
}

.outpatient-block__image {
  width: 50%;
}

.outpatient-block__image img {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .outpatient-block {
    flex-direction: column-reverse;
  }
  .outpatient-block__inner {
    width: 100%;
    padding: 20px 4% 40px 4%;
  }
  .outpatient-block__image {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .outpatient-block {
    background: #000;
  }
  .bgBlack .outpatient-block__inner {
    box-shadow: 1px 0 0 inset #fff, 0 1px 0 inset #fff, 0 -1px 0 inset #fff;
  }
  .bgBlack .outpatient-block__head {
    color: #fff;
  }
  .bgBlack [data-area=content] .outpatient-block__btn a {
    padding: 8px;
    border: 1px solid #fff;
    background: #000;
  }
}
/* ==========================================================================

フロアガイド・院内設備

========================================================================== */
#floormap {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.ob-floormap .cls-1 {
  stroke-dasharray: 0 0 0 1.90218;
}

.ob-floormap .cls-1,
.ob-floormap .cls-2,
.ob-floormap .cls-3,
.ob-floormap .cls-4,
.ob-floormap .cls-5,
.ob-floormap .cls-6,
.ob-floormap .cls-7,
.ob-floormap .cls-8,
.ob-floormap .cls-9,
.ob-floormap .cls-10,
.ob-floormap .cls-11,
.ob-floormap .cls-12,
.ob-floormap .cls-13,
.ob-floormap .cls-14,
.ob-floormap .cls-15,
.ob-floormap .cls-16,
.ob-floormap .cls-17,
.ob-floormap .cls-18,
.ob-floormap .cls-19,
.ob-floormap .cls-20,
.ob-floormap .cls-21,
.ob-floormap .cls-22,
.ob-floormap .cls-23,
.ob-floormap .cls-24,
.ob-floormap .cls-25,
.ob-floormap .cls-26,
.ob-floormap .cls-27,
.ob-floormap .cls-28,
.ob-floormap .cls-120 {
  fill: none;
  stroke-linejoin: round;
}

.ob-floormap .cls-1,
.ob-floormap .cls-2,
.ob-floormap .cls-3,
.ob-floormap .cls-4,
.ob-floormap .cls-5,
.ob-floormap .cls-6,
.ob-floormap .cls-8,
.ob-floormap .cls-9,
.ob-floormap .cls-10,
.ob-floormap .cls-11,
.ob-floormap .cls-12,
.ob-floormap .cls-13,
.ob-floormap .cls-14,
.ob-floormap .cls-15,
.ob-floormap .cls-16,
.ob-floormap .cls-17,
.ob-floormap .cls-18,
.ob-floormap .cls-19,
.ob-floormap .cls-21,
.ob-floormap .cls-22,
.ob-floormap .cls-23,
.ob-floormap .cls-25,
.ob-floormap .cls-26,
.ob-floormap .cls-28,
.ob-floormap .cls-120 {
  stroke-linecap: round;
}

.ob-floormap .cls-1,
.ob-floormap .cls-2,
.ob-floormap .cls-3,
.ob-floormap .cls-4,
.ob-floormap .cls-5,
.ob-floormap .cls-6,
.ob-floormap .cls-10,
.ob-floormap .cls-11,
.ob-floormap .cls-12,
.ob-floormap .cls-13,
.ob-floormap .cls-14,
.ob-floormap .cls-15,
.ob-floormap .cls-17,
.ob-floormap .cls-18,
.ob-floormap .cls-19,
.ob-floormap .cls-21,
.ob-floormap .cls-22,
.ob-floormap .cls-23,
.ob-floormap .cls-25,
.ob-floormap .cls-26,
.ob-floormap .cls-28,
.ob-floormap .cls-120 {
  stroke: #644294;
}

.ob-floormap .cls-2 {
  stroke-dasharray: 0 0 0 2.03659;
}

.ob-floormap .cls-3 {
  stroke-dasharray: 0 0 0 2.02053;
}

.ob-floormap .cls-29 {
  fill: #fff;
}

.ob-floormap .cls-30 {
  fill: #fff;
}

.ob-floormap .cls-4 {
  stroke-dasharray: 0 0 0 1.97318;
}

.ob-floormap .cls-5 {
  stroke-dasharray: 0 0 0 1.99677;
}

.ob-floormap .cls-6 {
  stroke-dasharray: 0 0 0 1.98978;
}

.ob-floormap .cls-7 {
  stroke-dasharray: 0 0 1.13672 2.84179;
}

.ob-floormap .cls-7,
.ob-floormap .cls-20,
.ob-floormap .cls-24,
.ob-floormap .cls-27 {
  stroke: #cac8c7;
}

.ob-floormap .cls-7,
.ob-floormap .cls-24 {
  stroke-width: 11.33858px;
}

.ob-floormap .cls-8 {
  stroke: #f08300;
}

.ob-floormap .cls-9 {
  stroke: #898989;
}

.ob-floormap .cls-10 {
  stroke-dasharray: 0 0 0 1.97999;
}

.ob-floormap .cls-11 {
  stroke-dasharray: 0 0 0 2.10426;
}

.ob-floormap .cls-12 {
  stroke-dasharray: 0 0 0 2.08128;
}

.ob-floormap .cls-13 {
  stroke-dasharray: 0 0 0 2.03354;
}

.ob-floormap .cls-14 {
  stroke-dasharray: 0 0 0 2.03533;
}

.ob-floormap .cls-31 {
  fill: #898989;
}

.ob-floormap .cls-15 {
  stroke-dasharray: 0 0 0 2.11385;
}

.ob-floormap .cls-16 {
  stroke: #00a0e9;
}

.ob-floormap .cls-17 {
  stroke-dasharray: 0 0 0 2.01939;
}

.ob-floormap .cls-19 {
  stroke-dasharray: 0 0 0 1.96837;
}

.ob-floormap .cls-20 {
  stroke-width: 2.8346px;
}

.ob-floormap .cls-32 {
  -webkit-clip-path: url(#clippath);
          clip-path: url(#clippath);
}

.ob-floormap .cls-33 {
  fill: #ebebeb;
}

.ob-floormap .cls-34 {
  fill: #ffff45;
}

.ob-floormap .cls-35 {
  fill: #00cfff;
}

.ob-floormap .cls-21 {
  stroke-dasharray: 0 0 0 2.1154;
}

.ob-floormap .cls-22 {
  stroke-dasharray: 0 0 0 1.98979;
}

.ob-floormap .cls-23 {
  stroke-dasharray: 0 0 0 1.90676;
}

.ob-floormap .cls-24 {
  stroke-dasharray: 0 0 1.13549 2.83873;
}

.ob-floormap .cls-25 {
  stroke-dasharray: 0 0 0 2.00572;
}

.ob-floormap .cls-26 {
  stroke-dasharray: 0 0 0 2.0686;
}

.ob-floormap .cls-36 {
  fill: #231815;
}

.ob-floormap .cls-27 {
  stroke-width: 2.83465px;
}

.ob-floormap .cls-28 {
  stroke-dasharray: 0 0 0 1.93179;
}

.ob-floormap .cls-38 {
  fill: red;
}

/* 1号館 */
.anchor-elem01 polygon,
.anchor-elem01 path {
  fill: #fff;
  transition: 0.2s;
}

.anchor-elem01:hover polygon,
.anchor-elem01:hover path,
.anchor-elem01.is-hover polygon,
.anchor-elem01.is-hover path {
  fill: #fff100;
  opacity: 0.2;
  cursor: pointer;
}

.ob-floormap .cls-8 {
  cursor: pointer;
}

.anchor-elem__name01 polygon,
.anchor-elem__name01 .cls-37 {
  fill: #472573;
  transition: 0.2s;
}

.anchor-elem__name01 rect {
  fill: #fff;
  transition: 0.2s;
}

.anchor-elem__name01.is-hover rect {
  fill: #472573;
}

.anchor-elem__name01.is-hover .cls-37 {
  fill: #fff;
}

@media screen and (max-width: 1279px) {
  .anchor-elem__name01 {
    transform: scale(1.7) translate(-147px, 1px);
  }
}
/* 2号館 */
.anchor-elem02 {
  fill: #fff;
  transition: 0.2s;
}

.anchor-elem02.is-hover,
.anchor-elem02:hover {
  fill: #644294;
  opacity: 0.2;
  cursor: pointer;
}

.ob-floormap .cls-18 {
  cursor: pointer;
}

.anchor-elem__name02 polygon,
.anchor-elem__name02 .cls-37 {
  fill: #472573;
  transition: 0.2s;
}

.anchor-elem__name02 rect {
  fill: #fff;
  transition: 0.2s;
}

.anchor-elem__name02.is-hover rect {
  fill: #472573;
}

.anchor-elem__name02.is-hover .cls-37 {
  fill: #fff;
}

@media screen and (max-width: 1279px) {
  .anchor-elem__name02 {
    transform: scale(1.7) translate(-192px, -54px);
  }
}
/* 3号館 */
.anchor-elem03 {
  fill: #fff;
  transition: 0.2s;
}

.anchor-elem03.is-hover,
.anchor-elem03:hover {
  fill: #644294;
  opacity: 0.2;
  cursor: pointer;
}

.ob-floormap .cls-120 {
  cursor: pointer;
}

.anchor-elem__name03 polygon,
.anchor-elem__name03 .cls-37 {
  fill: #472573;
  transition: 0.2s;
}

.anchor-elem__name03 rect {
  fill: #fff;
  transition: 0.2s;
}

.anchor-elem__name03.is-hover rect {
  fill: #472573;
}

.anchor-elem__name03.is-hover .cls-37 {
  fill: #fff;
}

@media screen and (max-width: 1279px) {
  .anchor-elem__name03 {
    transform: scale(1.7) translate(-300px, -26px);
  }
}
/* 4号館 */
.anchor-elem04 {
  fill: #fff;
  transition: 0.2s;
}

.anchor-elem04.is-hover,
.anchor-elem04:hover {
  fill: #00a0e9;
  opacity: 0.2;
  cursor: pointer;
}

.ob-floormap .cls-16 {
  cursor: pointer;
}

.anchor-elem__name04 polygon,
.anchor-elem__name04 .cls-37 {
  fill: #472573;
  transition: 0.2s;
}

.anchor-elem__name04 rect {
  fill: #fff;
  transition: 0.2s;
}

.anchor-elem__name04.is-hover rect {
  fill: #472573;
}

.anchor-elem__name04.is-hover .cls-37 {
  fill: #fff;
}

@media screen and (max-width: 1279px) {
  .anchor-elem__name04 {
    transform: scale(1.7) translate(-269px, -21px);
  }
}
/* がん療法レジメン */
.regimen-menu {
  margin: 51px 0 0;
}

.regimen-menu ul {
  display: grid;
  gap: 20px 27px;
  grid-template-columns: 23.33% 23.33% 23.33% 23.33%;
  list-style: none;
  padding-left: 0;
}

.regimen-menu .cp-text.cp-text-col1.cp-all {
  margin-bottom: 47px;
}

.regimen-menu ul a {
  display: flex;
  height: 60px;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.cms .regimen-menu ul a {
  background-color: #ccc;
}

.regimen-menu ul span {
  display: grid;
  width: 100%;
  height: 60px;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: all 0.2s;
  grid-template-columns: 80% 7%;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

.regimen-menu ul span::after {
  content: "";
  display: block;
  background-image: url('/albums/css/basic3-blocks3/abm00011825.svg');
  width: 17px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  position: absolute;
  right: 18px;
}

.regimen-menu ul span:hover {
  opacity: 0.7;
}

/* .cms ul li{
  margin-bottom: 24px;
} */
.regimen-heading {
  max-width: 100%;
  background-color: #ccc;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.regimen-heading span {
  display: block;
  padding: 0 20px;
  line-height: 56px;
}

.regimen-heading span span {
  padding: 0;
}

@media screen and (max-width: 1279px) {
  .regimen-menu ul {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .regimen-menu ul a {
    font-size: 1.2rem;
  }
  .regimen-menu ul span {
    font-size: 1.5rem;
  }
  .regimen-menu ul span::after {
    right: 24px;
  }
  .regimen-heading {
    font-size: 1.8rem;
    line-height: inherit;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 650px) {
  .regimen-menu ul a {
    height: 44px;
  }
  .regimen-menu ul span {
    font-size: 1.2rem;
    grid-template-columns: 85% 15%;
    height: 44px;
  }
  .regimen-menu ul span::after {
    position: static;
    margin: 0 4px;
    width: 10px;
  }
  .regimen-heading {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .regimen-heading span {
    display: flex;
    padding: 0px 16px;
    align-items: center;
    line-height: 1.6;
    height: 56px;
  }
}
@media screen and (max-width: 350px) {
  .regimen-menu ul span {
    font-size: 1.1rem;
    grid-template-columns: 85% 15%;
    height: 44px;
  }
}
.regimen-heading + table td {
  padding: 6px 15px;
}

/**CYPOCHI_AIR_AUTO_STYLE__START**/
.cp-basic-block {
  position: relative;
  margin: 40px 0;
  line-height: 1.8;
  z-index: 0;
}

.cp-basic-block:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 40px);
  pointer-events: none;
}

.cp-basic-block .cp-inner .cp-h1-text:first-child,
.cp-basic-block .cp-inner .cp-h2-text:first-child,
.cp-basic-block .cp-inner .cp-h3-text:first-child,
.cp-basic-block .cp-inner .cp-h4-text:first-child,
.cp-basic-block .cp-inner .cp-h5-text:first-child {
  margin-top: 0;
}

.cp-basic-block .cp-inner img {
  max-width: 100%;
  height: auto;
}

.cp-basic-block__row {
  display: flex;
  flex-wrap: wrap;
}

.cp-basic-block__row.is-float {
  display: block;
}

.cp-basic-block__col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.cp-basic-block__col + .cp-basic-block__col {
  margin-left: 30px;
}

.cp-basic-block__col.is-float-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

.cp-basic-block__col.is-float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}

.cp-basic-block__row.is-float .cp-basic-block__col + .cp-basic-block__col {
  margin-left: 0;
}

.cp-basic-block__row[data-ratio="1-2"] .cp-basic-block__col:last-child,
.cp-basic-block__row[data-ratio="2-1"] .cp-basic-block__col:first-child {
  flex-grow: 2;
}

.cp-basic-block__row[data-ratio="3-1"] .cp-basic-block__col:first-child,
.cp-basic-block__row[data-ratio="1-3"] .cp-basic-block__col:last-child {
  flex-grow: 3;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col {
    flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col:last-child {
    margin-bottom: 0;
  }
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col.is-float-left, .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col.is-float-right {
    float: none;
    margin: 0 auto 30px;
  }
}
.cp-basic-block__col .cp-inner:empty:before, .cp-basic-block__col .cp-inner:empty:after {
  pointer-events: none;
  font-size: 15px;
  display: block;
}

.cp-basic-block__col .cp-inner:empty:focus:before, .cp-basic-block__col .cp-inner:empty:focus:after {
  content: none;
}

.cp-basic-block__image-text-wrap > * {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}

.cp-basic-block__image-text-wrap:before {
  top: -21px;
  height: calc(100% + 42px);
}

.cp-basic-block__tab-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  flex: 1;
  order: -1;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input {
  display: none !important;
}

.cp-basic-block__tab-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {
  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__tab-contents {
    flex-direction: column;
  }
}
.cp-basic-block__tab-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  flex: 1;
  order: -1;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input {
  display: none !important;
}

.cp-basic-block__tab-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {
  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__tab-contents {
    flex-direction: column;
  }
}
.cp-basic-block__accordion-contents {
  width: 100%;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  padding: 10px 25px;
  display: block;
  width: 100%;
  background: #F5F5F5;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #1A5948;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  position: relative;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label::before,
.cp-basic-block__accordion-contents .cp-basic-block__child-label::after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transition: 0.3s;
  background-color: #333;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label::after {
  transform: rotate(-90deg);
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {
  color: #fff;
  background: #1A5948;
  transition: 0.2s;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover::after {
  transform: rotate(0deg);
  background-color: #fff;
  transition: 0.2s;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input {
  display: none !important;
}

.cp-basic-block__accordion-contents .cp-basic-block__child-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background: #1A5948;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label::after {
  transform: rotate(0deg);
  background-color: #fff;
  transition: 0.2s;
}

.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label + .cp-basic-block__child-content {
  padding: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s opacity;
  opacity: 1;
}

.cp-basic-block__accordion-all-toggle-button-wrap {
  display: flex;
  justify-content: flex-end;
}

.cp-basic-block__accordion-all-toggle-button {
  cursor: pointer;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.cp-basic-block__accordion-all-toggle-button:before {
  content: "全て開く";
}

.cp-basic-block__accordion-all-toggle-button[data-is-active="1"]:before {
  content: "全て閉じる";
}

.cp-basic-block__accordion-all-toggle-button-icon {
  position: absolute;
  top: 50%;
  left: 0;
}

.cp-basic-block__accordion-all-toggle-button-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
}

.cp-basic-block__accordion-all-toggle-button-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform: rotate(90deg);
  transition: 0.2s;
}

.cp-basic-block__accordion-all-toggle-button[data-is-active="1"] .cp-basic-block__accordion-all-toggle-button-icon:before {
  transform: rotate(0);
  transition: 0.2s;
}

[data-area=content] .cp-basic-block__buttons ul {
  list-style: none;
  margin: 0;
}

.cp-basic-block__buttons ul {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
}

.cp-basic-block__buttons li {
  margin-bottom: 20px;
  width: 100%;
  counter-increment: number 1;
}

.cp-basic-block__buttons li a {
  position: relative;
  display: block;
  text-align: inherit;
  padding: 10px 5px;
  border: 1px solid #0000FF;
  background-color: #fff;
  word-break: break-all;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
}

.cp-basic-block__row[data-position=center] .cp-basic-block__buttons ul {
  justify-content: center;
}

.cp-basic-block__row[data-position=right] .cp-basic-block__buttons ul {
  justify-content: flex-end;
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col2 > li {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.cp-basic-block__buttons ul.cp-basic-block__buttons-col2 > li:nth-child(2n) {
  margin-right: 0;
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col3 > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.cp-basic-block__buttons ul.cp-basic-block__buttons-col3 > li:nth-child(3n) {
  margin-right: 0;
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col4 > li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
.cp-basic-block__buttons ul.cp-basic-block__buttons-col4 > li:nth-child(4n) {
  margin-right: 0;
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col5 > li {
  width: calc((100% - 120px) / 5);
  margin-right: 30px;
}
.cp-basic-block__buttons ul.cp-basic-block__buttons-col5 > li:nth-child(5n) {
  margin-right: 0;
}

.cp-basic-block__buttons ul.cp-basic-block__buttons-col6 > li {
  width: calc((100% - 150px) / 6);
  margin-right: 30px;
}
.cp-basic-block__buttons ul.cp-basic-block__buttons-col6 > li:nth-child(6n) {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col2 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col3 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col4 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col5 > li,
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col6 > li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col2 > li:nth-child(2n), .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col2 > li:nth-child(3n), .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col2 > li:nth-child(4n), .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col2 > li:nth-child(5n), .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col2 > li:nth-child(6n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col3 > li:nth-child(2n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col3 > li:nth-child(3n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col3 > li:nth-child(4n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col3 > li:nth-child(5n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col3 > li:nth-child(6n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col4 > li:nth-child(2n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col4 > li:nth-child(3n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col4 > li:nth-child(4n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col4 > li:nth-child(5n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col4 > li:nth-child(6n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col5 > li:nth-child(2n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col5 > li:nth-child(3n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col5 > li:nth-child(4n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col5 > li:nth-child(5n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col5 > li:nth-child(6n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col6 > li:nth-child(2n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col6 > li:nth-child(3n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col6 > li:nth-child(4n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col6 > li:nth-child(5n),
  .cp-basic-block__buttons .cp-basic-block__row:not(.is-no-step-down) ul.cp-basic-block__buttons-col6 > li:nth-child(6n) {
    margin-right: auto;
  }
}
[data-area=content] .cp-basic-block__anchors ul {
  list-style: none;
  margin: 0;
}

.cp-basic-block__anchors ul {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  background-color: #F5F5F5;
}

.cp-basic-block__anchors li {
  margin-bottom: 0;
  padding: 0 2em;
  counter-increment: number 1;
  font-size: 14px;
}

.cp-basic-block__anchors li a {
  position: relative;
  display: block;
  text-align: inherit;
  word-break: break-all;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.cp-basic-block__outer-codes-text-middle {
  margin: 40px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cp-basic-block__outer-codes-text-middle::after {
  position: absolute;
  content: "";
  top: calc(50% - 16px);
  left: calc(50% - 30px);
  width: 60px;
  height: 38px;
  background-repeat: no-repaet;
  background-position: center center;
  background-size: 60px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2238%22%20viewBox%3D%220%200%2060%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3018%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203018%22%20transform%3D%22translate(-493%20-642)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2456%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202456%22%20width%3D%2260%22%20height%3D%2238%22%20rx%3D%226%22%20transform%3D%22translate(493%20642)%22%20fill%3D%22%23f10000%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_12%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2012%22%20d%3D%22M9%2C0l9%2C15.545H0Z%22%20transform%3D%22translate(530.545%20652)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.cp-basic-block__outer-codes-text-middle:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.cp-basic-block__outer-codes-text-middle iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cp-basic-block__outer-codes.cp-videos,
.cp-basic-block__outer-codes-wrap.cp-videos {
  display: block;
}

.cp-basic-block__outer-codes-wrap > * {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}

.cp-basic-block__outer-codes-wrap:before {
  top: -21px;
  height: calc(100% + 42px);
}

.cp-basic-block__image-album-text {
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__row.is-step-down-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:first-child {
    margin-bottom: 0;
  }
  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:last-child {
    margin-bottom: 30px;
  }
}
.cp-basic-block__buttons .cp-basic-block__row[data-position=center] ul {
  justify-content: center;
}

.cp-basic-block__buttons .cp-basic-block__row[data-position=right] ul {
  justify-content: flex-end;
}

.cp-basic-block__buttons li {
  max-width: 350px;
}

.cp-basic-block__buttons li a {
  padding: 7px 5px;
  border-radius: 0;
  border: 1px solid #A5A5A5;
}

.cp-basic-block__outer-codes-text-middle.is-inline-insert {
  margin-top: 0;
}

.cp-basic-block__outer-codes-text-middle.is-inline-insert::after {
  content: none;
}

.cp-basic-block__news-ul {
  margin: 0 !important;
  list-style: none !important;
}

.cp-basic-block__news-link {
  display: flex;
  transition: 0.3s;
  text-decoration: none;
}

.cp-basic-block__news-ul[data-cp-news-layout=standard] .cp-basic-block__news-link {
  padding: 26px 0;
}

.cp-basic-block__news-link:hover {
  text-decoration: none;
  transition: 0.3s;
}

.cp-basic-block__news-ul[data-cp-news-layout=standard] .cp-basic-block__news-link:hover {
  background-color: #EFEDEB;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-link,
  .cp-basic-block__news-ul[data-cp-news-layout=standard] .cp-basic-block__news-link {
    flex-direction: column;
    padding: 20px;
  }
}
.cp-basic-block__news-li {
  border-top: 1px solid #EBEBEB;
}

.cp-basic-block__news-li:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.cp-basic-block__news-date-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}

.cp-basic-block__news-ul[data-cp-news-layout=standard] .cp-basic-block__news-date-area {
  width: 170px;
  border-right: 1px solid #CCCCCC;
  padding-left: 20px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-date-area,
  .cp-basic-block__news-ul[data-cp-news-layout=standard] .cp-basic-block__news-date-area {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    border: none;
    flex-direction: row;
  }
}
.cp-basic-block__news-category {
  line-height: 1;
  margin-top: 3px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-category {
    margin-left: 20px;
  }
}
.cp-basic-block__news-ul[data-cp-news-layout=standard] .cp-basic-block__news-title-area {
  padding-left: 37px;
  width: calc(100% - 170px);
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-title-area,
  .cp-basic-block__news-ul[data-cp-news-layout=standard] .cp-basic-block__news-title-area {
    width: 100%;
    padding-left: 0;
  }
}
.cp-basic-block__news-date {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
}

.cp-basic-block__news-category {
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #666666;
  color: #fff;
  font-weight: 500;
  padding: 0 14px;
  height: 21px;
  display: inline-block;
}

.cp-basic-block__news-title-area {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.56;
  padding-top: 5px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-title-area {
    font-size: 1.5rem;
  }
}
.cp-basic-block__news-tags {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #333333;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-tags {
    font-size: 1.1rem;
  }
}
.cp-basic-block__news-tag {
  padding: 2px 5px;
  display: inline-block;
  margin-right: 5px;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail] {
  display: flex;
  flex-wrap: wrap;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail] .cp-basic-block__news-li {
  border: none;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail] .cp-basic-block__news-li:nth-child(4n) {
  margin-right: 0;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail] .cp-basic-block__news-link {
  flex-direction: column;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail] .cp-basic-block__news-title-area {
  padding: 10px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail] .cp-basic-block__news-date-area {
  justify-content: space-between;
  align-items: center;
}

.cp-basic-block__news-thumbnail-area {
  padding-top: 56.25%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cp-basic-block__news-thumbnail-area .cp-basic-block__news-category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}

.cp-basic-block__news-thumbnail-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: scale(1);
  transition: 0.3s;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail] .cp-basic-block__news-link:hover .cp-basic-block__news-thumbnail-area img {
  transform: scale(1.1);
  transition: 0.3s;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail][data-cp-slick=true] {
  visibility: hidden;
  max-height: 350px;
  overflow: hidden;
}

.cp-basic-block__news-ul[data-cp-news-layout=thumbnail][data-cp-slick=true].slick-initialized {
  visibility: visible;
  max-height: none;
  overflow: visible;
}

.cp-basic-block__news-ul.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.cp-basic-block__news-ul .slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}

.cp-basic-block__news-ul .slick-list:focus {
  outline: none;
}

.cp-basic-block__news-ul .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.cp-basic-block__news-ul.slick-slider .slick-track,
.cp-basic-block__news-ul.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.cp-basic-block__news-ul .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cp-basic-block__news-ul .slick-track:before,
.cp-basic-block__news-ul .slick-track:after {
  content: "";
  display: table;
}

.cp-basic-block__news-ul .slick-track:after {
  clear: both;
}

.cp-basic-block__news-ul .slick-loading .slick-track {
  visibility: visible;
}

.cp-basic-block__news-ul .slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  max-width: 320px;
  width: 100%;
  margin-right: 20px;
}

.cp-basic-block__news-ul[dir=rtl] .slick-slide {
  float: right;
}

.cp-basic-block__news-ul .slick-disabled .cp-basic-block__news-ul {
  opacity: 0.3;
}

.cp-basic-block__news-ul .slick-slide img {
  display: block;
}

.cp-basic-block__news-ul .slick-slide.slick-loading img {
  display: none;
}

.cp-basic-block__news-ul .slick-slide.dragging img {
  pointer-events: none;
}

.cp-basic-block__news-ul.slick-initialized .slick-slide {
  display: block;
}

.cp-basic-block__news-ul.slick-loading .slick-slide {
  visibility: hidden;
}

.cp-basic-block__news-ul.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.cp-basic-block__news-ul .slick-arrow.slick-hidden {
  display: none;
}

.cp-basic-block__news-ul .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__news-ul .slick-dots {
    bottom: 20px;
  }
}
.cp-basic-block__news-ul .slick-dots li {
  margin: 0 10px;
  list-style-type: none;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__news-ul .slick-dots li {
    margin: 0 6px;
  }
}
.cp-basic-block__news-ul .slick-dots li.slick-active button {
  background: #fff;
}

.cp-basic-block__news-ul .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
.cp-basic-block__news-ul .slick-dots li button .cp-basic-block__news-ul {
  transition: 0.2s;
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__news-ul .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.cp-basic-block__news-ul .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
}

.cp-basic-block__news-ul .slick-prev {
  left: 0;
}

.cp-basic-block__news-ul .slick-next {
  right: 0;
}

.cp-basic-block__news-ul[data-cp-news-layout=events] .cp-basic-block__news-link {
  flex-direction: column;
  padding: 20px 10px;
  position: relative;
  transition: 0.3s;
}

.cp-basic-block__news-ul[data-cp-news-layout=events] .cp-basic-block__news-link:hover {
  background-color: #EFEDEB;
}

.cp-basic-block__news-ul[data-cp-news-layout=events] .cp-basic-block__news-category {
  font-size: 1.4rem;
  height: auto;
  background: none;
  padding: 0;
  color: #222;
  margin: 0;
  font-weight: 400;
  margin-bottom: 5px;
}

.cp-basic-block__news-schedule-lists {
  display: flex;
}

.cp-basic-block__news-schedule-date {
  font-size: 3.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-schedule-date {
    font-size: 2rem;
  }
}
.cp-basic-block__news-schedule-day {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-schedule-day {
    font-size: 1rem;
  }
}
.cp-basic-block__news-ul[data-cp-news-layout=events] .cp-basic-block__news-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 29px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-ul[data-cp-news-layout=events] .cp-basic-block__news-title {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .cp-basic-block__news-ul[data-cp-news-layout=standard] .cp-basic-block__news-title {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.cp-basic-block__news-venue {
  margin-top: 17px;
  font-size: 1.4rem;
  color: #555555;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-venue {
    font-size: 1.3rem;
  }
}
.cp-basic-block__news-venue::before {
  content: "場所：";
}

.cp-basic-block__news-subjects {
  font-size: 1.4rem;
  color: #555555;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-subjects {
    font-size: 1.3rem;
  }
}
.cp-basic-block__news-subjects::before {
  content: "対象：";
}

.cp-basic-block__news-schedule::after {
  content: " / ";
  font-size: 1.6rem;
  font-weight: 300;
  padding-right: 10px;
}

.cp-basic-block__news-schedule:last-child::after {
  content: none;
}

.cp-basic-block__news-border {
  height: 6px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.cp-basic-block__news-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: flex-start;
}

.cp-basic-block__news-select {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-select {
    width: calc(50% - 20px);
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.cp-basic-block__news-select label {
  position: relative;
  display: inline-block;
  width: 169px;
  border: 1px solid #999;
  overflow: hidden;
  background: #fff;
}

@media only screen and (max-width: 1280px) {
  .cp-basic-block__news-select label {
    width: 100%;
  }
}
.cp-basic-block__news-select select {
  display: block;
  width: calc(100% + 50px);
  margin: 0 auto;
  padding: 8px 27px 5px 10px;
  border: none;
  background-color: #fff;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp-basic-block__news-select label::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.cp-basic-block__news-button {
  background-color: #222;
  color: #fff;
  border: none;
  width: 120px;
  height: 32px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: center;
  cursor: pointer;
}

.cp-basic-block__news-checkbox-wrap {
  display: flex;
}

.cp-basic-block__news-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}

.cp-basic-block__news-checkbox-input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.cp-basic-block__news-checkbox-input:focus + .cp-basic-block__news-checkbox-icon {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}

.cp-basic-block__news-checkbox-input:checked + .cp-basic-block__news-checkbox-icon {
  border: solid 2px #333333;
  background: #FFFFFF;
}

.cp-basic-block__news-checkbox-input:checked + .cp-basic-block__news-checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

.cp-basic-block__news-checkbox-icon {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}

.cp-basic-block__news-checkbox-text {
  margin-left: 5px;
  display: block;
  font-size: 1.6rem;
}

.cp-basic-block__news-paging {
  margin-left: 0 !important;
  margin-right: 0 !important;
  list-style: none !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  padding: 16px 4vw;
}

.cp-basic-block__news-paging-item {
  position: relative;
  display: block;
  margin: 4px;
}

.cp-basic-block__news-paging-item a,
.cp-basic-block__news-paging-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #555;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

.cp-basic-block__news-paging-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.cp-basic-block__news-paging-item span.is-active {
  background: #222;
}

.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left > .cp-inner,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right > .cp-inner {
  width: 100%;
}

.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left > .cp-inner img,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right > .cp-inner img {
  max-width: none;
  width: 100%;
}

.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-right {
  width: 33.3333333333%;
}

.cp-basic-block__row.is-float[data-ratio="2-1"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-2"] .cp-basic-block__col.is-float-right {
  width: 66.6666666667%;
}

.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-right {
  width: 25%;
}

.cp-basic-block__row.is-float[data-ratio="3-1"] .cp-basic-block__col.is-float-left,
.cp-basic-block__row.is-float[data-ratio="1-3"] .cp-basic-block__col.is-float-right {
  width: 75%;
}

@media screen and (max-width: 959px) {
  .cp-basic-block__row.is-float[data-ratio="1-2"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
  .cp-basic-block__row.is-float[data-ratio="2-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
  .cp-basic-block__row.is-float[data-ratio="2-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
  .cp-basic-block__row.is-float[data-ratio="1-2"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
  .cp-basic-block__row.is-float[data-ratio="1-3"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
  .cp-basic-block__row.is-float[data-ratio="3-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right,
  .cp-basic-block__row.is-float[data-ratio="3-1"]:not(.is-no-step-down) .cp-basic-block__col.is-float-left,
  .cp-basic-block__row.is-float[data-ratio="1-3"]:not(.is-no-step-down) .cp-basic-block__col.is-float-right {
    width: 100%;
  }
}
.cp-basic-block__outer-codes-text-middle--relative {
  margin: 10px 0;
  position: relative;
}

.cp-basic-block__outer-codes-text-middle--relative iframe {
  position: relative;
  max-width: 100%;
}

.cp-basic-block__outer-codes .cp-videos-thumb {
  padding-top: 56.25%;
}

.cp-recommend-links__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
  align-items: flex-start;
}

.cp-recommend-links__item {
  width: calc(50% - 5px);
  height: 84px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .cp-recommend-links__item {
    width: 100%;
    margin-right: 0;
  }
}
.cp-recommend-links__item:nth-child(2n) {
  margin-right: 0;
}

.cp-recommend-links__thumb {
  width: 150px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .cp-recommend-links__thumb {
    width: 84px;
  }
}
.cp-recommend-links__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cp-recommend-links__item a {
  display: flex;
  align-items: center;
  background-color: #efefef;
  height: 100%;
  text-decoration: none;
}

.cp-recommend-links__item a::after {
  content: none !important;
}

.cp-recommend-links__title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
  padding: 20px 20px 40px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.cp-recommend-links__thumb.is-no-img {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 70px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22170%22%20height%3D%22162.936%22%20viewBox%3D%220%200%20170%20162.936%22%3E%20%3Cg%20id%3D%22_20200502_noimage%22%20data-name%3D%2220200502_noimage%22%20transform%3D%22translate(-533%20-938.064)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_3801%22%20data-name%3D%22%E7%B7%9A%203801%22%20x1%3D%22118.1%22%20y2%3D%22118.1%22%20transform%3D%22translate(554.7%20941.6)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_3508%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%203508%22%20cx%3D%227.8%22%20cy%3D%227.8%22%20r%3D%227.8%22%20transform%3D%22translate(650.5%20973.1)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44238%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044238%22%20d%3D%22M613.5%2C1002.5l18.8%2C19.2%2C12.3-12.3a6.458%2C6.458%2C0%2C0%2C1%2C9.1%2C0l29.1%2C29.1%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44239%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044239%22%20d%3D%22M556.7%2C1028.3l36.9-36.9a6.458%2C6.458%2C0%2C0%2C1%2C9.1%2C0l2.6%2C2.7%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52632%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052632%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44240%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044240%22%20d%3D%22M547.5%2C1100.8l-10.9-16.6v16.6H533v-23.6h3.3l10.9%2C16.5v-16.5h3.6v23.6Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44241%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044241%22%20d%3D%22M574.1%2C1098.5a8.938%2C8.938%2C0%2C0%2C1-12.4%2C0c-2.3-2.3-2.3-4.9-2.3-9.5s0-7.1%2C2.3-9.5a8.938%2C8.938%2C0%2C0%2C1%2C12.4%2C0c2.3%2C2.3%2C2.3%2C4.9%2C2.3%2C9.5S576.4%2C1096.1%2C574.1%2C1098.5Zm-2.7-16.8a4.833%2C4.833%2C0%2C0%2C0-7%2C0c-1.2%2C1.3-1.4%2C2.6-1.4%2C7.3s.2%2C6.1%2C1.4%2C7.3a4.833%2C4.833%2C0%2C0%2C0%2C7%2C0c1.2-1.3%2C1.4-2.6%2C1.4-7.3S572.6%2C1082.9%2C571.4%2C1081.7Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44242%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044242%22%20d%3D%22M596.2%2C1100.8v-23.6h3.6v23.6Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44243%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044243%22%20d%3D%22M626.5%2C1100.8V1085l-5.4%2C11.5h-2.6l-5.6-11.5v15.8h-3.6v-23.6h3.6l6.9%2C14.7%2C6.8-14.7h3.6v23.6Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44244%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044244%22%20d%3D%22M653%2C1100.8l-1.6-4.7h-9.3l-1.6%2C4.7h-3.8l8.6-23.6h2.9l8.6%2C23.6Zm-6.2-18.3-3.7%2C10.5h7.2Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44245%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044245%22%20d%3D%22M677.2%2C1098.3a8.541%2C8.541%2C0%2C0%2C1-6.5%2C2.7%2C8.687%2C8.687%2C0%2C0%2C1-6.2-2.5c-2.3-2.3-2.3-4.9-2.3-9.5s0-7.1%2C2.3-9.5a8.519%2C8.519%2C0%2C0%2C1%2C6.2-2.5%2C8.355%2C8.355%2C0%2C0%2C1%2C8.6%2C7.3h-3.6a4.8%2C4.8%2C0%2C0%2C0-5-4.1%2C4.909%2C4.909%2C0%2C0%2C0-3.5%2C1.5c-1.2%2C1.3-1.4%2C2.6-1.4%2C7.3s.3%2C6.1%2C1.4%2C7.3a4.665%2C4.665%2C0%2C0%2C0%2C3.5%2C1.4%2C4.715%2C4.715%2C0%2C0%2C0%2C3.8-1.7%2C5.174%2C5.174%2C0%2C0%2C0%2C1.2-3.7V1091h-5v-3h8.6v3.6C679.4%2C1094.7%2C678.8%2C1096.6%2C677.2%2C1098.3Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44246%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044246%22%20d%3D%22M687.9%2C1100.8v-23.6H703v3.2H691.5v6.9h9.8v3.2h-9.8v7.1H703v3.2H687.9Z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44247%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044247%22%20d%3D%22M567.1%2C1049.2H669.2a14.041%2C14.041%2C0%2C0%2C0%2C14-14V968.8a14.041%2C14.041%2C0%2C0%2C0-14-14H661%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44248%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044248%22%20d%3D%22M645.3%2C954.8H570.1a14.041%2C14.041%2C0%2C0%2C0-14%2C14v66.4a10.894%2C10.894%2C0%2C0%2C0%2C2.1%2C6.9%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.cp-recommend-links__title-inner {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cp-recommend-links__item a[target=_blank] .cp-recommend-links__title-inner::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.001%22%20height%3D%2214%22%20viewBox%3D%220%200%2014.001%2014%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21000%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021000%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23771%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023771%22%20transform%3D%22translate(0%200)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35557%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035557%22%20d%3D%22M8.112%2C0V1h4.181L4.066%2C9.228l.707.707L13%2C1.707V5.889h1V0Z%22%20fill%3D%22%23555%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23770%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023770%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23769%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023769%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35558%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035558%22%20d%3D%22M13%2C12.508a.492.492%2C0%2C0%2C1-.491.492H1.491A.492.492%2C0%2C0%2C1%2C1%2C12.508V1.491A.491.491%2C0%2C0%2C1%2C1.491%2C1H6V0H1.491A1.492%2C1.492%2C0%2C0%2C0%2C0%2C1.491V12.508A1.492%2C1.492%2C0%2C0%2C0%2C1.491%2C14H12.509A1.492%2C1.492%2C0%2C0%2C0%2C14%2C12.508V8H13Z%22%20fill%3D%22%23555%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.cp-recommend-links__host {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  opacity: 0.8;
}

/**CYPOCHI_AIR_AUTO_STYLE__END**/
/**NEW_EDITOR_BLOCK__START**/
:root {
  --main-color: #472573;
  --main-bg-color: #f4f4f4;
  --sub-bg-color: #F6F6F8;
  --main-text-color: #222222;
  --sub-text-color: #333333;
  --main-border-color: #ccc;
  --sub-border-color: #999999;
  --main-link-color: #0E67B4;
}

.cp-basic-block {
  margin: 40px 0;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block {
    margin: 32px 0;
  }
}
.cp-basic-block__row {
  display: grid;
}

.cp-basic-block__row.is-no-step-down {
  display: flex;
}

.cp-basic-block__row[data-ratio="1-1"], .cp-basic-block__row[data-ratio="1-2"], .cp-basic-block__row[data-ratio="1-3"], .cp-basic-block__row[data-ratio="2-1"], .cp-basic-block__row[data-ratio="3-1"] {
  display: flex;
}

.cp-basic-block__col2 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 2/3;
}

.cp-basic-block__col2 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 1/2;
}

.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 3/4;
}

.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 2/3;
}

.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="3"] {
  grid-row: 1/2;
}

.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 4/5;
}

.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 3/4;
}

.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="3"] {
  grid-row: 2/3;
}

.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="4"] {
  grid-row: 1/2;
}

.cp-basic-block__col2 .cp-basic-block__row {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__col2 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col3 .cp-basic-block__row {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__col3 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col4 .cp-basic-block__row {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__col4 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col {
  margin-left: 0;
  margin-bottom: 0;
  word-break: normal;
}

.cp-basic-block__col + .cp-basic-block__col {
  margin-left: 0;
  margin-bottom: 0px;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col {
    margin-bottom: 0;
  }
  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:last-child {
    margin-bottom: 0;
  }
}
.cp-basic-block__image-text-wrap > * {
  background-color: var(--main-bg-color);
  border: 1px solid var(--main-border-color);
  padding: 20px;
}

@media screen and (max-width: 1279px) {
  .cp-basic-block__image-text-wrap > * {
    padding: 20px 4%;
  }
}
.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background-color: var(--main-color);
}

.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label a {
  color: #fff;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label {
  border: 1px solid var(--main-color);
  background: var(--main-bg-color);
  color: var(--main-text-colorcolor);
}

.cp-basic-block__tab-contents .cp-basic-block__child-label a {
  color: var(-main-text-color);
  text-decoration: none !important;
}

@media screen and (min-width: 1280px) {
  .cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
    color: #fff;
    background-color: var(--main-color);
  }
  .cp-basic-block__tab-contents .cp-basic-block__child-label:hover a {
    color: #fff;
  }
}
.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  border: 1px solid var(--main-color);
  background: var(--main-bg-color);
  color: var(--main-text-colorcolor);
}

@media screen and (min-width: 1280px) {
  .cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  background-color: var(--main-color);
  color: #fff;
}

.cp-basic-block__buttons li a {
  color: var(--main-text-color);
  border: 1px solid var(--main-color);
  background-color: var(--main-bg-color);
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .cp-basic-block__buttons li a:hover {
    color: #fff;
    background-color: var(--main-color);
  }
}
.cp-basic-block__image-text-wrap .cp-basic-block__col {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 2;
}

.cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
  background: var(--main-color);
}

.cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {
  background: var(--main-color);
}

.cp-basic-block__buttons li a:hover {
  background: var(--main-color);
  color: #fff;
}

a:not(.cms a, footer a)[href^="tel:"] {
  pointer-events: none !important;
  color: #333;
}

a:not(.cms a)[href^="tel:"]::after {
  content: none !important;
}

@media screen and (max-width: 1279px) {
  a:not(.cms a)[href^="tel:"] {
    pointer-events: auto !important;
  }
}
.cp-edit-block-setting__menu-dropdown-lists.is-active {
  padding: 0;
}

base-header {
  width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  base-header {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .header {
    width: 240px;
    height: 100svh;
    overflow-y: scroll;
    background-color: #472573;
  }
}
.header::-webkit-scrollbar {
  display: none;
}

.logo {
  height: 200px;
  min-height: 200px;
  border: none;
}
@media screen and (max-width: 1279px) {
  .logo {
    height: 50px;
    min-height: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .logo__image {
    padding: 4px 0 1px;
  }
}
@media screen and (max-width: 1279px) {
  .logo__image svg {
    width: 43px;
    height: 45px;
  }
}
@media screen and (max-width: 1279px) {
  .logo__sub-text {
    font-size: 0.7rem;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .logo__main-text {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .gnav {
    background-color: #472573;
    padding: 21px 0 93px;
  }
}
@media screen and (max-width: 1279px) {
  .gnav {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-link {
    border-color: #ccc;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-bnr {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-bnr a {
    border-width: 0 0 1px 0;
    border-color: #ccc !important;
  }
}
@media screen and (min-width: 1280px) {
  .gnav-bnr a,
  .gnav .lv2-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    padding: 6px 20px;
    background-color: #472573;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    border: none;
  }
  .gnav-bnr a:hover,
  .gnav .lv2-link:hover {
    background-color: #644294;
  }
  .bgBlack .gnav-bnr a,
  .bgBlack .gnav .lv2-link {
    background-color: #000;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-bnr a,
  .gnav .lv2-link {
    min-height: 60px;
    font-size: 1.8rem;
    padding: 4px 20px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .gnav .lv3-link {
    min-height: 39px;
    height: 100%;
    padding: 4px 4px 4px 20px;
    font-size: 1.5rem;
    font-weight: normal;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  .gnav .lv3-link {
    padding: 4px 20px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.gnav .lv3-link::after {
  content: none !important;
}
@media screen and (min-width: 1280px) {
  .gnav .lv4-link {
    min-height: 39px;
    height: 100%;
    padding: 4px 20px 4px 20px;
    font-size: 1.5rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    background: none;
  }
  .gnav .lv4-link:hover {
    background-color: #472573;
    color: #fff;
    text-decoration: none;
  }
  .bgBlack .gnav .lv4-link:hover {
    background-color: #333;
  }
  .bgBlack .gnav .lv4-link {
    background-image: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .gnav .lv4-link {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.gnav .lv4-link::after {
  content: none !important;
}
@media screen and (min-width: 1280px) {
  .gnav .lv2-wrap {
    position: fixed;
    left: 240px;
    background-color: #f3eff1;
  }
  .gnav .lv2-wrap.is-hover {
    transition: opacity 0.2s !important;
  }
}
.gnav .lv2-wrap.is-hover {
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .gnav .lv3-wrap {
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 1280px) {
  .gnav .lv2-folder {
    height: 100%;
    align-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .gnav .lv2-folder > *:first-child {
    height: 200px;
    padding: 102px 0 20px;
    border: none !important;
    background-color: #fff !important;
  }
  .bgBlack .gnav .lv2-folder > *:first-child {
    background-color: #000 !important;
  }
}
@media screen and (min-width: 1280px) {
  .gnav .lv2-folder > *:first-child .lv3-link {
    font-size: 2.6rem;
    font-weight: 500;
    min-height: auto;
    text-decoration: none;
    letter-spacing: -0.03em;
    position: none;
  }
}
.gnav .lv4-item {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=visit] .lv2-wrap,
  .gnav [data-dir=cooperation] .lv2-wrap {
    width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=visit] .lv2-folder > *:first-child,
  .gnav [data-dir=cooperation] .lv2-folder > *:first-child {
    width: 100% !important;
    height: 200px;
    border-bottom: 1px solid #ccc !important;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=visit] .lv2-folder > *,
  .gnav [data-dir=cooperation] .lv2-folder > * {
    width: 25%;
    height: calc(100% - 200px);
    margin: 0;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=visit] .lv3-link.gnav-head,
  .gnav [data-dir=cooperation] .lv3-link.gnav-head {
    height: 78px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    pointer-events: none;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=about] .lv2-wrap,
  .gnav [data-dir=news_all] .lv2-wrap,
  .gnav [data-dir=recruit] .lv2-wrap {
    width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=about] .lv2-folder,
  .gnav [data-dir=news_all] .lv2-folder,
  .gnav [data-dir=recruit] .lv2-folder {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=about] .lv2-folder > *:nth-child(n+2),
  .gnav [data-dir=news_all] .lv2-folder > *:nth-child(n+2),
  .gnav [data-dir=recruit] .lv2-folder > *:nth-child(n+2) {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 0;
  }
  .gnav [data-dir=about] .lv2-folder > *:nth-child(n+2):hover,
  .gnav [data-dir=news_all] .lv2-folder > *:nth-child(n+2):hover,
  .gnav [data-dir=recruit] .lv2-folder > *:nth-child(n+2):hover {
    background-color: #472573;
  }
  .gnav [data-dir=about] .lv2-folder > *:nth-child(n+2):hover .lv3-link,
  .gnav [data-dir=news_all] .lv2-folder > *:nth-child(n+2):hover .lv3-link,
  .gnav [data-dir=recruit] .lv2-folder > *:nth-child(n+2):hover .lv3-link {
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=about] .lv2-folder > *:last-child,
  .gnav [data-dir=news_all] .lv2-folder > *:last-child,
  .gnav [data-dir=recruit] .lv2-folder > *:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.gnav [data-dir=about] .lv3-wrap,
.gnav [data-dir=news_all] .lv3-wrap,
.gnav [data-dir=recruit] .lv3-wrap {
  display: none;
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=about] .lv2-folder > base-header0-nest-list:nth-child(2)::before {
    content: "病院のご案内";
    display: block;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333 !important;
    border-bottom: 1px solid #ccc;
    padding: 4px 4px 4px 20px;
    background-color: #f3eff1 !important;
  }
  .bgBlack .gnav [data-dir=about] .lv2-folder > base-header0-nest-list:nth-child(2)::before {
    color: #fff !important;
    background-color: #000 !important;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=news_all] .lv2-folder > *:first-child .lv3-link {
    font-size: 0;
  }
  .gnav [data-dir=news_all] .lv2-folder > *:first-child .lv3-link::before {
    content: "お知らせ";
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=news_all] .lv2-folder > base-header0-nest-list:nth-child(2)::before {
    content: "お知らせ";
    display: block;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333 !important;
    border-bottom: 1px solid #ccc;
    padding: 4px 4px 4px 20px;
    background-color: #f3eff1 !important;
  }
  .bgBlack .gnav [data-dir=news_all] .lv2-folder > base-header0-nest-list:nth-child(2)::before {
    color: #fff !important;
    background-color: #000 !important;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=recruit] .lv2-folder > base-header0-nest-list:nth-child(2)::before {
    content: "当院で働きたい方";
    display: block;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333 !important;
    border-bottom: 1px solid #ccc;
    padding: 4px 4px 4px 20px;
    background-color: #f3eff1 !important;
  }
  .bgBlack .gnav [data-dir=recruit] .lv2-folder > base-header0-nest-list:nth-child(2)::before {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.gnav [data-dir=clinic] .lv2-wrap {
  width: 960px;
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=clinic] .lv2-wrap::before, .gnav [data-dir=clinic] .lv2-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 1px;
    height: calc(100% - 200px);
    background-color: #fff;
  }
}
.gnav [data-dir=clinic] .lv2-wrap::before {
  left: 240px;
}
.gnav [data-dir=clinic] .lv2-wrap::after {
  left: 480px;
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=clinic] .lv2-folder > *:first-child {
    width: 100% !important;
    height: 200px;
    border-bottom: 1px solid #ccc !important;
  }
}
.gnav [data-dir=clinic] .lv2-folder > *:first-child .lv3-link {
  border: none !important;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=clinic] .lv2-folder > *:nth-child(2)::before {
    content: "診療科・部門一覧";
    display: block;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333 !important;
    border-bottom: 1px solid #ccc;
    padding: 4px 4px 4px 20px;
    background-color: #f3eff1 !important;
  }
  .bgBlack .gnav [data-dir=clinic] .lv2-folder > *:nth-child(2)::before {
    color: #fff !important;
    background-color: #000 !important;
  }
}
.gnav [data-dir=clinic] .lv2-folder > *:nth-child(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vh - 80px);
  background-color: #fff;
  position: absolute;
  left: 720px;
  top: 0;
}
.gnav [data-dir=clinic] .lv2-folder > * {
  display: contents;
}
.gnav [data-dir=clinic] .lv3-wrap {
  display: none;
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=clinic] .lv3-item {
    width: 25%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .gnav [data-dir=clinic] .lv3-link {
    border-bottom: 1px solid #ccc;
  }
  .gnav [data-dir=clinic] .lv3-link:hover {
    background-color: #472573;
    color: #fff;
    text-decoration: none;
  }
}
.gnav .gnav-folder.lv2-folder > base-header0-nest-list:has(.gnav-item.lv3-item.annual_report3) {
  display: none;
}
@media screen and (max-width: 1279px) {
  .gnav-bnr__ja {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-button {
    width: 58px !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-link.lv2-link .gnav-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 1px;
    height: calc(100% - 28px);
    background-color: #ccc;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-button button {
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-button button span {
    border: none !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-button button span::before {
    width: 15px !important;
    height: 2px !important;
    background-color: #4d217c !important;
    top: 50% !important;
    left: 50% !important;
    translate: -50% -50%;
  }
}
.gnav-button button span::after {
  width: 2px !important;
  height: 15px !important;
  background-color: #4d217c !important;
  top: 50% !important;
  left: 50% !important;
  translate: -50% -50%;
}
.gnav-bg {
  display: none;
}

@media screen and (max-width: 1279px) {
  .footer {
    padding: 53px 20px 17px;
  }
}
@media screen and (max-width: 1279px) {
  .footer__logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .footer__address {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .footer__address a {
    font-size: inherit;
    font-weight: inherit;
  }
}
.footer__rowSp {
  display: contents;
}
@media screen and (max-width: 1279px) {
  .footer__rowSp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1279px) {
  .footer__column {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  .footer__column + .footer__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .footer__column ul {
    border-left: 1px solid rgba(220, 220, 220, 0.6);
  }
}
@media screen and (max-width: 1279px) {
  .footer__column li {
    margin: 0;
    padding-left: 10px;
    background-image: none;
  }
}
@media screen and (max-width: 1279px) {
  .footer__column li a {
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.2308;
  }
}
@media screen and (max-width: 1279px) {
  .footer__column.footer__column-image {
    padding: 25px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  .footer__column.footer__column-image img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .footer__row + .footer__row {
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .footer__juntendo {
    display: block;
    font-size: 2.1rem;
    line-height: 1;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 24px;
    padding: 0;
    background-image: none;
  }
}
@media screen and (max-width: 1279px) {
  .footer__juntendo a::after {
    content: none;
  }
}
@media screen and (max-width: 1279px) {
  .footer__copyright {
    border: none;
    padding-top: 48px;
    margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  .footer__copyright small {
    font-size: 1.1rem;
  }
}

.header-sub-nav__tel, .header-sub-nav__access, .header-sub-nav__guide, .header-sub-nav__language {
  min-height: 36px;
  background-size: 36px 36px;
  padding: 0 0 0 45px;
  display: flex;
  align-items: center;
}
.header-sub-nav__tel {
  background-image: url('/albums/css/basic3-blocks3/abm00027912.svg');
}
.header-sub-nav__access {
  background-image: url('/albums/css/basic3-blocks3/abm00027909.svg');
}
.header-sub-nav__guide {
  background-image: url('/albums/css/basic3-blocks3/abm00027911.svg');
}
.header-sub-nav__language {
  background-image: url('/albums/css/basic3-blocks3/abm00027910.svg');
}

@media screen and (max-width: 1279px) {
  .sp-btns {
    width: 150px;
  }
}
@media screen and (max-width: 1279px) {
  .sp-btns a {
    height: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .sp-btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .sp-btn__text {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  .sp-btn button {
    height: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .sp-gav-search {
    padding: 14px 20px 10px;
    background-color: #4d217c;
  }
}
@media screen and (max-width: 1279px) {
  .sp-gav-search input[type=submit] {
    width: 50px;
    padding: 8px;
    background-size: 34px 34px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2268%22%20height%3D%2268%22%20viewBox%3D%220%200%2068%2068%22%3E%3Cg%20transform%3D%22translate(-622%20-143)%22%3E%3Crect%20width%3D%2268%22%20height%3D%2268%22%20rx%3D%2234%22%20transform%3D%22translate(622%20143)%22%20fill%3D%22%234d217c%22%2F%3E%3Cg%20transform%3D%22translate(0%20-15)%22%3E%3Cpath%20d%3D%22M15.5%2C4a11.5%2C11.5%2C0%2C1%2C0%2C8.133%2C3.369A11.426%2C11.426%2C0%2C0%2C0%2C15.5%2C4m0-4A15.5%2C15.5%2C0%2C1%2C1%2C0%2C15.5%2C15.5%2C15.5%2C0%2C0%2C1%2C15.5%2C0Z%22%20transform%3D%22translate(639.848%20175.671)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M5.42%2C7.42a1.994%2C1.994%2C0%2C0%2C1-1.414-.586l-5.42-5.42a2%2C2%2C0%2C0%2C1%2C0-2.828%2C2%2C2%2C0%2C0%2C1%2C2.828%2C0l5.42%2C5.42A2%2C2%2C0%2C0%2C1%2C5.42%2C7.42Z%22%20transform%3D%22translate(665.991%20199.986)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.sp-gnav-flex {
  display: none;
}
@media screen and (max-width: 1279px) {
  .sp-gnav-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px 20px 16px;
    background-color: #4d217c;
  }
}
.sp-gnav-flex-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  min-height: 70px;
  color: #fff;
  border-radius: 2px;
  font-size: 1.3rem;
  background-color: #351755;
}
.sp-gnav-flex-item a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.sp-gnav-flex-item:nth-child(1) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243.282%22%20height%3D%2244%22%20viewBox%3D%220%200%2043.282%2044%22%3E%3Cg%20transform%3D%22translate(-4.175)%22%3E%3Cpath%20d%3D%22M141.918%2C7.716a2.159%2C2.159%2C0%2C0%2C0%2C2.159-2.16v-3.4a2.16%2C2.16%2C0%2C0%2C0-4.319%2C0v3.4A2.16%2C2.16%2C0%2C0%2C0%2C141.918%2C7.716Z%22%20transform%3D%22translate(-123.931)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M327.209%2C7.716a2.16%2C2.16%2C0%2C0%2C0%2C2.159-2.16v-3.4a2.16%2C2.16%2C0%2C0%2C0-4.319%2C0v3.4A2.16%2C2.16%2C0%2C0%2C0%2C327.209%2C7.716Z%22%20transform%3D%22translate(-293.299)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M41.392%2C35.807H37.966v2.479a4.057%2C4.057%2C0%2C1%2C1-8.113%2C0V35.807h-7.81v2.479a4.057%2C4.057%2C0%2C1%2C1-8.113%2C0V35.807H10.24a6.065%2C6.065%2C0%2C0%2C0-6.065%2C6.065V70.665A6.065%2C6.065%2C0%2C0%2C0%2C10.24%2C76.73H41.392a6.065%2C6.065%2C0%2C0%2C0%2C6.065-6.065V41.872A6.065%2C6.065%2C0%2C0%2C0%2C41.392%2C35.807Zm3.114%2C34.858a3.118%2C3.118%2C0%2C0%2C1-3.114%2C3.114H10.24a3.118%2C3.118%2C0%2C0%2C1-3.114-3.114V45.705h37.38Z%22%20transform%3D%22translate(0%20-32.73)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.465%22%20height%3D%225.465%22%20transform%3D%22translate(18.849%2032.872)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.465%22%20height%3D%225.465%22%20transform%3D%22translate(18.849%2024.403)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.464%22%20height%3D%225.465%22%20transform%3D%22translate(10.381%2032.872)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.464%22%20height%3D%225.465%22%20transform%3D%22translate(10.381%2024.403)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.464%22%20height%3D%225.464%22%20transform%3D%22translate(35.788%2015.934)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.465%22%20height%3D%225.464%22%20transform%3D%22translate(27.318%2015.934)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M268.9%2C279.774l-1.625-1.264-2.96%2C3.807-1.757-1.406-1.286%2C1.606%2C3.386%2C2.71Z%22%20transform%3D%22translate(-235.004%20-254.576)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.464%22%20height%3D%225.465%22%20transform%3D%22translate(35.788%2024.403)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.465%22%20height%3D%225.465%22%20transform%3D%22translate(27.318%2032.872)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%225.465%22%20height%3D%225.464%22%20transform%3D%22translate(18.849%2015.934)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sp-gnav-flex-item:nth-child(2) a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243.999%22%20height%3D%2244%22%20viewBox%3D%220%200%2043.999%2044%22%3E%3Cg%20transform%3D%22translate(-504%20-483.205)%22%3E%3Cpath%20d%3D%22M177.026%2C164.7%2C182.6%2C169l.077.044.035.019a1.276%2C1.276%2C0%2C0%2C0%2C1.545-.342l.037-.036%2C6.828-8.078a.927.927%2C0%2C1%2C0-1.371-1.22l-6.382%2C6.818-4.927-3.431a1.207%2C1.207%2C0%2C0%2C0-1.412%2C1.927Z%22%20transform%3D%22translate(342.542%20337.869)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M63.36%2C246.635a8.231%2C8.231%2C0%2C0%2C1%2C.038-.879H59.9c-.021.289-.027.584-.027.879s.006.591.027.881h3.5A8.251%2C8.251%2C0%2C0%2C1%2C63.36%2C246.635Z%22%20transform%3D%22translate(449.272%20258.569)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M152.512%2C85.73c.331-.209.668-.407%2C1.011-.582l.133-.065-1.743-3.026a13.5%2C13.5%2C0%2C0%2C0-1.273.732l1.744%2C3.028Z%22%20transform%3D%22translate(366.306%20408.201)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M82.071%2C151.907%2C85.1%2C153.65l.733-1.271L82.8%2C150.635A13.531%2C13.531%2C0%2C0%2C0%2C82.071%2C151.907Z%22%20transform%3D%22translate(428.982%20345.515)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M386.8%2C326.342c-.182.344-.373.68-.588%2C1.006l-.087.128%2C3.028%2C1.743c.268-.412.512-.83.737-1.266l-3.021-1.749Z%22%20transform%3D%22translate(151.057%20185.034)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M85.162%2C326.338l-.07-.133-3.021%2C1.743a12.539%2C12.539%2C0%2C0%2C0%2C.732%2C1.272l3.029-1.743-.088-.128A10.984%2C10.984%2C0%2C0%2C1%2C85.162%2C326.338Z%22%20transform%3D%22translate(428.982%20185.033)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M152.512%2C386.2l-.128-.087-1.744%2C3.029a13.743%2C13.743%2C0%2C0%2C0%2C1.273.738l1.743-3.028-.133-.065A11.113%2C11.113%2C0%2C0%2C1%2C152.512%2C386.2Z%22%20transform%3D%22translate(366.306%20130.275)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M326.214%2C85.079l1.273.738%2C1.743-3.028a13.536%2C13.536%2C0%2C0%2C0-1.266-.732Z%22%20transform%3D%22translate(205.821%20408.2)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M245.771%2C410.734v3.493c.29.026.584.031.879.031s.59-.006.88-.031V410.7h-1.759Z%22%20transform%3D%22translate(279.35%20107.802)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M247.53%2C63.392V59.9c-.289-.026-.584-.032-.88-.032s-.589.006-.879.032v3.529h1.759Z%22%20transform%3D%22translate(279.35%20428.482)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M326.214%2C386.855l1.75%2C3.022c.434-.227.854-.47%2C1.266-.738l-1.743-3.029Z%22%20transform%3D%22translate(205.821%20130.276)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M389.892%2C151.907a13.686%2C13.686%2C0%2C0%2C0-.738-1.272l-3.028%2C1.744.739%2C1.271Z%22%20transform%3D%22translate(151.057%20345.516)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M414.246%2C245.757h-3.533v1.76h3.533c.022-.29.027-.584.027-.881S414.268%2C246.046%2C414.246%2C245.757Z%22%20transform%3D%22translate(128.583%20258.568)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M22%2C0A22%2C22%2C0%2C1%2C0%2C44%2C22%2C22%2C22%2C0%2C0%2C0%2C22%2C0Zm0%2C41.161a19.16%2C19.16%2C0%2C1%2C1%2C13.549-5.612A19.092%2C19.092%2C0%2C0%2C1%2C22%2C41.161Z%22%20transform%3D%22translate(503.995%20483.205)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.sp-gnav-bottom {
  grid-template-columns: repeat(2, 1fr);
  display: none;
}
@media screen and (max-width: 1279px) {
  .sp-gnav-bottom {
    display: grid;
  }
}
.sp-gnav-bottom__btn a {
  width: 100%;
  min-height: 75px;
  padding: 12px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #f6f6f6;
}
.sp-gnav-bottom__btn a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.sp-gnav-bottom__btn--guide a {
  border-right: 1px solid #ddd;
}
.sp-gnav-bottom__btn--guide a::before {
  width: 24px;
  height: 19px;
  background-size: 24px 19px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2237.621%22%20viewBox%3D%220%200%2048%2037.621%22%3E%3Cg%20transform%3D%22translate(0)%22%3E%3Cpath%20d%3D%22M1614.471%2C1052.077a3.181%2C3.181%2C0%2C1%2C0-3.18-3.18A3.18%2C3.18%2C0%2C0%2C0%2C1614.471%2C1052.077Z%22%20transform%3D%22translate(-1594.162%20-1045.716)%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M1521.76%2C1075.643h-7.4a7.053%2C7.053%2C0%2C0%2C0-4.667%2C1.8l-6.845%2C6.838v-2.44c0-4.271-6.3-4.224-6.3%2C0v8.611l-5.938%2C5.951c-.561.561-.628.585-1.728.585%2C0%2C0-3.64%2C0-3.64%2C0a6.043%2C6.043%2C0%2C0%2C0-5.854%2C6.078%2C6.3%2C6.3%2C0%2C0%2C0%2C6.178%2C6.314h6.481a7.278%2C7.278%2C0%2C0%2C0%2C4.912-2.024l18.972-18.915a1.587%2C1.587%2C0%2C0%2C1%2C1.327-.471h4.684c2.254%2C0%2C5.446-2.556%2C5.446-6.239A6.161%2C6.161%2C0%2C0%2C0%2C1521.76%2C1075.643Zm-.334%2C9.133h-4a3.985%2C3.985%2C0%2C0%2C0-3.42%2C1.213l-19.116%2C19.115a3.984%2C3.984%2C0%2C0%2C1-3.013%2C1.083h-6.305a3.121%2C3.121%2C0%2C0%2C1-3.046-3.171%2C2.708%2C2.708%2C0%2C0%2C1%2C2.771-2.805h4.324a3.629%2C3.629%2C0%2C0%2C0%2C2.806-1.081l19.439-19.438c.8-.8%2C1.592-.9%2C2.949-.9h6.657a3.076%2C3.076%2C0%2C0%2C1%2C2.708%2C2.889C1524.177%2C1082.761%2C1523.405%2C1084.776%2C1521.426%2C1084.776Z%22%20transform%3D%22translate(-1479.392%20-1071.756)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sp-gnav-bottom__btn--language a::before {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%3E%3Cpath%20d%3D%22M2708.345%2C1042.1a22%2C22%2C0%2C1%2C0%2C22%2C22A22.025%2C22.025%2C0%2C0%2C0%2C2708.345%2C1042.1Zm11.853%2C15.046a25.849%2C25.849%2C0%2C0%2C0-3.916-10.119%2C18.974%2C18.974%2C0%2C0%2C1%2C9.548%2C10.119Zm-2.542%2C6.954a36.031%2C36.031%2C0%2C0%2C1-.206%2C3.794h-7.526v-7.583h7.526A35.949%2C35.949%2C0%2C0%2C1%2C2717.655%2C1064.1Zm-7.732-6.954v-11.57c3.131%2C1.146%2C5.8%2C5.526%2C7.033%2C11.57Zm7.033%2C13.909c-1.237%2C6.046-3.9%2C10.424-7.033%2C11.572v-11.572Zm-.694%2C10.151a25.874%2C25.874%2C0%2C0%2C0%2C3.936-10.151h5.632A19.03%2C19.03%2C0%2C0%2C1%2C2716.262%2C1081.205Zm4.368-20.895h5.867s.273.015.313.139a18.874%2C18.874%2C0%2C0%2C1%2C.373%2C3.651%2C19.141%2C19.141%2C0%2C0%2C1-.378%2C3.695c-.017.059-.187.094-.269.1h-5.905c.125-1.312.183-2.554.183-3.794S2720.755%2C1061.621%2C2720.63%2C1060.311Zm-20.9-3.165c1.234-6.045%2C3.9-10.424%2C7.03-11.57v11.57Zm7.03%2C10.748h-7.522a34.822%2C34.822%2C0%2C0%2C1%2C0-7.583h7.522Zm-10.7%2C0h-5.869c-.119%2C0-.29-.04-.3-.084a17.96%2C17.96%2C0%2C0%2C1-.01-7.36c.036-.124.312-.139.3-.139h5.877c-.125%2C1.311-.188%2C2.554-.188%2C3.789S2695.934%2C1066.58%2C2696.059%2C1067.894Zm.43-10.748h-5.631a19.031%2C19.031%2C0%2C0%2C1%2C9.566-10.149A25.908%2C25.908%2C0%2C0%2C0%2C2696.489%2C1057.146Zm0%2C13.909a25.826%2C25.826%2C0%2C0%2C0%2C3.918%2C10.122%2C18.97%2C18.97%2C0%2C0%2C1-9.55-10.122Zm10.274%2C0v11.572c-3.128-1.148-5.8-5.526-7.03-11.572Z%22%20transform%3D%22translate(-2686.345%20-1042.1)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
}

body.top .cp-btn-04::before {
  content: none !important;
}
body.top .cp-basic-block__news::before {
  content: none !important;
}
@media screen and (max-width: 1279px) {
  body.top .main {
    padding-bottom: 0;
  }
}

.main-visual {
  padding: 30px;
}
@media screen and (max-width: 1279px) {
  .main-visual {
    padding: 0;
  }
}

.background_video_wrap {
  position: static;
  aspect-ratio: 1/0.4814814815;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .background_video_wrap {
    display: none;
  }
}
.background_video_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.26);
}
.background_video_wrap iframe {
  height: 120%;
}

.main-visual-logo {
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .main-visual-logo__inner {
    margin-top: min(4.7917vw, 92px);
  }
}
@media screen and (max-width: 1279px) {
  .main-visual-logo__inner {
    background: none;
    position: relative;
    z-index: 1;
    pointer-events: none;
    height: 480px;
    padding: 0 4% 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-logo__inner {
    height: 300px;
    margin-top: 40px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .main-visual-logo__inner > svg {
    max-width: 263px;
    max-height: 276px;
    width: 13.6979vw;
    height: 14.375vw;
  }
}
@media screen and (max-width: 1279px) {
  .main-visual-logo__inner > svg {
    margin-top: 0;
    width: 102px;
    height: 107px;
  }
}
@media screen and (min-width: 1280px) {
  .main-visual-logo__text-1 {
    letter-spacing: 0.05em;
    font-size: min(2.2396vw, 4.3rem);
  }
}
@media screen and (max-width: 1279px) {
  .main-visual-logo__text-1 {
    margin-top: 8px;
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 1280px) {
  .main-visual-logo__text-2 {
    margin-top: 21px;
    font-size: 105px;
    letter-spacing: 0.104em;
    font-size: min(5.468vw, 10.5rem);
  }
}
@media screen and (max-width: 1279px) {
  .main-visual-logo__text-2 {
    margin-top: 12px;
    font-size: 4.3rem;
  }
}
.main-visual-logo__text-3 {
  display: none;
}
@media screen and (max-width: 1279px) {
  .main-visual-logo__text-3 {
    display: block;
    font-size: 0.9rem;
    margin-top: 12px;
  }
}

.top .main-visual-list {
  position: absolute;
  top: 72px;
  left: 58px;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  display: grid;
  gap: 13px;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .top .main-visual-list {
    display: none;
  }
}
.top .main-visual-list__text {
  font-size: 1.5rem;
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
  position: relative;
  padding: 0 0 0 10px;
}
.top .main-visual-list__text::before {
  content: "";
  display: block;
  width: 2px;
  height: 19px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
.cms .top .main-visual-list__text {
  color: #000;
}
.cms .top .main-visual-list {
  position: static;
}

.ob-topMvSlider {
  max-width: 100vw;
  width: 100vw !important;
  height: 480px !important;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0 !important;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .ob-topMvSlider {
    opacity: 1 !important;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .ob-topMvSlider {
    height: 300px !important;
  }
}
.ob-topMvSlider__item {
  height: 80vw !important;
}
@media screen and (max-width: 1279px) {
  .ob-topMvSlider__item {
    height: 480px !important;
  }
}
@media screen and (max-width: 767px) {
  .ob-topMvSlider__item {
    height: 300px !important;
  }
}
.cms .ob-topMvSlider__item {
  height: 400px !important;
}
.ob-topMvSlider__item .cp-inner,
.ob-topMvSlider__item img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.ob-topMvSlider .slick-dots {
  padding: 0;
  top: auto;
  bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ob-topMvSlider .slick-dots li {
  width: 12px;
  height: 12px;
}
.ob-topMvSlider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
}
.ob-topMvSlider .slick-dots li.slick-active button {
  background-color: #4D217C;
}

@media screen and (max-width: 1279px) {
  .ob-topUnderMv {
    display: flex;
    flex-direction: column-reverse;
  }
}

.ob-topMenu {
  max-width: 1360px;
  margin: 0 auto;
  padding: 8px 40px 0 40px;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu {
    padding: 0;
    width: 100%;
  }
}
.ob-topMenu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 997px;
  width: 100%;
  margin: 0 auto 27px;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__top {
    max-width: 100%;
    padding: 20px;
    background-color: #e4e2f5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0;
  }
}
.ob-topMenu__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 115px;
  color: #000;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__item a {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  }
}
.ob-topMenu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  border: 3px solid #FF4645;
  width: 96px;
  height: 96px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__icon {
    width: 66px;
    height: 66px;
    border-width: 2px;
    margin: 0 0 -2px;
  }
}
.ob-topMenu__icon::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 96px;
  height: 96px;
  border-radius: 100vmax;
  background-color: #fff0f0;
  transition: 0.2s ease;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__icon::before {
    width: 66px;
    height: 66px;
  }
}
.ob-topMenu__icon img {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__icon img {
    width: 28px;
    height: 37px;
  }
}
.ob-topMenu__item:nth-child(2) .ob-topMenu__icon {
  border-color: #edc56c;
}
.ob-topMenu__item:nth-child(2) .ob-topMenu__icon::before {
  background-color: #FAF7EF;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__item:nth-child(2) .ob-topMenu__icon img {
    width: 34px;
    height: 24px;
  }
}
.ob-topMenu__item:nth-child(3) .ob-topMenu__icon {
  border-color: #45b582;
}
.ob-topMenu__item:nth-child(3) .ob-topMenu__icon::before {
  background-color: #ECF7F2;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__item:nth-child(3) .ob-topMenu__icon img {
    width: 32px;
    height: 38px;
  }
}
.ob-topMenu__item:nth-child(4) .ob-topMenu__icon {
  border-color: #c391a7;
}
.ob-topMenu__item:nth-child(4) .ob-topMenu__icon::before {
  background-color: #F8F5F7;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__item:nth-child(4) .ob-topMenu__icon img {
    width: 37px;
    height: 27px;
  }
}
.ob-topMenu__txt {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  color: #222;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__txt {
    font-size: 1.8rem;
  }
}
.ob-topMenu__txt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
  opacity: 0;
  transition: 0.2s ease;
}
@media screen and (min-width: 1280px) {
  .ob-topMenu__item:hover a {
    text-decoration: none;
  }
  .ob-topMenu__item:hover .ob-topMenu__icon::before {
    width: 111px;
    height: 111px;
  }
  .ob-topMenu__item:hover .ob-topMenu__txt::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__bottom {
    padding: 20px;
  }
}
.ob-topMenu__bottom ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__bottom ul {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__bottom li {
    width: 100%;
  }
}
.ob-topMenu__bottom a {
  width: 232px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #4D217C;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #4D217C;
  transition: 0.2s ease;
}
@media screen and (min-width: 1280px) {
  .ob-topMenu__bottom a:hover {
    background-color: #fff;
    color: #4D217C;
    text-decoration: none;
  }
}
@media screen and (max-width: 1279px) {
  .ob-topMenu__bottom a {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1279px) {
  .top .service-hours {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .top .service-hours {
    display: block;
  }
}
.top .service-hours-item {
  max-width: 100%;
}
@media screen and (min-width: 1280px) {
  .top .service-hours-item {
    padding: 0 40px 0 43px;
  }
}
@media screen and (max-width: 1440px) {
  .top .service-hours-item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1279px) {
  .top .service-hours-item {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #ccc;
    border-bottom: none;
  }
}
@media screen and (max-width: 1023px) {
  .top .service-hours-item {
    padding: 0 75px 22px;
    border: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .top .service-hours-item:first-child {
    border: none;
  }
}
.top .service-hours-item:nth-child(2) {
  position: relative;
  width: 400px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .top .service-hours-item:nth-child(2) {
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 48px;
  }
}
.top .service-hours-item:nth-child(-n+2) {
  margin: 0 0 20px;
}
@media screen and (max-width: 1023px) {
  .top .service-hours-item:nth-child(-n+2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 1px;
    background-color: #ddd;
  }
}
@media screen and (max-width: 1023px) {
  .top .service-hours-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
  }
}
@media screen and (max-width: 1279px) {
  .top .service-hours-texts {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .top .service-hours-texts {
    margin: 0;
  }
}
.top .service-hours-time-red {
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  color: #E60000;
  line-height: 1.57;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .top .service-hours-time-red {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .top .service-hours-time-red {
    font-size: 1.4rem;
    bottom: 18px;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 1280px) {
  .top .service-hours-head {
    font-size: 1.6rem;
    margin-left: 8px;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1280px) {
  .top .service-hours-tel {
    font-size: 2.6rem;
    margin-top: -4px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1279px) {
  .top .service-hours-tel {
    font-size: 2.5rem;
    margin: -6px 0 0;
  }
  .top .service-hours-tel a {
    font-weight: bold;
  }
}

.ob-topBg {
  padding: 103px 40px 73px 40px;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  .ob-topBg {
    padding: 40px 20px;
  }
}
.ob-topBg--gray {
  padding: 107px 40px 128px 40px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1279px) {
  .ob-topBg--gray {
    padding: 54px 20px 75px;
  }
}
.ob-topBg--purple {
  padding: 72px 40px 80px 40px;
  background-color: #472573;
}
@media screen and (max-width: 1279px) {
  .ob-topBg--purple {
    padding: 50px 20px;
  }
}
.ob-topBg--purple .ob-topHeading2 {
  color: #fff;
}
.ob-topBg__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.ob-topHeading2 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 50px;
  color: #333;
}
@media screen and (max-width: 1279px) {
  .ob-topHeading2 {
    font-size: 3rem;
    margin: 0 0 35px;
  }
}

.ob-topHeading3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 0 16px 29px;
  position: relative;
  color: #222;
  min-height: 60px;
  margin: 0 0 32px;
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3 {
    font-size: 2rem;
    padding: 8px 0 8px 20px;
    min-height: 40px;
    margin: 0 0 20px;
  }
}
.ob-topHeading3::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #472573;
  position: absolute;
  top: 0;
  left: 0;
}
.ob-topHeading3--topics, .ob-topHeading3--event {
  font-size: 2.8rem;
  padding: 16px 0 16px 82px;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3--topics, .ob-topHeading3--event {
    font-size: 2.5rem;
    padding: 8px 0 8px 64px;
    margin: 0;
  }
}
.ob-topHeading3--topics::before, .ob-topHeading3--event::before {
  top: 50%;
  translate: 0 -50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ob-topHeading3--topics {
  min-height: 68px;
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3--topics {
    min-height: 45px;
  }
}
.ob-topHeading3--topics::before {
  width: 71px;
  height: 58px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2271.5%22%20height%3D%2258.441%22%20viewBox%3D%220%200%2071.5%2058.441%22%3E%3Cg%20transform%3D%22translate(-467.499%20-3748.143)%22%3E%3Cpath%20d%3D%22M4024.424%2C1240.514h24.886a20.307%2C20.307%2C0%2C0%2C1%2C20.307%2C20.307h0a20.307%2C20.307%2C0%2C0%2C1-20.307%2C20.307H4047.3a.929.929%2C0%2C0%2C0-.929.929v9.966a.929.929%2C0%2C0%2C1-1.586.657L4033.5%2C1281.4a.928.928%2C0%2C0%2C0-.657-.272h-8.423a20.307%2C20.307%2C0%2C0%2C1-20.307-20.307h0A20.307%2C20.307%2C0%2C0%2C1%2C4024.424%2C1240.514Z%22%20transform%3D%22translate(-3533.617%202510.629)%22%20fill%3D%22%23ffff8e%22%2F%3E%3Cpath%20d%3D%22M4024.424%2C1237.514h24.886a23.307%2C23.307%2C0%2C0%2C1%2C.062%2C46.614v7.9a3.938%2C3.938%2C0%2C0%2C1-3.936%2C3.931%2C5.044%2C5.044%2C0%2C0%2C1-2.773-1.154l-10.674-10.673h-7.565a23.307%2C23.307%2C0%2C1%2C1%2C0-46.614Zm24.886%2C40.614a17.307%2C17.307%2C0%2C1%2C0%2C0-34.614h-24.886a17.307%2C17.307%2C0%2C1%2C0%2C0%2C34.614h8.423a5.064%2C5.064%2C0%2C0%2C1%2C2.779%2C1.151l7.746%2C7.745v-4.967a3.934%2C3.934%2C0%2C0%2C1%2C3.929-3.929Z%22%20transform%3D%22translate(-3533.617%202510.629)%22%20fill%3D%22%23222%22%2F%3E%3Cg%20transform%3D%22translate(53.953%2069.143)%22%3E%3Cpath%20d%3D%22M17.39%2C6.97a3.428%2C3.428%2C0%2C1%2C1%2C2.481-1%2C3.363%2C3.363%2C0%2C0%2C1-2.481%2C1%22%20transform%3D%22translate(431%203699)%22%20fill%3D%22%23222%22%2F%3E%3Cpath%20d%3D%22M3.451%2C6.97A3.485%2C3.485%2C0%2C1%2C1%2C5.966%2C5.932%2C3.485%2C3.485%2C0%2C0%2C1%2C3.451%2C6.97%22%20transform%3D%22translate(431%203699)%22%20fill%3D%22%23222%22%2F%3E%3Cpath%20d%3D%22M31.329%2C6.97a3.428%2C3.428%2C0%2C1%2C1%2C2.481-1%2C3.363%2C3.363%2C0%2C0%2C1-2.481%2C1%22%20transform%3D%22translate(431%203699)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3--topics::before {
    width: 55px;
    height: 45px;
    translate: none;
    top: 0;
  }
}
.ob-topHeading3--event {
  min-height: 70px;
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3--event {
    min-height: 53px;
  }
}
.ob-topHeading3--event::before {
  width: 62px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262.726%22%20height%3D%2269.701%22%20viewBox%3D%220%200%2062.726%2069.701%22%3E%3Cg%20transform%3D%22translate(-470%20-4336)%22%3E%3Cpath%20d%3D%22M57.913%2C13.94a6.725%2C6.725%2C0%2C0%2C0-2.046-4.924c-1.289-1.331.929-2.072-.924-2.046H51.458V0h-6.97V6.97H16.613V0H9.643V6.97H6.158A6.724%2C6.724%2C0%2C0%2C0%2C1.234%2C9.015C-.129%2C10.381%2C0%2C12.022%2C0%2C13.939V62.726A6.724%2C6.724%2C0%2C0%2C0%2C2.049%2C67.65%2C6.721%2C6.721%2C0%2C0%2C0%2C6.973%2C69.7l48.786%2C0c3.846-.007%2C2.962-3.124%2C2.97-6.97Z%22%20transform%3D%22translate(471%204336)%22%20fill%3D%22%23699fc8%22%20opacity%3D%220.198%22%2F%3E%3Cg%20transform%3D%22translate(124.244%2032.818)%22%3E%3Cpath%20d%3D%22M6.97%2C69.7A6.724%2C6.724%2C0%2C0%2C1%2C2.046%2C67.65%2C6.724%2C6.724%2C0%2C0%2C1%2C0%2C62.726V13.939A6.724%2C6.724%2C0%2C0%2C1%2C2.046%2C9.015%2C6.724%2C6.724%2C0%2C0%2C1%2C6.97%2C6.97h3.485V0h6.97V6.97H45.3V0h6.97V6.97h3.485a6.724%2C6.724%2C0%2C0%2C1%2C4.924%2C2.046%2C6.724%2C6.724%2C0%2C0%2C1%2C2.046%2C4.924V62.726a6.984%2C6.984%2C0%2C0%2C1-6.97%2C6.97Zm0-6.97H55.757V27.878H6.97Zm0-41.818H55.757v-6.97H6.97Zm0%2C0v0ZM31.363%2C41.818a3.428%2C3.428%2C0%2C1%2C1%2C2.481-1%2C3.363%2C3.363%2C0%2C0%2C1-2.481%2C1m-13.939%2C0a3.485%2C3.485%2C0%2C1%2C1%2C2.481-5.966%2C3.485%2C3.485%2C0%2C0%2C1-2.481%2C5.966m27.878%2C0a3.428%2C3.428%2C0%2C1%2C1%2C2.481-1%2C3.363%2C3.363%2C0%2C0%2C1-2.481%2C1M31.363%2C55.757a3.428%2C3.428%2C0%2C1%2C1%2C2.481-1%2C3.363%2C3.363%2C0%2C0%2C1-2.481%2C1m-13.939%2C0a3.485%2C3.485%2C0%2C1%2C1%2C2.481-5.966%2C3.485%2C3.485%2C0%2C0%2C1-2.481%2C5.966m27.878%2C0a3.428%2C3.428%2C0%2C1%2C1%2C2.481-1%2C3.363%2C3.363%2C0%2C0%2C1-2.481%2C1%22%20transform%3D%22translate(345.756%204303.182)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3--event::before {
    width: 48px;
    height: 53px;
  }
}
.ob-topHeading3--advice, .ob-topHeading3--essay {
  font-size: 2.8rem;
  padding: 16px 0 16px 82px;
  min-height: 70px;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3--advice, .ob-topHeading3--essay {
    font-size: 2.5rem;
    padding: 8px 0 8px 64px;
    margin: 0 0 22px;
  }
}
.ob-topHeading3--advice::before {
  top: 50%;
  translate: 0 -50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 68px;
  height: 70px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2263.328%22%20height%3D%2263.164%22%20viewBox%3D%220%200%2063.328%2063.164%22%3E%3Cg%20transform%3D%22translate(19321%2017462.5)%22%3E%3Cpath%20d%3D%22M5%2C0H52a5%2C5%2C0%2C0%2C1%2C5%2C5V55H5a5%2C5%2C0%2C0%2C1-5-5V5A5%2C5%2C0%2C0%2C1%2C5%2C0Z%22%20transform%3D%22translate(-19320%20-17460)%22%20fill%3D%22%23b7e8be%22%2F%3E%3Cpath%20d%3D%22M164.915-798.293A9.282%2C9.282%2C0%2C0%2C1%2C158.1-801.1a9.281%2C9.281%2C0%2C0%2C1-2.807-6.817%2C9.282%2C9.282%2C0%2C0%2C1%2C2.807-6.817%2C9.282%2C9.282%2C0%2C0%2C1%2C6.817-2.807%2C9.282%2C9.282%2C0%2C0%2C1%2C6.817%2C2.807%2C9.282%2C9.282%2C0%2C0%2C1%2C2.807%2C6.817%2C9.281%2C9.281%2C0%2C0%2C1-2.807%2C6.817%2C9.282%2C9.282%2C0%2C0%2C1-6.819%2C2.807Zm0-6.416a3.1%2C3.1%2C0%2C0%2C0%2C2.286-.922%2C3.1%2C3.1%2C0%2C0%2C0%2C.922-2.286%2C3.1%2C3.1%2C0%2C0%2C0-.922-2.286%2C3.1%2C3.1%2C0%2C0%2C0-2.286-.922%2C3.1%2C3.1%2C0%2C0%2C0-2.286.922%2C3.1%2C3.1%2C0%2C0%2C0-.922%2C2.286%2C3.1%2C3.1%2C0%2C0%2C0%2C.922%2C2.286%2C3.1%2C3.1%2C0%2C0%2C0%2C2.286.921Zm-19.249%2C28.874v-9.3a6.562%2C6.562%2C0%2C0%2C1%2C.8-3.168%2C6.16%2C6.16%2C0%2C0%2C1%2C2.246-2.366%2C30.269%2C30.269%2C0%2C0%2C1%2C5.414-2.526%2C33.734%2C33.734%2C0%2C0%2C1%2C5.815-1.484l4.973%2C6.015%2C4.973-6.015a32.689%2C32.689%2C0%2C0%2C1%2C5.775%2C1.484%2C30.775%2C30.775%2C0%2C0%2C1%2C5.374%2C2.526%2C6.469%2C6.469%2C0%2C0%2C1%2C2.286%2C2.366%2C6.316%2C6.316%2C0%2C0%2C1%2C.842%2C3.168v9.3ZM152-782.252h9.865l-4.331-5.294a17.722%2C17.722%2C0%2C0%2C0-2.807%2C1.043q-1.363.642-2.727%2C1.363Zm15.961%2C0h9.785v-2.887a20.91%2C20.91%2C0%2C0%2C0-2.647-1.4%2C20.622%2C20.622%2C0%2C0%2C0-2.807-1ZM161.867-782.252ZM167.963-782.252ZM164.915-807.918Z%22%20transform%3D%22translate(-19441.836%20-16623.5)%22%2F%3E%3Cpath%20d%3D%22M126.416-782.252a6.179%2C6.179%2C0%2C0%2C1-4.532-1.885A6.179%2C6.179%2C0%2C0%2C1%2C120-788.669v-44.915a6.179%2C6.179%2C0%2C0%2C1%2C1.885-4.532A6.179%2C6.179%2C0%2C0%2C1%2C126.416-840h44.915a6.178%2C6.178%2C0%2C0%2C1%2C4.532%2C1.885%2C6.179%2C6.179%2C0%2C0%2C1%2C1.885%2C4.532v16.041a30.082%2C30.082%2C0%2C0%2C0-2.807-3.048%2C7.652%2C7.652%2C0%2C0%2C0-3.609-1.925v-11.068H126.416v44.915H139.73a13.767%2C13.767%2C0%2C0%2C0-.361%2C1.764%2C13.046%2C13.046%2C0%2C0%2C0-.12%2C1.765v2.887Zm6.416-38.5H155.29a15%2C15%2C0%2C0%2C1%2C4.572-2.406%2C16.364%2C16.364%2C0%2C0%2C1%2C5.053-.8v-3.208H132.833Zm0%2C12.833h16.041a14.934%2C14.934%2C0%2C0%2C1%2C.361-3.288%2C18.525%2C18.525%2C0%2C0%2C1%2C1-3.128h-17.4Zm0%2C12.833H143.9a13%2C13%2C0%2C0%2C1%2C1.885-1.283q1-.561%2C2.045-1.043v-4.09h-15Zm-6.416%2C6.416Z%22%20transform%3D%22translate(-19441%20-16622.5)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3--advice::before {
    width: 49px;
    height: 51px;
  }
}
.ob-topHeading3--essay::before {
  top: 50%;
  translate: 0 -50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 68px;
  height: 70px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2268.379%22%20height%3D%2270.755%22%20viewBox%3D%220%200%2068.379%2070.755%22%3E%3Cg%20transform%3D%22translate(-470%20-4845)%22%3E%3Cpath%20d%3D%22M56.533%2C7.221H8.308A8.309%2C8.309%2C0%2C0%2C0%2C0%2C15.53V62.446a8.308%2C8.308%2C0%2C0%2C0%2C8.308%2C8.308H55.224a8.309%2C8.309%2C0%2C0%2C0%2C8.309-8.308V14.221A7%2C7%2C0%2C0%2C0%2C56.533%2C7.221Z%22%20transform%3D%22translate(470%204845)%22%20fill%3D%22%23facde0%22%2F%3E%3Crect%20width%3D%227.056%22%20height%3D%2219.554%22%20transform%3D%22translate(519.586%204849.977)%20rotate(-44.853)%22%2F%3E%3Cpath%20d%3D%22M15.711%2C52.47%2C31.9%2C50.157%2C61.2%2C21%2C47.412%2C7.14l-29.3%2C29.155Zm31.63-37.836%2C2.311%2C2.3L28.4%2C38.085%2C26.085%2C35.78Z%22%20transform%3D%22translate(470%204845)%22%2F%3E%3Cpath%20d%3D%22M60.033%2C29.868a3.5%2C3.5%2C0%2C0%2C0-3.5%2C3.5V62.446a1.31%2C1.31%2C0%2C0%2C1-1.309%2C1.309H8.308A1.31%2C1.31%2C0%2C0%2C1%2C7%2C62.446V15.53a1.309%2C1.309%2C0%2C0%2C1%2C1.308-1.308H31.766a3.5%2C3.5%2C0%2C0%2C0%2C0-7H8.308A8.317%2C8.317%2C0%2C0%2C0%2C0%2C15.53V62.446a8.318%2C8.318%2C0%2C0%2C0%2C8.308%2C8.309H55.224a8.319%2C8.319%2C0%2C0%2C0%2C8.309-8.309V33.368a3.5%2C3.5%2C0%2C0%2C0-3.5-3.5%22%20transform%3D%22translate(470%204845)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1279px) {
  .ob-topHeading3--essay::before {
    width: 49px;
    height: 51px;
  }
}

.ob-topBtn--sp {
  display: none;
}
.cms .ob-topBtn--sp {
  display: block;
}
@media screen and (max-width: 1279px) {
  .ob-topBtn--sp {
    display: block;
    margin: 0 0 40px;
  }
}
.ob-topBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  border-radius: 100vmax;
  border: 1px solid #472573;
  background-color: #fff;
  font-size: 1.5rem;
  color: #222;
  position: relative;
  transition: 0.2s ease;
}
@media screen and (max-width: 1279px) {
  .ob-topBtn a {
    width: 100%;
    height: 50px;
  }
}
.ob-topBtn a::before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 7.5%;
  transition: 0.2s ease;
  background-color: #472573;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 5px 9px;
          mask-size: 5px 9px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.061%22%20height%3D%228.707%22%20viewBox%3D%220%200%205.061%208.707%22%3E%3Cpath%20d%3D%22M-18028.559-18413.646l-.707-.707%2C3.646-3.646-3.646-3.646.707-.707%2C4.354%2C4.354Z%22%20transform%3D%22translate(18029.266%2018422.354)%22%20fill%3D%22%23472573%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.061%22%20height%3D%228.707%22%20viewBox%3D%220%200%205.061%208.707%22%3E%3Cpath%20d%3D%22M-18028.559-18413.646l-.707-.707%2C3.646-3.646-3.646-3.646.707-.707%2C4.354%2C4.354Z%22%20transform%3D%22translate(18029.266%2018422.354)%22%20fill%3D%22%23472573%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1279px) {
  .ob-topBtn a::before {
    background-size: 6px 11px;
  }
}
@media screen and (min-width: 1280px) {
  .ob-topBtn a:hover {
    background-color: #472573;
    color: #fff;
    text-decoration: none;
  }
  .ob-topBtn a:hover::before {
    background-color: #fff;
  }
}

.ob-topHeadingWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 0 32px;
}
@media screen and (max-width: 1279px) {
  .ob-topHeadingWrapper .ob-topBtn {
    display: none;
  }
}

.topImportant {
  margin: 0 -40px;
  padding: 34px 40px 52px;
  background-color: #f6f6f6;
  border-radius: 4px;
}
@media screen and (max-width: 1279px) {
  .topImportant {
    margin: 0 -20px;
    padding: 25px 20px;
  }
}
.topImportant__item {
  padding: 20px 0;
  transition: 0.2s ease;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 1280px) {
  .topImportant__item:hover {
    opacity: 0.7;
  }
  .topImportant__item:hover a {
    text-decoration: none;
  }
}
@media screen and (max-width: 1279px) {
  .topImportant__item {
    padding: 10px 0;
    min-height: 95px;
  }
}
.topImportant__item:last-child {
  border-bottom: 1px solid #ccc;
}
.topImportant__top {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
@media screen and (max-width: 1279px) {
  .topImportant__top {
    margin: 0 0 8px;
    flex-wrap: wrap;
  }
}
.topImportant__date {
  width: 160px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1279px) {
  .topImportant__date {
    width: 132px;
    font-size: 1.2rem;
    margin: 0 10px 0 0;
  }
}
.topImportant__cat, .topImportant__tag {
  min-width: 45px;
  height: 23px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 1279px) {
  .topImportant__cat, .topImportant__tag {
    min-width: 32px;
    height: 16px;
    padding: 0 4px;
    font-size: 1rem;
    margin: 0 5px 0 0;
  }
}
.topImportant__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5556;
  color: #333;
}
@media screen and (max-width: 1279px) {
  .topImportant__ttl {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .newsBasic {
    margin-top: -56px;
  }
}
.newsBasic__item {
  padding: 20px 0;
  transition: 0.2s ease;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 1280px) {
  .newsBasic__item:hover {
    opacity: 0.7;
  }
  .newsBasic__item:hover a {
    text-decoration: none;
  }
}
@media screen and (max-width: 1279px) {
  .newsBasic__item {
    padding: 10px 0;
    min-height: 95px;
  }
}
.newsBasic__item:last-child {
  border-bottom: 1px solid #ccc;
}
.newsBasic__item a::after {
  content: none !important;
}
.newsBasic__top {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
@media screen and (max-width: 1279px) {
  .newsBasic__top {
    margin: 0 0 8px;
    flex-wrap: wrap;
  }
}
.newsBasic__date {
  width: 160px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1279px) {
  .newsBasic__date {
    width: 132px;
    font-size: 1.2rem;
    margin: 0 10px 0 0;
  }
}
.newsBasic__cat, .newsBasic__tag {
  min-width: 45px;
  height: 23px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 1279px) {
  .newsBasic__cat, .newsBasic__tag {
    min-width: 32px;
    height: 16px;
    padding: 0 4px;
    font-size: 1rem;
    margin: 0 5px 0 0;
  }
}
.newsBasic__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5556;
  color: #333;
}
@media screen and (max-width: 1279px) {
  .newsBasic__ttl {
    font-size: 1.5rem;
  }
}

.eventBasic__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}
@media screen and (max-width: 1279px) {
  .eventBasic__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .eventBasic__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.eventBasic a {
  text-decoration: none;
}
.eventBasic a::after {
  content: none;
}
.eventBasic__item {
  margin: 0 0 16px 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .eventBasic__item:nth-last-child(-n+1) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .eventBasic__item:nth-last-child(-n+2) {
    display: none;
  }
}
.eventBasic__img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #a5a5a5;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
.eventBasic__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease;
}
.eventBasic__schedule {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px 0 10px 0;
  word-wrap: 100px;
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #472573;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.eventBasic__year, .eventBasic__day {
  font-size: 1.3rem;
  font-weight: bold;
}
.eventBasic__date {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.eventBasic__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5556;
  margin: 0 0 6px;
  color: #333;
}
.eventBasic__txt {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6667;
  color: #333;
}
@media screen and (min-width: 1280px) {
  .eventBasic__item:hover img {
    scale: 1.1;
  }
  .eventBasic__item:hover .eventBasic__ttl {
    opacity: 0.7;
  }
}

.newsTopics__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}
@media screen and (max-width: 1279px) {
  .newsTopics__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .newsTopics__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.newsTopics__item {
  margin: 0 0 16px 0;
}
@media screen and (max-width: 1279px) {
  .newsTopics__item:nth-last-child(-n+1) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .newsTopics__item:nth-last-child(-n+2) {
    display: none;
  }
}
.newsTopics a {
  text-decoration: none;
}
.newsTopics a::after {
  content: none;
}
.newsTopics__img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #a5a5a5;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (max-width: 1279px) {
  .newsTopics__img {
    border-radius: 10px;
    margin: 0 0 12px;
  }
}
.newsTopics__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease;
}
.newsTopics__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5556;
  margin: 0 0 6px;
  color: #333;
}
@media screen and (max-width: 1279px) {
  .newsTopics__ttl {
    font-size: 1.5rem;
  }
}
.newsTopics__date, .newsTopics__description {
  font-size: 1.5rem;
  line-height: 1.6667;
  color: #333;
}
@media screen and (max-width: 1279px) {
  .newsTopics__date, .newsTopics__description {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .newsTopics__item:hover img {
    scale: 1.1;
  }
  .newsTopics__item:hover .newsTopics__ttl {
    opacity: 0.7;
  }
}

.ob-topRecruit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}
@media screen and (max-width: 1279px) {
  .ob-topRecruit {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.ob-topRecruit__item a {
  color: #fff;
}
.ob-topRecruit__img {
  aspect-ratio: 7/4;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 16px;
}
@media screen and (max-width: 1279px) {
  .ob-topRecruit__img {
    border-radius: 10px;
    margin: 0 0 8px;
  }
}
.ob-topRecruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease;
}
.ob-topRecruit__txt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .ob-topRecruit__txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .ob-topRecruit__item:hover .ob-topRecruit__img img {
    scale: 1.1;
  }
}

.ob-topLinks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .ob-topLinks {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}
.ob-topLinks__item a {
  color: #333333;
  display: flex;
  align-items: center;
  gap: 16px;
}
.ob-topLinks__img {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .ob-topLinks__img {
    width: 65px;
    border-radius: 10px;
  }
}
.ob-topLinks__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease;
}
.ob-topLinks__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .ob-topLinks__txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .ob-topLinks__item:hover .ob-topLinks__img img {
    scale: 1.1;
  }
}

.news-list-page .newsBasic {
  margin-top: 0;
}

.newsSortMenu {
  display: flex;
  gap: 10px;
  margin: 0 0 40px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1279px) {
  .newsSortMenu {
    flex-direction: column;
  }
}
.newsSortMenu__left {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1279px) {
  .newsSortMenu__left {
    flex-direction: column;
  }
}
.newsSortMenu__filter {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .newsSortMenu__filter:hover::before {
    scale: 1 -1;
  }
}
.newsSortMenu select {
  width: 240px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .newsSortMenu select {
    width: 100%;
    color: #222 !important;
  }
}
.newsSortMenu__right {
  width: 360px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .newsSortMenu__right {
    width: 100%;
  }
}
.newsSortMenu input[type=text] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px 76px 4px 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.newsSortMenu input[type=text]::-moz-placeholder {
  color: #666;
}
.newsSortMenu input[type=text]::placeholder {
  color: #666;
}
.newsSortMenu input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background-color: #4D217C;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M14.162%2C13.1A8%2C8%2C0%2C1%2C0%2C13.1%2C14.162l1.57%2C1.569a.748.748%2C0%2C0%2C0%2C1.06%2C0%2C.75.75%2C0%2C0%2C0%2C0-1.061ZM1.5%2C8A6.5%2C6.5%2C0%2C1%2C1%2C8%2C14.5%2C6.508%2C6.508%2C0%2C0%2C1%2C1.5%2C8%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.newsPaging {
  display: flex;
  justify-content: center;
  gap: 6px;
  list-style: none !important;
  margin: 80px 0 0 !important;
}
@media screen and (max-width: 1279px) {
  .newsPaging {
    margin: 48px 0 0 !important;
  }
}
.newsPaging a,
.newsPaging span {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #4D217C;
}
.newsPaging a {
  background-color: #fff;
  color: #4D217C;
  transition: 0.2s ease;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .newsPaging a:hover {
    background-color: #4D217C;
    color: #fff;
  }
}
.newsPaging span {
  background-color: #4D217C;
  color: #fff;
}