@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes arrow1 {
  0% {
    background-position: left -97px;
  }
  50% {
    background-position: left 0;
  }
  100% {
    background-position: left 0;
  }
}
@keyframes arrow2 {
  0% {
    width: 0;
  }
  50% {
    width: 97px;
  }
  100% {
    width: 97px;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
  }
}
@keyframes hyokkori {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes hyokkori2 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -10px);
  }
}
@keyframes showAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ------------------------------------------------
 	common
  ---------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  overflow: auto;
  position: relative;
  padding-top: 100px;
  background: #F5F5F5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  color: #212121;
}
@media screen and (min-width: 767.98px) {
  body {
    padding-top: 133px;
    font-size: 14px;
  }
}

a {
  color: #212121;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  -webkit-touch-callout: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

::placeholder {
  color: #999;
}

.phone_link {
  text-decoration: none;
  cursor: default;
}
.phone_link:hover {
  text-decoration: none;
}

.is-sp {
  display: block;
}
@media screen and (min-width: 1100px) {
  .is-sp {
    display: none !important;
  }
}

.is-tab {
  display: block;
}
@media screen and (min-width: 767.98px) {
  .is-tab {
    display: none !important;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp_only {
  display: block;
}
@media screen and (min-width: 767.98px) {
  .is-sp_only {
    display: none !important;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-container {
  max-width: 1140px;
  margin-inline: auto;
  padding: 0 20px;
}

.l-inner {
  max-width: 1140px;
  margin-inline: auto;
}

.l-content-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 50px;
  max-width: 1140px;
  margin-inline: auto;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media screen and (min-width: 1100px) {
  .l-content-body {
    flex-direction: row;
    margin-bottom: 100px;
    padding: 0 20px;
  }
}

.l-main {
  display: block;
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}
@media screen and (min-width: 1100px) {
  .l-main {
    margin-inline: 0;
  }
}

.l-sidenavi {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .l-sidenavi {
    width: 300px;
    margin-inline: 0;
  }
}

.l-section {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 767.98px) {
  .l-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #FFF1A3 60%);
}

.color_primary {
  color: #00BAC6;
}

.animation.animated {
  animation-fill-mode: both;
}

/* ↓ 移植 ↓ */
#contact h2.section__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  border: none;
  font-size: 50px;
  margin: 0px 0px 40px 0px;
}

#contact .table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 15px;
  table-layout: fixed;
  border: none;
}
#contact .table tr {
  border-bottom: 1px solid #DBDBDB;
}
#contact .table th {
  border: none;
  background: transparent;
  padding: 30px 25px 30px 0;
  box-sizing: border-box;
  width: calc(100% - 274px);
  font-weight: bold;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #contact .table th {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  #contact .table th {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
    font-size: 15px;
  }
}
#contact .table td {
  display: block;
  min-width: 249px;
  padding: 30px 0;
  border: none;
}
@media screen and (max-width: 767px) {
  #contact .table td {
    padding: 15px 0 25px;
  }
}
#contact .table tr:last-child th {
  border-bottom: none;
}
#contact .table tr:last-child td {
  border-bottom: none;
}

.form {
  color: #000;
}
.form .required {
  background-color: #FF4A4A;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 15px;
}
.form__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
}
.form__item input[type=text],
.form__item input[type=email],
.form__item input[type=tel],
.form__item input[type=number] {
  width: 100%;
  padding: 15px 15px;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  font-size: 12px;
  outline: none;
}
.form__item textarea {
  width: 100%;
  height: 150px;
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 15px;
  outline: none;
}
.form__item input[type=radio] + label {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  background-color: #FFF;
}
.form__item input[type=radio] + label::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
}
.form__item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  z-index: -1;
}
.form__item input[type=radio]:checked + label::after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #00BAC6;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-1 input {
    max-width: 400px;
  }
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-2 input {
    max-width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
.form__item .zip {
  max-width: 200px;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-3 input {
    max-width: 500px;
  }
}
.form__item select {
  appearance: none;
  width: 100%;
  max-width: 150px;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px 30px 10px 15px;
  outline: none;
  color: #222;
  background-image: url("../img/icon_select.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.form__item select::-ms-expand {
  display: none;
}
.form__item + .form__item {
  margin-top: 10px;
}
.form__note {
  font-size: 11px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767.98px) {
  .form__note {
    width: auto;
    font-size: 13px;
    margin: 0;
  }
}
.form__privacy {
  width: 100%;
  max-width: 700px;
  height: 150px;
  overflow: auto;
  margin: 0 auto 25px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #CCD1D8;
  font-size: 11px;
  color: #000;
}
@media screen and (min-width: 767.98px) {
  .form__privacy {
    font-size: 13px;
  }
}
.form__privacy p {
  margin-bottom: 2em;
}
.form__text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .form__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
  }
}
.form__text a {
  position: relative;
  color: #00BAC6;
}
.form__text a:hover {
  text-decoration: underline;
}
.form__text a[target=_blank] {
  padding-right: 20px;
}
.form__text a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../img/v2025/icon_ex.svg") no-repeat center center;
  background-size: 100% auto;
}
.form__submit-btn {
  position: relative;
  display: block;
  appearance: none;
  max-width: 462px;
  width: 100%;
  margin-inline: auto;
  padding: 19px 0;
  border-radius: 40px;
  border: solid 1px #00BAC6;
  background-color: transparent;
  transition: all 700ms;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #00BAC6;
  z-index: 0;
}
@media screen and (min-width: 767.98px) {
  .form__submit-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 40px;
    content: "";
    transition: 0.5s;
    z-index: -1;
  }
  .form__submit-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00BAC6;
    border-radius: 40px;
    content: "";
    transition: 0.5s;
    z-index: -2;
  }
  .form__submit-btn:hover {
    color: #FFF;
  }
  .form__submit-btn:hover::before {
    opacity: 0;
  }
}
.form .error-message {
  white-space: nowrap;
  color: #FF4A4A;
  padding: 0;
  font-weight: bold;
}

.message-box {
  padding: 10px 15px;
  border: solid 2px #FF4A4A;
  font-weight: bold;
  line-height: 1.5;
  color: #FF4A4A;
}

#flashMessage {
  color: #FF4A4A;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
  font-weight: bold;
}

.bs-mail-title-sub {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
  font-weight: bold;
  font-size: 20px;
}

.bs-mail-description {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
}

.bs-mail-before-attachment {
  display: block;
  width: 100%;
}

.bs-mail-after-attachment {
  display: block;
  width: 100%;
}

.form__submit__wrap {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1100px) {
  .form__submit__wrap {
    flex-direction: row;
  }
}

