@charset "UTF-8";
/* -------------------------------------------------------------------

    WebFont Style

-------------------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/NotoSansJP-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Lato-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Lato-Regular-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Lato-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Lato-Bold-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/iconfont.eot");
  src: url("/assets/fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/iconfont.ttf") format("truetype"), url("/assets/fonts/iconfont.woff") format("woff"), url("/assets/fonts/iconfont.svg#icomoon") format("svg");
}
html {
  scroll-padding-top: 96px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 72px;
  }
}

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

body {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #0B2A3A;
  background: #FFF4EB;
  overflow-x: hidden;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  cursor: pointer;
}

a:focus {
  outline: revert;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #075BB7;
  outline-offset: 1px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: #0B2A3A;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 0 0 4px 4px;
  z-index: 200;
  font-size: 14px;
  text-decoration: underline;
}
.skip-link:focus {
  top: 0;
}

.l-content-main {
  padding: 160px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-content-main {
    padding: 124px 0 32px;
  }
}

.l-content-wrap {
  max-width: calc(1200px + min(4.1666666667vw, 60px));
  margin: 0 auto;
  padding: 0 min(2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .l-content-wrap {
    padding: 0 24px;
  }
}

@media screen and (min-width: 767px) {
  .l-bottom-wrapper {
    margin-top: 80px;
    padding: 0 min(2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-bottom-wrapper {
    margin-top: 64px;
    padding: 0 24px;
  }
}
.l-bottom-wrapper .featured-pr {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .l-bottom-wrapper .featured-pr {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-bottom-wrapper .featured-pr {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-bottom-wrapper + .pr-banners-wrapper {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .l-bottom-wrapper + .pr-banners-wrapper .pr-banners {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-bottom-wrapper + .pr-banners-wrapper .pr-banners {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .l-bottom-wrapper + .pr-banners-wrapper .pr-banners .swiper-slide:has(.pr-banner-item) {
    padding: 30px 0 47px;
  }
}
@media screen and (max-width: 767px) {
  .l-bottom-wrapper + .pr-banners-wrapper .pr-banners .swiper-slide:has(.pr-banner-item) {
    padding: 12px 0 38px;
  }
}
.l-bottom-wrapper + .pr-banners-wrapper .pr-banners .pr-dots-row {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.m-btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  border: 1px solid #B35A05;
  border-radius: 60px;
  padding-inline: 34px;
  background: #FFFFFF;
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0B2A3A;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  position: relative;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
@media (hover: hover) {
  .m-btn-outline:hover {
    opacity: 1;
    background: #0B2A3A;
    color: #FFFFFF;
    border-color: transparent;
  }
  .m-btn-outline:hover .m-btn-outline__arrow {
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .m-btn-outline {
    border-color: #E65353;
  }
}
.m-btn-outline__arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0B2A3A;
  border-top: 2px solid #0B2A3A;
  border-radius: 0 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.2s;
}

.m-section-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m-section-header.is-center {
  align-items: center;
}

.m-section-title {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-section-title {
    font-size: 2rem;
  }
}

.m-section-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #E02828;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-section-subtitle {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.m-category-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  border-radius: 50px;
  background: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .m-category-tag {
    font-size: 0.75rem;
    padding: 4px 10px;
  }
}

.m-hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.75rem;
  color: #546A75;
  line-height: 1;
  letter-spacing: 0.6px;
}

.m-pr-badge {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 2px 8px;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.6px;
  line-height: 1.5;
}

.m-pause-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0B2A3A;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
  position: relative;
}
.m-pause-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.m-pause-btn::after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #FFFFFF;
  margin-left: 2px;
  transition: border-color 0.2s;
}
@media (hover: hover) {
  .m-pause-btn:hover {
    background: #FFFFFF;
    border-color: #0B2A3A;
  }
  .m-pause-btn:hover .m-pause-btn__bar {
    background: #0B2A3A;
  }
  .m-pause-btn:hover::after {
    border-color: transparent transparent transparent #0B2A3A;
  }
}
.m-pause-btn.is-paused {
  background: #FFFFFF;
  border-color: #0B2A3A;
}
.m-pause-btn.is-paused .m-pause-btn__bar {
  display: none;
}
.m-pause-btn.is-paused::after {
  display: block;
  border-color: transparent transparent transparent #0B2A3A;
}
@media (hover: hover) {
  .m-pause-btn.is-paused:hover {
    background: #0B2A3A;
    border-color: #FFFFFF;
  }
  .m-pause-btn.is-paused:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
  }
}
.m-pause-btn__bar {
  display: block;
  width: 3px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: background 0.2s;
}

.m-scroll-indicator {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-scroll-indicator {
    display: block;
    width: 100%;
    height: 6px;
    background: #FFFFFF;
    border: 1px solid #E65353;
    border-radius: 3px;
    position: relative;
    margin-top: 16px;
  }
  .m-scroll-indicator__thumb {
    position: absolute;
    top: -1px;
    left: 0;
    width: 47px;
    height: 6px;
    background: #E65353;
    border-radius: 3px;
  }
  .m-scroll-indicator--keyword {
    border-color: #B35A05;
  }
  .m-scroll-indicator--keyword .m-scroll-indicator__thumb {
    background: #B35A05;
  }
}

.m-heading-under {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .m-heading-under {
    padding-bottom: 48px;
  }
}
.m-heading-under__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px 0;
}
.m-heading-under__ja {
  width: 100%;
  font-size: 2.625rem;
  letter-spacing: 2.1px;
  line-height: 1;
  font-weight: 500;
  color: #0B2A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .m-heading-under__ja {
    font-size: 2rem;
    gap: 0 6px;
    letter-spacing: 1.6px;
  }
}
.m-heading-under__ja.--inline {
  display: inline;
  text-align: center;
}
.m-heading-under__en {
  font-family: "Lato", sans-serif;
  color: #E02828;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-heading-under__en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .m-heading-under__about-img {
    width: 130px;
    height: 36px;
  }
}
.m-heading-under__en-error {
  font-family: "Lato", sans-serif;
  width: 100%;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #c00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-heading-under__en-error {
    font-size: 2.5rem;
  }
}
.m-heading-under__ja-error {
  color: #c00;
  font-feature-settings: "palt" on;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .m-heading-under__ja-error {
    line-height: 1.5;
  }
}

.m-share__title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.m-share__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-top: 20px;
}

.pickup-card {
  width: min(22.3611111111vw, 322px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none !important;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .pickup-card {
    width: auto;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }
}
.pickup-card__img {
  overflow: hidden;
  border-radius: 10px;
}
.pickup-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pickup-card__img {
  width: 100%;
  height: min(14.9305555556vw, 215px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickup-card__img {
    width: 146px;
    height: auto;
    flex-shrink: 0;
    border-radius: 4px;
  }
}
.pickup-card__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.pickup-card__img::after {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0B2A3A;
  background: #FFFFFF;
  backdrop-filter: blur(2.5px);
  border-radius: 50px;
  padding: 4px 20px;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.5;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.pickup-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .pickup-card__body {
    flex: 1;
    gap: 10px;
    min-width: 0;
  }
}
.pickup-card__title {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .pickup-card__title {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.pickup-card__cat {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .pickup-card__cat {
    font-size: 0.75rem;
  }
}
.pickup-card__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .pickup-card__meta {
    gap: 4px;
    flex-wrap: wrap;
  }
}
.pickup-card__meta-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .pickup-card__meta-info {
    gap: 8px;
    width: 100%;
  }
}
.pickup-card__date {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #546A75;
  letter-spacing: 0.7px;
  flex-shrink: 0;
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .pickup-card__date {
    font-size: 0.6875rem;
  }
}
.pickup-card:hover {
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .pickup-card:hover .pickup-card__img::before,
  .pickup-card:hover .pickup-card__img::after {
    opacity: 1;
  }
  .pickup-card:hover .pickup-card__title {
    text-decoration: underline;
  }
  .pickup-card:hover .pickup-card__cat,
  .pickup-card:hover .pickup-card__date,
  .pickup-card:hover .new-badge-sm {
    opacity: 0.6;
  }
}

.new-badge-sm {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: inline-flex;
  padding: 2px 10px;
  background: #0B2A3A;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.7px;
  line-height: 1.5;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .new-badge-sm {
    font-size: 0.625rem;
    padding: 0 4px;
    letter-spacing: 0.5px;
  }
}

@media screen and (min-width: 767px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

.A1Gothic-Light {
  font-family: "MFW-PA1GothicStdN-Light" !important;
}

.A1Gothic-Regular {
  font-family: "MFW-PA1GothicStdN-Regular" !important;
}

.A1Gothic-Medium {
  font-family: "MFW-PA1GothicStdN-Medium" !important;
}

.A1Gothic-Bold {
  font-family: "MFW-PA1GothicStdN-Bold" !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    border-radius: 0 0 10px 0;
  }
}
.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 min(2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 60px;
    padding: 0 0 0 24px;
  }
}
.header__logo-heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  display: flex;
  align-items: center;
}
.header__logo {
  display: block;
}
.header__logo img {
  height: 36px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    height: 28px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: 40px;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav a {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.header__nav a:hover {
  opacity: 0.6;
}
.header__sns {
  display: flex;
  align-items: center;
  gap: min(1.3888888889vw, 20px);
  margin-left: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .header__sns {
    display: none;
  }
}
.header__sns a {
  transition: opacity 0.2s;
}
.header__sns a:hover {
  opacity: 0.6;
}
.header__sns img {
  width: 32px;
  height: auto;
}
.header__sns .x-icon {
  width: 26px;
}
.header.is-menu-open .header-menu__lines span:first-child {
  top: 5px;
  transform: rotate(15deg);
}
.header.is-menu-open .header-menu__lines span:last-child {
  bottom: auto;
  top: 5px;
  transform: rotate(-15deg);
}

.header-nav-category {
  position: relative;
}
.header-nav-category__trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  white-space: nowrap;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  transition: opacity 0.2s;
}
.header-nav-category__trigger:hover {
  opacity: 0.6;
}
.header-nav-category__arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0B2A3A;
  border-bottom: 2px solid #0B2A3A;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: transform 0.2s;
}
.header-nav-category.is-open .header-nav-category__arrow {
  transform: rotate(-135deg);
  margin-top: 2px;
}
.header-nav-category__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  border: 1px solid #DBDBDB;
  padding: 32px;
  z-index: 200;
}
.is-open .header-nav-category__dropdown {
  display: block;
}
.header-nav-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav-category__list li + li {
  margin-top: 15px;
}
.header-nav-category__list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  transition: opacity 0.2s;
}
.header-nav-category__list li a::before {
  content: "・";
  flex-shrink: 0;
}
.header-nav-category__list li a:hover {
  opacity: 0.6;
}
.header-nav-category__list li a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #DBDBDB;
  border-top: 2px solid #DBDBDB;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-left: auto;
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 20px;
  border-radius: 100px;
  margin-left: min(2.4305555556vw, 35px);
  background: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .header-search {
    width: 60px;
    height: 60px;
    padding: 0;
    margin-left: 0;
    background: none;
    border-radius: 0;
    justify-content: center;
  }
}
.header-search__icon {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  background: none;
  border: none;
  padding: 0;
}
.header-search__icon img {
  width: 100%;
  height: 100%;
}
.header-search__icon:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header-search__icon {
    position: static;
    z-index: auto;
    width: 24px;
    height: 24px;
  }
}
.header-search .site-search-block {
  position: static;
  flex: 1;
  min-width: 0;
  flex-basis: auto;
  margin: 0;
  justify-content: unset;
}
.header-search mf-search-box {
  position: static;
  display: block;
  width: 100%;
}
.header-search mf-search-box input[type=text],
.header-search mf-search-box input[type=search] {
  position: absolute;
  inset: 0;
  z-index: 1;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #0B2A3A;
  letter-spacing: 0.7px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(90deg, #E65353, #E65353);
  border: none;
  border-radius: 100px;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 6px 64px 6px 20px;
  margin: 0;
  line-height: inherit;
  cursor: text;
}
.header-search mf-search-box input[type=text]:focus,
.header-search mf-search-box input[type=search]:focus {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(90deg, #E65353, #E65353);
  border: none;
  outline: none;
  box-shadow: none;
}
.header-search mf-search-box input[type=text]:focus-visible,
.header-search mf-search-box input[type=search]:focus-visible {
  outline: none;
}
.header-search mf-search-box input[type=text]::-moz-placeholder, .header-search mf-search-box input[type=search]::-moz-placeholder {
  color: #E65353;
  opacity: 1;
}
.header-search mf-search-box input[type=text]::placeholder,
.header-search mf-search-box input[type=search]::placeholder {
  color: #E65353;
  opacity: 1;
}
.header-search mf-search-box input[type=text]::-webkit-search-cancel-button, .header-search mf-search-box input[type=text]::-webkit-search-decoration,
.header-search mf-search-box input[type=search]::-webkit-search-cancel-button,
.header-search mf-search-box input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  display: none;
}
.header-search mf-search-box button,
.header-search mf-search-box [type=submit] {
  display: none;
}
.header-search .mf_finder_container {
  position: static;
}
.header-search .mf_finder_container .mf_finder_searchBox {
  position: static;
  margin: 0;
  width: 100%;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items {
  position: static;
  border: none;
  padding: 0;
  outline: none;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items.active {
  border: none;
}
.header-search .mf_finder_container .mf_finder_searchBox_focusInput .mf_finder_searchBox_items {
  outline: none;
}
.header-search .mf_finder_container .mf_finder_searchBox_query_wrap {
  position: static !important;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input {
  position: absolute;
  inset: 0;
  z-index: 1;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input {
    font-size: 1rem;
  }
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input {
  color: #0B2A3A;
  letter-spacing: 0.7px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(90deg, #E65353, #E65353);
  border: none;
  border-radius: 100px;
  outline: none;
  box-shadow: none;
  min-height: 0;
  height: 100%;
  padding: 6px 64px 6px 20px;
  margin: 0;
  line-height: inherit;
  width: 100%;
  cursor: text;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-moz-placeholder {
  color: #E65353;
  opacity: 1;
  font-size: 0.875rem;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::placeholder {
  color: #E65353;
  opacity: 1;
  font-size: 0.875rem;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(90deg, #E65353, #E65353);
  border: none;
  outline: none;
  box-shadow: none;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus-visible {
  outline: none;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-webkit-search-cancel-button, .header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-webkit-search-decoration {
  -webkit-appearance: none;
  display: none;
}
.header-search .mf_finder_container .mf_finder_searchBox_focusInput .mf_finder_searchBox_query_input::-moz-placeholder {
  color: #E65353 !important;
  opacity: 1 !important;
  font-size: 0.875rem !important;
}
.header-search .mf_finder_container .mf_finder_searchBox_focusInput .mf_finder_searchBox_query_input::placeholder {
  color: #E65353 !important;
  opacity: 1 !important;
  font-size: 0.875rem !important;
}
.header-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_submit {
  display: none;
}
.header-search .mf_finder_searchBox_suggest_items {
  background: rgba(255, 255, 255, 0.9) !important;
  left: 20px !important;
  right: 56px !important;
  width: auto !important;
  top: 100% !important;
  border-radius: 0 !important;
  border: none !important;
}
.header-search .mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_link {
  color: #0B2A3A !important;
}
@media screen and (max-width: 767px) {
  .header-search .site-search-block {
    display: none;
  }
}

.header-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header-menu {
    display: flex;
  }
}
.header-menu__lines {
  position: relative;
  width: 30px;
  height: 12px;
}
.header-menu__lines::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0B2A3A;
  opacity: 0;
  transition: opacity 0.2s;
}
.header-menu__lines span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #E65353;
  left: 0;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, background 0.2s;
  z-index: 1;
}
.header-menu__lines span:first-child {
  top: 0;
}
.header-menu__lines span:last-child {
  bottom: 0;
}
@media screen and (min-width: 767px) {
  .header-menu:hover .header-menu__lines::before {
    opacity: 1;
  }
  .header-menu:hover .header-menu__lines span {
    background: #FFFFFF;
  }
}
.header-menu__label {
  font-size: 0.625rem;
  color: #E65353;
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: -0.5px;
}

.sp-menu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFCF2;
  z-index: 99;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
.is-menu-open + .sp-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}
.sp-menu__body {
  padding: 40px 24px 60px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.is-menu-open + .sp-menu .sp-menu__body {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s;
}
.sp-menu__section {
  margin-bottom: 0;
}
.sp-menu__category {
  margin-bottom: 33px;
}
.sp-menu__heading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0B2A3A;
  margin-bottom: 24px;
}
.sp-menu__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-menu__nav li {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0B2A3A;
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.sp-menu__nav li::before {
  content: "・";
  color: #0B2A3A;
  font-size: 1.0625rem;
  flex-shrink: 0;
  margin-right: 8px;
}
.sp-menu__nav li a {
  color: inherit;
}
.sp-menu__divider {
  padding: 32px 0 34px;
}
.sp-menu__divider::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.sp-menu .category-grid {
  margin-top: 0;
}
.sp-menu__pr {
  margin: 0 -24px 0;
  overflow: hidden;
  padding: 4px 0;
}
.sp-menu__pr .swiper {
  overflow: visible;
}
.sp-menu__pr .swiper .swiper-slide {
  width: calc(100vw - 48px);
}
.sp-menu__pr .pr-banner-item {
  width: 100%;
  height: auto;
  aspect-ratio: 327/105;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
}
.sp-menu__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
.sp-menu__sns a {
  display: block;
}
.sp-menu__sns img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.sp-menu__jp-logo {
  display: flex;
  justify-content: center;
}
.sp-menu__jp-logo img {
  width: 140px;
  height: auto;
}

body.is-menu-open {
  overflow: hidden;
}

.sp-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(250, 221, 221, 0.95);
  z-index: 300;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.is-search-open ~ .sp-search {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s;
}
.sp-search__close, .sp-search__form {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.is-search-open ~ .sp-search .sp-search__close, .is-search-open ~ .sp-search .sp-search__form {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s;
}
.sp-search__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
}
.sp-search__close-lines {
  position: relative;
  width: 30px;
  height: 12px;
}
.sp-search__close-lines span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #E65353;
  left: 0;
}
.sp-search__close-lines span:first-child {
  top: 5px;
  transform: rotate(15deg);
}
.sp-search__close-lines span:last-child {
  top: 5px;
  transform: rotate(-15deg);
}
.sp-search__close-label {
  font-size: 0.625rem;
  color: #E65353;
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: -0.5px;
}
.sp-search__form {
  position: relative;
  display: flex;
  align-items: center;
  margin: 100px 20px 0;
  height: 50px;
  padding: 0 20px 0 20px;
  border-radius: 30px;
  background: none;
}
.sp-search .site-search-block {
  position: static;
  flex: 1;
  min-width: 0;
  flex-basis: auto;
  margin: 0;
  justify-content: unset;
}
.sp-search mf-search-box {
  position: static;
  display: block;
  width: 100%;
}
.sp-search mf-search-box input[type=text],
.sp-search mf-search-box input[type=search] {
  position: absolute;
  inset: 0;
  z-index: 1;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #0B2A3A;
  letter-spacing: 0.7px;
  background: #FFFFFF;
  border: none;
  border-radius: 30px;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 0 68px 0 20px;
  margin: 0;
  line-height: inherit;
  cursor: text;
}
.sp-search mf-search-box input[type=text]:focus,
.sp-search mf-search-box input[type=search]:focus {
  background: #FFFFFF;
  border: none;
  outline: none;
  box-shadow: none;
}
.sp-search mf-search-box input[type=text]:focus-visible,
.sp-search mf-search-box input[type=search]:focus-visible {
  outline: none;
}
.sp-search mf-search-box input[type=text]::-moz-placeholder, .sp-search mf-search-box input[type=search]::-moz-placeholder {
  color: #E65353;
  opacity: 1;
}
.sp-search mf-search-box input[type=text]::placeholder,
.sp-search mf-search-box input[type=search]::placeholder {
  color: #E65353;
  opacity: 1;
}
.sp-search mf-search-box input[type=text]::-webkit-search-cancel-button, .sp-search mf-search-box input[type=text]::-webkit-search-decoration,
.sp-search mf-search-box input[type=search]::-webkit-search-cancel-button,
.sp-search mf-search-box input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  display: none;
}
.sp-search mf-search-box button,
.sp-search mf-search-box [type=submit] {
  display: none;
}
.sp-search .mf_finder_container {
  position: static;
}
.sp-search .mf_finder_container .mf_finder_searchBox {
  position: static;
  margin: 0;
  width: 100%;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items {
  position: static;
  border: none;
  padding: 0;
  outline: none;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items.active {
  border: none;
}
.sp-search .mf_finder_container .mf_finder_searchBox_focusInput .mf_finder_searchBox_items {
  outline: none;
}
.sp-search .mf_finder_container .mf_finder_searchBox_query_wrap {
  position: static !important;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input {
  position: absolute;
  inset: 0;
  z-index: 1;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input {
    font-size: 1rem;
  }
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input {
  color: #0B2A3A;
  letter-spacing: 0.7px;
  background: #FFFFFF;
  border: none;
  border-radius: 30px;
  outline: none;
  box-shadow: none;
  min-height: 0;
  height: 100%;
  padding: 0 68px 0 20px;
  margin: 0;
  line-height: inherit;
  width: 100%;
  cursor: text;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-moz-placeholder {
  color: #E65353;
  opacity: 1;
  font-size: 0.875rem;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::placeholder {
  color: #E65353;
  opacity: 1;
  font-size: 0.875rem;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus {
  background: #FFFFFF;
  border: none;
  outline: none;
  box-shadow: none;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus-visible {
  outline: none;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-webkit-search-cancel-button, .sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-webkit-search-decoration {
  -webkit-appearance: none;
  display: none;
}
.sp-search .mf_finder_container .mf_finder_searchBox_focusInput .mf_finder_searchBox_query_input::-moz-placeholder {
  color: #E65353 !important;
  opacity: 1 !important;
  font-size: 0.875rem !important;
}
.sp-search .mf_finder_container .mf_finder_searchBox_focusInput .mf_finder_searchBox_query_input::placeholder {
  color: #E65353 !important;
  opacity: 1 !important;
  font-size: 0.875rem !important;
}
.sp-search .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_submit {
  display: none;
}
.sp-search .mf_finder_searchBox_suggest_items {
  background: rgba(255, 255, 255, 0.9) !important;
  left: 20px !important;
  right: 56px !important;
  width: auto !important;
  top: 100% !important;
  border-radius: 0 !important;
  border: none !important;
}
.sp-search .mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_link {
  color: #0B2A3A !important;
}
.sp-search__icon {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.sp-search__icon img {
  width: 100%;
  height: 100%;
}

body.is-search-open {
  overflow: hidden;
}

.footer {
  position: relative;
}
.footer__nav-area {
  background: #FFFFFF;
  padding: min(2.2222222222vw, 32px) 0;
}
@media screen and (max-width: 767px) {
  .footer__nav-area {
    padding: 24px 24px 0;
  }
}
.footer__nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: min(2.7777777778vw, 40px);
  padding: 0 min(2.2222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .footer__nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
  }
}
.footer__logo img {
  height: min(2.2916666667vw, 33px);
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 140px;
    height: 38px;
  }
}
.footer__nav-list {
  display: flex;
  align-items: center;
  gap: min(1.6666666667vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 12px 0;
    margin-left: 0;
    width: 100%;
  }
}
.footer__nav-list li {
  list-style: none;
  margin-left: min(1.6666666667vw, 24px);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .footer__nav-list li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-list li {
    margin-left: 16px;
  }
}
.footer__nav-list li::before {
  content: "・";
  color: #0B2A3A;
  font-size: 1rem;
  flex-shrink: 0;
  margin-right: 8px;
}
.footer__nav-list li a {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #0B2A3A;
  letter-spacing: 0.048em;
  white-space: nowrap;
}
.footer__nav-list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer__nav-list li a {
    font-size: 0.875rem;
  }
}
.footer__divider {
  background: #FFFFFF;
  padding: 0 0 min(2.2222222222vw, 32px);
}
.footer__divider::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
@media screen and (max-width: 767px) {
  .footer__divider {
    padding: 32px 24px 34px;
  }
  .footer__divider::after {
    width: 100%;
    margin: 0;
  }
}
.footer__companies {
  background: #FFFFFF;
}
.footer__companies-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(2.2222222222vw, 32px);
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .footer__companies-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 24px;
  }
}
.footer__company {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex: none;
  border-radius: 4px;
  background: #FFFFFF;
  overflow: hidden;
  transition: opacity 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__company {
    width: auto;
    flex: 1;
  }
}
.footer__company {
  padding: 21px 0;
}
@media screen and (max-width: 767px) {
  .footer__company {
    padding: 13px 0;
  }
}
.footer__company:hover {
  opacity: 0.7;
}
.footer__company img {
  height: 21px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__company img {
    height: 21px;
    width: auto;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.4305555556vw, 35px);
  margin-top: min(2.0833333333vw, 30px);
  padding-bottom: min(3.3333333333vw, 48px);
}
@media screen and (max-width: 767px) {
  .footer__sns {
    gap: 24px;
    margin-top: 36px;
    padding-bottom: 32px;
  }
}
.footer__sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}
.footer__sns a:hover {
  opacity: 0.7;
}
.footer__instagram-icon {
  display: block;
  width: 24px;
  height: 24px;
}
.footer__x-icon {
  width: 20px;
  height: 20px;
}
.footer__tiktok-icon {
  width: 21px;
  height: 23px;
}
.footer__copyright-area {
  background: #FFFFFF;
  padding-top: min(3.3333333333vw, 48px);
}
@media screen and (max-width: 767px) {
  .footer__copyright-area {
    padding-top: 24px;
  }
}
.footer__copyright-links {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 min(2.2222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .footer__copyright-links {
    padding: 0 24px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__link-divider {
  color: #546A75;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__link-divider {
    display: none;
  }
}
.footer__jp-logo-sm {
  width: 84px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__jp-logo-sm {
    display: none;
  }
}
.footer__site-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #546A75;
  letter-spacing: 0.012em;
}
.footer__site-link:link, .footer__site-link:visited {
  color: #546A75;
}
.footer__site-link:hover {
  opacity: 0.7;
}
.footer__copyright-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #C00;
  padding: 8px min(2.2222222222vw, 32px);
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .footer__copyright-bar {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
    margin-top: 22px;
    gap: 0;
  }
}
.footer__jp-group-logo {
  width: 107px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__jp-group-logo {
    width: 144px;
    height: auto;
    padding: 16px 24px;
    box-sizing: content-box;
  }
}
.footer__copyright-text {
  font-size: 0.5625rem;
  color: #FFFFFF;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 767px) {
  .footer__copyright-text--pc {
    display: none;
  }
}
.footer__copyright-text--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__copyright-text--sp {
    display: block;
    font-size: 0.75rem;
    color: #0B2A3A;
    background: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px 22px;
    text-align: center;
  }
}

.pagetop-btn {
  position: fixed;
  right: min(4.1666666667vw, 60px);
  bottom: min(6.1111111111vw, 88px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #546A75;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .pagetop-btn {
    right: 20px;
    bottom: 74px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #entry-detail .pagetop-btn {
    display: none !important;
  }
}
.pagetop-btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.pagetop-btn:hover {
  opacity: 0.8;
}
.pagetop-btn__arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  transform: rotate(45deg);
  margin-top: 4px;
}

.pagetop-ring {
  display: none;
}
@media screen and (max-width: 767px) {
  #entry-detail .pagetop-ring {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 74px;
    width: 48px;
    height: 48px;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (max-width: 767px) {
  #entry-detail .pagetop-ring.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
.pagetop-ring__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.pagetop-ring__bg {
  fill: #fff;
  stroke: #dbdbdb;
  stroke-width: 1.5;
}
.pagetop-ring__fill {
  fill: none;
  stroke: #e65353;
  stroke-width: 2;
  stroke-dasharray: 138.23;
  stroke-dashoffset: 138.23;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s;
}
.pagetop-ring__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.pagetop-ring__btn:hover {
  opacity: 0.6;
}
.pagetop-ring__arrow {
  display: block;
  width: 18px;
  height: 18px;
  background: url("/assets/images/detail/icon_entry_top_arrow.svg") no-repeat center/contain;
}

.articleCard {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .articleCard {
    padding: 48px 0 0;
  }
}

.articleCard__grid {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .articleCard__grid {
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
  }
}

/* 各記事アイテム */
.articleCard__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .articleCard__item {
    flex: 0 0 calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .articleCard__item {
    width: 50%;
    flex-basis: calc((100% - 24px) / 2);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .articleCard__item.--pc_large {
    flex: 0 0 calc((100% - 40px) / 2);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .articleCard__item.--pc_large .articleCard__title {
    margin: 16px 0 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .articleCard__item.--sp_large {
    flex: 0 0 100%;
    width: 100%;
  }
  .articleCard__item.--sp_large .articleCard__link {
    display: flex;
    row-gap: 4.2666666667vw;
  }
  .articleCard__item.--sp_large .articleCard__imageWrapper {
    width: 100%;
    margin: 0;
  }
  .articleCard__item.--sp_large .articleCard__content {
    width: 100%;
  }
  .articleCard__item.--sp_large .articleCard__title {
    font-size: 5.3333333333vw;
    margin: 0;
  }
  .articleCard__item.--sp_large .articleCard__category {
    font-size: 3.7333333333vw;
  }
  .articleCard__item.--sp_large .articleCard__date {
    font-size: 3.7333333333vw;
  }
  .articleCard__item.--sp_large .articleCard__badge {
    display: block;
    font-size: 3.2vw;
  }
}

.articleCard__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media screen and (max-width: 767px) {
  .articleCard__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 767px) {
  .articleCard__link:hover {
    opacity: 1;
  }
  .articleCard__link:hover .articleCard__imageWrapper:before {
    background: rgba(0, 0, 0, 0.2) no-repeat center;
    background-size: cover;
  }
  .articleCard__link:hover .articleCard__imageWrapper:after {
    opacity: 1;
  }
  .articleCard__link:hover .articleCard__title {
    text-decoration: underline;
  }
}

.articleCard__imageWrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .articleCard__imageWrapper:before {
    content: "";
    transition: background 0.2s;
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background-size: cover;
  }
  .articleCard__imageWrapper:after {
    content: "詳しく見る";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    padding: 4px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .articleCard__imageWrapper {
    width: 100%;
    border-radius: 4px;
    margin: 0;
  }
}

.articleCard__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .articleCard__content {
    width: 100%;
  }
}

.articleCard__item .articleCard__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .articleCard__item .articleCard__title {
    -webkit-line-clamp: 3;
    font-size: 4.2666666667vw;
    margin: 0;
  }
}

.articleCard__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .articleCard__meta {
    margin: 8px 0 0;
    gap: 2.1333333333vw;
  }
}

