@charset "UTF-8";
.js-bg-black .c-heading,
.js-bg-black .c-heading-h1,
.js-bg-black .c-heading-h2,
.js-bg-black .c-heading-h3,
.js-bg-black .c-heading-h4,
.js-bg-black .c-heading-h5,
.js-bg-black .c-heading-h6,
.js-bg-blue .c-heading,
.js-bg-blue .c-heading-h1,
.js-bg-blue .c-heading-h2,
.js-bg-blue .c-heading-h3,
.js-bg-blue .c-heading-h4,
.js-bg-blue .c-heading-h5,
.js-bg-blue .c-heading-h6 {
  color: #fff;
}
.js-bg-black .c-heading__en,
.js-bg-black .c-heading-h1__en,
.js-bg-black .c-heading-h2__en,
.js-bg-black .c-heading-h3__en,
.js-bg-black .c-heading-h4__en,
.js-bg-black .c-heading-h5__en,
.js-bg-black .c-heading-h6__en,
.js-bg-blue .c-heading__en,
.js-bg-blue .c-heading-h1__en,
.js-bg-blue .c-heading-h2__en,
.js-bg-blue .c-heading-h3__en,
.js-bg-blue .c-heading-h4__en,
.js-bg-blue .c-heading-h5__en,
.js-bg-blue .c-heading-h6__en {
  color: #fff;
}
.js-bg-black .c-heading__jp,
.js-bg-black .c-heading-h1__jp,
.js-bg-black .c-heading-h2__jp,
.js-bg-black .c-heading-h3__jp,
.js-bg-black .c-heading-h4__jp,
.js-bg-black .c-heading-h5__jp,
.js-bg-black .c-heading-h6__jp,
.js-bg-blue .c-heading__jp,
.js-bg-blue .c-heading-h1__jp,
.js-bg-blue .c-heading-h2__jp,
.js-bg-blue .c-heading-h3__jp,
.js-bg-blue .c-heading-h4__jp,
.js-bg-blue .c-heading-h5__jp,
.js-bg-blue .c-heading-h6__jp {
  color: #fff;
}

.js-bg-yellow .c-heading,
.js-bg-yellow .c-heading-h1,
.js-bg-yellow .c-heading-h2,
.js-bg-yellow .c-heading-h3,
.js-bg-yellow .c-heading-h4,
.js-bg-yellow .c-heading-h5,
.js-bg-yellow .c-heading-h6 {
  color: #000;
}
.js-bg-yellow .c-heading__en,
.js-bg-yellow .c-heading-h1__en,
.js-bg-yellow .c-heading-h2__en,
.js-bg-yellow .c-heading-h3__en,
.js-bg-yellow .c-heading-h4__en,
.js-bg-yellow .c-heading-h5__en,
.js-bg-yellow .c-heading-h6__en {
  color: #000;
}
.js-bg-yellow .c-heading__jp,
.js-bg-yellow .c-heading-h1__jp,
.js-bg-yellow .c-heading-h2__jp,
.js-bg-yellow .c-heading-h3__jp,
.js-bg-yellow .c-heading-h4__jp,
.js-bg-yellow .c-heading-h5__jp,
.js-bg-yellow .c-heading-h6__jp {
  color: #000;
}

.js-bg-black .c-text,
.js-bg-blue .c-text {
  color: #fff;
}

.js-bg-yellow .c-text {
  color: #000;
}

.js-bg-black .c-text-link,
.js-bg-blue .c-text-link {
  color: #fff;
}
.js-bg-black .c-text-link.--blank::after,
.js-bg-blue .c-text-link.--blank::after {
  background-image: url("../images/common/icon_blank_white.svg");
}
.js-bg-black .c-text-link.--download::after,
.js-bg-blue .c-text-link.--download::after {
  background-image: url("../images/common/icon_download_white.svg");
}
.js-bg-black .c-text-link.--black,
.js-bg-blue .c-text-link.--black {
  color: #fff;
}