.form__submit-btn--primary {
  background-color: #00BAC6;
  color: #FFF;
}
.form__submit-btn--primary::before {
  content: "";
  display: none;
}
.form__submit-btn--primary::after {
  content: "";
  display: none;
}
.form__submit-btn--primary:hover {
  background-color: #FFF;
  color: #00BAC6;
}

/* Blog Top
----------------------------------------------- */
.case.section .more {
  font-size: 18px;
  padding: 15px 20px;
  max-width: 300px;
}

/* Blog Single case_study
----------------------------------------------- */
.bs-single-case_study-post__eye-catch-container {
  background-color: #00bac6;
}

.bs-single-case_study-post__eye-catch {
  margin: 0 auto;
  height: 400px;
}

.bs-single-case_study-post__eye-catch .img-eye-catch {
  height: 100%;
}

@media screen and (max-width: 768px) {
  /* SP */
  .bs-single-case_study-post__eye-catch {
    width: 100%;
    height: auto;
  }

  .bs-single-case_study-post__eye-catch .img-eye-catch {
    height: auto;
  }
}
.bs-single-case_study-post__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.bs-single-case_study-post {
  margin-bottom: 80px;
}

.bs-single-case_study-post__title {
  margin: 40px 0 10px 0;
  padding: 10px 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 1.41;
}

.bs-single-case_study-post__contents {
  font-size: 16px;
}

.bs-single-case_study-post__content {
  margin: 40px 0;
}

.bs-single-case_study-post__detail {
  margin-bottom: 80px;
}

.bs-single-case_study-post__table-area {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}

.bs-single-case_study-post__table-area dl {
  width: 33%;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bs-single-case_study-post__table-area dl dt {
  padding: 8px 0;
  font-weight: 600;
  background-color: #e1e3e6;
  border-right: solid 3px #FFF;
}

.bs-single-case_study-post__table-area dl dd {
  padding: 10px 5px;
  font-weight: 400;
  background-color: #f6f6f6;
  border-right: solid 3px #e1e3e6;
}

.bs-single-case_study-post__table-area dl:last-child dd {
  border-right: none;
}

@media screen and (max-width: 768px) {
  /* SP */
  .bs-single-case_study-post__table-area {
    display: block;
  }

  .bs-single-case_study-post__table-area dl {
    width: 50%;
    float: left;
  }

  .bs-single-case_study-post__table-area dl:nth-child(2) dd {
    border-right: none;
  }

  .bs-single-case_study-post__table-area dl:last-child {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
}
.bs-single-case_study-post__meta {
  margin: 10px 0;
  text-align: right;
}

.bs-single-case_study-post__meta-category {
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #666;
}

.bs-single-case_study-post__meta-tag {
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #666;
}

.bs-single-case_study-post__meta-date {
  margin-left: 10px;
}

.image-border img {
  border: 2px double #666;
}

.no-data {
  text-align: center;
}

/* Pagination
----------------------------------------------- */
.bs-pagination {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 50px 0 100px;
  font-size: 18px;
}

.bs-pagination a {
  text-decoration: none;
  color: #FFF !important;
  background-color: #00bac6;
}

.bs-pagination a:hover {
  transition: all 300ms;
  background-color: #555;
}

.bs-pagination__prev a,
.bs-pagination__next a {
  border: 1px solid #ddd;
  display: block;
  padding: 4px 20px;
}

.bs-pagination__prev.disabled,
.bs-pagination__next.disabled {
  border: 1px solid #ddd;
  display: block;
  padding: 4px 20px;
  color: #ddd;
}

.bs-pagination__prev a,
.bs-pagination__prev.disabled {
  border-radius: 5px 0 0 5px;
}

.bs-pagination__next a,
.bs-pagination__next.disabled {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 768px) {
  .bs-pagination__next a,
.bs-pagination__next.disabled {
    border-left: none;
  }
}
.bs-pagination__number {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bs-pagination__number {
    display: none;
  }
}
.bs-pagination__number:not(:last-child) {
  border-right: 1px solid #ddd;
}

.bs-pagination__number.current,
.bs-pagination__number a {
  display: inline-block;
  padding: 4px 11px;
}

@media screen and (max-width: 768px) {
  .bs-pagination__number.current,
.bs-pagination__number a {
    display: none;
  }
}
.bs-pagination__number.current {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #00bac6;
  font-weight: bold;
}

/* Blog Contents Navigation
----------------------------------------------- */
.bs-blog-contents-navi {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 160px 0 0 0;
  font-size: 14px;
}

.bs-blog-contents-navi a {
  transition: all 300ms;
  width: 47%;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bs-blog-contents-navi a {
    font-size: 12px;
  }
}
.bs-blog-contents-navi a:link,
.bs-blog-contents-navi a:visited {
  color: #000 !important;
}

.bs-blog-contents-navi a:hover {
  color: #555 !important;
}

.bs-blog-contents-navi .next-link {
  padding: 20px 0 20px 2%;
  float: right;
  text-align: right;
}

.bs-blog-contents-navi .prev-link {
  padding: 20px 2% 20px 0;
  float: left;
  text-align: left;
}

/* Page
----------------------------------------------- */
.bs-page__title {
  margin: 10px 0 30px 0;
  padding: 10px 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 1.41;
}

.l-header {
  display: block;
  position: fixed;
  top: 12px;
  left: 50%;
  width: calc(100% - 20px);
  padding: 9px 15px 8px 20px;
  box-sizing: border-box;
  background-color: #00BAC6;
  box-shadow: 0 0 20px 0px rgba(31, 68, 92, 0.3);
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  border-radius: 28px;
  transform: translateX(-50%);
  z-index: 9999;
}
@media screen and (min-width: 1100px) {
  .l-header {
    top: 20px;
    left: 50%;
    width: calc(100% - 58px);
    padding: 17px 30px 13px;
    border-radius: 100px;
  }
}

.header__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 767.98px) {
  .header__inner {
    column-gap: 30px;
  }
}
.header__logo {
  order: 1;
  position: relative;
}
.header__logo a {
  display: block;
}
@media screen and (min-width: 767.98px) {
  .header__logo a {
    opacity: 1;
    transition: opacity 300ms;
  }
  .header__logo a:hover {
    opacity: 0.7;
  }
}
.header__logo .logo__img {
  display: block;
  width: 140px;
}
@media screen and (min-width: 1100px) {
  .header__logo .logo__img {
    width: 225px;
  }
}
.header__menu_btn {
  display: block;
  position: fixed;
  top: 28px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #FFF;
  border: solid 1px #EDF4F2;
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(31, 68, 92, 0.08);
  font-size: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 95;
}
@media screen and (min-width: 1100px) {
  .header__menu_btn {
    display: none;
  }
}
.header__menu_btn:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  width: 14px;
  height: 1px;
  box-sizing: border-box;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%);
  transition: all 300ms;
}
.header__menu_btn:after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  width: 14px;
  height: 1px;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%);
  transition: all 300ms;
}
.header__menu_btn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 0;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.header__menu_btn .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  box-sizing: border-box;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%);
  transition: all 300ms;
}
.header__menu_btn.is_open {
  background-color: #FFF;
}
.header__menu_btn.is_open:before {
  width: 12px;
  top: 50%;
  height: 1px;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.header__menu_btn.is_open:after {
  width: 12px;
  top: 50%;
  height: 1px;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.header__menu_btn.is_open .btn:before {
  display: none;
}
.header__gnav {
  order: 3;
  display: none;
  width: 100%;
  padding: 24px 0 30px;
  box-sizing: border-box;
  background-color: transparent;
  z-index: 90;
}
@media screen and (min-width: 1100px) {
  .header__gnav {
    flex: 1;
    order: 2;
    display: block !important;
    padding: 0;
    transition: none;
  }
}
@media screen and (min-width: 1100px) {
  .header__gnav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.header__gnav__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .header__gnav__list {
    flex-direction: row;
    column-gap: 30px;
    padding-top: 3px;
  }
}
.header__gnav__list a {
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold !important;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 50px 10px 10px;
  border-bottom: solid 1px #FFF;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #FFF;
}
@media screen and (min-width: 1100px) {
  .header__gnav__list a {
    display: block;
    min-height: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
  }
}
.header__gnav__list a:hover::before {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .header__gnav__list a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FFF;
    transition: all 300ms;
  }
}
.header__gnav__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 12px;
  background: url("../img/ownedmedia/icon-arrow-right-white.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .header__gnav__list a::after {
    display: none;
    width: 0;
    height: 0;
  }
}
.header__btns {
  order: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 45px;
}
@media screen and (min-width: 1100px) {
  .header__btns {
    order: 3;
    gap: 10px;
    padding-right: 0;
  }
}
.header__btns .c-btn {
  width: 77px;
  height: 31px;
  font-size: 10px;
  color: #FFF;
}
@media screen and (min-width: 1100px) {
  .header__btns .c-btn {
    width: 151px;
    height: 47px;
    font-size: 14px;
  }
}
.header__btns.c-btn_wrap {
  gap: 7px;
}