.articleCard__category {
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .articleCard__category {
    font-size: 2.9333333333vw;
    letter-spacing: 0.7px;
  }
}
.articleCard__category.--management {
  color: #7235AB;
}
.articleCard__category.--business {
  color: #346BAF;
}
.articleCard__category.--service {
  color: #177985;
}
.articleCard__category.--onsite {
  color: #35773D;
}
.articleCard__category.--customer {
  color: #9A5C00;
}
.articleCard__category.--local {
  color: #9F2960;
}
.articleCard__category.--sustainability {
  color: #BB3B17;
}

.articleCard__date {
  font-size: 0.875rem;
  color: #546A75;
}
@media screen and (max-width: 767px) {
  .articleCard__date {
    font-size: 2.9333333333vw;
  }
}

.articleCard__badge {
  font-size: 0.75rem;
  background-color: #0B2A3A;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 10px;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  .articleCard__badge {
    font-size: 2.9333333333vw;
    display: none;
  }
}

/* 共通ページネーション（カード一覧などで使用） */
.articleCard__pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .articleCard__pagination {
    margin-top: 36px;
  }
}

.articleCard__pagerList {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .articleCard__pagerList {
    margin: 0;
    gap: 1.3333333333vw;
  }
}

.articleCard__pagerItem {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .articleCard__pagerItem {
    width: min(8.5333333333vw, 32px);
    height: min(8.5333333333vw, 32px);
  }
}
.articleCard__pagerItem.--dots {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .articleCard__pagerItem.--dots {
    width: min(5.8666666667vw, 22px);
    height: min(8.5333333333vw, 32px);
  }
}
.articleCard__pagerItem.--dots span {
  width: 16px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .articleCard__pagerItem.--dots span {
    width: min(4.2666666667vw, 16px);
    height: min(0.5333333333vw, 2px);
  }
}
.articleCard__pagerItem.--dots span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.articleCard__pagerLink {
  text-decoration: none;
  color: #0B2A3A;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.3s;
}