.js-bg-yellow .c-text-link {
  color: #000;
}
.js-bg-yellow .c-text-link.--blank {
  color: #000;
}
.js-bg-yellow .c-text-link.--blank::after {
  background-image: url("../images/common/icon_blank_black.svg");
}
.js-bg-yellow .c-text-link.--download::after {
  background-image: url("../images/common/icon_download_black.svg");
}
.js-bg-yellow .c-text-link.--white.--instagram {
  color: #000;
}
.js-bg-yellow .c-text-link.--white.--instagram::before {
  background-image: url("../images/common/icon_instagram_black.svg");
}

.js-bg-black .c-list-dot__item,
.js-bg-blue .c-list-dot__item {
  color: #fff;
}

.js-bg-yellow .c-list-dot__item {
  color: #000;
}

.js-bg-black .p-table,
.js-bg-blue .p-table {
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
}
.js-bg-black .p-table__th,
.js-bg-blue .p-table__th {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
}
.js-bg-black .p-table__td,
.js-bg-blue .p-table__td {
  border-color: #fff;
}

.js-bg-yellow .p-table {
  background-color: inherit;
  color: #000;
  border: 1px solid #000;
}
.js-bg-yellow .p-table__th {
  background-color: inherit;
  color: #000;
  border-color: #000;
}
.js-bg-yellow .p-table__td {
  border-color: #000;
}

.p-box-wide {
  padding: 4rem 7.5rem;
  background-color: #f2fcfd;
  border-radius: 1.25rem;
}
.p-box-wide.--bg-yellow {
  background-color: #fffbed;
}