.js-menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  pointer-events: none;
  transition-property: all;
  transition-duration: 300ms;
}
.js-menu_wrap.is_open {
  height: 100vh;
  background: rgba(255, 255, 255, 0.76);
  pointer-events: all;
  z-index: 70;
}

.l-footer {
  margin-top: -45px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #F8F8F8;
}
.l-footer__main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 80px;
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: solid 1px #FFF;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main {
    flex-direction: row-reverse;
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
.l-footer__main__detail {
  position: relative;
}
.l-footer__main__detail .logo__text {
  margin-bottom: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #00BAC6;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .logo__text {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.l-footer__main__detail .logo__img {
  max-width: 180px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .logo__img {
    max-width: 340px;
  }
}
.l-footer__main__detail .logo__img img {
  width: 100%;
}
.l-footer__main__detail .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  max-width: 340px;
  margin-top: 40px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .link_list {
    gap: 20px;
    margin-top: 50px;
  }
}
.l-footer__main__detail .link_list a {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
.l-footer__main__detail .link_list a[target=_blank] {
  padding-right: 20px;
}
.l-footer__main__detail .link_list a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../img/v2025/icon_ex_black.svg") no-repeat center center;
  background-size: 100% auto;
}
.l-footer__main__detail .sns_list {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  gap: 10px 20px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .sns_list {
    position: static;
    gap: 10px 24px;
    margin-top: 50px;
  }
}
.l-footer__main__detail .sns_list__item {
  width: 22px;
}
.l-footer__main__detail .sns_list__item img {
  width: 100%;
}
.l-footer__main__detail .service_list {
  display: flex;
  gap: 10px 25px;
  margin-top: 60px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .service_list {
    margin-top: 50px;
  }
}
.l-footer__main__detail .service_list__item--basercms img {
  width: 107px;
}
.l-footer__main__detail .service_list__item--knowme img {
  width: 82px;
}
.l-footer__main__detail .service_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 50px;
  background-color: #FFF;
  border-radius: 14px;
}
.l-footer__main__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 22px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__link {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding-right: 100px;
  }
}
.l-footer__main__link a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(14px, 1.4545454545vw, 16px);
  letter-spacing: 0.05em;
}
.l-footer__copyright {
  padding-top: 20px;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-footer__copyright p + p {
  margin-top: 15px;
}

.l-sidenavi__search {
  margin-bottom: 30px;
  background-color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.l-sidenavi__search-form {
  display: grid;
  grid-template-columns: 1fr 50px;
}
.l-sidenavi__search-input {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FFF;
  border: none;
}
.l-sidenavi__search-btn {
  width: 50px;
  height: 50px;
  background-color: #00BAC6;
  border: none;
}
.l-sidenavi__search-btn img {
  width: 24px;
}
.l-sidenavi__banner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 767.98px) {
  .l-sidenavi__banner {
    flex-direction: row;
  }
}
.l-sidenavi__banner[data-banner=banner-top] {
  margin-bottom: 30px;
}
.l-sidenavi__banner-link {
  display: block;
  width: 100%;
}
@media screen and (min-width: 767.98px) {
  .l-sidenavi__banner-link {
    width: clamp(300px, (100% - 30px) / 3, 100%);
  }
}
.l-sidenavi__banner-img {
  display: block;
  width: 100%;
  border: 2px solid #000;
}
.l-sidenavi__ranking {
  counter-reset: number 0;
  margin-bottom: 30px;
}
.l-sidenavi__ranking-head {
  display: block;
  margin-bottom: 20px;
  padding: 12px 15px 13px;
  background-color: #00BAC6;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #FFF;
}
.l-sidenavi__ranking li:not(:last-child) {
  margin-bottom: 20px;
}
.l-sidenavi__ranking a {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 10px;
}
.l-sidenavi__ranking a::before {
  counter-increment: number 1;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background-color: #FF8031;
  border-radius: 50px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  transform: translateY(-4px);
  color: #FFF;
}
.l-sidenavi__ranking a:hover p, .l-sidenavi__ranking a:focus p {
  text-decoration: underline;
}
.l-sidenavi__ranking-title {
  font-size: 14px;
}
.l-sidenavi__tag {
  margin-bottom: 30px;
}
.l-sidenavi__tag-head {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, 2.1818181818vw, 24px);
  line-height: 1;
  text-align: left;
  color: #00BAC6;
}
.l-sidenavi__tag-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00BAC6;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 767.98px) {
  .l-sidenavi__tag-head::before {
    height: 3px;
  }
}
.l-sidenavi__tag-head__inner {
  display: inline-block;
  padding: 3px 10px 3px 0;
  background-color: #F5F5F5;
}
.l-sidenavi__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.l-sidenavi__tag-list a {
  text-decoration: underline;
  color: #000;
}
.l-sidenavi__tag-list a::before {
  content: "#";
}
.l-sidenavi__tag-list a:hover, .l-sidenavi__tag-list a:focus {
  text-decoration: none;
}
.l-sidenavi__tag-title {
  font-size: 14px;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 66px;
  background-color: #00BAC6;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  transition-property: all;
  transition-duration: 400ms;
}
@media screen and (min-width: 767.98px) {
  .c-btn {
    width: 288px;
    height: 84px;
    font-size: 14px;
  }
}
.c-btn .color {
  transition-property: all;
  transition-duration: 400ms;
}
.c-btn__color {
  color: #FFF1A3;
}
.c-btn__small {
  font-size: 14px;
  font-weight: 500;
}
.c-btn__main {
  margin-top: -0.25em;
  font-size: 20px;
}
.c-btn--primary {
  background-color: #00BAC6;
  border: solid 2px #00BAC6;
}
.c-btn--primary .color {
  color: #FFF1A3;
}
.c-btn--primary:hover {
  background-color: #FFF;
  color: #00BAC6;
}
.c-btn--primary:hover .color {
  color: #FF4A4A;
}
.c-btn--primary--white {
  background-color: #FFF;
  color: #00BAC6;
}
.c-btn--primary--white .color {
  color: #FF8031;
}
.c-btn--primary--white:hover {
  background-color: #00BAC6;
  border: solid 2px #FFF;
  color: #FFF;
}
.c-btn--primary--white:hover .color {
  color: #FFF1A3;
}
.c-btn--secondary {
  background-color: #FF4A4A;
  border: solid 2px #FF4A4A;
}
.c-btn--secondary .color {
  color: #FFF1A3;
}
.c-btn--secondary:hover {
  background-color: #FFF;
  color: #FF4A4A;
}
.c-btn--secondary:hover .color {
  color: #FF4A4A;
}
.c-btn_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (min-width: 767.98px) {
  .c-btn_wrap {
    gap: 17px;
  }
}
.p-index__btn .c-btn {
  position: relative;
  margin-top: 50px;
  height: 66px;
  margin-inline: auto;
}
.p-index__btn .c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 12px;
  background: url("/img/ownedmedia/icon-arrow-right-white.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .p-index__btn .c-btn::before {
    width: 14px;
    height: 18px;
  }
}
.p-index__btn .c-btn:hover::before, .p-index__btn .c-btn:focus::before {
  background: url("/img/ownedmedia/icon-arrow-right-primary.svg") no-repeat center center;
  background-size: 100% 100%;
}
.p-index__btn .c-btn__text {
  font-size: 20px;
}