.articleCard__pagerLink.--current {
  background-color: #e60012;
  color: #fff;
}

.articleCard__pagerLink--prev,
.articleCard__pagerLink--next {
  border-radius: 100px;
  border: 1px solid #E02828;
  background: #FFF;
  position: relative;
}
.articleCard__pagerLink--prev img,
.articleCard__pagerLink--next img {
  width: 32px;
  height: 32px;
  display: block;
}
@media screen and (max-width: 767px) {
  .articleCard__pagerLink--prev img,
  .articleCard__pagerLink--next img {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}

.articleCard__pagerLink--prev img {
  transform: scaleX(-1);
}

/* gap はそのまま、li 側で前後の余白を調整 */
.articleCard__pagerItem:has(.articleCard__pagerLink--prev) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .articleCard__pagerItem:has(.articleCard__pagerLink--prev) {
    margin-right: 1.3333333333vw;
  }
}

.articleCard__pagerItem:has(.articleCard__pagerLink--next) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .articleCard__pagerItem:has(.articleCard__pagerLink--next) {
    margin-left: 1.3333333333vw;
  }
}

.hero {
  padding-top: 103px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 78px;
  }
}
.hero__main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(2.0833333333vw, 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__main {
    padding: 0;
  }
}
.hero__card {
  position: relative;
}
@media screen and (min-width: 767px) {
  .hero__card {
    padding-bottom: min(1.0416666667vw, 15px);
  }
}
.hero__card::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
}
@media screen and (max-width: 767px) {
  .hero__card {
    overflow: hidden;
  }
  .hero__card::before {
    display: none;
  }
}
.hero__slider {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero__slider {
    overflow: visible;
  }
}
.hero__slider .swiper-slide {
  display: flex;
  height: min(28.75vw, 414px);
}
@media screen and (max-width: 767px) {
  .hero__slider .swiper-slide {
    width: 315px !important;
    height: auto;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  }
}
.hero__slide-link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .hero__slide-link {
    flex-direction: column;
  }
}
.hero__slide-link:hover {
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .hero__slide-link:hover .hero__slide-img::before,
  .hero__slide-link:hover .hero__slide-img::after {
    opacity: 1;
  }
  .hero__slide-link:hover .hero__slide-title {
    text-decoration: underline;
  }
  .hero__slide-link:hover .hero__slide-cat,
  .hero__slide-link:hover .hero__slide-date,
  .hero__slide-link:hover .hero__new-badge {
    opacity: 0.6;
  }
}
.hero__slide-img {
  width: min(43.125vw, 621px);
  flex-shrink: 0;
  height: min(28.75vw, 414px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-left: min(2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .hero__slide-img {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    margin-left: 0;
  }
}
.hero__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__slide-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.hero__slide-img::after {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0B2A3A;
  background: #FFFFFF;
  backdrop-filter: blur(2.5px);
  border-radius: 50px;
  padding: 4px 20px;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.5;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.hero__slide-info {
  flex: 1;
  padding: min(4.7222222222vw, 68px) min(3.4722222222vw, 50px) min(1.3888888889vw, 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
@media screen and (min-width: 767px) {
  .hero__slide-info {
    padding-bottom: min(9.0277777778vw, 130px);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .swiper-slide-active .hero__slide-info {
    opacity: 1;
    transition: opacity 0.3s ease 0.15s;
  }
}
@media screen and (max-width: 767px) {
  .hero__slide-info {
    padding: 25px 20px 30px;
  }
}
.hero__slide-title {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1.25rem, 1.667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .hero__slide-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .hero__slide-title {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
  }
}
.hero__slide-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 767px) {
  .hero__slide-meta {
    gap: min(1.6666666667vw, 24px);
  }
}
.hero__slide-cat {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .hero__slide-cat {
    font-size: 0.75rem;
  }
}
.hero__slide-date {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  transition: opacity 0.3s;
}
.hero__slide-hashtags {
  font-size: 0.75rem;
  color: #546A75;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .hero__slide-hashtags {
    font-size: 0.875rem;
  }
}
.hero .m-pr-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .hero .m-pr-badge {
    top: 5px;
    left: 5px;
  }
}
.hero__new-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  background: #0B2A3A;
  border: 1px solid #0B2A3A;
  transition: opacity 0.3s;
  border-radius: 2px;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .hero__new-badge {
    font-size: 0.625rem;
    padding: 0 4px;
    letter-spacing: 0.5px;
  }
}
.hero__bottom {
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .hero__bottom {
    position: absolute;
    bottom: 0;
    left: min(45.2083333333vw, 651px);
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero__bottom {
    position: relative;
    padding: 10px 24px 0;
  }
}
.hero__thumbnails-line {
  height: 1px;
  background: #DBDBDB;
}
@media screen and (max-width: 767px) {
  .hero__thumbnails-line {
    display: none;
  }
}
.hero__thumbnails-area {
  display: flex;
  align-items: flex-start;
  padding: min(0.9027777778vw, 13px) min(1.3888888889vw, 20px) min(1.0416666667vw, 15px);
}
@media screen and (max-width: 767px) {
  .hero__thumbnails-area {
    padding: 0;
  }
}
.hero__thumbs {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .hero__thumbs {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .hero__thumbs {
    display: none;
  }
}
.hero__thumbs .swiper-slide {
  width: min(8.6111111111vw, 124px) !important;
  height: min(5.7638888889vw, 83px);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.hero__thumbs .swiper-slide:hover {
  opacity: 0.6;
}
.hero__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__thumbs .swiper-slide .m-pr-badge {
  font-size: 0.75rem;
  padding: 0 10px;
  top: 4px;
  left: 4px;
}
.hero__controls {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  flex-shrink: 0;
  width: min(10.4166666667vw, 150px);
  margin-left: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .hero__controls {
    width: 100%;
    margin-left: 0;
    position: relative;
    align-items: stretch;
  }
}
.hero__nav-btns {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .hero__nav-btns {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 24px;
  }
}
.hero__nav-btn {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  width: min(4.7916666667vw, 69px);
  height: min(3.8888888889vw, 56px);
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #0B2A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 6px;
  cursor: pointer;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #0B2A3A;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .hero__nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
    font-size: 0.625rem;
    flex-direction: column;
    gap: 6px;
    line-height: 1;
  }
}
@media (hover: hover) {
  .hero__nav-btn:hover {
    background: #0B2A3A;
    color: #FFFFFF;
    border-color: transparent;
  }
  .hero__nav-btn:hover .nav-arrow {
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
}
.hero__nav-btn .nav-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0B2A3A;
  border-top: 2px solid #0B2A3A;
  border-radius: 1px;
  transition: border-color 0.2s;
}
.hero__nav-btn--prev .nav-arrow {
  transform: rotate(-135deg);
}
.hero__nav-btn--next .nav-arrow {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hero__nav-btn--next .nav-arrow {
    order: -1;
  }
}
.hero__pagination-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .hero__pagination-row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero__pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #E65353;
  background: #fff;
  opacity: 1;
  transition: opacity 0.2s;
  cursor: pointer;
  caret-color: transparent;
  margin: 0 4px;
}
.hero__pagination .swiper-pagination-bullet:hover {
  opacity: 0.6;
}
.hero__pagination .swiper-pagination-bullet-active {
  background: #E65353;
}
.hero__pagination .swiper-pagination-bullet {
  margin: 0 !important;
}

.featured-pr {
  padding: 30px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .featured-pr {
    padding: 20px 24px 12px;
    max-width: none;
    margin: 0;
  }
}
.featured-pr a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
}
.featured-pr img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .featured-pr img {
    aspect-ratio: 325/183;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.featured-pr .m-pr-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .featured-pr .m-pr-badge {
    top: 8px;
    left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .pr-banners-wrapper {
    margin-top: 30px;
  }
}

.pr-banners {
  padding: 26px 0 16px;
}
@media screen and (max-width: 767px) {
  .pr-banners {
    padding-top: 0;
    overflow: hidden;
  }
}
.pr-banners__inner {
  position: relative;
  max-width: 1254px;
  margin: 0 auto;
  padding: 0 27px;
}
@media screen and (max-width: 767px) {
  .pr-banners__inner {
    padding: 0;
  }
}
.pr-banners__slider {
  position: relative;
}
.pr-banners .swiper {
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .pr-banners .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .pr-banners .swiper .swiper-slide {
    width: calc(100vw - 48px);
  }
}

.pr-banner-item {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}
.pr-banner-item .m-pr-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.pr-banner-item img {
  width: 100%;
  height: auto;
  display: block;
}

.pr-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(3.75vw, 54px);
  height: min(3.75vw, 54px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #0B2A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s, border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .pr-carousel-btn {
    display: none;
  }
}
@media (hover: hover) {
  .pr-carousel-btn:hover {
    background: #0B2A3A;
    border-color: transparent;
  }
  .pr-carousel-btn:hover .nav-arrow {
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
}
.pr-carousel-btn .nav-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0B2A3A;
  border-top: 2px solid #0B2A3A;
  border-radius: 1px;
  transition: border-color 0.2s;
}
.pr-carousel-btn--prev {
  left: calc(min(3.75vw, 54px) / -2);
}
.pr-carousel-btn--prev .nav-arrow {
  transform: rotate(-135deg);
}
.pr-carousel-btn--next {
  right: calc(min(3.75vw, 54px) / -2);
}
.pr-carousel-btn--next .nav-arrow {
  transform: rotate(45deg);
}

.pr-dots-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .pr-dots-row {
    gap: 18px;
  }
}

.pr-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto !important;
  position: static !important;
}
.pr-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #E65353;
  background: #fff;
  opacity: 1;
  transition: opacity 0.2s;
  cursor: pointer;
  caret-color: transparent;
  margin: 0 4px;
}
.pr-pagination .swiper-pagination-bullet:hover {
  opacity: 0.6;
}
.pr-pagination .swiper-pagination-bullet-active {
  background: #E65353;
}
.pr-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  margin: 0 !important;
}
.pr-pagination .swiper-pagination-bullet-active {
  background: #E65353;
}