@media only screen and (max-width: 1280px) {
  .p-box-wide {
    padding: 2rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.js-bg-black .p-box, .js-bg-black .p-box-wide,
.js-bg-blue .p-box,
.js-bg-blue .p-box-wide {
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
}
.js-bg-black .p-box.--bg-white, .js-bg-black .p-box-wide.--bg-white,
.js-bg-blue .p-box.--bg-white,
.js-bg-blue .p-box-wide.--bg-white {
  background-color: inherit;
  color: #fff;
}

.js-bg-yellow .p-box, .js-bg-yellow .p-box-wide {
  background-color: inherit;
  color: #000;
  border: 1px solid #000;
}
.js-bg-yellow .p-box.--bg-white, .js-bg-yellow .p-box-wide.--bg-white {
  background-color: inherit;
  color: #000;
}

.p-editor__content {
  overflow: hidden;
}
.p-editor__content h1:not([class*=p-], [class*=c-]) {
  font-size: 2rem;
  font-weight: 900;
}
.p-editor__content h2:not([class*=p-], [class*=c-]) {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.16rem;
}
.p-editor__content h2:not([class*=p-], [class*=c-])::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  content: "";
  background: transparent url("../images/common/bd_dot.png") repeat-x left/15px 5px;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h2:not([class*=p-], [class*=c-]) {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06rem;
  }
  .p-editor__content h2:not([class*=p-], [class*=c-])::after {
    background-size: 10px 4px;
  }
}
.p-editor__content h3:not([class*=p-], [class*=c-]) {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.12rem;
}
.p-editor__content h3:not([class*=p-], [class*=c-])::before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: #0076d8;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h3:not([class*=p-], [class*=c-]) {
    padding-left: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06rem;
  }
  .p-editor__content h3:not([class*=p-], [class*=c-])::before {
    top: 0.8125rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-editor__content h4:not([class*=p-], [class*=c-]) {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0076d8;
  letter-spacing: 0.06rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h4:not([class*=p-], [class*=c-]) {
    font-size: 1.3125rem;
    letter-spacing: 0.0525rem;
  }
}
.p-editor__content h5:not([class*=p-], [class*=c-]) {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0525rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h5:not([class*=p-], [class*=c-]) {
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
}
.p-editor__content h6:not([class*=p-], [class*=c-]) {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.045rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h6:not([class*=p-], [class*=c-]) {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.p-editor__content p:not([class*=p-], [class*=c-]) {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--xlg {
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--lg {
  font-size: 1.125rem;
  letter-spacing: 0.09rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--sm {
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--xsm {
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--twostars {
  position: relative;
  padding-left: 3rem;
  margin: 0.75rem 0;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--twostars::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.75rem;
  height: 2.75rem;
  content: "";
  background: #fff url("../images/common/icon_twostars.svg") no-repeat center/26px 16px;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-editor__content p:not([class*=p-], [class*=c-]) {
    font-size: 0.9375rem;
    letter-spacing: 0.1125rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--xlg {
    font-size: 1.1875rem;
    letter-spacing: 0.095rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--lg {
    font-size: 1.0625rem;
    letter-spacing: 0.1275rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--sm {
    font-size: 0.8125rem;
    letter-spacing: 0.065rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--xsm {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
  position: relative;
  margin-right: 0.375rem;
  line-height: 1.8;
  color: #0076d8;
  text-decoration: underline;
  letter-spacing: 0.08rem;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-])[target=_blank]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-])[href$=".pdf" i]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  padding: 0 0.25rem;
  margin-left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0;
  content: "PDF";
  background: none;
  border: 1px solid #0076d8;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--download::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_download.svg") no-repeat center/contain;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--sm {
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--xxsm {
  font-size: 0.625rem;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--instagram {
  position: relative;
  padding-left: 2.5rem;
  text-decoration: none;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--instagram::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background: transparent url("../images/common/icon_instagram.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--white {
  color: #fff;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--white.--instagram::before {
  background-image: url("../images/common/icon_instagram_white.svg");
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--black {
  color: #333;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--black::after {
  background-image: url("../images/common/icon_blank_black.svg");
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--event {
  display: block;
  margin: 0.25rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03rem;
  cursor: pointer;
  background-color: #0076d8;
  border-radius: 0.25rem;
}
@media (hover: hover) {
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
    transition: 0.3s linear opacity;
  }
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]):hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--sm {
    font-size: 0.8125rem;
    letter-spacing: 0.065rem;
  }
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--event {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li {
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.08rem;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li + li {
  margin-top: 0.5rem;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li::before {
  position: absolute;
  top: 0.5875rem;
  left: 0.5625rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: #efb900;
  border-radius: 50%;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li.--blue::before {
  background-color: #0076d8;
}
@media only screen and (max-width: 767px) {
  .p-editor__content ul:not([class*=p-], [class*=c-]) li {
    font-size: 0.9375rem;
    letter-spacing: 0.1125rem;
  }
  .p-editor__content ul:not([class*=p-], [class*=c-]) li::before {
    top: 0.5875rem;
    left: 0.5625rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-editor__content ol:not([class*=p-], [class*=c-]) {
  list-style: decimal;
  list-style-position: inside;
}
.p-editor__content ol:not([class*=p-], [class*=c-]) li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.p-editor__content ol:not([class*=p-], [class*=c-]) li + li {
  margin-top: 0.5rem;
}
.p-editor__content dl:not([class*=p-], [class*=c-]) dt {
  font-weight: bold;
}
.p-editor__content dl:not([class*=p-], [class*=c-]) dd {
  padding-left: 1em;
}
.p-editor__content table:not([class*=p-], [class*=c-]) {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  background-color: #fff;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  vertical-align: middle;
  background-color: #dcf1f3;
  border: 0.0625rem solid #91aec7;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th.--w-percent25 {
  width: 25%;
}
.p-editor__content table:not([class*=p-], [class*=c-]) td {
  padding: 0.75rem 1.5rem;
  vertical-align: middle;
  border: 0.0625rem solid #91aec7;
}
@media only screen and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) {
    font-size: 0.9375rem;
    letter-spacing: 0.1125rem;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]) th {
    padding: 0.5rem 0.75rem;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]) th.--w-percent25 {
    width: 150px;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]) td {
    padding: 0.5rem 0.75rem;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]).--spVertical {
    display: block;
    border: 0.0625rem solid #91aec7;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]).--spVertical tbody,
  .p-editor__content table:not([class*=p-], [class*=c-]).--spVertical tr,
  .p-editor__content table:not([class*=p-], [class*=c-]).--spVertical .p-table__th,
  .p-editor__content table:not([class*=p-], [class*=c-]).--spVertical .p-table__td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
.p-editor__content .e-box {
  padding: 2rem 2.5rem;
  background-color: #f2fcfd;
  border-radius: 10px;
}
.p-editor__content .e-box.--bg-white {
  background-color: #fff;
}
.p-editor__content .e-box__title {
  font-weight: bold;
}
.p-editor__content .e-box__text {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content .e-box {
    padding: 1rem 1.25rem;
  }
}
.p-editor__content .e-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-editor__content .e-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-editor__content .e-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-editor__content .e-grid__texts {
  margin-top: 1rem;
}
.p-editor__content .e-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.js-bg-black .p-editor__content,
.js-bg-blue .p-editor__content {
  color: #fff;
}
.js-bg-black .p-editor__content h1, .js-bg-black .p-editor__content h2, .js-bg-black .p-editor__content h3, .js-bg-black .p-editor__content h4, .js-bg-black .p-editor__content h5, .js-bg-black .p-editor__content h6,
.js-bg-blue .p-editor__content h1,
.js-bg-blue .p-editor__content h2,
.js-bg-blue .p-editor__content h3,
.js-bg-blue .p-editor__content h4,
.js-bg-blue .p-editor__content h5,
.js-bg-blue .p-editor__content h6 {
  color: #fff;
}
.js-bg-black .p-editor__content a,
.js-bg-blue .p-editor__content a {
  color: #fff;
}
.js-bg-black .p-editor__content a[target=_blank]::after,
.js-bg-blue .p-editor__content a[target=_blank]::after {
  background-image: url("../images/common/icon_blank_white.svg");
}
.js-bg-black .p-editor__content a[href$=".pdf" i]::after,
.js-bg-blue .p-editor__content a[href$=".pdf" i]::after {
  background-image: none;
  border-color: #fff;
}
.js-bg-black .p-editor__content ul li,
.js-bg-blue .p-editor__content ul li {
  color: #fff;
}
.js-bg-black .p-editor__content table,
.js-bg-blue .p-editor__content table {
  background-color: inherit;
  border-color: #fff;
}
.js-bg-black .p-editor__content table th,
.js-bg-blue .p-editor__content table th {
  background-color: inherit;
}
.js-bg-black .p-editor__content .e-box,
.js-bg-blue .p-editor__content .e-box {
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
}

.js-bg-yellow .p-editor__content {
  color: #000;
}
.js-bg-yellow .p-editor__content h1, .js-bg-yellow .p-editor__content h2, .js-bg-yellow .p-editor__content h3, .js-bg-yellow .p-editor__content h4, .js-bg-yellow .p-editor__content h5, .js-bg-yellow .p-editor__content h6 {
  color: #000;
}
.js-bg-yellow .p-editor__content a {
  color: #000;
}
.js-bg-yellow .p-editor__content a[target=_blank]::after {
  background-image: url("../images/common/icon_blank_black.svg");
}
.js-bg-yellow .p-editor__content a[href$=".pdf" i]::after {
  background-image: none;
  border-color: #000;
}
.js-bg-yellow .p-editor__content ul li {
  color: #000;
}
.js-bg-yellow .p-editor__content table {
  background-color: inherit;
  border-color: #000;
}
.js-bg-yellow .p-editor__content table th {
  background-color: inherit;
  border-color: #000;
}
.js-bg-yellow .p-editor__content table td {
  border-color: #000;
}
.js-bg-yellow .p-editor__content .e-box {
  background-color: inherit;
  color: #000;
  border: 1px solid #000;
}