.c-about {
  position: relative;
  background-color: #00BAC6;
  border-radius: 45px;
  color: #FFF;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .c-about {
    border-radius: 55px;
  }
}
@media screen and (min-width: 1100px) {
  .c-about__inner {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 450px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". about_img" ". about_img" ". about_img";
    justify-items: start;
    column-gap: 33px;
  }
}
.c-about__title {
  opacity: 0;
  line-height: 1;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-about__title {
    max-width: 450px;
  }
}
.c-about__title.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-about__title__main {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(62px, 8.0909090909vw, 89px);
}
.c-about__title__sub {
  display: block;
  margin-top: 10px;
  font-size: clamp(31px, 4.0909090909vw, 45px);
  font-weight: 700;
}
.c-about__text {
  opacity: 0;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: clamp(14px, 1.6363636364vw, 18px);
  font-weight: 700;
  line-height: 1.93;
  letter-spacing: 0.01em;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-about__text {
    max-width: 450px;
    margin-bottom: 0;
    line-height: 1.83;
  }
}
.c-about__text.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-about__img {
  opacity: 0;
  display: block;
  margin-right: -20px;
  margin-left: -20px;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 767.98px) {
  .c-about__img {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .c-about__img {
    grid-area: about_img;
  }
}
.c-about__img.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-about__pickup {
  opacity: 0;
  margin-top: 40px;
  padding: 30px;
  background-color: #009098;
  border-radius: 31px;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-about__pickup {
    max-width: 450px;
    margin-top: 41px;
  }
}
.c-about__pickup.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-about__pickup__title {
  font-size: clamp(18px, 1.8181818182vw, 20px);
  font-weight: 700;
  text-align: center;
  color: #FFF1A3;
}
.c-about__pickup__list {
  font-size: clamp(14px, 1.3636363636vw, 15px);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.c-about__pickup__list li {
  position: relative;
  margin-top: 16px;
  padding-left: 30px;
}
@media screen and (min-width: 1100px) {
  .c-about__pickup__list li {
    margin-top: 15px;
  }
}
.c-about__pickup__list li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  content: "";
  width: 14px;
  height: 22px;
  background: url("../img/ownedmedia/icon_list_yellow.svg") no-repeat center center;
  background-size: 100% auto;
}
.c-about__btns {
  margin-top: 34px;
}
.c-about__btns .c-btn {
  position: relative;
  border: solid 2px #FFF;
}
.c-about__btns .c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 12px;
  background: url("../img/ownedmedia/icon-arrow-right-white.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .c-about__btns .c-btn::before {
    width: 14px;
    height: 18px;
  }
}
.c-about__btns .c-btn:hover, .c-about__btns .c-btn:focus {
  border: solid 2px #FF4A4A;
}
.c-about__btns .c-btn:hover::before, .c-about__btns .c-btn:focus::before {
  background: url("../img/ownedmedia/icon-arrow-right-red.svg") no-repeat center center;
  background-size: 100% 100%;
}