.keyword-section {
  position: relative;
  margin-top: min(5.5555555556vw, 80px);
  margin-bottom: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 767px) {
  .keyword-section {
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 80px;
  }
}

.keyword__scroll {
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  .keyword__scroll {
    overflow-x: auto;
    padding-right: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .keyword__scroll::-webkit-scrollbar {
    display: none;
  }
}

.keyword__tags {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 15px;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .keyword__tags {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 24px;
    margin-left: 0;
    width: -moz-max-content;
    width: max-content;
  }
}

@keyframes keyword-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--marquee-offset, -50%));
  }
}
.keyword__row-set {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
}

.keyword__row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  animation: keyword-marquee 30s linear infinite;
}
.keyword__row--2 {
  animation-duration: 25s;
}
@media screen and (max-width: 767px) {
  .keyword__row {
    display: flex;
    flex-wrap: nowrap;
    animation: none;
  }
}

.keyword-tag {
  display: inline-flex;
  align-items: center;
  font-family: "MFW-PA1GothicStdN-Bold", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0B2A3A;
  letter-spacing: 0.8px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .keyword-tag {
    font-size: 0.75rem;
    letter-spacing: 0.6px;
  }
}
.keyword-tag__inner {
  font-family: "MFW-PA1GothicStdN-Bold", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background: #FFFFFF;
  border: 2px solid #FCE1D4;
  border-radius: 4px;
  padding: 10px 20px;
  transition: border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .keyword-tag__inner {
    padding: 10px 12px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (hover: hover) {
  .keyword-tag:hover {
    opacity: 1;
    text-decoration: none;
  }
  .keyword-tag:hover .keyword-tag__inner {
    border-color: #0B2A3A;
  }
}
.keyword-tag__sep {
  width: 9px;
  height: 2px;
  background: #FCE1D4;
  flex-shrink: 0;
}

.keyword__pause-btn {
  position: absolute;
  right: 20px;
  bottom: -14px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .keyword__pause-btn {
    display: none;
  }
}

.keyword__scroll-indicator {
  display: none;
}
@media screen and (max-width: 767px) {
  .keyword__scroll-indicator {
    display: block;
    margin: 16px 24px 0;
    width: calc(100% - 48px);
  }
}

.m-section-title__rss {
  display: inline-block;
  margin-left: 20px;
  vertical-align: baseline;
  line-height: 1;
}
.m-section-title__rss img {
  display: block;
  width: 57px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .m-section-title__rss {
    margin-left: 12px;
  }
  .m-section-title__rss img {
    width: 45px;
  }
}

.new-articles {
  padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .new-articles {
    padding: 40px 0 60px;
  }
}
.new-articles__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .new-articles__header {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .new-articles__header .m-btn-outline {
    display: none;
  }
}
.new-articles__footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .new-articles__footer {
    display: flex;
    justify-content: center;
    padding-top: 32px;
  }
}
.new-articles__tabs {
  display: flex;
  gap: 16px;
  margin-top: min(2.7777777778vw, 40px);
  margin-bottom: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .new-articles__tabs {
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
  }
}

.new-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  cursor: pointer;
  border: 1px solid #E02828;
  background: #FEF8F9;
  color: #E02828;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .new-tab {
    font-size: 0.875rem;
    padding: 8px 16px;
  }
}
.new-tab--active {
  background: #E02828;
  color: #FFFFFF;
}
.new-tab:hover {
  opacity: 0.85;
}

.article-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .article-list {
    gap: 8px;
  }
}

.article-card {
  display: flex;
  align-items: center;
  padding: 0 min(1.3888888889vw, 20px) 0 0;
  height: min(14.6527777778vw, 211px);
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(155, 109, 54, 0.15);
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .article-card {
    height: auto;
    padding: 10px 16px 10px 10px;
    box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
    gap: 10px;
    overflow: visible;
  }
}
.article-card__img {
  overflow: hidden;
  border-radius: 0;
}
.article-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-card__img {
  width: min(22.0138888889vw, 317px);
  height: min(14.6527777778vw, 211px);
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-card__img {
    width: 46%;
    height: auto;
    aspect-ratio: 3/2;
    border-radius: 4px;
  }
}
.article-card__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.article-card__img::after {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0B2A3A;
  background: #FFFFFF;
  backdrop-filter: blur(2.5px);
  border-radius: 50px;
  padding: 4px 20px;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.5;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.article-card__body {
  flex: 1;
  padding: 0 0 0 min(2.7777777778vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .article-card__body {
    flex: 1;
    padding: 0;
    gap: 8px;
    min-width: 0;
  }
}
.article-card__cat {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .article-card__cat {
    font-size: 0.75rem;
  }
}
.article-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .article-card__meta {
    gap: 4px;
    justify-content: flex-start;
  }
}
.article-card__date {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  flex-shrink: 0;
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .article-card__date {
    font-size: 0.6875rem;
    color: #546A75;
  }
}
.article-card__title {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(1.6666666667vw, 24px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article-card__title {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.7px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.article-card__arrow {
  width: min(4.1666666667vw, 60px);
  height: min(4.1666666667vw, 60px);
  border-radius: 50%;
  border: 1px solid #0B2A3A;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: min(2.0833333333vw, 30px);
  margin-right: min(1.3888888889vw, 20px);
  margin-left: auto;
  transition: background 0.2s, border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .article-card__arrow {
    display: none;
  }
}
.article-card__arrow .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0B2A3A;
  border-top: 2px solid #0B2A3A;
  transform: rotate(45deg);
  margin-left: -3px;
  transition: border-color 0.2s;
}
.article-card:hover {
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .article-card:hover .article-card__img::before,
  .article-card:hover .article-card__img::after {
    opacity: 1;
  }
  .article-card:hover .article-card__title {
    text-decoration: underline;
  }
  .article-card:hover .article-card__cat,
  .article-card:hover .article-card__date {
    opacity: 0.6;
  }
  .article-card:hover .article-card__arrow {
    background: #0B2A3A;
    border-color: transparent;
  }
  .article-card:hover .article-card__arrow .arrow {
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
}

.pickup-section {
  position: relative;
  padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .pickup-section {
    padding: 40px 0 60px;
  }
}
.pickup-section {
  padding-top: min(9.0277777778vw, 130px);
  overflow: hidden;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .pickup-section {
    padding-top: 104px;
  }
}
.pickup-section::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1440/310;
  background: url("/assets/images/top/bg_editors_pick_middle.webp") right bottom/100% auto no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pickup-section::before {
    display: none;
  }
}
.pickup-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  background: url("/assets/images/top/bg_editors_pick_upper.webp") center top/100% auto no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pickup-section::after {
    height: 22.6857887875vw;
    background-image: url("/assets/images/top/bg_editors_pick_upper_sp.webp");
  }
}

.pickup-section__bg-lower {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: url("/assets/images/top/bg_editors_pick_lower.webp") center bottom/100% auto no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pickup-section__bg-lower {
    height: 21.9035202086vw;
    background-image: url("/assets/images/top/bg_editors_pick_lower_sp.webp");
  }
}

.pickup__header-area {
  max-width: 1200px;
  margin: 0 auto min(1.3888888889vw, 20px);
  display: flex;
  align-items: flex-start;
  gap: min(2.7777777778vw, 40px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pickup__header-area {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
}

.pickup__header-left {
  flex: 1;
}

.pickup__comment {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: min(1.6666666667vw, 24px);
  max-width: min(41.25vw, 594px);
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .pickup__comment {
    margin-top: 16px;
    max-width: none;
  }
}

.pickup__cards-wrapper {
  position: relative;
  padding: min(8.3333333333vw, 120px) 0 min(10.4166666667vw, 150px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pickup__cards-wrapper {
    padding: 40px 0 19.556714472vw;
  }
}

.pickup__cards {
  display: flex;
  gap: min(2.0833333333vw, 30px);
  justify-content: center;
  max-width: min(95.6944444444vw, 1378px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pickup__cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 24px;
  }
}

.series-section {
  padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .series-section {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .series-section {
    padding-top: 64px;
  }
}
.series-section .l-content-wrap {
  max-width: 1440px;
  padding: 0 min(2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .series-section .l-content-wrap {
    padding: 0;
  }
}

.series__card-area {
  background: #FFFCF2;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  padding: min(5.5555555556vw, 80px) min(6.25vw, 90px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .series__card-area {
    padding: 40px 24px;
    margin: 0 12px;
  }
}

.series__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .series__header {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .series__header .m-btn-outline {
    display: none;
  }
}

.series__footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .series__footer {
    display: flex;
    justify-content: center;
    padding-top: 32px;
  }
}

.series__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 767px) {
  .series__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.series__grid.is-three-column {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .series__grid.is-three-column {
    grid-template-columns: 1fr;
  }
}
.series__grid.is-three-column .series-item__desc {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .series__grid.is-three-column .series-item__desc {
    display: block;
  }
}

.series-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.series-item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.series-item__img {
  width: 100%;
  aspect-ratio: 585/188;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .series-item__img {
    height: auto;
    aspect-ratio: 1170/376;
  }
}
.series-item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.series-item__desc {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.64px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .series-item__desc {
    display: none;
  }
}

.category-section {
  padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .category-section {
    padding: 40px 0 60px;
  }
}
.category-section {
  padding-top: 0;
}

.category-grid {
  display: flex;
  gap: min(2.5vw, 36px);
  justify-content: center;
  margin-top: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 10px;
    margin-top: 40px;
    padding: 0;
    justify-content: center;
  }
}

.category-item {
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: min(9.7222222222vw, 140px);
  cursor: pointer;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .category-item {
    width: auto;
    flex-shrink: 0;
    gap: 10px;
  }
}

.category-icon {
  width: min(9.7222222222vw, 140px);
  height: min(10.4166666667vw, 150px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 30px rgba(155, 109, 54, 0.15));
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .category-icon {
    width: 70px;
    height: 75px;
    filter: drop-shadow(0 0 23.617px rgba(155, 109, 54, 0.15));
  }
}
.category-icon__blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-icon__blob-path {
  transition: fill 0.3s ease;
}
.category-icon__img {
  position: relative;
  display: block;
  width: min(6.1111111111vw, 88px);
  height: min(6.875vw, 99px);
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .category-icon__img {
    width: 44px;
    height: 50px;
  }
}

.category-label {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  transition: color 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .category-label {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    line-height: 1;
    white-space: nowrap;
  }
}

.category-item:hover .category-icon {
  filter: drop-shadow(0px 0px 30px rgba(155, 109, 54, 0.3));
}
.category-item:hover .category-icon__blob {
  filter: brightness(0.99) sepia(0.08);
}

.category-item--keiei:hover .category-label {
  color: #7235AB;
}

.category-item--jigyo:hover .category-label {
  color: #346BAF;
}

.category-item--service:hover .category-label {
  color: #177985;
}

.category-item--oshigoto:hover .category-label {
  color: #35773D;
}

.category-item--okyaku:hover .category-label {
  color: #9A5C00;
}

.category-item--chiiki:hover .category-label {
  color: #BB3B17;
}

.category-item--sustainability:hover .category-label {
  color: #9F2960;
}

@media screen and (max-width: 767px) {
  .category-section .scroll-indicator {
    display: none;
  }
}

.bottom-banners {
  padding: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .bottom-banners {
    padding: 0 0 60px;
    overflow: hidden;
  }
}
.bottom-banners__inner {
  position: relative;
  max-width: 1254px;
  margin: 0 auto;
  padding: 0 27px;
}
@media screen and (max-width: 767px) {
  .bottom-banners__inner {
    padding: 0;
  }
}
.bottom-banners__slider {
  position: relative;
}
.bottom-banners .swiper {
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .bottom-banners .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .bottom-banners .swiper .swiper-slide {
    width: calc(100vw - 48px);
  }
}

.about-main {
  background-color: #FFFFFF;
}

.about-bg-keyword {
  background-color: #fff4eb;
  padding-top: 160px;
  margin-top: -160px;
}
@media screen and (max-width: 767px) {
  .about-bg-keyword {
    padding-top: 124px;
    margin-top: -124px;
  }
}
.about-bg-keyword::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/120;
  background-image: url(/assets/images/about/img_divider.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .about-bg-keyword::after {
    aspect-ratio: 375/60;
    background-image: url(/assets/images/about/img_divider_sp.webp);
  }
}

.about-wrap {
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  padding-inline: 20px;
}

.about-lead {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-lead {
    padding-bottom: 30px;
  }
}
.about-lead__youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.about-lead__text {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about-lead__text {
    margin-top: 48px;
  }
}
.about-lead__img {
  margin: 40px auto 0;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .about-lead__img {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .about-lead__img img {
    width: 100%;
    height: auto;
  }
}

.about-section-title {
  font-feature-settings: "palt" on;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .about-section-title {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.about-section-desc {
  font-feature-settings: "palt" on;
  text-align: center;
  font-size: 1rem;
  margin-top: 30px;
  line-height: 1.8;
  letter-spacing: 0.8px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .about-section-desc {
    margin-top: 16px;
  }
}

.about-bg-white {
  background-color: #FFFFFF;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .about-bg-white {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-bg-white .about-section-desc {
    width: 100vw;
    padding-inline: 16px;
    margin-left: -20px;
  }
}

.about-content {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .about-content {
    padding-bottom: 64px;
  }
}
.about-content__img {
  margin-block: 40px;
}
.about-content__img img {
  width: 100%;
  height: auto;
}

.about-wrap .thumbnail iframe {
  position: static;
  height: 1000px;
}
@media screen and (max-width: 767px) {
  .about-wrap .thumbnail iframe {
    height: auto;
  }
}
.about-wrap .thumbnail .thumbnail-img {
  background-color: #969696;
  padding: 20px 20px 30px 20px;
}
.about-wrap .thumbnail .thumbnail-img .description {
  margin-top: 30px;
  font-size: 1.9444444444vw;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 1440px) {
  .about-wrap .thumbnail .thumbnail-img .description {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about-wrap .thumbnail .thumbnail-img .description {
    font-size: 3.3898305085vw;
  }
}
.about-wrap .thumbnail .work-Location {
  background-color: #f8f8f8;
}
.about-wrap .thumbnail .work-Location .title {
  background-color: #c00;
  text-align: center;
  padding: 20px 0;
  margin: 20px 0 0 0;
  color: #fff;
  font-size: 1.6666666667vw;
  line-height: 1.4;
}
@media screen and (min-width: 1440px) {
  .about-wrap .thumbnail .work-Location .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-wrap .thumbnail .work-Location .title {
    font-size: 3.1290743155vw;
  }
}
.about-wrap .thumbnail .work-Location .title .annotation {
  display: block;
  font-size: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .about-wrap .thumbnail .work-Location .title .annotation {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-wrap .thumbnail .work-Location .title .annotation {
    font-size: 2.6075619296vw;
  }
}
.about-wrap .thumbnail .work-Location .work-Location-links {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-wrap .thumbnail .work-Location .work-Location-links {
    padding: 0 12px 12px 12px;
  }
}
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 {
  margin-top: 16px;
  width: calc(50% - 8px);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 {
    margin-top: 12px;
    margin-right: 12px;
  }
}
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03:nth-of-type(2n) {
  margin-right: 0;
}
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03:last-of-type {
  width: 100%;
  margin-right: 0;
}
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03:last-of-type a,
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03:last-of-type .btn {
  justify-content: center;
}
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 p,
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 a,
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 .btn {
  height: 100%;
  text-align: left;
}
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 a,
.about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 .btn {
  max-width: 100%;
  padding: 15px 60px 15px 20px;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  justify-content: flex-start;
}
@media screen and (min-width: 1440px) {
  .about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 a,
  .about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 a,
  .about-wrap .thumbnail .work-Location .work-Location-links .nav-btn-external-03 .btn {
    padding: 15px 10px;
    font-size: 2.6075619296vw;
  }
}

.error-content {
  padding-bottom: 80px;
}
.error-content__desc {
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .error-content__desc {
    text-align: left;
  }
}
.error-content__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .error-content__btn {
    margin-top: 24px;
  }
}

.usage-wrap {
  max-width: 948px;
  margin-inline: auto;
  padding-inline: 24px;
}
.usage-wrap__heading {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .usage-wrap__heading {
    padding-bottom: 32px;
  }
}
.usage-wrap__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .usage-wrap__title {
    font-size: 1.5rem;
  }
}

.usage-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75em;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 767px) {
  .usage-content p {
    font-size: 0.875rem;
  }
}
.usage-content a {
  color: #c00;
  text-decoration: underline;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media (hover: hover) {
  .usage-content a:hover {
    text-decoration: none;
  }
}
.usage-content ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  font-feature-settings: "palt" on;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .usage-content ul li {
    font-size: 0.875rem;
  }
}
.usage-content ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 13px;
  background-color: #0B2A3A;
}
.usage-content small {
  display: block;
  font-size: 0.8125rem;
  color: #546A75;
}
@media screen and (max-width: 767px) {
  .usage-content small {
    font-size: 0.75rem;
  }
}
.usage-content__block {
  margin-top: 40px;
}
.usage-content__title {
  display: flex;
  gap: 0 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
@media screen and (max-width: 767px) {
  .usage-content__title {
    gap: 0 12px;
  }
}
.usage-content__title::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #E65353;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .usage-content__title::before {
    width: 24px;
  }
}
.usage-content__title--num {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  text-align: center;
  width: 32px;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .usage-content__title--num {
    width: 24px;
    font-size: 1.25rem;
  }
}
.usage-content__title--text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  font-feature-settings: "palt" on;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .usage-content__title--text {
    font-size: 1.125rem;
    margin-top: 1.5px;
  }
}
.usage-content__body {
  margin-top: 20px;
  padding-left: 72px;
}
@media screen and (max-width: 767px) {
  .usage-content__body {
    padding-left: 40px;
  }
}
.usage-content__body > * + * {
  margin-top: 28px;
}
.usage-content__link > a {
  text-decoration: none;
}
.usage-content__link > a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/assets/images/common/icon_blank.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.usage-content__list-small {
  margin-top: 0;
}
.usage-content__list-small > li {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .usage-content__list-small > li {
    font-size: 0.8125rem;
  }
}

.series-under {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .series-under {
    padding-bottom: 0;
  }
}

.feature.--special .featureTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 2.4px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .feature.--special .featureTitle {
    font-size: 8.5333333333vw;
    line-height: 1.5;
    letter-spacing: 1.8px;
    padding-top: 0;
    gap: 10px;
  }
}
.feature.--special .featureEn {
  display: block;
  font-size: 1.25rem;
  color: #E02828;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .feature.--special .featureEn {
    font-size: 4.2666666667vw;
  }
}

.feature.--category .featureTitle__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .feature.--category .featureTitle__wrapper {
    padding-top: 32px;
  }
}
.feature.--category .featureTitle {
  text-align: center;
  position: relative;
  display: inline-block;
  padding-left: 70px;
  margin-left: -70px;
  font-size: 2.625rem;
  line-height: 1;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .feature.--category .featureTitle {
    font-size: 8.5333333333vw;
    line-height: 1.5;
    letter-spacing: 1.8px;
    padding: 0;
    margin: 0;
  }
}
.feature.--category .featureEn {
  display: block;
  font-size: 1.25rem;
  color: #E02828;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .feature.--category .featureEn {
    font-size: 4.2666666667vw;
    margin-top: 10px;
  }
}
.feature.--category .featureTitle__icon {
  position: absolute;
  top: -15px;
  left: -20px;
  width: 70px;
  height: auto;
  filter: drop-shadow(0 0 15px rgba(155, 109, 54, 0.15));
}
@media screen and (max-width: 767px) {
  .feature.--category .featureTitle__icon {
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    width: 52.27px;
  }
}
.feature.--category .featureTitle__icon .featureTitle__blob {
  position: relative;
}
@media screen and (min-width: 767px) {
  .feature.--category .featureTitle__icon .featureTitle__blob {
    width: 70px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .feature.--category .featureTitle__icon .featureTitle__blob {
    width: 52.267px;
    height: 56px;
  }
}
.feature.--category .featureTitle__icon .featureTitle__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 767px) {
  .feature.--category .featureTitle__icon .featureTitle__img {
    width: 40px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .feature.--category .featureTitle__icon .featureTitle__img {
    width: 30px;
    height: 33.75px;
  }
}
.feature.--category .featureDesc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature.--category .featureDesc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  a:hover {
    opacity: 0.6;
  }
}
.feature_wrap {
  padding: 0;
}