.c-breadcrumb {
  display: none;
}
@media screen and (min-width: 767.98px) {
  .c-breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 23px;
  }
}
.c-breadcrumb li {
  font-size: 10px;
  color: #000;
}
.c-breadcrumb a {
  position: relative;
  display: block;
  padding-right: 10px;
  text-decoration: underline;
  color: #000;
}
.c-breadcrumb a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: translateY(-50%) rotate(45deg);
}
.c-breadcrumb a:hover {
  text-decoration: none;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .c-pagination {
    column-gap: 30px;
  }
}
.c-pagination__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  cursor: pointer;
}
.c-pagination__icon a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: solid 1px #00BAC6;
  border-radius: 100px;
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-pagination__icon a {
    width: 50px;
    height: 50px;
  }
}
.c-pagination__icon a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 14px;
  height: 22px;
  transform: translate(-50%, -50%);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-pagination__icon a::before {
    width: 15px;
    height: 24px;
  }
}
.c-pagination__icon--prev a::before {
  left: 45%;
  background: url("../img/ownedmedia/pagination_left.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-pagination__icon--prev a:hover {
  background-color: #00BAC6;
}
.c-pagination__icon--prev a:hover::before {
  background: url("../img/ownedmedia/pagination_white_left.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-pagination__icon--next a::before {
  left: 53%;
  background: url("../img/ownedmedia/pagination_right.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-pagination__icon--next a:hover {
  background-color: #00BAC6;
}
.c-pagination__icon--next a:hover::before {
  background: url("../img/ownedmedia/pagination_white_right.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-pagination__numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;
}
.c-pagination__number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__number a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  background-color: #F5F5F5;
  border: solid 1px #F5F5F5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition-property: all;
  transition-duration: 300ms;
}
.c-pagination__number a:hover {
  background-color: #00BAC6;
  border: solid 1px #00BAC6;
  color: #FFF;
}
.c-pagination__number a[aria-current=page] {
  pointer-events: none;
  background-color: #FFF;
  border: solid 1px #00BAC6;
  color: #00BAC6;
}

.c-h1 {
  margin-bottom: 20px;
  font-size: clamp(22px, 2.9090909091vw, 32px);
  font-weight: bold;
  line-height: 1.43;
}
@media screen and (min-width: 1100px) {
  .c-h1 {
    margin-bottom: 32px;
  }
}
body[data-style=index] .c-h1, body[data-style=archive] .c-h1 {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(26px, 2.7272727273vw, 30px);
}
@media screen and (min-width: 1100px) {
  body[data-style=index] .c-h1, body[data-style=archive] .c-h1 {
    margin-bottom: 48px;
  }
}
body[data-style=index] .c-h1::before, body[data-style=archive] .c-h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00BAC6;
  transform: translateY(-50%);
  z-index: -1;
}
body[data-style=index] .c-h1__inner, body[data-style=archive] .c-h1__inner {
  padding-right: 20px;
  background-color: #F5F5F5;
}

.c-article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 767.98px) {
  .c-article {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 767.98px) {
  body[data-style=index] .c-article {
    grid-template-areas: "pickup pickup pickup" ". . .";
  }
}
.c-article__cassette {
  width: 100%;
}
@media screen and (min-width: 767.98px) {
  body[data-style=index] .c-article__cassette:first-child {
    grid-area: pickup;
  }
}
@media screen and (min-width: 767.98px) {
  body[data-style=index] .c-article__cassette:first-child > a {
    display: flex;
  }
}
@media screen and (min-width: 767.98px) {
  body[data-style=index] .c-article__cassette:first-child .c-article__cassette-thumbnail {
    width: 420px;
    height: 220px;
  }
}
@media screen and (min-width: 767.98px) {
  body[data-style=index] .c-article__cassette:first-child .c-article__cassette-body {
    width: calc(100% - 420px);
  }
}
@media screen and (min-width: 767.98px) {
  body[data-style=index] .c-article__cassette:first-child .c-article__cassette-text {
    font-size: 16px;
  }
}
.c-article__cassette > a:hover .c-article__cassette-thumbnail img, .c-article__cassette > a:focus .c-article__cassette-thumbnail img {
  transform: scale(1.05);
  opacity: 0.7;
}
.c-article__cassette > a:hover .c-article__cassette-text, .c-article__cassette > a:focus .c-article__cassette-text {
  text-decoration: underline;
}
.c-article__cassette-body {
  padding: 15px;
  background-color: #FFF;
}
.c-article__cassette-thumbnail {
  overflow: hidden;
  width: 100%;
  height: 173px;
}
@media screen and (min-width: 767.98px) {
  .c-article__cassette-thumbnail {
    height: 126px;
  }
}
.c-article__cassette-thumbnail img {
  object-fit: cover;
  height: 100%;
  transform: scale(1);
  transition: all 300ms;
}
.c-article__cassette-category {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: #E4F8F9;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1;
}
.c-article__cassette-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 71.4px;
  font-size: 14px;
}
.c-article__cassette-date {
  display: block;
  margin-top: 15px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
}

.c-overview {
  background-color: #FFF;
}
.c-overview__inner {
  padding: 15px 20px 30px;
  font-size: 107%;
}
@media screen and (min-width: 767.98px) {
  .c-overview__inner {
    padding: 30px 20px 50px;
  }
}
@media screen and (min-width: 1100px) {
  .c-overview__inner {
    font-size: clamp(14px, 1.4545454545vw, 16px);
    padding: 30px 40px 50px;
  }
}
.c-overview__status {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 767.98px) {
  .c-overview__status {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.c-overview__status-category {
  display: inline-block;
  padding: 5px 10px;
  background-color: #E4F8F9;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1;
}
.c-overview__status-date {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  transform: translateY(7px);
}
.c-overview__text {
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(16px, 1.4545454545vw, 16px);
}
@media screen and (min-width: 1100px) {
  .c-overview__text {
    font-size: clamp(20px, 1.8181818182vw, 20px);
  }
}
.c-overview__toc {
  margin-top: 30px;
  padding: 10px;
  border: solid 1px #00BAC6;
  border-radius: 10px;
}
@media screen and (min-width: 767.98px) {
  .c-overview__toc {
    margin-top: 34px;
    padding: 10px 20px;
  }
}
.c-overview__toc-title {
  display: block;
  margin-bottom: 11px;
  font-size: clamp(14px, 1.4545454545vw, 16px);
  font-weight: 700;
}
.c-overview__toc-list {
  font-size: clamp(14px, 1.4545454545vw, 16px);
  line-height: 1.4;
  list-style: none;
}
.c-overview__toc-list li {
  position: relative;
  list-style: none;
  margin-block-end: 12px;
}
.c-overview__toc-list li ul {
  margin-block-start: 10px;
}
.c-overview__toc-list li ul li {
  padding-left: 14px;
}
.c-overview__toc-list li ul li::before {
  position: absolute;
  inset-block-start: 0.6em;
  inset-inline-start: 0;
  display: block;
  inline-size: 6px;
  block-size: 6px;
  content: "";
  background-color: #00BAC6;
  border-radius: 6px;
}
.c-overview__toc-list li ol {
  counter-reset: list-counter;
  margin-block-start: 10px;
}
.c-overview__toc-list li ol li {
  position: relative;
  padding-inline-start: 24px;
  list-style: none;
  counter-increment: list-counter;
}
.c-overview__toc-list li ol li::before {
  position: absolute;
  inset-block-start: 0.3rem;
  inset-inline-start: 0;
  min-inline-size: 24px;
  content: counter(list-counter, decimal-leading-zero) ".";
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 1.4545454545vw, 16px);
  line-height: 1;
  text-align: start;
  color: #00BAC6;
}
.c-overview__toc-list > li {
  margin-block-end: 10px;
  padding-inline-start: 24px;
}
.c-overview__toc-list > li::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  inline-size: 16px;
  block-size: 16px;
  content: "";
  background: url("/img/ownedmedia/icon-check.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-overview__toc-list > li > a {
  font-weight: bold;
}
.c-overview__toc a:hover, .c-overview__toc a:focus {
  text-decoration: underline;
}

.bge-contents {
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  padding: 30px 10px;
  background-color: #FFF;
}
@media (tab) {
  .bge-contents {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1100px) {
  .bge-contents {
    padding: 30px 40px;
  }
}
.bge-contents :where(*) {
  text-underline-offset: 3px;
}
.bge-contents [data-bgb] h2,
.bge-contents [data-bgb] h3,
.bge-contents [data-bgb] h4,
.bge-contents [data-bgb] h5,
.bge-contents [data-bgb] h6,
.bge-contents [data-bgb] p {
  margin-top: 0 !important;
  margin-block-end: max(0.75em, 1rem);
  line-height: 1.43;
}
.bge-contents [data-bgb] ul,
.bge-contents [data-bgb] ol,
.bge-contents [data-bgb] table,
.bge-contents [data-bgb] blockquote {
  margin-block-end: 2em;
}
.bge-contents [data-bgb] h2 {
  padding: 7px 15px;
  margin-block-end: 20px;
  background-color: #00BAC6;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  color: #FFF;
  font-size: clamp(24px, 2.1818181818vw, 24px);
}
@media screen and (min-width: 1100px) {
  .bge-contents [data-bgb] h2 {
    font-size: clamp(30px, 2.7272727273vw, 30px);
  }
}
@media (tab) {
  .bge-contents [data-bgb] h2 {
    margin-block-end: 30px;
  }
}
.bge-contents [data-bgb] h3 {
  padding-left: 10px;
  background: none;
  border: none;
  border-left: solid 5px #00BAC6;
  box-shadow: none;
  font-size: clamp(20px, 1.8181818182vw, 20px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .bge-contents [data-bgb] h3 {
    font-size: clamp(24px, 2.1818181818vw, 24px);
  }
}
@media (tab) {
  .bge-contents [data-bgb] h3 {
    margin-block-end: 20px;
  }
}
.bge-contents [data-bgb] h4 {
  margin-block-end: 20px;
  font-size: clamp(20px, 2.3636363636vw, 26px);
  font-weight: 700;
}
@media (tab) {
  .bge-contents [data-bgb] h4 {
    margin-block-end: 30px;
  }
}
.bge-contents [data-bgb] h5 {
  margin-block-end: 20px;
  border: none;
  font-size: clamp(14px, 1.4545454545vw, 16px);
  font-weight: 700;
}
@media (tab) {
  .bge-contents [data-bgb] h5 {
    margin-block-end: 30px;
  }
}
.bge-contents [data-bgb] h6 {
  margin-block-end: 20px;
  padding-inline: 0;
  background: none;
  border: none;
  font-size: clamp(12px, 1.2727272727vw, 14px);
  font-weight: 700;
}
@media (tab) {
  .bge-contents [data-bgb] h6 {
    margin-block-end: 30px;
  }
}
.bge-contents [data-bgb] p {
  margin-block-end: 30px;
  font-size: clamp(16px, 1.4545454545vw, 16px);
  line-height: 1.93;
}
@media screen and (min-width: 1100px) {
  .bge-contents [data-bgb] p {
    font-size: clamp(20px, 1.8181818182vw, 20px);
  }
}
.bge-contents [data-bgb] ul,
.bge-contents [data-bgb] ol {
  padding-inline: 10px;
  font-size: clamp(14px, 1.4545454545vw, 16px);
  line-height: 1.4;
  list-style: none;
}
.bge-contents [data-bgb] ul li,
.bge-contents [data-bgb] ol li {
  list-style: none !important;
  margin-block-end: 10px;
  font-size: clamp(16px, 1.6363636364vw, 18px);
}
@media screen and (min-width: 1100px) {
  .bge-contents [data-bgb] ul li,
.bge-contents [data-bgb] ol li {
    font-size: clamp(20px, 1.8181818182vw, 20px);
  }
}
.bge-contents [data-bgb] ul li {
  position: relative;
  padding-inline-start: 11px;
}
.bge-contents [data-bgb] ul li::before {
  position: absolute;
  top: 0.6em;
  inset-inline-start: 0;
  display: block;
  inline-size: 6px;
  block-size: 6px;
  content: "";
  background-color: #00BAC6;
  border-radius: 6px;
}
@media (tab) {
  .bge-contents [data-bgb] ul li::before {
    inset-block-start: 8.2px;
  }
}
.bge-contents [data-bgb] ul > li {
  margin-block-end: 10px;
}
.bge-contents [data-bgb] ul > li:last-child {
  margin-block-end: 0;
}
.bge-contents [data-bgb] ul > li ul {
  margin-block-start: 10px;
  margin-block-end: 0;
}
.bge-contents [data-bgb] ul > li ul li::before {
  position: absolute;
  top: 0.6em;
  inset-inline-start: 0;
  display: block;
  inline-size: 6px;
  block-size: 6px;
  content: "";
  background-color: #00BAC6;
  border-radius: 6px;
}
.bge-contents [data-bgb] ol {
  counter-reset: list-counter;
}
.bge-contents [data-bgb] ol li {
  position: relative;
  padding-inline-start: 27px;
  list-style: none;
  counter-increment: list-counter;
}
.bge-contents [data-bgb] ol li::before {
  position: absolute;
  inset-block-start: 0.3rem;
  inset-inline-start: 0;
  min-inline-size: 24px;
  content: counter(list-counter, decimal-leading-zero) ".";
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 1.4545454545vw, 16px);
  line-height: 1;
  text-align: start;
  color: #00BAC6;
}
.bge-contents [data-bgb] ol > li {
  margin-block-end: 10px;
}
.bge-contents [data-bgb] ol > li:last-child {
  margin-block-end: 0;
}
.bge-contents [data-bgb] ol > li ol {
  margin-block-start: 10px;
  margin-block-end: 0;
  counter-reset: sub-counter;
}
.bge-contents [data-bgb] ol > li ol li {
  counter-increment: sub-counter;
}
.bge-contents [data-bgb] ol > li ol li::before {
  color: #00BAC6;
  content: counter(sub-counter, decimal-leading-zero) ".";
}
.bge-contents [data-bgt=button] a {
  min-width: auto;
  padding: 12px 30px 13px;
  background-color: #F79100;
  border: solid 1px #F79100;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}
.bge-contents [data-bgt=button] a:hover, .bge-contents [data-bgt=button] a:focus {
  background-color: #CD7900;
}
.bge-contents [data-bgt=button] [data-bgt-button-kind=link] a {
  background-color: #FFF;
  border: solid 1px #F79100;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
}
.bge-contents [data-bgt=button] [data-bgt-button-kind=external] a::after {
  display: inline-block;
  inline-size: 14px;
  block-size: 14px;
  content: "";
  background: url("/img/ownedmedia/icon-ex-white.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-2px);
}
.bge-contents [data-bgt=button] [data-bgt-button-kind=back] a {
  padding-bottom: 16px;
  background-color: #FFF;
  color: #212121;
}
.bge-contents [data-bgt=button] [data-bgt-button-kind=back] a::before {
  content: "";
  display: inline-block;
  inline-size: 14px;
  block-size: 14px;
  margin-top: 0;
  margin-right: 5px;
  background-image: url("/img/ownedmedia/icon-arrow-left-orange.svg");
  transform: translateY(1px);
}
.bge-contents [data-bgt=button] [data-bgt-button-kind=back] a:hover, .bge-contents [data-bgt=button] [data-bgt-button-kind=back] a:focus {
  background-color: #F5F5F5;
}
.bge-contents [data-bgt=button] [data-bgt-button-kind=back] [data-bge=text] {
  display: inline;
}
.bge-contents [data-bgt=download-file] a {
  position: relative;
  padding-inline-end: 50px;
}
.bge-contents [data-bgt=download-file] a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  inline-size: 18px;
  block-size: 18px;
  background: url("/img/ownedmedia/icon-download.svg") no-repeat center center;
  transform: translateY(-50%);
}
.bge-contents [data-bgt=download-file] a[href$=".pdf"]::before {
  background: url("/img/ownedmedia/icon-download-pdf.svg") no-repeat center center;
}
.bge-contents [data-bgt=download-file] a[href$=".xlsx"]::before, .bge-contents [data-bgt=download-file] a[href$=".xls"]::before {
  background: url("/img/ownedmedia/icon-download-excel.svg") no-repeat center center;
}
.bge-contents [data-bgt=download-file] a[href$=".docx"]::before, .bge-contents [data-bgt=download-file] a[href$=".doc"]::before {
  background: url("/img/ownedmedia/icon-download-doc.svg") no-repeat center center;
}
.bge-contents [data-bgt=download-file] i::after {
  content: none !important;
}
.bge-contents :has(.bgt-grid:nth-child(3)) .bgt-grid:has([data-bgt=download-file]) {
  float: none;
  inline-size: auto;
  padding-inline: 0 0;
}
.bge-contents :has(.bgt-grid:nth-child(3)) .bgt-grid:has([data-bgt=download-file]):not(:first-child) {
  margin-block-start: 10px;
}
.bge-contents [data-bgb] blockquote {
  overflow: visible;
  position: relative;
  padding: 15px 35px;
  background-color: #E4F8F9;
  border: none;
  color: #212121;
}
.bge-contents [data-bgb] blockquote::before {
  position: absolute;
  inset-block-start: -8px;
  inset-inline-start: 4px;
  display: block;
  inline-size: 24px;
  block-size: 24px;
  content: "";
  background: url("/img/ownedmedia/icon-blockquote-left.svg") no-repeat center center;
  background-size: 100% 100%;
}
@media (tab) {
  .bge-contents [data-bgb] blockquote::before {
    inline-size: 30px;
    block-size: 30px;
  }
}
.bge-contents [data-bgb] blockquote::after {
  position: absolute;
  inset-block-end: -8px;
  inset-inline-end: 4px;
  display: block;
  inline-size: 24px;
  block-size: 24px;
  content: "";
  background: url("/img/ownedmedia/icon-blockquote-right.svg") no-repeat center center;
  background-size: 100% 100%;
}
@media (tab) {
  .bge-contents [data-bgb] blockquote::after {
    inline-size: 30px;
    block-size: 30px;
  }
}
.bge-contents [data-bgb] table {
  display: table !important;
  inline-size: 100%;
  margin-block-end: 30px;
  table-layout: fixed;
  border-collapse: collapse;
}
.bge-contents [data-bgb] table tbody {
  inline-size: 100%;
}
.bge-contents [data-bgb] table tr:first-child td {
  border-block-start: solid 1px #D0D0D0;
}
@media (tab) {
  .bge-contents [data-bgb] table tr:first-child td {
    border-block-start: none;
  }
}
@media (tab) {
  .bge-contents [data-bgb] table tr:last-child td {
    border-block-end: solid 1px #D0D0D0;
  }
}
.bge-contents [data-bgb] caption {
  position: relative;
  padding-inline-start: 14px;
  margin-block-end: 10px;
  font-size: 1.125em;
  font-size: clamp(18px, 1.8181818182vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  background: linear-gradient(to right, #00BAC6 4px, transparent 0);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4px calc(100% - 6px);
}
.bge-contents [data-bgb] tr {
  display: table-row !important;
}
.bge-contents [data-bgb] th {
  display: table-cell !important;
  inline-size: 150px;
  padding: 14px 20px 16px;
  border-bottom: 1px solid #ccc;
  font-size: clamp(16px, 1.6363636364vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  background-color: #E4F8F9;
}
@media (--sm-lte) {
  .bge-contents [data-bgb] th {
    border-block-end: none;
  }
}
@media (tab) {
  .bge-contents [data-bgb] th {
    padding: 22px 20px;
  }
}
.bge-contents [data-bgb] td {
  display: table-cell !important;
  inline-size: calc(100% - 150px);
  padding: 14px 20px 16px;
  font-size: 0.9375em;
  font-size: clamp(15px, 1.4545454545vw, 16px);
  font-weight: 400;
  line-height: 1.8;
}
@media (tab) {
  .bge-contents [data-bgb] td {
    border-block-start: none;
    border-block-end: none;
  }
}
@media (tab) {
  .bge-contents [data-bgb] td {
    padding: 22px 20px;
  }
}
.bge-contents .table-scroll {
  position: relative;
  overflow: auto;
  scrollbar-color: #00BAC6 transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.bge-contents .table-scroll [data-bge=ckeditor] table,
.bge-contents .table-scroll [data-bgt=table] table {
  position: relative;
  display: table;
  inline-size: 720px;
  margin-block-end: 5px;
  table-layout: fixed;
}
.bge-contents .table-scroll [data-bge=ckeditor] table::before,
.bge-contents .table-scroll [data-bgt=table] table::before {
  display: inline-block;
  margin: 10px 0;
  padding: 3px 10px;
  font-size: 0.75em;
  font-size: clamp(12px, 1.2727272727vw, 14px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: normal;
  content: "左右にスクロールしてご覧ください";
  background-color: #00BAC6;
  border-radius: 100px;
  color: #FFF;
}
@media screen and (min-width: 767.98px) {
  .bge-contents .table-scroll [data-bge=ckeditor] table::before,
.bge-contents .table-scroll [data-bgt=table] table::before {
    display: none;
  }
}
.bge-contents .table-scroll [data-bge=ckeditor] table tbody,
.bge-contents .table-scroll [data-bgt=table] table tbody {
  display: table-row-group;
}
.bge-contents .table-scroll [data-bge=ckeditor] table caption,
.bge-contents .table-scroll [data-bgt=table] table caption {
  display: table-caption;
}
.bge-contents .table-scroll [data-bge=ckeditor] table tr,
.bge-contents .table-scroll [data-bgt=table] table tr {
  display: table-row;
}
.bge-contents .table-scroll [data-bge=ckeditor] table td,
.bge-contents .table-scroll [data-bge=ckeditor] table th,
.bge-contents .table-scroll [data-bgt=table] table td,
.bge-contents .table-scroll [data-bgt=table] table th {
  display: table-cell;
}
.bge-contents .table-scroll [data-bge=ckeditor] table th,
.bge-contents .table-scroll [data-bgt=table] table th {
  width: 250px;
}
.bge-contents .table-scroll [data-bge=ckeditor] table ul,
.bge-contents .table-scroll [data-bgt=table] table ul {
  margin: 0;
}
.bge-contents [data-bgt=image] figcaption {
  margin-block-start: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl span {
  display: none;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl button {
  inline-size: 30px;
  block-size: 30px;
  background-size: 100% 100%;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev {
  inset-inline-start: 10px;
  background: url("/img/ownedmedia/icon-arrow-02.svg") no-repeat center center;
  transform: rotate(180deg);
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next {
  inset-inline-end: 10px;
  background: url("/img/ownedmedia/icon-arrow-02.svg") no-repeat center center;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-marker {
  gap: 10px;
  margin-block-start: 15px;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-marker li {
  inline-size: 12px;
  block-size: 12px;
  background-color: #FFF;
  background-image: none !important;
  border: solid 1px #00BAC6;
  border-radius: 12px;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-marker li::before {
  display: none;
  content: none;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-marker li.current {
  background: #00BAC6;
}
.bge-contents [data-bgt=hr] hr {
  inline-size: 100%;
  background-color: #00BAC6;
}
.bge-contents [data-bgt=hr] [data-bgt-hr-kind=primary] hr {
  block-size: 2px;
}
.bge-contents [data-bgt=hr] [data-bgt-hr-kind=dashed] hr {
  position: relative;
  block-size: 1px;
  margin: 20px 0;
  background: none;
  border: none;
}
.bge-contents [data-bgt=hr] [data-bgt-hr-kind=dashed] hr::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 2px;
  content: "";
  background-image: radial-gradient(circle, #00BAC6 2px, transparent 3px);
  background-size: 10px 2px;
}
.bge-contents [data-bgt=hr] [data-bgt-hr-kind=bold] hr {
  block-size: 3px;
}
.bge-contents [data-bgt=hr] [data-bgt-hr-kind=narrow] hr {
  block-size: 1px;
}
.bge-contents [data-bgt=hr] [data-bgt-hr-kind=short] hr {
  inline-size: calc(100% - 40px);
  margin-inline: auto;
}
.bge-contents .bge-ckeditor {
  margin-block-end: 30px;
}
.bge-contents .bge-ckeditor a {
  color: #00BAC6;
  text-decoration: underline;
}
.bge-contents .bge-ckeditor a:hover, .bge-contents .bge-ckeditor a:focus {
  color: #FF4A4A;
  text-decoration: none;
}
.bge-contents .bge-ckeditor a[target=_blank] {
  margin-right: 0.5em;
}
.bge-contents .bge-ckeditor a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("/img/ownedmedia/icon-ex.svg") no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
  transform: translateY(-2px);
}
.bge-contents .bge-ckeditor p {
  margin-block-end: 1.6em;
}
.bge-contents .bge-ckeditor p:last-child {
  margin-block-end: 0;
}
.bge-contents .bge-ckeditor > *:last-child {
  margin-block-end: 0;
}
.bge-contents .bgb-opt--bg-gray,
.bge-contents .bgb-opt--bg-blue,
.bge-contents .bgb-opt--bg-pink,
.bge-contents .bgb-opt--border-bold,
.bge-contents .bgb-opt--border-thin,
.bge-contents .bgb-opt--border-trbl,
.bge-contents .bgb-opt--border-tb,
.bge-contents .bgb-opt--border-dotted {
  padding: 15px;
}
.bge-contents .bgb-opt--border-bold,
.bge-contents .bgb-opt--border-thin,
.bge-contents .bgb-opt--border-trbl,
.bge-contents .bgb-opt--border-tb,
.bge-contents .bgb-opt--border-dotted {
  border-color: #00BAC6;
}
.bge-contents .bgb-opt--border-lr {
  padding: 0 15px;
}
.bge-contents .bgb-opt--bg-gray {
  background-color: #F5F5F5 !important;
}
.bge-contents .bgb-opt--bg-blue {
  background-color: #E4F8F9 !important;
}
.bge-contents .bgb-opt--bg-pink {
  background-color: #ffe6ef !important;
}
.bge-contents .bgb-opt--border-dotted {
  border-style: dashed;
}
.bge-contents .bge-type-table th {
  inline-size: 150px;
}
@media (tab) {
  .bge-contents .bge-type-table th {
    display: block;
    inline-size: 100%;
  }
}
.bge-contents .bge-type-table td {
  inline-size: calc(100% - 150px);
}
@media (tab) {
  .bge-contents .bge-type-table td {
    display: block;
    inline-size: 100%;
  }
}

.c-tag {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 15px;
  padding: 30px 15px;
  background-color: #FFF;
}
.c-tag a {
  font-size: 15px;
  text-decoration: underline;
  color: #00BAC6;
}
.c-tag a::before {
  content: "#";
}
.c-tag a:hover, .c-tag a:focus {
  text-decoration: none;
}

.c-related {
  margin-top: 50px;
}
@media screen and (min-width: 767.98px) {
  .c-related {
    margin-top: 100px;
  }
}
.c-related__title {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(20px, 2.1818181818vw, 24px);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}
.c-related__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00BAC6;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 767.98px) {
  .c-related__title::before {
    height: 3px;
  }
}
.c-related__title-inner {
  display: inline-block;
  padding: 3px 20px;
  background-color: #F5F5F5;
}
/*# sourceMappingURL=maps/ownedmedia_style.css.map */