.feature {
  background: #FFF4EB;
  padding: 0;
  font-weight: 500;
  font-feature-settings: "palt" on;
}
.feature h1, .feature h2, .feature h3 {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.feature .feature_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .feature .featureBnr {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .feature .featureBnr {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.feature .featureBnr img {
  width: 100%;
  height: auto;
  display: block;
}
.feature .featureTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 1.8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .feature .featureTitle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 1.8px;
    gap: 8px;
  }
}
.feature .featureTitle.--tag {
  display: inline;
}
.feature.--index .featureTitle {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .feature.--index .featureTitle {
    padding-top: 24px;
  }
}
@media screen and (min-width: 767px) {
  .feature.--index .featureTitle {
    padding-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  .feature .feature_badgeWrapper {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature_badgeWrapper {
    margin: 8px 0 16px;
  }
}
.feature .feature_badge {
  display: flex;
  width: 100px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  background: #E02828;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_badge {
    font-size: 4.2666666667vw;
    width: 64px;
    height: 28px;
  }
}
.feature .featureDesc {
  font-size: 1.25rem;
  margin: 28px 0 0;
  line-height: 1.75;
  letter-spacing: 0.4px;
  font-family: "MFW-PA1GothicStdN-Regular";
}
@media screen and (max-width: 767px) {
  .feature .featureDesc {
    font-size: 4.2666666667vw;
    margin-top: 16px;
    letter-spacing: -0.8px;
  }
}

.article h1, .article h2, .article h3 {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.article .articleTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 1;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .article .articleTitle {
    font-size: 8.5333333333vw;
    line-height: 1.5;
    letter-spacing: 1.8px;
    padding: 0;
    margin: 0;
  }
}
.article .articleEn {
  display: block;
  font-size: 1.25rem;
  color: #E02828;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .article .articleEn {
    font-size: 4.2666666667vw;
  }
}
.article .articleIcon {
  margin-left: auto;
  width: 57px;
  height: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .article .articleIcon {
    width: 46px;
    height: 16px;
    margin-top: 12px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .article .articleCard {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .article .articleCard {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .article .articleCard__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .article .articleCard__pagination {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .article .articleCard__pagerList {
    display: inline-flex;
    gap: 8px;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: flex-start;
  }
}

.search-input {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(155, 109, 54, 0.15);
}
@media screen and (min-width: 767px) {
  .search-input {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .search-input {
    padding: 20px;
  }
}
.search-input .mf_finder_searchBox_items_wrapper {
  border-radius: 10px !important;
}
.search-input .mf_finder_searchBox_items {
  border: 1px solid #E02828;
  border-radius: 10px;
  height: 60px;
}
.search-input .mf_finder_searchBox_query_input {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  border-radius: 10px 0 0 10px !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 767px) {
  .search-input .mf_finder_searchBox_query_input {
    padding: 20px !important;
    font-size: 1.125rem !important;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .search-input .mf_finder_searchBox_query_input {
    padding: 22px 16px !important;
    font-size: 1rem !important;
    line-height: 1 !important;
  }
}
.search-input .mf_finder_searchBox_query_input::-moz-placeholder {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  color: #A6A6A6 !important;
  line-height: 100% !important;
}
.search-input .mf_finder_searchBox_query_input::placeholder {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  color: #A6A6A6 !important;
  line-height: 100% !important;
}
@media screen and (min-width: 767px) {
  .search-input .mf_finder_searchBox_query_input::-moz-placeholder {
    font-size: 1.125rem !important;
  }
  .search-input .mf_finder_searchBox_query_input::placeholder {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .search-input .mf_finder_searchBox_query_input::-moz-placeholder {
    font-size: 1rem !important;
  }
  .search-input .mf_finder_searchBox_query_input::placeholder {
    font-size: 1rem !important;
  }
}
.search-input .mf_finder_searchBox_submit {
  border-radius: 0 8px 8px 0 !important;
  background-image: none !important;
}
.search-input .mf_finder_searchBox_submit {
  background-color: #E02828 !important;
  position: relative !important;
  width: 60px !important;
  height: 60px !important;
}
.search-input .mf_finder_searchBox_submit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  background-image: url("/assets/images/common/icon_search_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0 !important;
}
.search-input .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_wrap {
  height: 100% !important;
}
.search-input .mf_finder_searchBox_suggest_items {
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 0 !important;
  border: none !important;
}
.search-input .mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_link {
  color: #0B2A3A !important;
}

.search-results {
  color: #546A75;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 767px) {
  .search-results {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .search-results {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .mf_finder_organic_header_wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .search-results .mf_finder_organic_header {
    align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  .search-results .mf_finder_organic_header {
    flex-direction: row-reverse !important;
    align-items: center;
  }
}
.search-results .mf_finder_organic_total, .search-results .mf_finder_organic_range {
  color: #C00;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
}
.search-results .mf_finder_organic_total span, .search-results .mf_finder_organic_range span {
  font-family: "Lato", sans-serif !important;
  font-weight: 800 !important;
}
.search-results .mf_finder_organic_total span:before, .search-results .mf_finder_organic_total span:after, .search-results .mf_finder_organic_range span:before, .search-results .mf_finder_organic_range span:after {
  font-family: "MFW-PA1GothicStdN-Regular" !important;
}

.search-list {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .search-list .search-list__item + .search-list__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .search-list .search-list__item + .search-list__item {
    margin-top: 8px;
  }
}
.search-list .search-list__item .highlight {
  background: rgba(230, 83, 83, 0.5);
}
.search-list .search-list__link {
  position: relative;
  transition: opacity 0.2s;
  display: grid;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 10px;
  min-height: 0;
}
@media screen and (min-width: 767px) {
  .search-list .search-list__link {
    gap: 0 20px;
    grid-template-columns: 382px minmax(0, 1fr) 60px;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 767px) {
  .search-list .search-list__link {
    padding: 16px;
    gap: 10px 8px;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 767px) {
  .search-list .search-list__link:hover {
    opacity: 1;
  }
  .search-list .search-list__link:hover .search-list__img:before {
    background: rgba(0, 0, 0, 0.2) no-repeat center;
    background-size: cover;
  }
  .search-list .search-list__link:hover .search-list__img:after {
    opacity: 1;
  }
  .search-list .search-list__link:hover .search-list__title {
    text-decoration: underline;
  }
  .search-list .search-list__link:hover .search-list__arrow:after {
    background: url("/assets/images/common/icon_arrow_right_black.svg") no-repeat center;
    background-size: contain;
  }
}
.search-list .search-list__img {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 767px) {
  .search-list .search-list__img {
    width: 100%;
    grid-row: 1/-1;
    align-self: start;
  }
  .search-list .search-list__img:before {
    content: "";
    transition: background 0.2s;
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background-size: cover;
  }
  .search-list .search-list__img:after {
    content: "詳しく見る";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    padding: 4px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .search-list .search-list__img {
    width: 100px;
  }
}
.search-list .search-list__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media screen and (min-width: 767px) {
  .search-list .search-list__img img {
    aspect-ratio: 764/400;
  }
}
@media screen and (max-width: 767px) {
  .search-list .search-list__img img {
    aspect-ratio: 100/52;
    border-radius: 4px;
  }
}
.search-list .search-list__title {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  margin: 0;
  min-height: 0;
  min-width: 0;
  color: #0B2A3A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .search-list .search-list__title {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.125rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-feature-settings: "palt" on;
    line-height: 150%;
    letter-spacing: 0.9px;
    margin: 20px 0 0 0;
    padding-right: 0;
    max-height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .search-list .search-list__title {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-feature-settings: "palt" on;
    line-height: 150%;
    letter-spacing: 0.7px;
    max-height: 4.5em;
  }
}
.search-list .search-list__text {
  margin: 0;
  min-height: 0;
  min-width: 0;
  color: #0B2A3A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and (min-width: 767px) {
  .search-list .search-list__text {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.875rem;
    font-feature-settings: "palt" on;
    margin: 17px 0 0 0;
    padding-right: 0;
    max-height: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .search-list .search-list__text {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: 0.75rem;
    font-feature-settings: "palt" on;
    line-height: 150%;
    max-height: 4.5em;
  }
}
.search-list .search-list__url {
  min-width: 0;
  color: #546A75;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 0;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 110%;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (min-width: 767px) {
  .search-list .search-list__url {
    padding: 10px 0 20px 0;
    grid-column: 2;
    grid-row: 3;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .search-list .search-list__url {
    grid-column: 1/-1;
    grid-row: 3;
    font-size: 0.625rem;
  }
}
.search-list .search-list__url .search-list__url-label {
  display: inline-block;
  background-color: #546A75;
  color: #FFFFFF;
  width: 32px;
  padding: 2.5px 0;
  text-align: center;
  margin-right: 5px;
  border-radius: 100px;
  font-family: "Lato", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 100%;
  flex-shrink: 0;
}
.search-list .search-list__url > span:not(.search-list__url-label) {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-all;
}
.search-list .search-list__arrow {
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .search-list .search-list__arrow {
    grid-column: 3;
    grid-row: 1/-1;
    align-self: end;
    justify-self: end;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-list .search-list__arrow {
    display: none;
  }
}
.search-list .search-list__arrow:after {
  content: "";
  transition: background 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: url("/assets/images/common/icon_arrow_right.svg") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .mf_finder_organic_pager_wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mf_finder_organic_pager_wrapper {
    margin-top: 32px;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li {
  color: #0B2A3A;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li + li {
  margin-left: 5px;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev a, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_next a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev a span, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_next a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev a span:before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_next a span:before {
  transition: background 0.2s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: rotate(0);
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: url("/assets/images/common/icon_pagination_arrow.svg") no-repeat center;
  background-size: contain;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev a:hover, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_next a:hover {
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev a:hover span:before, .mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_next a:hover span:before {
    background: url("/assets/images/common/icon_pagination_arrow_red.svg") no-repeat center;
    background-size: contain;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev {
  margin-right: 20px;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_prev a span:before {
  transform: rotate(180deg);
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li.mf_finder_pager_item_next {
  margin-left: 20px;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_current {
  background-color: #E02828;
  color: #FFFFFF;
  border-radius: 50%;
}

.mf_finder_logo {
  display: none !important;
}

#entry-detail .box-entry-01 strong,
#entry-detail .box-entry-01 b {
  color: #0B2A3A;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#entry-detail .box-entry-01 .doc-marker-01 {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background: linear-gradient(transparent 65%, rgba(230, 83, 83, 0.5) 65%);
}
#entry-detail .box-entry-01 .box-01 {
  margin-bottom: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .box-01 {
    margin-bottom: 24px;
  }
}
#entry-detail .box-entry-01 .box-01:has(.anchor-list-01) {
  background: #f3f4f4;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .box-01:has(.anchor-list-01) {
    padding: 20px;
  }
}
#entry-detail .box-entry-01 .anchor-list-01 {
  background: transparent;
  padding: 0;
  list-style: disc;
  margin: 0;
}
#entry-detail .box-entry-01 .anchor-list-01 li {
  margin-left: 24px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .anchor-list-01 li {
    font-size: 0.875rem;
  }
}
#entry-detail .box-entry-01 .anchor-list-01 li:last-child {
  margin-bottom: 0;
}
#entry-detail .box-entry-01 .anchor-list-01 li a {
  color: #0B2A3A;
  text-decoration: underline;
}
#entry-detail .box-entry-01 .anchor-list-01 li a:hover {
  opacity: 0.6;
}
#entry-detail .box-entry-01 .title {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0B2A3A;
  margin: 0;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .title {
    font-size: 1.25rem;
  }
}
#entry-detail .box-entry-01 .doc-level-01,
#entry-detail .box-entry-01 .doc-level-01-02 {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 min(1.3888888889vw, 20px);
}
#entry-detail .box-entry-01 .doc-level-01::after,
#entry-detail .box-entry-01 .doc-level-01-02::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-level-01,
  #entry-detail .box-entry-01 .doc-level-01-02 {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
  }
}
#entry-detail .box-entry-01 .doc-level-01 {
  text-align: center;
}
#entry-detail .box-entry-01 .doc-level-01-02 {
  text-align: left;
}
#entry-detail .box-entry-01 .doc-level-02 {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
  padding: 0;
  margin: 0 0 40px;
  border: none;
  background: none;
}
#entry-detail .box-entry-01 .doc-level-02::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  margin-top: 16px;
  background: url("/assets/images/common/img_heading_stroke.webp") left center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-level-02 {
    font-size: 1.25rem;
    padding: 0;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
}
#entry-detail .box-entry-01 .doc-level-02-02 {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
  border: none;
  border-left: 3px solid #0B2A3A;
  background: #f3f4f4;
  border-radius: 0 5px 5px 0;
  padding: 16px 20px;
  margin: 0 0 min(1.1111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-level-02-02 {
    font-size: 1.125rem;
    padding: 12px 16px;
  }
}
#entry-detail .box-entry-01 .doc-level-03 {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
#entry-detail .box-entry-01 .doc-level-03::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #0B2A3A;
  flex-shrink: 0;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-level-03::before {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-level-03 {
    font-size: 0.875rem;
  }
}
#entry-detail .box-entry-01 .doc-level-03-02 {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
  border: none;
  border-left: 3px solid #0B2A3A;
  background: #f3f4f4;
  border-radius: 0 5px 5px 0;
  padding: 12px 16px;
  margin: 0 0 min(1.1111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-level-03-02 {
    font-size: 0.875rem;
    padding: 10px 12px;
  }
}
#entry-detail .box-entry-01 .doc-plain-01 {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
  margin: 0 0 min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-plain-01 {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    line-height: 1.5;
  }
}
#entry-detail .box-entry-01 .doc-plain-01:last-child {
  margin-bottom: 0;
}
#entry-detail .box-entry-01 .doc-plain-lg {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
  margin: 0 0 min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-plain-lg {
    font-size: 1rem;
    letter-spacing: 0.7px;
    line-height: 1.5;
  }
}
#entry-detail .box-entry-01 .doc-plain-lg:last-child {
  margin-bottom: 0;
}
#entry-detail .box-entry-01 .doc-bold-01 {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-bold-01 {
    line-height: 1.5;
  }
}
#entry-detail .box-entry-01 .doc-emphasis-01 {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #E65353 !important;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .doc-emphasis-01 {
    font-size: 0.875rem;
  }
}
#entry-detail .box-entry-01 .doc-note-01 {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #546A75;
  letter-spacing: 0.6px;
  margin-top: 10px;
}
#entry-detail .box-entry-01 .doc-link-01 {
  color: #cc0000 !important;
  text-decoration-line: underline !important;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
#entry-detail .box-entry-01 .doc-link-01:hover {
  opacity: 0.6;
}
#entry-detail .box-entry-01 .doc-link-external-01 {
  color: #0B2A3A !important;
  text-decoration: underline !important;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
#entry-detail .box-entry-01 .doc-link-external-01::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("/assets/images/common/icon_blank.svg") center/contain no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
#entry-detail .box-entry-01 .doc-link-external-01:hover {
  opacity: 0.6;
}
#entry-detail .box-entry-01 .doc-external-links-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  gap: 5px;
}
#entry-detail .box-entry-01 .doc-external-links-01__link {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  font-feature-settings: "palt" on;
  color: #cc0000;
  text-decoration: none;
}
#entry-detail .box-entry-01 .doc-external-links-01__link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("/assets/images/common/icon_blank.svg") center/contain no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
#entry-detail .box-entry-01 .doc-external-links-01__link:hover {
  opacity: 0.6;
}
#entry-detail .box-entry-01 .layout-image-column-01 {
  margin: min(2.7777777778vw, 40px) 0;
}
#entry-detail .box-entry-01 .layout-image-column-01 .image {
  margin: 0;
  max-width: 800px;
}
#entry-detail .box-entry-01 .layout-image-column-01 .image img {
  width: 100%;
  height: auto;
  max-height: 534px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
  display: block;
}
#entry-detail .box-entry-01 .layout-image-column-01 .image .caption {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: #0B2A3A;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .layout-image-column-01 .image .caption {
    font-size: 0.75rem;
  }
}
#entry-detail .box-entry-01 .layout-image-column-01 .image .caption .doc-plain-01 {
  margin-bottom: 0;
}
#entry-detail .box-entry-01 .layout-image-column-02 {
  display: flex;
  gap: min(1.3888888889vw, 20px);
  margin: min(1.3888888889vw, 20px) 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .layout-image-column-02 {
    flex-direction: column;
    gap: 16px;
  }
}
#entry-detail .box-entry-01 .layout-image-column-02 .col {
  flex: 1;
}
#entry-detail .box-entry-01 .layout-image-column-02 .image {
  margin: 0;
}
#entry-detail .box-entry-01 .layout-image-column-02 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
#entry-detail .box-entry-01 .layout-image-column-02 .caption {
  font-size: 0.75rem;
  line-height: 1.75;
  color: #0B2A3A;
  margin-top: 10px;
}
#entry-detail .box-entry-01 .bg-04 {
  background: #f3f4f4;
  border-radius: 50px;
  padding: 0;
  border: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .bg-04 {
    border-radius: 30px;
  }
}
#entry-detail .box-entry-01 .bg-04::after {
  display: none;
}
#entry-detail .box-entry-01 .bg-04::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url("/assets/images/common/icon_prof-arrow.svg") no-repeat center/contain;
  bottom: 8px;
  left: -20px;
}
#entry-detail .box-entry-01 .bg-04 .text-wrap {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #0B2A3A;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .bg-04 .text-wrap {
    font-size: 0.875rem;
  }
}
#entry-detail .box-entry-01 .prof-01 {
  display: flex;
  gap: min(2.0833333333vw, 30px);
  margin: min(2.7777777778vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-01 {
    flex-direction: column;
    gap: 24px;
    margin: 24px 0;
  }
}
#entry-detail .box-entry-01 .prof-01 .col {
  flex: 1;
  text-align: center;
}
#entry-detail .box-entry-01 .prof-01 .image {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
}
#entry-detail .box-entry-01 .prof-01 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-01 .image {
    width: 80px;
    height: 80px;
  }
}
#entry-detail .box-entry-01 .prof-01 .text-wrap .position {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #546A75;
  margin: 0 0 8px;
}
#entry-detail .box-entry-01 .prof-01 .text-wrap .name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #0B2A3A;
  margin: 0 0 8px;
}
#entry-detail .box-entry-01 .prof-01 .text-wrap .description {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.7px;
  color: #0B2A3A;
  margin: 0;
  text-align: left;
}
#entry-detail .box-entry-01 .prof-02 {
  margin: min(2.7777777778vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-02 {
    margin: 24px 0;
  }
}
#entry-detail .box-entry-01 .prof-02 .col {
  display: flex;
  gap: min(2.0833333333vw, 30px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-02 .col {
    display: grid;
    grid-template-columns: 88px 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 20px;
  }
}
#entry-detail .box-entry-01 .prof-02 .image {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin: 0;
}
#entry-detail .box-entry-01 .prof-02 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-02 .image {
    width: 88px;
    height: 88px;
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
  }
}
#entry-detail .box-entry-01 .prof-02 .text-wrap {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-02 .text-wrap {
    display: contents;
  }
}
#entry-detail .box-entry-01 .prof-02 .text-wrap .position {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #546A75;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-02 .text-wrap .position {
    font-size: 0.75rem;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0;
  }
}
#entry-detail .box-entry-01 .prof-02 .text-wrap .name {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #0B2A3A;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-02 .text-wrap .name {
    font-size: 1.125rem;
    letter-spacing: 1px;
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0;
  }
}
#entry-detail .box-entry-01 .prof-02 .text-wrap .name__sub {
  font-size: 1rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-02 .text-wrap .name__sub {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.6px;
  }
}
#entry-detail .box-entry-01 .prof-02 .text-wrap .description {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #0B2A3A;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-02 .text-wrap .description {
    font-size: 0.875rem;
    grid-column: 1/-1;
    grid-row: 3;
    margin-top: 16px;
  }
}
#entry-detail .box-entry-01 .prof-03 {
  margin: min(2.7777777778vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-03 {
    margin: 24px 0;
  }
}
#entry-detail .box-entry-01 .prof-03 .col {
  display: flex;
  gap: min(2.0833333333vw, 30px);
  align-items: center;
  padding: 0 min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-03 .col {
    gap: 16px;
    padding: 0;
  }
}
#entry-detail .box-entry-01 .prof-03 .image {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  margin: 0;
}
#entry-detail .box-entry-01 .prof-03 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .prof-03 .image {
    width: 80px;
    height: 80px;
  }
}
#entry-detail .box-entry-01 .prof-03 .bg-04 {
  margin: 8px 0;
}
#entry-detail .box-entry-01 .prof-03 .text-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
#entry-detail .box-entry-01 .horizontal-rule-01,
#entry-detail .box-entry-01 .horizontal-rule-02 {
  border-color: #d4d4d4;
  margin: min(2.7777777778vw, 40px) 0;
}
#entry-detail .box-entry-01 .list-01,
#entry-detail .box-entry-01 .list-02,
#entry-detail .box-entry-01 .list-03,
#entry-detail .box-entry-01 .list-04,
#entry-detail .box-entry-01 .list-05,
#entry-detail .box-entry-01 .list-06 {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #0B2A3A;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .list-01,
  #entry-detail .box-entry-01 .list-02,
  #entry-detail .box-entry-01 .list-03,
  #entry-detail .box-entry-01 .list-04,
  #entry-detail .box-entry-01 .list-05,
  #entry-detail .box-entry-01 .list-06 {
    font-size: 0.875rem;
  }
}
#entry-detail .box-entry-01 .list-01 li,
#entry-detail .box-entry-01 .list-02 li,
#entry-detail .box-entry-01 .list-03 li,
#entry-detail .box-entry-01 .list-04 li,
#entry-detail .box-entry-01 .list-05 li,
#entry-detail .box-entry-01 .list-06 li {
  margin-bottom: 8px;
}
#entry-detail .box-entry-01 .list-01 li::marker,
#entry-detail .box-entry-01 .list-02 li::marker,
#entry-detail .box-entry-01 .list-03 li::marker,
#entry-detail .box-entry-01 .list-04 li::marker,
#entry-detail .box-entry-01 .list-05 li::marker,
#entry-detail .box-entry-01 .list-06 li::marker {
  color: #0B2A3A;
}
#entry-detail .box-entry-01 .list-02 li::before {
  background-color: #0B2A3A !important;
}
#entry-detail .box-entry-01 .list-03 li::before {
  background-color: #0B2A3A !important;
}
#entry-detail .box-entry-01 .table-data-01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.75;
}
#entry-detail .box-entry-01 .table-data-01 th,
#entry-detail .box-entry-01 .table-data-01 td {
  padding: 12px 16px;
  border: 1px solid #d4d4d4;
}
#entry-detail .box-entry-01 .table-data-01 th {
  background: #f3f4f4;
  font-weight: 500;
}
#entry-detail .box-entry-01 .bg-01 {
  background: #f3f4f4;
  border-radius: 5px;
  padding: 30px;
}
#entry-detail .box-entry-01 .bg-02 {
  background: #fff5f5;
  border-radius: 5px;
  padding: 30px;
}
#entry-detail .box-entry-01 .bg-03 {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 30px;
}
#entry-detail .box-entry-01 .nav-btn-01,
#entry-detail .box-entry-01 .nav-btn-02,
#entry-detail .box-entry-01 .nav-btn-external-01,
#entry-detail .box-entry-01 .nav-btn-external-02 {
  text-align: center;
  margin: min(2.0833333333vw, 30px) 0;
}
#entry-detail .box-entry-01 .nav-btn-01 p,
#entry-detail .box-entry-01 .nav-btn-02 p,
#entry-detail .box-entry-01 .nav-btn-external-01 p,
#entry-detail .box-entry-01 .nav-btn-external-02 p {
  margin: 0;
}
#entry-detail .box-entry-01 .nav-btn-01 .btn,
#entry-detail .box-entry-01 .nav-btn-02 .btn,
#entry-detail .box-entry-01 .nav-btn-external-01 .btn,
#entry-detail .box-entry-01 .nav-btn-external-02 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 12px 40px;
  border: 2px solid #0B2A3A;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 500;
  color: #0B2A3A;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
}
#entry-detail .box-entry-01 .nav-btn-01 .btn::before, #entry-detail .box-entry-01 .nav-btn-01 .btn::after,
#entry-detail .box-entry-01 .nav-btn-02 .btn::before,
#entry-detail .box-entry-01 .nav-btn-02 .btn::after,
#entry-detail .box-entry-01 .nav-btn-external-01 .btn::before,
#entry-detail .box-entry-01 .nav-btn-external-01 .btn::after,
#entry-detail .box-entry-01 .nav-btn-external-02 .btn::before,
#entry-detail .box-entry-01 .nav-btn-external-02 .btn::after {
  display: none;
}
#entry-detail .box-entry-01 .nav-btn-01 .btn span,
#entry-detail .box-entry-01 .nav-btn-02 .btn span,
#entry-detail .box-entry-01 .nav-btn-external-01 .btn span,
#entry-detail .box-entry-01 .nav-btn-external-02 .btn span {
  color: inherit;
}
#entry-detail .box-entry-01 .nav-btn-01 .btn:hover,
#entry-detail .box-entry-01 .nav-btn-02 .btn:hover,
#entry-detail .box-entry-01 .nav-btn-external-01 .btn:hover,
#entry-detail .box-entry-01 .nav-btn-external-02 .btn:hover {
  background: #0B2A3A;
  color: #fff;
  opacity: 1;
}
#entry-detail .box-entry-01 .nav-btn-02 .btn,
#entry-detail .box-entry-01 .nav-btn-external-02 .btn {
  background: #0B2A3A !important;
  border-color: #0B2A3A !important;
  color: #fff !important;
}
#entry-detail .box-entry-01 .nav-btn-02 .btn:hover,
#entry-detail .box-entry-01 .nav-btn-external-02 .btn:hover {
  background: transparent !important;
  color: #0B2A3A !important;
}
#entry-detail .box-entry-01 .nav-btn-02.disabled .btn,
#entry-detail .box-entry-01 .nav-btn-external-02.disabled .btn {
  background: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  color: #fff !important;
  pointer-events: none;
}
#entry-detail .box-entry-01 .youtube {
  margin: min(1.3888888889vw, 20px) 0;
}
#entry-detail .box-entry-01 .youtube .player {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
#entry-detail .box-entry-01 .youtube .caption {
  font-size: 0.75rem;
  line-height: 1.75;
  color: #0B2A3A;
  margin-top: 10px;
}
#entry-detail .box-entry-01 .sns-link-01 {
  text-align: center;
  margin: min(2.7777777778vw, 40px) 0;
}
#entry-detail .box-entry-01 .sns-link-01 .sns-link-title {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0B2A3A;
  margin-bottom: 20px;
}
#entry-detail .box-entry-01 .sns-link-01 .sns-link-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#entry-detail .box-entry-01 .sns-link-01 .sns-link-list li a {
  display: block;
  width: 48px;
  height: 48px;
}
#entry-detail .box-entry-01 .sns-link-01 .sns-link-list li a img {
  width: 100%;
  height: 100%;
}
#entry-detail .box-entry-01 .banner-01 .image img,
#entry-detail .box-entry-01 .banner-02 .image img {
  border-radius: 10px;
}
#entry-detail .box-entry-01 .banner-03 .banner-02 {
  display: flex;
  gap: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .banner-03 .banner-02 {
    flex-direction: column;
    gap: 16px;
  }
}
#entry-detail .box-entry-01 .banner-03 .banner-02 .col {
  flex: 1;
}
#entry-detail .box-entry-01 .banner-03 .banner-02 .image {
  margin: 0;
}
#entry-detail .box-entry-01 .banner-03 .banner-02 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#entry-detail .box-entry-01 .banner-03 .banner-02 .image .text {
  font-size: 0.75rem;
  line-height: 1.75;
  color: #546A75;
  margin-top: 10px;
}
#entry-detail .box-entry-01 .layout-text-column-02 {
  display: flex;
  gap: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  #entry-detail .box-entry-01 .layout-text-column-02 {
    flex-direction: column;
    gap: 16px;
  }
}
#entry-detail .box-entry-01 .layout-text-column-02 .col {
  flex: 1;
}

#entry-detail {
  background: #FFFFFF;
}
#entry-detail .l-content-main {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .l-content-main {
    padding-top: 0;
  }
}
#entry-detail .box-02 {
  background: #FFF4EB;
  padding-top: 160px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-02 {
    padding-top: 84px;
    margin-left: 0;
    margin-right: 0;
  }
}
#entry-detail .box-02::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 8.3333333333%;
  background: #FFFFFF url("/assets/images/common/bg_box02_bottom.webp") center top/100% auto no-repeat;
}
#entry-detail .box-02 .box-02-wrapper {
  max-width: min(69.4444444444vw, 1000px);
  margin: 0 auto;
  padding-bottom: 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-02 .box-02-wrapper {
    max-width: 100%;
    padding: 0 8px 32px;
  }
}
#entry-detail .box-02 .box-02-left {
  width: 100%;
  float: none;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-02 .box-02-left {
    border-radius: 20px;
  }
}
#entry-detail .box-02 .box-02-left-inner {
  padding: min(3.4722222222vw, 50px) min(6.9444444444vw, 100px);
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #entry-detail .box-02 .box-02-left-inner {
    padding: 32px 16px;
  }
}
#entry-detail .box-02 .box-02-right {
  display: none;
}
#entry-detail .detail-header {
  margin-bottom: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-header {
    margin-bottom: 18px;
  }
}
#entry-detail .detail-header__title {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-header__title {
    font-size: 1.375rem;
    letter-spacing: 1.1px;
  }
}
#entry-detail .detail-header__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-header__meta {
    margin-top: 18px;
    gap: 16px;
  }
}
#entry-detail .detail-header__cat {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.7px;
  font-feature-settings: "palt" on;
}
#entry-detail .detail-header__date {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #546A75;
}
#entry-detail .detail-header__new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  background: #0B2A3A;
  border: 1px solid #0B2A3A;
  border-radius: 2px;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #fff;
}
#entry-detail .detail-kv {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-kv {
    margin-bottom: 32px;
  }
}
#entry-detail .detail-kv__read-time {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #0B2A3A;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-kv__read-time {
    margin-bottom: 16px;
    font-size: 0.75rem;
  }
}
#entry-detail .detail-kv__read-icon {
  width: 24px;
  height: 16px;
  flex-shrink: 0;
}
#entry-detail .detail-kv__image {
  margin: 0;
}
#entry-detail .detail-kv__image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
}
#entry-detail .detail-kv .doc-note-01 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-kv .doc-note-01 {
    margin-top: 16px;
  }
}
#entry-detail .detail-kv .doc-note-01 {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: #546a75;
}
#entry-detail .detail-qa {
  display: flex;
  flex-direction: column;
  gap: min(2.7777777778vw, 40px);
  margin: min(2.7777777778vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-qa {
    gap: 24px;
    margin: 24px 0;
  }
}
#entry-detail .detail-qa__item {
  display: flex;
  flex-direction: column;
  gap: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-qa__item {
    gap: 12px;
  }
}
#entry-detail .detail-qa__answer {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-qa__answer {
    padding-left: 26px;
  }
}
#entry-detail .detail-related-link {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: min(0.6944444444vw, 10px) 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #0B2A3A;
}
#entry-detail .detail-related-link__icon {
  color: #E65353;
  flex-shrink: 0;
  line-height: 1.75;
}
#entry-detail .detail-external-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: min(1.3888888889vw, 20px) 0;
}
#entry-detail .detail-info-box {
  background: #f1dab7;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 30px rgba(155, 109, 54, 0.15);
  border-radius: 5px;
  padding: min(2.7777777778vw, 40px);
  margin: min(4.1666666667vw, 60px) 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-info-box {
    padding: 20px;
    margin: 32px 0;
  }
}
#entry-detail .detail-info-box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-info-box__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#entry-detail .detail-info-box__card {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: min(1.3888888889vw, 20px) min(1.6666666667vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-info-box__card {
    padding: 16px;
  }
}
#entry-detail .detail-info-box__card .doc-link-external-01 {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  font-feature-settings: "palt" on;
  color: #0B2A3A !important;
  text-decoration: none !important;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-info-box__card .doc-link-external-01 {
    font-size: 0.875rem;
  }
}
#entry-detail .detail-info-box__title {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #0B2A3A;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}
#entry-detail .detail-info-box__body {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.7px;
  color: #0B2A3A;
  flex: 1;
}
#entry-detail .detail-info-box__body p {
  margin: 10px 0;
}
#entry-detail .detail-info-box__lead {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: #0B2A3A;
}
#entry-detail .detail-info-box__services {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: #0B2A3A;
}
#entry-detail .detail-tags {
  margin: min(4.1666666667vw, 60px) 0 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-tags {
    margin: 32px 0 0;
  }
}
#entry-detail .detail-tags::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 22px;
  background: url("/assets/images/common/img_heading_wave.webp") left center/100% auto no-repeat;
}
#entry-detail .detail-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#entry-detail .detail-tags__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: none;
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: #0B2A3A;
  text-decoration: none;
  letter-spacing: 0.7px;
  transition: opacity 0.2s;
}
#entry-detail .detail-tags__tag:hover {
  opacity: 0.7;
  text-decoration: none;
}
#entry-detail .detail-share-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-share-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 48px;
  }
}
#entry-detail .detail-share-sp__title {
  font-family: "MFW-PA1GothicStdN-Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0B2A3A;
  font-feature-settings: "palt" on;
}
#entry-detail .detail-share-sp__icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
#entry-detail .detail-share-sp__icons a {
  display: block;
  width: 36px;
  height: 36px;
  transition: opacity 0.2s;
}
#entry-detail .detail-share-sp__icons a:hover {
  opacity: 0.7;
}
#entry-detail .detail-share-sp__icons img {
  width: 100%;
  height: 100%;
}
#entry-detail .detail-share-sp__copy-link {
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
#entry-detail .detail-share-sp__copy-link:hover {
  opacity: 0.7;
}
#entry-detail .detail-share-sp__copy-link img {
  width: 100%;
  height: 100%;
}
#entry-detail .detail-sns-sidebar {
  position: fixed;
  right: min(2.0833333333vw, 30px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-sns-sidebar {
    display: none;
  }
}
#entry-detail .detail-sns-sidebar__label {
  font-family: "MFW-PA1GothicStdN-Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0B2A3A;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
#entry-detail .detail-sns-sidebar__icons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#entry-detail .detail-sns-sidebar__icons a {
  display: block;
  width: 40px;
  height: 40px;
}
#entry-detail .detail-sns-sidebar__icons a img {
  width: 100%;
  height: 100%;
}
#entry-detail .detail-sns-sidebar__copy-link {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
#entry-detail .detail-sns-sidebar__copy-link:hover {
  opacity: 0.6;
}
#entry-detail .detail-sns-sidebar__copy-link img {
  width: 100%;
  height: 100%;
}
#entry-detail .detail-sns-sidebar__top {
  position: relative;
  width: 48px;
  height: 48px;
  margin-top: 32px;
}
#entry-detail .detail-sns-sidebar__ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
#entry-detail .detail-sns-sidebar__ring-bg {
  fill: #fff;
  stroke: #dbdbdb;
  stroke-width: 1.5;
}
#entry-detail .detail-sns-sidebar__ring-fill {
  fill: none;
  stroke: #e65353;
  stroke-width: 2;
  stroke-dasharray: 138.23;
  stroke-dashoffset: 138.23;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s;
}
#entry-detail .detail-sns-sidebar__top-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
#entry-detail .detail-sns-sidebar__top-link:hover {
  opacity: 0.6;
}
#entry-detail .detail-sns-sidebar__arrow {
  display: block;
  width: 18px;
  height: 18px;
  background: url("/assets/images/detail/icon_entry_top_arrow.svg") no-repeat center/contain;
}
#entry-detail .detail-bottom {
  background: #FFFFFF;
}
#entry-detail .detail-bottom__section {
  padding: min(2.7777777778vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-bottom__section {
    padding: 24px 0;
  }
}
#entry-detail .detail-bottom__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2.0833333333vw, 30px);
  margin-top: min(2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-bottom__cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }
}
#entry-detail .detail-bottom__cards .pickup-card {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-bottom__cards .pickup-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
}
#entry-detail .detail-bottom__cards .pickup-card__img {
  height: auto;
  aspect-ratio: 277.5/185;
}
@media screen and (max-width: 767px) {
  #entry-detail .detail-bottom__cards .pickup-card__img {
    width: 146px;
    height: auto;
    flex-shrink: 0;
    border-radius: 4px;
  }
}

#entry-detail .pagetop-btn {
  display: none;
}

@media screen and (min-width: 767px) {
  #entry-detail .pagetop-ring {
    display: none;
  }
}