@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
}
body #container {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
body #terasu-contents * {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
body #container a:hover span,
body #container a:hover p,
body #container a:hover ul {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
body #container a:hover .c-card__more {
  color: #3d8aba;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #333;
  text-decoration: none;
}

.l-header img {
  vertical-align: initial;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* ==========================
   レイアウト
   ========================== */
.l-section {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-section {
    padding: 0 20px;
    width: 100%;
  }
}

.l-inner {
  width: 960px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .l-inner {
    width: 100%;
    padding: 0 20px;
    margin-bottom: initial;
  }
  .l-inner:last-child {
    margin-bottom: 80px;
  }
}

.l-lower-inner {
  width: 960px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .l-lower-inner {
    width: 100%;
    padding: 0 20px;
    margin-bottom: initial;
  }
  .l-lower-inner:last-child {
    margin-bottom: 80px;
  }
}

/* ==========================
   l-header
   ========================== */
.l-header {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .l-header {
    width: calc(100% - 10px);
    margin: 0 auto;
    max-width: 1190px;
  }
}
@media screen and (max-width: 640px) {
  .l-header {
    position: relative;
    top: 15px;
  }
}
.l-header.is-fixed {
  position: fixed;
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .l-header.is-fixed {
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .l-header.is-fixed .l-header__toggle,
  .l-header.is-fixed .l-header__first {
    top: calc(50% - 8px);
  }
}
@media screen and (max-width: 640px) {
  .l-header.is-fixed .l-header__toggle,
  .l-header.is-fixed .l-header__first {
    top: calc(50% - 12px);
  }
}
@media print, screen and (min-width: 641px) {
  .l-header.is-fixed .l-header-fnav {
    top: 97px;
  }
}
@media screen and (max-width: 640px) {
  .l-header.is-fixed .l-header-fnav {
    top: 0;
    height: 100vh;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3d8aba;
  border-radius: 9999px;
  padding: 20px 30px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 10px auto 30px;
}
@media screen and (max-width: 640px) {
  .l-header__inner {
    position: relative;
    background-color: #fff;
    border: 1px solid #101010;
    border-radius: 0 36px 36px 0;
    width: 60vw;
    margin: 0 0 30px;
    padding: 8px 30px;
    position: relative;
    left: -2px;
  }
  .l-header__inner::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    height: 6px;
    width: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}
.l-header__logo {
  max-width: 190px;
  width: 100%;
  height: auto;
  margin: 0 !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 641px) {
  .l-header__logo {
    position: relative;
    top: -4px;
  }
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    position: relative;
    top: -3px;
  }
}
.l-header__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.l-header__nav {
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__item {
  position: relative;
}
@media screen and (max-width: 1118px) {
  .l-header__item {
    line-height: 1.3;
  }
}
.l-header__item:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 7px;
  margin-right: 7px;
}
.l-header__item:last-child {
  margin-right: 56px;
}
.l-header__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff !important;
  opacity: 1 !important;
}
.l-header__item--first img {
  height: 16px;
  width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1 !important;
}
.l-header__link {
  background: none;
  font-size: 16px;
  font-weight: bold !important;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  border-radius: 9999px;
}
.l-header__link > img {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.l-header__link:hover {
  border-bottom: none;
  color: #3d8aba !important;
  background-color: #fff;
}
.l-header__link.is-active {
  border-bottom: none;
  color: #3d8aba !important;
  background-color: #fff;
}
.l-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #000;
  color: #fff;
  min-width: 200px;
  padding: 10px 0;
  border-radius: 6px;
}
.l-header__submenu li {
  padding: 5px 15px;
}
.l-header__submenu li a {
  color: #fff;
  text-decoration: none;
}
.l-header__submenu li a:hover {
  text-decoration: underline;
}
.l-header__submenu.is-open {
  display: block;
}
.l-header__toggle {
  position: absolute;
  height: 48px;
  width: 48px;
  background-color: #101010;
  border-radius: 9999px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: initial;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .l-header__toggle {
    right: 12px;
    height: 60px;
    width: 60px;
  }
}
.l-header__toggle > span {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__toggle > span:nth-child(1) {
  top: 37%;
}
.l-header__toggle > span:nth-child(2) {
  top: 50%;
}
.l-header__toggle > span:nth-child(3) {
  top: 63%;
}
.l-header__toggle.is-open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.l-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__first {
  position: absolute;
  display: none;
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 640px) {
  .l-header__first {
    border: 1px solid #3d8aba;
    background-color: #fff;
    border-radius: 9999px;
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: initial !important;
    transition: initial !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__first > img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.l-header-fnav {
  position: absolute;
  top: 82px;
  right: 0;
  width: 77%;
  background: #000;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .l-header-fnav {
    height: calc(100vh - 84px);
    width: 100vw;
    top: 84px;
    right: initial;
    left: 0;
    overflow-y: auto;
  }
}
.l-header-fnav.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .l-header-fnav.is-open {
    position: fixed;
  }
}
.l-header-fnav::before {
  content: "▲";
  position: absolute;
  display: block;
  top: -18px;
  right: 36px;
  color: #101010;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .l-header-fnav::before {
    content: none;
  }
}
.l-header-fnav__logo {
  max-width: 220px;
  height: auto;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .l-header-fnav__logo:hover {
    opacity: 0.7;
  }
}
.l-header-fnav__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-header-fnav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    margin: 0 auto 40px;
    padding: 40px 0;
  }
}
.l-header-fnav__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}
.l-header-fnav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media screen and (max-width: 640px) {
  .l-header-fnav__list {
    grid-template-columns: 1fr;
  }
}
.l-header-fnav__list--sub {
  grid-template-columns: 1fr;
}
.l-header-fnav__item {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #8b8c91;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff !important;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-fnav__item > img {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 640px) {
  .l-header-fnav__item > img {
    margin-right: initial;
    top: -1px;
  }
}
.l-header-fnav__item::before, .l-header-fnav__item::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-fnav__item::before {
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  background-color: #3d8aba;
  left: 0;
}
.l-header-fnav__item::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  left: 4px;
  top: calc(50% - 5px);
}
.l-header-fnav__item--toggle-arrow::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  top: calc(50% - 10px);
  left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-fnav__item--toggle-arrow.js-active::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: calc(50% - 4px);
  left: 9px;
}
.l-header-fnav__sublist {
  list-style-type: disc;
  margin: 8px 0 0 15px;
  display: none;
}
.l-header-fnav__sublist.js-active {
  display: block;
}
.l-header-fnav__sublist li::marker {
  color: #3d8aba;
}
.l-header-fnav__sublist li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.l-header-fnav__sublist--nest {
  list-style-type: "-";
  gap: 5px;
}
.l-header-fnav__sublist--nest li {
  padding-left: 3px;
}
.l-header-fnav__sublist--nest li::marker {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-right: 2px;
}
.l-header-fnav__first {
  display: block;
  margin-top: 20px;
  padding: 8px 16px;
  background: #3d8aba;
  color: #fff !important;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  max-width: 270px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 640px) {
  .l-header-fnav__first {
    max-width: initial;
  }
}
@media print, screen and (min-width: 641px) {
  .l-header-fnav__first:hover {
    opacity: 0.7;
  }
}
.l-header-fnav__first::before {
  content: none;
}
.l-header-fnav__first > a {
  border-bottom: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .l-header-fnav__first > a {
    gap: 8px;
  }
}
.l-header-fnav__first > a::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  left: initial;
  right: 4px;
  top: 50%;
}
.l-header-fnav__biz {
  display: block;
  margin-top: 20px;
  padding: 8px 16px;
  background: #fff;
  color: #3d8aba !important;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  max-width: 270px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .l-header-fnav__biz:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .l-header-fnav__biz {
    margin-top: 10px;
    max-width: initial;
  }
}
.l-header-fnav__biz > a {
  border-bottom: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3d8aba !important;
}
.l-header-fnav__biz > a::before {
  content: none;
}
.l-header-fnav__biz > a::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #3d8aba;
  border-right: 1px solid #3d8aba;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  left: initial;
  right: 4px;
  top: 50%;
}

/* ==========================
   l-top-articles
   ========================== */
.l-top-articles {
  max-width: 960px;
  margin: 120px auto 0;
  /* --- 左：可変ボタン群 --- */
  /* --- 右：大CTA --- */
}
@media screen and (max-width: 640px) {
  .l-top-articles {
    margin-top: 80px;
  }
}
.l-top-articles__catch {
  border-top: 3px solid #3d8aba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}
@media screen and (max-width: 640px) {
  .l-top-articles__catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-top-articles__catch-title {
  font-size: 36px;
  font-weight: bold;
  color: #3d8aba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .l-top-articles__catch-title {
    font-size: 28px;
    margin-top: 10px;
  }
}
.l-top-articles__catch-title--en {
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
}
@media screen and (max-width: 640px) {
  .l-top-articles__catch-title--en {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 15px;
  }
}
.l-top-articles__lead {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .l-top-articles__lead {
    margin-top: 10px;
  }
}
.l-top-articles__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .l-top-articles__main {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-top-articles__main.new .l-top-articles__media::before {
  content: "NEW";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -20px;
  left: -10px;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  font-size: 12px;
  background-color: rgba(211, 24, 0, 0.9);
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .l-top-articles__main.new .l-top-articles__media::before {
    top: -20px;
    left: -5px;
  }
}
.l-top-articles__main.new--pre .l-top-articles__media::before {
  content: "まもなく\a公開";
  white-space: pre-wrap;
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(198, 164, 97, 0.9) !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .l-top-articles__main.new--pre .l-top-articles__media::before {
    top: -12px;
    left: -10px;
    font-size: 10px;
    height: 52px;
    width: 52px;
  }
}
.l-top-articles__media {
  width: 50%;
  aspect-ratio: 30/17;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-top-articles__media {
    width: calc(100% - 10px);
  }
}
.l-top-articles__media img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.l-top-articles__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: calc(50% + 30px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .l-top-articles__content {
    position: relative;
    width: calc(100% - 25px);
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 20px;
    max-height: 260px;
    height: 100%;
    max-height: initial;
    top: -20px;
    right: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}
.l-top-articles__card {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #101010;
}
.l-top-articles__card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.l-top-articles__label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #3d8aba !important;
  border: 1px solid #3d8aba;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-top-articles__title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .l-top-articles__title {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
  }
}
.l-top-articles__meta {
  font-size: 13px;
  color: #4d4d4d;
  margin-top: 15px;
}
.l-top-articles__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.l-top-articles__tag {
  position: relative;
  background-color: #f3f3f4;
  color: #3d8aba !important;
  padding: 2px 5px;
  border-radius: 5px;
}
.l-top-articles__tag::before {
  content: url("/jp/terasu/common/img/2025_archives/archive-pickup-tag-icon.svg");
  margin-right: 2px;
}
.l-top-articles__search {
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
  display: grid;
}
.l-top-articles__search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-top-articles__search-lead {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #3d8aba;
  text-align: center;
  border: 1px solid #3d8aba;
  display: inline-block;
  width: 440px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  margin: 0 auto;
  border-radius: 5px;
}
.l-top-articles__search-lead::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #3d8aba;
  border-bottom: 1px solid #3d8aba;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}
.l-top-articles__search-grid {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .l-top-articles__search-grid {
    margin-top: 15px;
  }
}
.l-top-articles__search-buttons {
  display: grid;
  gap: 10px;
}
.l-top-articles__search-buttons--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .l-top-articles__search-buttons--2col {
    grid-template-columns: 1fr;
  }
}
.l-top-articles__search-buttons--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .l-top-articles__search-buttons--3col {
    grid-template-columns: 1fr;
  }
}
.l-top-articles__search-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #3d8aba;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .l-top-articles__search-btn:hover {
    opacity: 0.7;
  }
}
.l-top-articles__search-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3d8aba;
  border-bottom: 2px solid #3d8aba;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.l-top-articles__search-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #3d8aba;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  padding: 22px 16px;
  -webkit-transition: -webkit-filter 0.15s ease;
  transition: -webkit-filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
}
.l-top-articles__search-cta:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.l-top-articles__search-cta::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-top-articles__search-cta-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
}
.l-top-articles__search-cta-text > span {
  font-size: 14px;
}

/* ==========================
   l-archive-pickup
   ========================== */
.l-archive-pickup {
  position: relative;
}
.l-archive-pickup::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/jp/terasu/common/img/2025_archives/archive-pickup-letter.svg") no-repeat center/contain;
  height: 160px;
  width: 35px;
  z-index: 3;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup::before {
    top: 75%;
    height: 120px;
    width: 26px;
    left: 10px;
  }
}
.l-archive-pickup__inner {
  position: relative;
  padding: 0 10px;
}
@media print, screen and (min-width: 641px) {
  .l-archive-pickup__title {
    position: absolute;
    font-size: 36px;
    border-top: 3px solid #3d8aba;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 36px;
    margin-left: 40px;
    width: calc(40% + 40px);
    color: #3d8aba;
    z-index: 1;
    letter-spacing: 0.05em;
  }
  .l-archive-pickup__title--learning {
    letter-spacing: 0.02em;
  }
  .l-archive-pickup__title--learning .l-archive-pickup__title-sub {
    margin-left: 15px;
  }
  .l-archive-pickup__title-sub {
    font-size: 18px;
    margin-left: 25px;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__title {
    font-size: 28px;
    border-top: 3px solid #3d8aba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3d8aba;
    margin: 40px 10px 25px;
  }
  .l-archive-pickup__title-sub {
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
  }
}
.l-archive-pickup__carousel {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__carousel {
    margin-top: 20px;
  }
}
.l-archive-pickup__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-archive-pickup__slide.movie .l-archive-pickup__media::before, .l-archive-pickup__slide.movie .l-archive-pickup__media::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-archive-pickup__slide.movie .l-archive-pickup__media::before {
  width: 80px;
  height: 80px;
  background: rgba(50, 50, 50, 0.6);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__slide.movie .l-archive-pickup__media::before {
    width: 60px;
    height: 60px;
  }
}
.l-archive-pickup__slide.movie .l-archive-pickup__media::after {
  margin-left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 23px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__slide.movie .l-archive-pickup__media::after {
    border-width: 11px 0 11px 18px;
  }
}
.l-archive-pickup__media {
  width: 60%;
  height: 100%;
  position: relative;
  aspect-ratio: 30/17;
  min-width: 684px;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__media {
    min-width: initial;
    width: calc(100% - 10px);
  }
}
.l-archive-pickup__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.l-archive-pickup__card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #101010;
  width: calc(40% + 40px);
  position: relative;
  left: 40px;
  bottom: 12px;
  min-height: 240px;
  max-height: 260px;
  height: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-archive-pickup__card a {
  color: #333;
}
@media print, screen and (min-width: 641px) {
  .l-archive-pickup__card:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__card {
    width: calc(100% - 25px);
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 20px;
    max-height: 260px;
    padding: 24px 30px;
    height: auto;
    max-height: initial;
    min-height: initial;
  }
}
.l-archive-pickup__card__label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #3d8aba !important;
  border: 1px solid #3d8aba;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-archive-pickup__card__title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  font-weight: bold;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.l-archive-pickup__card__title--main {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__card__title {
    -webkit-line-clamp: 3; /* 行数を制限 */
  }
}
.l-archive-pickup__card__text {
  font-size: 16px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__card__text {
    -webkit-line-clamp: 3; /* 行数を制限 */
  }
}
.l-archive-pickup__detail {
  font-size: 13px;
  color: #4d4d4d !important;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__detail {
    margin-top: 10px;
  }
}
.l-archive-pickup__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup__tags {
    margin-top: 10px;
  }
}
.l-archive-pickup__tag {
  position: relative;
  background-color: #f3f3f4;
  color: #3d8aba !important;
  padding: 2px 5px;
  border-radius: 5px;
}
.l-archive-pickup__tag::before {
  content: url("/jp/terasu/common/img/2025_archives/archive-pickup-tag-icon.svg");
  margin-right: 2px;
}
.l-archive-pickup__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #3d8aba !important;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-right: 0;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .l-archive-pickup__button:hover {
    opacity: 0.7;
  }
}
.l-archive-pickup__button::before, .l-archive-pickup__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-archive-pickup__button::before {
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  background-color: #3d8aba;
  right: 0;
}
.l-archive-pickup__button::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
  top: 8px;
}
.l-archive-pickup .splide__arrow {
  background-color: #101010;
  fill: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: -34px;
  border: initial !important;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup .splide__arrow {
    width: 40px;
    height: 40px;
    bottom: -40px;
  }
}
.l-archive-pickup .splide__arrow svg {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup .splide__arrow svg {
    width: 40px;
    height: 40px;
  }
}
.l-archive-pickup .splide__arrow svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
.l-archive-pickup .splide__arrow--prev {
  right: 83px;
  padding: 0 !important;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup .splide__arrow--prev {
    right: initial;
    left: 10px;
  }
}
.l-archive-pickup .splide__arrow--next {
  right: 24px;
  padding: 0 !important;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup .splide__arrow--next {
    right: initial;
    left: 57px;
  }
}
.l-archive-pickup .splide__track {
  overflow: visible;
}
.l-archive-pickup .splide__pagination {
  position: absolute;
  bottom: -20px;
  right: 190px;
}
@media screen and (max-width: 640px) {
  .l-archive-pickup .splide__pagination {
    bottom: -25px;
    right: 12px;
  }
}

.l-archive-search {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .l-archive-search {
    margin-top: 80px;
  }
}
.l-archive-search__head {
  position: relative;
}
.l-archive-search__title {
  position: relative;
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .l-archive-search__title {
    font-size: 20px;
  }
}
.l-archive-search__title::before {
  content: url("/jp/terasu/common/img/2025_archives/archive-search-glass-icon.svg");
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .l-archive-search__title::before {
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
}
.l-archive-search__toggle {
  position: absolute;
  padding: 7px 14px 7px 36px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f3f3f4;
  border: initial !important;
  border-radius: 20px;
  min-width: 160px;
  color: #3d8aba;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .l-archive-search__toggle:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .l-archive-search__toggle {
    font-size: 10px;
    font-weight: bold;
    padding: 7px 10px 7px 36px;
    min-width: 140px;
  }
}
.l-archive-search__toggle::before, .l-archive-search__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-archive-search__toggle::before {
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  background-color: #3d8aba;
  left: 10px;
}
.l-archive-search__toggle::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 19px;
}
.l-archive-search__toggle.js-active::after {
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  top: 35%;
  left: 16px;
}
.l-archive-search__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  background: #ebf3f8;
  padding: 28px;
  border-radius: 8px;
  border-top: 4px solid #3d8aba;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .l-archive-search__wrap {
    padding: 28px 15px;
  }
}
.l-archive-search__group {
  border-top: 2px solid #3d8aba;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
}
.l-archive-search__group:has(.is-hide) {
  margin-bottom: 0;
}
.l-archive-search__group:has(.is-hide) .l-archive-search__group-title::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 9px;
}
@media screen and (max-width: 640px) {
  .l-archive-search__group {
    padding: initial;
  }
  .l-archive-search__group:first-child {
    margin-top: initial;
  }
}
.l-archive-search__group-title {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  padding-left: 32px;
  margin-top: 5px;
  color: #3d8aba;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .l-archive-search__group-title {
    font-size: 16px;
    padding-left: 24px;
  }
}
.l-archive-search__group-title::before, .l-archive-search__group-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-archive-search__group-title::before {
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  background-color: #3d8aba;
  left: 0;
}
.l-archive-search__group-title::after {
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
  left: 7px;
  top: 13px;
}
@media screen and (max-width: 640px) {
  .l-archive-search__group-title::after {
    top: 11px;
  }
}
.l-archive-search__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  max-height: 1000px;
}
@media screen and (max-width: 640px) {
  .l-archive-search__options {
    gap: 10px 2px;
  }
}
.l-archive-search__options.is-hide {
  max-height: 0;
  overflow: hidden;
}
.l-archive-search__options li {
  min-width: 166px;
}
@media screen and (max-width: 640px) {
  .l-archive-search__options li {
    min-width: 155px;
    font-size: 13px;
  }
}
.l-archive-search__options li input {
  margin-right: 3px;
}
.l-archive-search__options input[type=checkbox] {
  /* デフォルトのチェックボックス非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid #3d8aba;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.l-archive-search__options input[type=checkbox]:checked {
  background-color: #3d8aba;
  border-color: #3d8aba;
}
.l-archive-search__options input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-archive-search__options input[type=checkbox]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(61, 138, 186, 0.3);
          box-shadow: 0 0 0 2px rgba(61, 138, 186, 0.3);
}
.l-archive-search__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .l-archive-search__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-archive-search__button {
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  border: none;
}
.l-archive-search__button--reset {
  position: absolute;
  background: #f3f3f4;
  border-radius: 20px;
  font-size: 12px;
  color: #3d8aba;
  font-weight: bold;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-archive-search__button--reset:hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .l-archive-search__button--reset:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .l-archive-search__button--reset {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 200px;
    margin: 10px auto 0;
    -webkit-transform: initial;
            transform: initial;
  }
}
.l-archive-search__button--reset::before {
  content: url(/jp/terasu/common/img/2025_archives/archive-search-reset-icon.svg);
  margin-right: 5px;
}
.l-archive-search__button--submit {
  position: relative;
  background: #3d8aba;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 16px 32px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .l-archive-search__button--submit:hover {
    opacity: 0.7;
  }
}
.l-archive-search__button--submit::before {
  content: url(/jp/terasu/common/img/2025_archives/archive-search-glass-icon.svg);
  margin-right: 5px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: relative;
  top: 3px;
}
.l-archive-search__button--submit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 17px;
}

.l-archive-result__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #3d8aba;
}
@media screen and (max-width: 640px) {
  .l-archive-result__title {
    font-size: 20px;
  }
}
.l-archive-result__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #3d8aba;
  margin-left: 12px;
}
.l-archive-result__list {
  margin-top: 30px;
}

.l-pagenation {
  margin-top: 30px;
}
.l-pagenation__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .l-pagenation__lists {
    gap: 1.3333333333vw;
  }
}
.l-pagenation button {
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  color: #101010;
}
.l-pagenation__button {
  width: 36px;
  height: 36px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .l-pagenation__button {
    width: 7vw;
    height: 7vw;
    font-size: 3.7333333333vw;
  }
}
.l-pagenation__button.is-active {
  position: relative;
  z-index: 0;
  color: #3d8aba;
  font-size: 15px;
}
.l-pagenation__button.is-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ebf3f8;
}
.l-pagenation__button.page-prev, .l-pagenation__button.page-next {
  position: relative;
  border: 1px #3d8aba solid;
  border-radius: 100%;
  background-color: #3d8aba;
}
.l-pagenation__button.page-prev::after, .l-pagenation__button.page-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 640px) {
  .l-pagenation__button.page-prev::after, .l-pagenation__button.page-next::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.l-pagenation__button.page-prev:disabled, .l-pagenation__button.page-next:disabled {
  opacity: 0.5;
}
.l-pagenation__button.page-prev {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .l-pagenation__button.page-prev {
    margin-right: 2.6666666667vw;
  }
}
.l-pagenation__button.page-prev::after {
  -webkit-transform: translateX(-40%) translateY(-50%) rotate(-135deg);
          transform: translateX(-40%) translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 640px) {
  .l-pagenation__button.page-prev::after {
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(-135deg);
            transform: translateX(-25%) translateY(-50%) rotate(-135deg);
  }
}
.l-pagenation__button.page-next {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .l-pagenation__button.page-next {
    margin-left: 2.6666666667vw;
  }
}
.l-pagenation__button.page-next::after {
  -webkit-transform: translateX(-70%) translateY(-50%) rotate(45deg);
          transform: translateX(-70%) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .l-pagenation__button.page-next::after {
    -webkit-transform: translateX(-80%) translateY(-50%) rotate(45deg);
            transform: translateX(-80%) translateY(-50%) rotate(45deg);
  }
}

.l-archive-back {
  margin-top: 30px !important;
}

.l-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding-top: 30px;
  margin-top: 80px;
  border-top: 1px solid #3d8aba;
}

/* ==========================
   コンポーネント
   ========================== */
.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: bold;
  color: #3d8aba;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .c-section-title {
    font-size: 28px;
  }
}
.c-section-title__en {
  font-size: 18px;
  font-weight: 500;
  color: #3d8aba;
  margin-left: 25px;
}
@media screen and (max-width: 640px) {
  .c-section-title__en {
    font-size: 12px;
    margin-left: 15px;
  }
}
.c-section-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #3d8aba;
  margin-left: 12px;
}

.c-card-list {
  display: grid;
}
.c-card-list--2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.c-card-list--3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
@media screen and (max-width: 640px) {
  .c-card-list--3col {
    gap: 20px;
  }
}
.c-card-list--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 640px) {
  .c-card-list {
    grid-template-columns: 1fr;
  }
}

.c-card {
  display: block;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-card--alignC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .c-card--sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-bottom: initial !important;
  }
}
.c-card--sp-column .c-card__media, .c-card--sp-column .c-card__wrap {
  width: 100%;
}
.c-card--sp-column .c-card__media {
  aspect-ratio: 175/99;
  max-height: initial;
}
@media screen and (max-width: 640px) {
  .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c8;
    border-radius: initial;
  }
}
@media print, screen and (min-width: 641px) {
  .c-card:hover {
    opacity: 0.7;
  }
}
.c-card.new {
  position: relative;
}
.c-card.new::before {
  content: "NEW";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -20px;
  left: -10px;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  font-size: 12px;
  background-color: rgba(211, 24, 0, 0.9);
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .c-card.new::before {
    top: -12px;
    left: -10px;
    font-size: 10px;
    height: 36px;
    width: 36px;
  }
}
.c-card.new--pre .c-card__media::before {
  content: "まもなく\a公開";
  white-space: pre-wrap;
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(198, 164, 97, 0.9) !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .c-card.new--pre .c-card__media::before {
    top: -16px;
    left: -12px;
    font-size: 10px;
    height: 52px;
    width: 52px;
  }
}
.c-card.movie .c-card__media::before, .c-card.movie .c-card__media::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card.movie .c-card__media::before {
  width: 60px;
  height: 60px;
  background: rgba(50, 50, 50, 0.6);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .c-card.movie .c-card__media::before {
    height: 44px;
    width: 44px;
  }
}
.c-card.movie .c-card__media::after {
  margin-left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
.c-card.movie .c-card__media:hover::before, .c-card.movie .c-card__media:hover::after {
  opacity: 0.7;
}
.c-card--no-hover:hover {
  opacity: 1;
}
.c-card--no-hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card--no-hover a:hover {
  opacity: 0.8;
}
.c-card__media {
  width: 100%;
  aspect-ratio: 30/17;
  position: relative;
}
.c-card__media--product {
  max-width: 150px;
  height: 100px;
  margin: 0 auto;
}
.c-card__media--movie::before, .c-card__media--movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__media--movie::before {
  width: 60px;
  height: 60px;
  background: rgba(50, 50, 50, 0.6);
  border-radius: 50%;
  z-index: 1;
}
.c-card__media--movie::after {
  margin-left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
.c-card__media--movie:hover::before, .c-card__media--movie:hover::after {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .c-card__media {
    width: calc(50% - 15px);
    max-height: 100px;
  }
}
.c-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}
.c-card__label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #3d8aba !important;
  border: 1px solid #3d8aba;
  padding: 4px 10px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .c-card__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: initial;
  }
}
@media screen and (max-width: 640px) {
  .c-card__wrap {
    width: 50%;
  }
}
.c-card__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.6em;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .c-card__title {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
  }
}
.c-card__meta {
  font-size: 13px;
  color: #4d4d4d;
  margin-top: 10px;
}
.c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .c-card__tags {
    width: 50%;
  }
}
.c-card__tag {
  position: relative;
  background-color: #f3f3f4;
  color: #3d8aba !important;
  padding: 2px 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.c-card__tag::before {
  content: url("/jp/terasu/common/img/2025_archives/archive-pickup-tag-icon.svg");
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.c-card__link {
  color: #101010;
  font-size: 16px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -20px;
}
@media screen and (max-width: 640px) {
  .c-card__link {
    top: 0;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    background-color: initial;
    text-align: left;
  }
}
.c-card__past-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  color: #3d8aba !important;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  width: 180px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 8px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-card__past-link::before, .c-card__past-link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-card__past-link::before {
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  background-color: #3d8aba;
  right: 0;
}
.c-card__past-link::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
  top: 8px;
}
.c-card__notice {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #3d8aba;
  top: -12px;
}
@media screen and (max-width: 640px) {
  .c-card__notice {
    text-align: left;
    top: 0;
  }
}

.c-blue-btn {
  position: relative;
  background: #3d8aba;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 16px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .c-blue-btn:hover {
    opacity: 0.7;
  }
}
.c-blue-btn--back::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateX(-40%) translateY(-50%) rotate(-135deg);
          transform: translateX(-40%) translateY(-50%) rotate(-135deg);
  top: 50%;
  left: 17px;
}
.c-blue-btn--next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 18px;
  -webkit-transform: translateX(-40%) translateY(-50%) rotate(-45deg);
          transform: translateX(-40%) translateY(-50%) rotate(-45deg);
}
.c-blue-btn--bg-white {
  background: #fff;
  color: #3d8aba !important;
}
.c-blue-btn--bg-white::before {
  border-right: 1px solid #3d8aba;
  border-bottom: 1px solid #3d8aba;
}

/* ボタン */
.c-card__more {
  position: relative;
  color: #3d8aba;
  font-size: 16px;
  background-color: rgba(61, 138, 186, 0.1);
  border-radius: 20px;
  min-width: 170px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
  margin-top: 10px;
  padding: 8px 32px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 640px) {
  .c-card__more {
    width: 50%;
  }
}

.c-card__more::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3d8aba;
  border-right: 2px solid #3d8aba;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.p-skill-product a.c-card__more {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3d8aba;
}
.p-skill-product a.c-card__more:hover {
  color: #3d8aba;
}

.c-card__more.c-card__more--window::after {
  content: "";
  background: url(/jp/terasu/common/img/icon_window.png) center/contain no-repeat;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: initial;
          transform: initial;
  border: none;
  height: 12px;
  width: 12px;
}

/* 中央寄せの黒文字 */
.c-card__catch--black {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  color: #101010;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-card__catch--black {
    text-align: left;
  }
}

/* 見出し */
.c-section-title02 {
  font-size: 36px;
  border-top: 3px solid #3d8aba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3d8aba;
  margin-bottom: 25px;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .c-section-title02 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .c-section-title02--sp-break {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-section-title02-sub {
  font-size: 18px;
  margin-left: 25px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .c-section-title02-sub {
    font-size: 12px;
  }
}

.c-section-title03 {
  background-color: #ebf3f8;
  color: #3d8aba;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: 6px solid #3d8aba;
  padding: 10px 0 10px 15px;
}
@media screen and (max-width: 640px) {
  .c-section-title03 {
    font-size: 20px;
    padding: 10px 10px 10px 15px;
  }
}

.c-card__catch {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
  color: #3d8aba;
  letter-spacing: 0.05em;
}

.c-card__detail {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .c-card__detail--sp-left {
    text-align: left;
  }
}

/* column */
.p-grid-column--3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 630px;
  margin: 0 auto;
}

/* ドット全体のスタイル */
.splide__pagination__page {
  width: 7px;
  height: 7px;
  border-radius: 99999px;
  background-color: #101010;
  margin: 0 6px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: initial !important;
  padding: initial;
}

.splide__pagination__page.is-active {
  background-color: #3d8aba;
}

/* ==========================
   Topページ
   ========================== */
.p-top-pickup {
  position: relative;
  /* 地域選択ラベル */
  /* 検索ボタン */
  /* 補助金検索トップリンク */
}
.p-top-pickup::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  background: url("/jp/terasu/common/img/2025_archives/archive-pickup-letter.svg") no-repeat center/contain;
  height: 160px;
  width: 35px;
  z-index: 3;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  .p-top-pickup::before {
    top: 26%;
    height: 120px;
    width: 26px;
  }
}
.p-top-pickup__inner {
  position: relative;
}
.p-top-pickup__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__wrapper {
    display: block;
  }
}
.p-top-pickup__carousel {
  position: relative;
  z-index: 2;
}
.p-top-pickup__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-pickup__slide.new .p-top-pickup__media::before {
  content: "NEW";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -20px;
  left: -10px;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  font-size: 12px;
  background-color: rgba(211, 24, 0, 0.9);
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__slide.new .p-top-pickup__media::before {
    top: -20px;
    left: -5px;
  }
}
.p-top-pickup__slide.new--pre .p-top-pickup__media::before {
  content: "まもなく\a公開";
  white-space: pre-wrap;
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(198, 164, 97, 0.9) !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__slide.new--pre .p-top-pickup__media::before {
    top: -12px;
    left: -10px;
    font-size: 10px;
    height: 52px;
    width: 52px;
  }
}
.p-top-pickup__media {
  width: calc(100% - 32px);
  height: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__media {
    width: calc(100% - 10px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top-pickup__media img {
  width: calc(100% - 32px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__media img {
    width: 100%;
  }
}
.p-top-pickup__card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% + 40px);
  position: absolute;
  left: 10px;
  bottom: -40px;
  max-height: 220px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__card {
    position: relative;
    width: calc(100% - 25px);
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    left: 20px;
    bottom: 24px;
    padding: 24px 30px;
    max-height: initial;
    min-height: initial;
    height: auto;
  }
}
.p-top-pickup__card__label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #3d8aba !important;
  border: 1px solid #3d8aba;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-pickup__card__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.p-top-pickup__main-text {
  font-size: 16px;
  margin-top: 15px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (max-width: 640px) {
  .p-top-pickup__main-text {
    margin-top: 10px;
  }
}
.p-top-pickup__detail {
  font-size: 13px;
  color: #4d4d4d;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__detail {
    margin-top: 10px;
  }
}
.p-top-pickup__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__tags {
    margin-top: 10px;
  }
}
.p-top-pickup__tag {
  position: relative;
  background-color: #f3f3f4;
  color: #3d8aba;
  padding: 2px 5px;
  border-radius: 5px;
}
.p-top-pickup__tag::before {
  content: url("/jp/terasu/common/img/2025_archives/archive-pickup-tag-icon.svg");
  margin-right: 2px;
}
.p-top-pickup__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #3d8aba !important;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-right: 0;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-pickup__button:hover {
    opacity: 0.7;
  }
}
.p-top-pickup__button::before, .p-top-pickup__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-pickup__button::before {
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  background-color: #3d8aba;
  right: 0;
}
.p-top-pickup__button::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
  top: 8px;
}
.p-top-pickup .splide__track {
  overflow: visible !important;
}
.p-top-pickup .splide__arrows.splide__arrows--ltr {
  position: absolute;
}
.p-top-pickup .splide__arrow {
  background-color: #101010;
  border-radius: 5px;
  fill: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: initial !important;
  position: absolute;
  z-index: 1;
  bottom: 40px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup .splide__arrow {
    width: 40px;
    height: 40px;
    bottom: -40px;
  }
}
.p-top-pickup .splide__arrow svg {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup .splide__arrow svg {
    width: 40px;
    height: 40px;
  }
}
.p-top-pickup .splide__arrow svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
.p-top-pickup .splide__arrow--prev {
  right: 123px;
  padding: 0 !important;
}
.p-top-pickup .splide__arrow--prev svg {
  stroke: 99px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup .splide__arrow--prev {
    right: initial;
    left: 10px;
  }
}
.p-top-pickup .splide__arrow--next {
  right: 64px;
  padding: 0 !important;
}
@media screen and (max-width: 640px) {
  .p-top-pickup .splide__arrow--next {
    right: initial;
    left: 57px;
  }
}
.p-top-pickup .splide__pagination {
  position: absolute;
  bottom: -22px;
  right: 190px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup .splide__pagination {
    bottom: -32px;
    right: 12px;
  }
}
.p-top-pickup__search {
  position: relative;
  background: #ebf3f8;
  border-radius: 6px;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__search {
    margin: 80px 10px 0;
    padding: 30px 25px;
  }
}
.p-top-pickup__search::before {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 5px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #3d8aba;
}
.p-top-pickup__search-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #3d8aba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__search-title {
    font-size: 22px;
  }
}
.p-top-pickup__search-title::before {
  content: "";
  width: 18px;
  height: 18px;
  content: url(/jp/terasu/common/img/2025_archives/top-search-grass-icon.svg);
  margin-right: 5px;
  position: relative;
  position: relative;
  top: 1px;
}
.p-top-pickup__search-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__search-desc {
    font-size: 16px;
  }
}
.p-top-pickup__search-form {
  margin-top: 20px;
}
.p-top-pickup__search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-pickup__search-row:not(:first-child) {
  margin-top: 10px;
}
.p-top-pickup__search-label {
  background: #3d8aba;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 16px;
  border-radius: 4px 0 0 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__search-label {
    min-width: 100px;
    text-align: center;
  }
}
.p-top-pickup__search-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  font-size: 14px;
  border: none;
  border-radius: 0 4px 4px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8.707' height='5.061' viewBox='0 0 8.707 5.061'><g id='icon_arrow' transform='translate(8.353 0.354) rotate(90)'><path id='パス_222' data-name='パス 222' d='M.353.354l4,4-4,4' transform='translate(-0.353 -0.354)' fill='none' stroke='%233d8aba' stroke-miterlimit='10' stroke-width='1'/></g></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
}
.p-top-pickup__search-button {
  position: relative;
  background: #3d8aba;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  padding: 16px 32px;
  width: 100%;
  border: initial !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-pickup__search-button:hover {
    opacity: 0.7;
  }
}
.p-top-pickup__search-button::before {
  content: url(/jp/terasu/common/img/2025_archives/archive-search-glass-icon.svg);
  margin-right: 5px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: relative;
  top: 3px;
}
.p-top-pickup__search-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 17px;
}
.p-top-pickup__search-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  color: #3d8aba !important;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-pickup__search-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .p-top-pickup__search-link {
    margin-top: 20px;
  }
}
.p-top-pickup__search-link::before, .p-top-pickup__search-link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-pickup__search-link::before {
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  background-color: #3d8aba;
  right: 0;
}
.p-top-pickup__search-link::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
  top: 8px;
}
.p-top-pickup__bnr {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .p-top-pickup__bnr {
    margin: 20px 10px 0;
  }
}

/* ==========================
   p-top-news
   ========================== */
/* 新着情報セクション */
.p-top-news {
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .p-top-news {
    margin-top: 50px;
  }
}
.p-top-news__section-title::after {
  height: 1px;
}
.p-top-news__inner {
  border-bottom: 1px solid #3d8aba;
  padding-bottom: 30px;
}
.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .p-top-news__list {
    overflow-y: scroll;
    height: 325px;
    gap: 15px;
  }
}
.p-top-news__link {
  display: grid;
  grid-template-columns: 80px 120px 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  padding: 4px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-news__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .p-top-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: wrap;
  }
}
.p-top-news__date {
  font-size: 16px;
  margin-right: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-top-news__date {
    margin-right: 10px;
    color: #3d8aba;
  }
}
.p-top-news__label {
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #3d8aba;
  color: #3d8aba !important;
  text-align: center;
  white-space: nowrap;
  margin-right: 20px;
  min-width: 110px;
}
@media screen and (max-width: 640px) {
  .p-top-news__label {
    min-width: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-news__title {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 1; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-top-news__title {
    -webkit-line-clamp: 2; /* 行数を制限 */
  }
}

/* ==========================
   p-top-recommend
   ========================== */
.p-top-recommend {
  background-color: #ebf3f8;
  padding: 70px 40px 40px;
  max-width: 960px;
  margin: 60px auto;
  position: relative;
}
.p-top-recommend::before {
  content: "";
  background: url("/jp/terasu/common/img/2025_archives/top-what.png") no-repeat center/contain;
  position: absolute;
  max-width: 250px;
  max-height: 68px;
  width: 100%;
  height: 100%;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 640px) {
  .p-top-recommend::before {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .p-top-recommend {
    padding: 70px 20px 50px;
  }
  .p-top-recommend::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top-recommend__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media screen and (max-width: 640px) {
  .p-top-recommend__list {
    grid-template-columns: 1fr 1fr;
  }
}
.p-top-recommend__item {
  display: block;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-recommend__item:hover {
    opacity: 0.7;
  }
}
.p-top-recommend__item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-recommend__link {
  text-align: center;
}
.p-top-recommend__button {
  display: inline-block;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: bold;
  background: #3d8aba;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  max-width: 420px;
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-recommend__button:hover {
    opacity: 0.7;
  }
}
.p-top-recommend__button::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 24px;
}

.p-top-skill__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  border: 2px solid #101010;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .p-top-skill__wrapper {
    grid-template-columns: 1fr;
    padding: 35px 20px;
  }
}
.p-top-skill__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.p-top-skill__content {
  padding-right: 8px;
}
.p-top-skill__title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-top-skill__title {
    font-size: 22px;
  }
}
.p-top-skill__text {
  margin-top: 16px;
  font-size: 16px;
}
.p-top-skill__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  color: #3d8aba !important;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-skill__link:hover {
    opacity: 0.7;
  }
}
.p-top-skill__link::before, .p-top-skill__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-skill__link::before {
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  background-color: #3d8aba;
  right: 0;
}
.p-top-skill__link::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
  top: 8px;
}

.p-top-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .p-top-product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top-product__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-product__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .p-top-product__title {
    font-size: 22px;
  }
}
.p-top-product__lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-top-product__link {
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .p-top-product__link {
    margin: auto;
  }
}
.p-top-product__link--other {
  margin-top: 15px;
  background-color: #ebf3f8;
  color: #3d8aba !important;
}
.p-top-product__link--other::before {
  border-right: 1px solid #3d8aba;
  border-bottom: 1px solid #3d8aba;
}
.p-top-product__media {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .p-top-product__media {
    margin-top: 25px;
    width: 100%;
  }
}
.p-top-product__media img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.p-top-other {
  margin-top: 80px;
  padding: 50px 120px;
  background-color: #f5f9fc;
}
@media screen and (max-width: 640px) {
  .p-top-other {
    padding: 50px 20px;
  }
}
.p-top-other__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .p-top-other__title {
    font-size: 22px;
  }
}
.p-top-other__ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .p-top-other__ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.p-top-other__item {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-other__item:hover {
    opacity: 0.7;
  }
}
.p-top-other__item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-other__text {
  padding: 12px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.p-top-special {
  position: relative;
}
.p-top-special__inner {
  position: relative;
}
.p-top-special__title {
  position: absolute;
  font-size: 36px;
  border-top: 3px solid #3d8aba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  width: calc(40% + 40px);
  color: #3d8aba;
  z-index: 1;
}
.p-top-special__title-sub {
  font-size: 18px;
  margin-left: 25px;
}
.p-top-special__carousel {
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .p-top-special__carousel {
    padding: 10px;
  }
}
.p-top-special__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-top-special__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-special__slide.new .p-top-special__media::before {
  content: "NEW";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -20px;
  left: -10px;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  font-size: 12px;
  background-color: rgba(211, 24, 0, 0.9);
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-top-special__slide.new .p-top-special__media::before {
    top: -20px;
    left: -5px;
  }
}
.p-top-special__slide.new--pre .p-top-special__media::before {
  content: "まもなく\a公開";
  white-space: pre-wrap;
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(198, 164, 97, 0.9) !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-top-special__slide.new--pre .p-top-special__media::before {
    top: -12px;
    left: -10px;
    font-size: 10px;
    height: 52px;
    width: 52px;
  }
}
.p-top-special__media {
  width: 60%;
  height: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .p-top-special__media {
    width: calc(100% - 10px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top-special__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px !important;
}
.p-top-special__card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #101010;
  width: calc(40% + 40px);
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 240px;
  max-height: 260px;
  height: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-top-special__card {
    position: relative;
    width: calc(100% - 25px);
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    left: 20px;
    top: 13vw;
    padding: 24px 30px;
    max-height: initial;
    min-height: initial;
    height: auto;
  }
}
.p-top-special__card__label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #3d8aba !important;
  border: 1px solid #3d8aba;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-special__card-title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-top-special__card-title {
    font-size: 22px;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
  }
}
.p-top-special__detail {
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .p-top-special__detail {
    margin-top: 10px;
  }
}
.p-top-special__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .p-top-special__tags {
    margin-top: 10px;
  }
}
.p-top-special__tag {
  position: relative;
  background-color: #f3f3f4;
  color: #3d8aba;
  padding: 2px 5px;
  border-radius: 5px;
}
.p-top-special__tag::before {
  content: url("/jp/terasu/common/img/2025_archives/archive-pickup-tag-icon.svg");
  margin-right: 2px;
}
.p-top-special__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #3d8aba !important;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-special__button:hover {
    opacity: 0.7;
  }
}
.p-top-special__button::before, .p-top-special__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-special__button::before {
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  background-color: #3d8aba;
  right: 0;
}
.p-top-special__button::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
  top: 8px;
}
@media screen and (max-width: 640px) {
  .p-top-special__button::after {
    right: 15px;
    top: 47%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}
.p-top-special .splide__arrow {
  background-color: #101010;
  fill: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: -34px;
}
.p-top-special .splide__arrow svg {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .p-top-special .splide__arrow svg {
    width: 40px;
    height: 40px;
  }
}
.p-top-special .splide__arrow svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
.p-top-special .splide__arrow--prev {
  right: 98px;
}
.p-top-special .splide__arrow--next {
  right: 24px;
}
.p-top-special .splide__track {
  overflow: visible !important;
}
.p-top-special__bnr-area {
  background: #f4f6f8;
  padding: 30px 0;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .p-top-special__bnr-area {
    padding: 30px 20px;
  }
}
.p-top-special__bnr-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 630px;
}
@media screen and (max-width: 640px) {
  .p-top-special__bnr-list {
    gap: 10px;
  }
}
.p-top-special__bnr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-special__bnr-link:hover {
    opacity: 0.7;
  }
}
.p-top-special__bnr-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .p-top-special__bnr-link {
    height: 96px;
  }
}
.p-top-special__btn {
  margin-top: 30px;
}
.p-top-special .splide__pagination {
  position: absolute;
  bottom: 16px;
  right: 5px;
}
@media screen and (max-width: 640px) {
  .p-top-special .splide__pagination {
    right: initial;
    left: 10px;
    bottom: 0;
  }
}
.p-top-special .c-card img {
  border-radius: initial !important;
}
.p-top-special .c-card__title {
  font-weight: normal;
  -webkit-line-clamp: initial; /* 行数を制限 */
}
@media screen and (max-width: 640px) {
  .p-top-special .c-card__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-top-special .c-card__media {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .p-top-special .c-card__wrap {
    width: calc(60% - 15px);
  }
}

.p-top-relative {
  margin-top: 120px;
}

.p-top-dictionary-fix {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 230px;
  width: 100%;
  background: #fff;
  border: 2px solid #101010;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix {
    max-width: 82%;
    left: 12px;
    bottom: 10px;
  }
}
.p-top-dictionary-fix::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  width: 58px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix::before {
    left: 74px;
    top: 0;
    width: 64px;
  }
}
.p-top-dictionary-fix::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 58px;
  height: 20px;
  border-radius: 50%/100% 100% 0 0;
  border: 2px solid #101010;
  background-color: #fff;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix::after {
    left: 74px;
    top: -22px;
  }
}
.p-top-dictionary-fix__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #3d8aba;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-dictionary-fix__close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix__close {
    right: initial;
    left: -8px;
  }
}
.p-top-dictionary-fix__inner {
  padding: 10px 14px 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 14px;
  }
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix__catch {
    position: relative;
    max-width: 120px;
  }
  .p-top-dictionary-fix__catch::after {
    content: url("/jp/terasu/common/img/2025_archives/top-dictionary-spanner-icon.svg");
    position: absolute;
    display: block;
    bottom: -5px;
    right: -22px;
    z-index: 99;
  }
}
.p-top-dictionary-fix__lead {
  position: relative;
  font-size: 12px;
  color: #3d8aba !important;
}
.p-top-dictionary-fix__lead::before {
  content: url("/jp/terasu/common/img/2025_archives/top-dictionary-met-icon.svg");
  position: absolute;
  display: block;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1002;
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix__lead::before {
    top: -24px;
  }
}
.p-top-dictionary-fix__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix__title {
    font-size: 14px;
  }
}
.p-top-dictionary-fix__word {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #3d8aba;
  background-color: #f3f3f3;
  padding: 6px;
  margin-top: 5px;
  border-radius: 5px;
  line-height: 1.3;
  white-space: pre-wrap;
}
.p-top-dictionary-fix__word::after {
  content: url("/jp/terasu/common/img/2025_archives/top-dictionary-spanner-icon.svg");
  position: absolute;
  display: block;
  bottom: -5px;
  right: -5px;
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix__word {
    width: calc(100% - 162px);
    font-size: 16px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-dictionary-fix__word::after {
    content: none;
  }
}
.p-top-dictionary-fix__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 12px;
  font-weight: normal;
  padding-right: 28px;
  width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-top-dictionary-fix__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .p-top-dictionary-fix__link {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 22px;
    width: 22px;
    margin-top: 0;
  }
}
.p-top-dictionary-fix__link::before, .p-top-dictionary-fix__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-dictionary-fix__link::before {
  height: 22px;
  width: 22px;
  border-radius: 9999px;
  background-color: #3d8aba;
  right: 0;
}
.p-top-dictionary-fix__link::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 12px;
  top: 50%;
}

/* ==========================
   p-skill
   ========================== */
.p-skill-product {
  /* テキスト */
  /* 20250924追記 */
}
.p-skill-product .p-skill-product__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
}
.p-skill-product .p-skill-product__wrapper {
  border: 2px solid #101010;
  border-radius: 5px;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(204, 204, 204);
          box-shadow: 5px 5px 0px 0px rgb(204, 204, 204);
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .p-skill-product .p-skill-product__wrapper {
    padding: 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-skill-product .p-skill-product__flexleft {
  max-width: 297px;
  width: 100%;
  border-right: 1px solid #8b8c91;
}
@media screen and (max-width: 640px) {
  .p-skill-product .p-skill-product__flexleft {
    border-right: initial;
    border-bottom: 1px solid #8b8c91;
    margin-bottom: 15px;
    padding-bottom: 15px;
    max-width: 304px;
  }
}
.p-skill-product .p-skill-product__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.p-skill-product .p-skill-product__title {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 10px;
}
.p-skill-product .p-skill-product__name {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-skill-product .p-skill-product__name--small {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-skill-product .p-skill-product__detail {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .p-skill-product .p-skill-product__detail {
    font-size: 14px;
  }
}
.p-skill-product .c-card-list {
  gap: 40px 20px;
}
.p-skill-product .c-card figure > img {
  border: 1px solid #8b8c91;
}
.p-skill-product .c-card__catch {
  margin-top: 5px;
}
.p-skill-product .c-card__detail {
  width: 88%;
  margin: 10px auto 0;
}
@media screen and (max-width: 640px) {
  .p-skill-product .c-card__detail {
    width: 100%;
  }
}

/* ==========================
   p-skill-product
========================== */
/* ==========================
   p-denzainews
========================== */
.p-denzainews .p-denzainews__wrap {
  background-color: #ebf3f8;
  padding: 20px 0 50px;
}
.p-denzainews .p-denzainews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
  background-color: #fff;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .p-denzainews .p-denzainews__items {
    padding: 20px;
    display: block;
  }
}
.p-denzainews .p-denzainews__items + .p-denzainews__items {
  margin-top: 30px;
}
.p-denzainews .p-denzainews__figure {
  max-width: 390px;
  width: 100%;
  position: relative;
}
.p-denzainews .p-denzainews__figure.movie::before, .p-denzainews .p-denzainews__figure.movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-denzainews .p-denzainews__figure.movie::before {
  width: 60px;
  height: 60px;
  background: rgba(50, 50, 50, 0.6);
  border-radius: 50%;
  z-index: 1;
}
.p-denzainews .p-denzainews__figure.movie::after {
  margin-left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
.p-denzainews .p-denzainews__figure.movie:hover::before, .p-denzainews .p-denzainews__figure.movie:hover::after {
  opacity: 0.7;
}
.p-denzainews .p-denzainews__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.p-denzainews .p-denzainews__date {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.p-denzainews .p-denzainews__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 0;
  color: #3d8aba;
}
.p-denzainews .p-denzainews__text {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 4; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.p-denzainews .p-denzainews__body {
  max-width: 450px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 640px) {
  .p-denzainews .p-denzainews__body {
    margin-top: 20px;
  }
}
.p-denzainews__more {
  border: initial;
  background: initial;
  margin: 30px auto 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  color: #3d8aba !important;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  width: 180px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .p-denzainews__more:hover {
    opacity: 0.7;
  }
}
.p-denzainews__more::before, .p-denzainews__more::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-denzainews__more::before {
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  background-color: #3d8aba;
  right: 0;
}
.p-denzainews__more::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  right: 10px;
  top: 8px;
}

/* ==========================
   p-tool
   ========================== */
.p-tool-about__wrapper {
  position: relative;
  background-color: #ebf3f8;
  padding: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-tool-about__wrapper {
    padding: 60px 25px 25px;
    margin-bottom: 80px;
  }
}
.p-tool-about__wrapper::before {
  content: "";
  background: url(/jp/terasu/tool/img/tool-what.png) no-repeat center/contain;
  position: absolute;
  max-width: 247px;
  max-height: 65px;
  width: 100%;
  height: 100%;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 640px) {
  .p-tool-about__wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-tool-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 640px) {
  .p-tool-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-tool-about__logo {
  max-width: 240px;
  width: 100%;
  gap: 0 60px;
}
@media screen and (max-width: 640px) {
  .p-tool-about__logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
.p-tool-about__logo > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-tool-about__catch {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-tool-about__catch {
    text-align: center;
    font-size: 20px;
  }
}
.p-tool-about__sub {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.p-tool-about__movie {
  margin: 30px auto 0;
  width: 100%;
  max-width: 660px;
  aspect-ratio: 16/9;
}
.p-tool-about__movie > iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .p-tool-result__title {
    font-size: 20px;
  }
}

.p-tool-result__list .c-card__media {
  aspect-ratio: 76/43;
}

/* ==========================
   p-product
   ========================== */
.p-product__box {
  padding: 30px;
  background-color: #ebf3f8;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 640px) {
  .p-product__box {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 640px) {
  .p-product-main__list {
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-product-main .c-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: initial !important;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .p-product-main .c-card__media {
    width: 100%;
    max-height: initial;
  }
}
.p-product-main .c-card__media img {
  border-radius: 5px 5px 0 0 !important;
}
.p-product-main .c-card__link {
  color: #101010;
  font-size: 18px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 8px 40px;
  font-weight: 700;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -20px;
}
.p-product-main .c-card__wrap {
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-product-main .c-card__past-link {
  margin-top: initial;
}
.p-product-main .c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .p-product-main .c-card__tags {
    width: 50%;
  }
}

.p-product-catalog__list {
  margin-top: 25px;
  background-color: #ebf3f8;
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .p-product-catalog__list {
    padding: 40px 20px;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-product-catalog .c-card {
  border-radius: 5px;
  border-bottom: initial;
}
.p-product-catalog .c-card--bg-white {
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .p-product-catalog .c-card--bg-white {
    padding: 0 12px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .p-product-catalog .c-card__media {
    width: 100%;
    max-height: initial;
  }
}
.p-product-catalog .c-card__box {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-product-catalog .c-card__box:last-of-type {
    grid-column: span 2;
  }
}
@media screen and (max-width: 640px) {
  .p-product-catalog .c-card__media--product {
    width: 100%;
    max-width: 90px;
  }
  .p-product-catalog .c-card__media--product img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 640px) {
  .p-product-catalog .c-card__past-link {
    font-size: 16px;
  }
}

/* ==========================
   p-feature
  ========================== */
.p-feature .c-card {
  position: relative;
}
.p-feature .c-card.new::before {
  content: "NEW";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -20px;
  left: -10px;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  font-size: 12px;
  background-color: rgba(211, 24, 0, 0.9);
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-feature .c-card.new::before {
    top: -20px;
    left: -5px;
  }
}
.p-feature .c-card.new--pre::before {
  content: "まもなく\a公開";
  white-space: pre-wrap;
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(198, 164, 97, 0.9) !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-feature .c-card.new--pre::before {
    top: -12px;
    left: -10px;
    font-size: 10px;
    height: 52px;
    width: 52px;
  }
}

.p-feature__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-feature__bnr:hover {
  opacity: 0.8;
}

.p-feature__img {
  max-width: 370px;
  width: 100%;
}

.p-feature__left {
  width: 38.5%;
  border: 1px solid #707070;
}

.p-feature__right {
  background-color: #02093a;
  color: #fff;
  padding: 40px 70px;
  max-width: 590px;
}

.p-feature__title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

.p-feature__text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-top: 15px;
}

@media screen and (max-width: 640px) {
  .p-feature__bnr {
    display: block;
    margin-top: 15px;
  }
  .p-feature__left,
  .p-feature__right {
    width: 100%;
  }
  .p-feature__right {
    max-width: 100%;
    padding: 25px;
  }
  .p-feature__title {
    font-size: 20px;
  }
}
/* ハヤワザリニューアル */
.feature-bnr__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.feature-bnr__flex figure {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .feature-bnr__flex figure {
    width: 100%;
  }
}

.feature-bnr__img {
  width: 100%;
}

.feature-bnr__subtext {
  font-size: 18px;
  margin-top: 5px;
  margin-left: 5px;
}

.feature-bnr figcaption {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .feature-bnr_reset.c-card {
    border-bottom: none;
    padding-bottom: 0;
  }
  .feature-bnr__flex {
    display: block;
  }
  .feature-bnr__img {
    width: 100%;
  }
  .feature-bnr__subtext {
    font-size: 14px;
  }
}
/* ==========================
   movieディレクトリで使用されていたCSS
   ========================== */
.clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.disnon {
  display: none;
}

.movie-index .keyword-search .keyword-search__list .box {
  border-top: 1px solid #eee;
}

.movie-index .article-list__media img {
  width: 100%;
  height: auto;
}

.movie-index .article-list__contents {
  background: #fff;
}

.movie-index .article-list__title {
  color: #fff;
  font-size: 1.2857142857em;
  line-height: 1.5555555556;
  background: #000;
}

.movie-index .article-list__subtitle {
  padding: 4.375% 9.375%;
  font-size: 1.1428571429em;
  font-weight: 700;
  line-height: 1.5;
}

.movie-index .article-list__txt p {
  padding: 0 9.375%;
}

.movie-index .article-list__date {
  padding: 4.375% 9.375%;
  font-size: 0.8571428571em;
  border-top: 1px solid #eee;
}

@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  .movie-index .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .movie-index .article-list__item {
    margin: 0 1px 1px 0;
    -ms-flex-preferred-size: 319px;
    flex-basis: 319px;
  }
  .movie-index .article-list__item a:hover {
    opacity: 0.7;
  }
  .movie-index .article-list__item a:hover p {
    color: #333 !important;
  }
  .movie-index .article-list__contents {
    height: 23.8571428571em;
    position: relative;
  }
  .movie-index .article-list__title {
    height: 5.5555555556em;
    position: relative;
  }
  .movie-index .article-list__title h3 {
    padding: 0 9.375%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .movie-index .article-list__date {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.movie-detail .screen {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.movie-detail .screen iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.movie-detail .caption {
  margin-top: 1.5em;
  font-size: 1.2em;
}

.movie-detail .back-index {
  margin-top: 1.5em;
  text-align: center;
}

.movie-detail .back-index .btn {
  margin: 0 1.0416666667%;
  width: 38.5416666667%;
  font-size: 1.2857142857em;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .movie-detail > .section,
  .movie-index > .section {
    padding: 10px;
  }
  .movie-index .article-list__item {
    margin-bottom: 5vw;
  }
  .movie-index .article-list__title h3 {
    padding: 4.375% 9.375%;
  }
  .movie-index .article-list__txt p {
    padding-bottom: 4.375%;
  }
  .movie-detail .p-title-area h1 {
    font-size: 20px;
  }
  .movie-detail .caption {
    font-size: 1em;
  }
  .movie-detail .back-index .btn {
    margin: 0;
    width: 100%;
    font-size: 1em;
  }
}
.movie-detail .back-index .btn a {
  padding: 0.6666666667em 2em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #073061;
  display: block;
  position: relative;
}

.movie-detail .back-index .btn a::after {
  margin-top: -0.1666666667em;
  width: 0.3333333333em;
  height: 0.3333333333em;
  content: "";
  border: 1px solid #fff;
  border-top: transparent;
  border-right: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.movie-index .article-list__item {
  position: relative;
  overflow: hidden;
}

.movie-index .article-list__item.new::before {
  padding: 2em 3em 0.4em;
  content: "NEW";
  color: #fff;
  font-size: 0.7857142857em;
  font-weight: 700;
  background: #c00;
  display: block;
  -webkit-transform: translateX(-41%) translateY(-30%) rotate(-45deg);
  transform: translateX(-41%) translateY(-30%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* ==========================
   u-ユーティリティ
   ========================== */
@media print, screen and (min-width: 641px) {
  br {
    display: block;
  }
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  br {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
.u-anker-point {
  opacity: 0;
  position: relative;
}
.u-anker-point#first-movie, .u-anker-point#materials {
  top: -240px;
}
@media screen and (max-width: 640px) {
  .u-anker-point#first-movie, .u-anker-point#materials {
    top: -64px;
  }
}

.u-imgContain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* - All margin */
.u-marA0 {
  margin: 0px !important;
}

.u-marA5 {
  margin: 5px !important;
}

.u-marA10 {
  margin: 10px !important;
}

.u-marA15 {
  margin: 15px !important;
}

.u-marA20 {
  margin: 20px !important;
}

.u-marA25 {
  margin: 25px !important;
}

.u-marA30 {
  margin: 30px !important;
}

.u-marA40 {
  margin: 40px !important;
}

.u-marA50 {
  margin: 50px !important;
}

.u-marA60 {
  margin: 60px !important;
}

.u-marA70 {
  margin: 70px !important;
}

.u-marA80 {
  margin: 80px !important;
}

.u-marA90 {
  margin: 90px !important;
}

/* - Top margin */
.u-marT0 {
  margin-top: 0px !important;
}

.u-marT5 {
  margin-top: 5px !important;
}

.u-marT10 {
  margin-top: 10px !important;
}

.u-marT15 {
  margin-top: 15px !important;
}

.u-marT20 {
  margin-top: 20px !important;
}

.u-marT25 {
  margin-top: 25px !important;
}

.u-marT30 {
  margin-top: 30px !important;
}

.u-marT40 {
  margin-top: 40px !important;
}

.u-marT50 {
  margin-top: 50px !important;
}

.u-marT60 {
  margin-top: 60px !important;
}

.u-marT70 {
  margin-top: 70px !important;
}

.u-marT80 {
  margin-top: 80px !important;
}

.u-marT90 {
  margin-top: 90px !important;
}

.u-marT120 {
  margin-top: 120px !important;
}

/* - Bottom margin */
.u-marB0 {
  margin-bottom: 0px !important;
}

.u-marB5 {
  margin-bottom: 5px !important;
}

.u-marB10 {
  margin-bottom: 10px !important;
}

.u-marB15 {
  margin-bottom: 15px !important;
}

.u-marB20 {
  margin-bottom: 20px !important;
}

.u-marB25 {
  margin-bottom: 25px !important;
}

.u-marB30 {
  margin-bottom: 30px !important;
}

.u-marB40 {
  margin-bottom: 40px !important;
}

.u-marB50 {
  margin-bottom: 50px !important;
}

.u-marB60 {
  margin-bottom: 60px !important;
}

.u-marB70 {
  margin-bottom: 70px !important;
}

.u-marB80 {
  margin-bottom: 80px !important;
}

.u-marB90 {
  margin-bottom: 90px !important;
}

/* - Left margin */
.u-marL0 {
  margin-left: 0px !important;
}

.u-marL5 {
  margin-left: 5px !important;
}

.u-marL10 {
  margin-left: 10px !important;
}

.u-marL15 {
  margin-left: 15px !important;
}

.u-marL20 {
  margin-left: 20px !important;
}

.u-marL25 {
  margin-left: 25px !important;
}

.u-marL30 {
  margin-left: 30px !important;
}

.u-marL40 {
  margin-left: 40px !important;
}

.u-marL50 {
  margin-left: 50px !important;
}

.u-marL60 {
  margin-left: 60px !important;
}

.u-marL70 {
  margin-left: 70px !important;
}

.u-marL80 {
  margin-left: 80px !important;
}

.u-marL90 {
  margin-left: 90px !important;
}

/* - Right margin */
.u-marR0 {
  margin-right: 0px !important;
}

.u-marR5 {
  margin-right: 5px !important;
}

.u-marR10 {
  margin-right: 10px !important;
}

.u-marR15 {
  margin-right: 15px !important;
}

.u-marR20 {
  margin-right: 20px !important;
}

.u-marR25 {
  margin-right: 25px !important;
}

.u-marR30 {
  margin-right: 30px !important;
}

.u-marR40 {
  margin-right: 40px !important;
}

.u-marR50 {
  margin-right: 50px !important;
}

.u-marR60 {
  margin-right: 60px !important;
}

.u-marR70 {
  margin-right: 70px !important;
}

.u-marR80 {
  margin-right: 80px !important;
}

.u-marR90 {
  margin-right: 90px !important;
}

@media print, screen and (min-width: 641px) {
  .u-marT0_pc {
    margin-top: 0px !important;
  }
  .u-marT5_pc {
    margin-top: 5px !important;
  }
  .u-marT10_pc {
    margin-top: 10px !important;
  }
  .u-marT15_pc {
    margin-top: 15px !important;
  }
  .u-marT20_pc {
    margin-top: 20px !important;
  }
  .u-marT25_pc {
    margin-top: 25px !important;
  }
  .u-marT30_pc {
    margin-top: 30px !important;
  }
  .u-marT40_pc {
    margin-top: 40px !important;
  }
  .u-marT50_pc {
    margin-top: 50px !important;
  }
  .u-marT60_pc {
    margin-top: 60px !important;
  }
  .u-marT70_pc {
    margin-top: 70px !important;
  }
  .u-marT80_pc {
    margin-top: 80px !important;
  }
  .u-marT90_pc {
    margin-top: 90px !important;
  }
  .u-marT120_pc {
    margin-top: 120px !important;
  }
  /* - Bottom margin */
  .u-marB0_pc {
    margin-bottom: 0px !important;
  }
  .u-marB5_pc {
    margin-bottom: 5px !important;
  }
  .u-marB10_pc {
    margin-bottom: 10px !important;
  }
  .u-marB15_pc {
    margin-bottom: 15px !important;
  }
  .u-marB20_pc {
    margin-bottom: 20px !important;
  }
  .u-marB25_pc {
    margin-bottom: 25px !important;
  }
  .u-marB30_pc {
    margin-bottom: 30px !important;
  }
  .u-marB40_pc {
    margin-bottom: 40px !important;
  }
  .u-marB50_pc {
    margin-bottom: 50px !important;
  }
  .u-marB60_pc {
    margin-bottom: 60px !important;
  }
  .u-marB70_pc {
    margin-bottom: 70px !important;
  }
  .u-marB80_pc {
    margin-bottom: 80px !important;
  }
  .u-marB90_pc {
    margin-bottom: 90px !important;
  }
  /* - Left margin */
  .u-marL0_pc {
    margin-left: 0px !important;
  }
  .u-marL5_pc {
    margin-left: 5px !important;
  }
  .u-marL10_pc {
    margin-left: 10px !important;
  }
  .u-marL15_pc {
    margin-left: 15px !important;
  }
  .u-marL20_pc {
    margin-left: 20px !important;
  }
  .u-marL25_pc {
    margin-left: 25px !important;
  }
  .u-marL30_pc {
    margin-left: 30px !important;
  }
  .u-marL40_pc {
    margin-left: 40px !important;
  }
  .u-marL50_pc {
    margin-left: 50px !important;
  }
  .u-marL60_pc {
    margin-left: 60px !important;
  }
  .u-marL70_pc {
    margin-left: 70px !important;
  }
  .u-marL80_pc {
    margin-left: 80px !important;
  }
  .u-marL90_pc {
    margin-left: 90px !important;
  }
  /* - Right margin */
  .u-marR0_pc {
    margin-right: 0px !important;
  }
  .u-marR5_pc {
    margin-right: 5px !important;
  }
  .u-marR10_pc {
    margin-right: 10px !important;
  }
  .u-marR15_pc {
    margin-right: 15px !important;
  }
  .u-marR20_pc {
    margin-right: 20px !important;
  }
  .u-marR25_pc {
    margin-right: 25px !important;
  }
  .u-marR30_pc {
    margin-right: 30px !important;
  }
  .u-marR40_pc {
    margin-right: 40px !important;
  }
  .u-marR50_pc {
    margin-right: 50px !important;
  }
  .u-marR60_pc {
    margin-right: 60px !important;
  }
  .u-marR70_pc {
    margin-right: 70px !important;
  }
  .u-marR80_pc {
    margin-right: 80px !important;
  }
  .u-marR90_pc {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 640px) {
  .u-marA0_sp {
    margin: 0px !important;
  }
  .u-marA5_sp {
    margin: 5px !important;
  }
  .u-marA10_sp {
    margin: 10px !important;
  }
  .u-marA15_sp {
    margin: 15px !important;
  }
  .u-marA20_sp {
    margin: 20px !important;
  }
  .u-marA25_sp {
    margin: 25px !important;
  }
  .u-marA30_sp {
    margin: 30px !important;
  }
  .u-marA40_sp {
    margin: 40px !important;
  }
  .u-marA50_sp {
    margin: 50px !important;
  }
  .u-marA60_sp {
    margin: 60px !important;
  }
  .u-marA70_sp {
    margin: 70px !important;
  }
  .u-marA80_sp {
    margin: 80px !important;
  }
  .u-marA90_sp {
    margin: 90px !important;
  }
  /* - Top margin */
  .u-marT0_sp {
    margin-top: 0px !important;
  }
  .u-marT5_sp {
    margin-top: 5px !important;
  }
  .u-marT10_sp {
    margin-top: 10px !important;
  }
  .u-marT15_sp {
    margin-top: 15px !important;
  }
  .u-marT20_sp {
    margin-top: 20px !important;
  }
  .u-marT25_sp {
    margin-top: 25px !important;
  }
  .u-marT30_sp {
    margin-top: 30px !important;
  }
  .u-marT40_sp {
    margin-top: 40px !important;
  }
  .u-marT50_sp {
    margin-top: 50px !important;
  }
  .u-marT60_sp {
    margin-top: 60px !important;
  }
  .u-marT70_sp {
    margin-top: 70px !important;
  }
  .u-marT80_sp {
    margin-top: 80px !important;
  }
  .u-marT90_sp {
    margin-top: 90px !important;
  }
  .u-marT120_sp {
    margin-top: 120px !important;
  }
  /* - Bottom margin */
  .u-marB0_sp {
    margin-bottom: 0px !important;
  }
  .u-marB5_sp {
    margin-bottom: 5px !important;
  }
  .u-marB10_sp {
    margin-bottom: 10px !important;
  }
  .u-marB15_sp {
    margin-bottom: 15px !important;
  }
  .u-marB20_sp {
    margin-bottom: 20px !important;
  }
  .u-marB25_sp {
    margin-bottom: 25px !important;
  }
  .u-marB30_sp {
    margin-bottom: 30px !important;
  }
  .u-marB40_sp {
    margin-bottom: 40px !important;
  }
  .u-marB50_sp {
    margin-bottom: 50px !important;
  }
  .u-marB60_sp {
    margin-bottom: 60px !important;
  }
  .u-marB70_sp {
    margin-bottom: 70px !important;
  }
  .u-marB80_sp {
    margin-bottom: 80px !important;
  }
  .u-marB90_sp {
    margin-bottom: 90px !important;
  }
  /* - Left margin */
  .u-marL0_sp {
    margin-left: 0px !important;
  }
  .u-marL5_sp {
    margin-left: 5px !important;
  }
  .u-marL10_sp {
    margin-left: 10px !important;
  }
  .u-marL15_sp {
    margin-left: 15px !important;
  }
  .u-marL20_sp {
    margin-left: 20px !important;
  }
  .u-marL25_sp {
    margin-left: 25px !important;
  }
  .u-marL30_sp {
    margin-left: 30px !important;
  }
  .u-marL40_sp {
    margin-left: 40px !important;
  }
  .u-marL50_sp {
    margin-left: 50px !important;
  }
  .u-marL60_sp {
    margin-left: 60px !important;
  }
  .u-marL70_sp {
    margin-left: 70px !important;
  }
  .u-marL80_sp {
    margin-left: 80px !important;
  }
  .u-marL90_sp {
    margin-left: 90px !important;
  }
  /* - Right margin */
  .u-marR0_sp {
    margin-right: 0px !important;
  }
  .u-marR5_sp {
    margin-right: 5px !important;
  }
  .u-marR10_sp {
    margin-right: 10px !important;
  }
  .u-marR15_sp {
    margin-right: 15px !important;
  }
  .u-marR20_sp {
    margin-right: 20px !important;
  }
  .u-marR25_sp {
    margin-right: 25px !important;
  }
  .u-marR30_sp {
    margin-right: 30px !important;
  }
  .u-marR40_sp {
    margin-right: 40px !important;
  }
  .u-marR50_sp {
    margin-right: 50px !important;
  }
  .u-marR60_sp {
    margin-right: 60px !important;
  }
  .u-marR70_sp {
    margin-right: 70px !important;
  }
  .u-marR80_sp {
    margin-right: 80px !important;
  }
  .u-marR90_sp {
    margin-right: 90px !important;
  }
}
/* - All padding */
.u-padA0 {
  padding: 0px !important;
}

.u-padA5 {
  padding: 5px !important;
}

.u-padA10 {
  padding: 10px !important;
}

.u-padA15 {
  padding: 15px !important;
}

.u-padA20 {
  padding: 20px !important;
}

.u-padA25 {
  padding: 25px !important;
}

.u-padA30 {
  padding: 30px !important;
}

.u-padA40 {
  padding: 40px !important;
}

.u-padA50 {
  padding: 50px !important;
}

.u-padA60 {
  padding: 60px !important;
}

.u-padA70 {
  padding: 70px !important;
}

.u-padA80 {
  padding: 80px !important;
}

.u-padA90 {
  padding: 90px !important;
}

/* - Top padding */
.u-padT0 {
  padding-top: 0px !important;
}

.u-padT5 {
  padding-top: 5px !important;
}

.u-padT10 {
  padding-top: 10px !important;
}

.u-padT15 {
  padding-top: 15px !important;
}

.u-padT20 {
  padding-top: 20px !important;
}

.u-padT25 {
  padding-top: 25px !important;
}

.u-padT30 {
  padding-top: 30px !important;
}

.u-padT40 {
  padding-top: 40px !important;
}

.u-padT50 {
  padding-top: 50px !important;
}

.u-padT60 {
  padding-top: 60px !important;
}

.u-padT70 {
  padding-top: 70px !important;
}

.u-padT80 {
  padding-top: 80px !important;
}

.u-padT90 {
  padding-top: 90px !important;
}

/* - Bottom padding */
.u-padB0 {
  padding-bottom: 0px !important;
}

.u-padB5 {
  padding-bottom: 5px !important;
}

.u-padB10 {
  padding-bottom: 10px !important;
}

.u-padB15 {
  padding-bottom: 15px !important;
}

.u-padB20 {
  padding-bottom: 20px !important;
}

.u-padB25 {
  padding-bottom: 25px !important;
}

.u-padB30 {
  padding-bottom: 30px !important;
}

.u-padB40 {
  padding-bottom: 40px !important;
}

.u-padB50 {
  padding-bottom: 50px !important;
}

.u-padB60 {
  padding-bottom: 60px !important;
}

.u-padB70 {
  padding-bottom: 70px !important;
}

.u-padB80 {
  padding-bottom: 80px !important;
}

.u-padB90 {
  padding-bottom: 90px !important;
}

/* - Left padding */
.u-padL0 {
  padding-left: 0px !important;
}

.u-padL5 {
  padding-left: 5px !important;
}

.u-padL10 {
  padding-left: 10px !important;
}

.u-padL15 {
  padding-left: 15px !important;
}

.u-padL20 {
  padding-left: 20px !important;
}

.u-padL25 {
  padding-left: 25px !important;
}

.u-padL30 {
  padding-left: 30px !important;
}

.u-padL40 {
  padding-left: 40px !important;
}

.u-padL50 {
  padding-left: 50px !important;
}

.u-padL60 {
  padding-left: 60px !important;
}

.u-padL70 {
  padding-left: 70px !important;
}

.u-padL80 {
  padding-left: 80px !important;
}

.u-padL90 {
  padding-left: 90px !important;
}

/* - Right padding */
.u-padR0 {
  padding-right: 0px !important;
}

.u-padR5 {
  padding-right: 5px !important;
}

.u-padR10 {
  padding-right: 10px !important;
}

.u-padR15 {
  padding-right: 15px !important;
}

.u-padR20 {
  padding-right: 20px !important;
}

.u-padR25 {
  padding-right: 25px !important;
}

.u-padR30 {
  padding-right: 30px !important;
}

.u-padR40 {
  padding-right: 40px !important;
}

.u-padR50 {
  padding-right: 50px !important;
}

.u-padR60 {
  padding-right: 60px !important;
}

.u-padR70 {
  padding-right: 70px !important;
}

.u-padR80 {
  padding-right: 80px !important;
}

.u-padR90 {
  padding-right: 90px !important;
}

@media print, screen and (min-width: 641px) {
  /* - All padding */
  .u-padA0_pc {
    padding: 0px !important;
  }
  .u-padA5_pc {
    padding: 5px !important;
  }
  .u-padA10_pc {
    padding: 10px !important;
  }
  .u-padA15_pc {
    padding: 15px !important;
  }
  .u-padA20_pc {
    padding: 20px !important;
  }
  .u-padA25_pc {
    padding: 25px !important;
  }
  .u-padA30_pc {
    padding: 30px !important;
  }
  .u-padA40_pc {
    padding: 40px !important;
  }
  .u-padA50_pc {
    padding: 50px !important;
  }
  .u-padA60_pc {
    padding: 60px !important;
  }
  .u-padA70_pc {
    padding: 70px !important;
  }
  .u-padA80_pc {
    padding: 80px !important;
  }
  .u-padA90_pc {
    padding: 90px !important;
  }
  /* - Top padding */
  .u-padT0_pc {
    padding-top: 0px !important;
  }
  .u-padT5_pc {
    padding-top: 5px !important;
  }
  .u-padT10_pc {
    padding-top: 10px !important;
  }
  .u-padT15_pc {
    padding-top: 15px !important;
  }
  .u-padT20_pc {
    padding-top: 20px !important;
  }
  .u-padT25_pc {
    padding-top: 25px !important;
  }
  .u-padT30_pc {
    padding-top: 30px !important;
  }
  .u-padT40_pc {
    padding-top: 40px !important;
  }
  .u-padT50_pc {
    padding-top: 50px !important;
  }
  .u-padT60_pc {
    padding-top: 60px !important;
  }
  .u-padT70_pc {
    padding-top: 70px !important;
  }
  .u-padT80_pc {
    padding-top: 80px !important;
  }
  .u-padT90_pc {
    padding-top: 90px !important;
  }
  /* - Bottom padding */
  .u-padB0_pc {
    padding-bottom: 0px !important;
  }
  .u-padB5_pc {
    padding-bottom: 5px !important;
  }
  .u-padB10_pc {
    padding-bottom: 10px !important;
  }
  .u-padB15_pc {
    padding-bottom: 15px !important;
  }
  .u-padB20_pc {
    padding-bottom: 20px !important;
  }
  .u-padB25_pc {
    padding-bottom: 25px !important;
  }
  .u-padB30_pc {
    padding-bottom: 30px !important;
  }
  .u-padB40_pc {
    padding-bottom: 40px !important;
  }
  .u-padB50_pc {
    padding-bottom: 50px !important;
  }
  .u-padB60_pc {
    padding-bottom: 60px !important;
  }
  .u-padB70_pc {
    padding-bottom: 70px !important;
  }
  .u-padB80_pc {
    padding-bottom: 80px !important;
  }
  .u-padB90_pc {
    padding-bottom: 90px !important;
  }
  /* - Left padding */
  .u-padL0_pc {
    padding-left: 0px !important;
  }
  .u-padL5_pc {
    padding-left: 5px !important;
  }
  .u-padL10_pc {
    padding-left: 10px !important;
  }
  .u-padL15_pc {
    padding-left: 15px !important;
  }
  .u-padL20_pc {
    padding-left: 20px !important;
  }
  .u-padL25_pc {
    padding-left: 25px !important;
  }
  .u-padL30_pc {
    padding-left: 30px !important;
  }
  .u-padL40_pc {
    padding-left: 40px !important;
  }
  .u-padL50_pc {
    padding-left: 50px !important;
  }
  .u-padL60_pc {
    padding-left: 60px !important;
  }
  .u-padL70_pc {
    padding-left: 70px !important;
  }
  .u-padL80_pc {
    padding-left: 80px !important;
  }
  .u-padL90_pc {
    padding-left: 90px !important;
  }
  /* - Right padding */
  .u-padR0_pc {
    padding-right: 0px !important;
  }
  .u-padR5_pc {
    padding-right: 5px !important;
  }
  .u-padR10_pc {
    padding-right: 10px !important;
  }
  .u-padR15_pc {
    padding-right: 15px !important;
  }
  .u-padR20_pc {
    padding-right: 20px !important;
  }
  .u-padR25_pc {
    padding-right: 25px !important;
  }
  .u-padR30_pc {
    padding-right: 30px !important;
  }
  .u-padR40_pc {
    padding-right: 40px !important;
  }
  .u-padR50_pc {
    padding-right: 50px !important;
  }
  .u-padR60_pc {
    padding-right: 60px !important;
  }
  .u-padR70_pc {
    padding-right: 70px !important;
  }
  .u-padR80_pc {
    padding-right: 80px !important;
  }
  .u-padR90_pc {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 640px) {
  .u-padA0_sp {
    padding: 0px !important;
  }
  .u-padA5_sp {
    padding: 5px !important;
  }
  .u-padA10_sp {
    padding: 10px !important;
  }
  .u-padA15_sp {
    padding: 15px !important;
  }
  .u-padA20_sp {
    padding: 20px !important;
  }
  .u-padA25_sp {
    padding: 25px !important;
  }
  .u-padA30_sp {
    padding: 30px !important;
  }
  .u-padA40_sp {
    padding: 40px !important;
  }
  .u-padA50_sp {
    padding: 50px !important;
  }
  .u-padA60_sp {
    padding: 60px !important;
  }
  .u-padA70_sp {
    padding: 70px !important;
  }
  .u-padA80_sp {
    padding: 80px !important;
  }
  .u-padA90_sp {
    padding: 90px !important;
  }
  /* - Top padding */
  .u-padT0_sp {
    padding-top: 0px !important;
  }
  .u-padT5_sp {
    padding-top: 5px !important;
  }
  .u-padT10_sp {
    padding-top: 10px !important;
  }
  .u-padT15_sp {
    padding-top: 15px !important;
  }
  .u-padT20_sp {
    padding-top: 20px !important;
  }
  .u-padT25_sp {
    padding-top: 25px !important;
  }
  .u-padT30_sp {
    padding-top: 30px !important;
  }
  .u-padT40_sp {
    padding-top: 40px !important;
  }
  .u-padT50_sp {
    padding-top: 50px !important;
  }
  .u-padT60_sp {
    padding-top: 60px !important;
  }
  .u-padT70_sp {
    padding-top: 70px !important;
  }
  .u-padT80_sp {
    padding-top: 80px !important;
  }
  .u-padT90_sp {
    padding-top: 90px !important;
  }
  /* - Bottom padding */
  .u-padB0_sp {
    padding-bottom: 0px !important;
  }
  .u-padB5_sp {
    padding-bottom: 5px !important;
  }
  .u-padB10_sp {
    padding-bottom: 10px !important;
  }
  .u-padB15_sp {
    padding-bottom: 15px !important;
  }
  .u-padB20_sp {
    padding-bottom: 20px !important;
  }
  .u-padB25_sp {
    padding-bottom: 25px !important;
  }
  .u-padB30_sp {
    padding-bottom: 30px !important;
  }
  .u-padB40_sp {
    padding-bottom: 40px !important;
  }
  .u-padB50_sp {
    padding-bottom: 50px !important;
  }
  .u-padB60_sp {
    padding-bottom: 60px !important;
  }
  .u-padB70_sp {
    padding-bottom: 70px !important;
  }
  .u-padB80_sp {
    padding-bottom: 80px !important;
  }
  .u-padB90_sp {
    padding-bottom: 90px !important;
  }
  /* - Left padding */
  .u-padL0_sp {
    padding-left: 0px !important;
  }
  .u-padL5_sp {
    padding-left: 5px !important;
  }
  .u-padL10_sp {
    padding-left: 10px !important;
  }
  .u-padL15_sp {
    padding-left: 15px !important;
  }
  .u-padL20_sp {
    padding-left: 20px !important;
  }
  .u-padL25_sp {
    padding-left: 25px !important;
  }
  .u-padL30_sp {
    padding-left: 30px !important;
  }
  .u-padL40_sp {
    padding-left: 40px !important;
  }
  .u-padL50_sp {
    padding-left: 50px !important;
  }
  .u-padL60_sp {
    padding-left: 60px !important;
  }
  .u-padL70_sp {
    padding-left: 70px !important;
  }
  .u-padL80_sp {
    padding-left: 80px !important;
  }
  .u-padL90_sp {
    padding-left: 90px !important;
  }
  /* - Right padding */
  .u-padR0_sp {
    padding-right: 0px !important;
  }
  .u-padR5_sp {
    padding-right: 5px !important;
  }
  .u-padR10_sp {
    padding-right: 10px !important;
  }
  .u-padR15_sp {
    padding-right: 15px !important;
  }
  .u-padR20_sp {
    padding-right: 20px !important;
  }
  .u-padR25_sp {
    padding-right: 25px !important;
  }
  .u-padR30_sp {
    padding-right: 30px !important;
  }
  .u-padR40_sp {
    padding-right: 40px !important;
  }
  .u-padR50_sp {
    padding-right: 50px !important;
  }
  .u-padR60_sp {
    padding-right: 60px !important;
  }
  .u-padR70_sp {
    padding-right: 70px !important;
  }
  .u-padR80_sp {
    padding-right: 80px !important;
  }
  .u-padR90_sp {
    padding-right: 90px !important;
  }
}
.u-wid10Per {
  width: 10% !important;
}

.u-wid15Per {
  width: 15% !important;
}

.u-wid20Per {
  width: 20% !important;
}

.u-wid25Per {
  width: 25% !important;
}

.u-wid30Per {
  width: 30% !important;
}

.u-wid35Per {
  width: 35% !important;
}

.u-wid40Per {
  width: 40% !important;
}

.u-wid45Per {
  width: 45% !important;
}

.u-wid50Per {
  width: 50% !important;
}

.u-wid55Per {
  width: 55% !important;
}

.u-wid60Per {
  width: 60% !important;
}

.u-wid65Per {
  width: 65% !important;
}

.u-wid70Per {
  width: 70% !important;
}

.u-wid75Per {
  width: 75% !important;
}

.u-wid80Per {
  width: 80% !important;
}

.u-wid85Per {
  width: 85% !important;
}

.u-wid90Per {
  width: 90% !important;
}

.u-wid95Per {
  width: 95% !important;
}

.u-wid100Per {
  width: 100% !important;
}

.u-wid50 {
  width: 50px !important;
}

.u-wid100 {
  width: 100px !important;
}

.u-wid150 {
  width: 150px !important;
}

.u-wid200 {
  width: 200px !important;
}

.u-wid250 {
  width: 250px !important;
}

.u-wid300 {
  width: 300px !important;
}

.u-wid350 {
  width: 350px !important;
}

.u-wid400 {
  width: 400px !important;
}

.u-wid450 {
  width: 450px !important;
}

.u-wid500 {
  width: 500px !important;
}

.u-wid550 {
  width: 550px !important;
}

.u-wid600 {
  width: 600px !important;
}

.u-wid650 {
  width: 650px !important;
}

.u-wid700 {
  width: 700px !important;
}

.u-wid750 {
  width: 750px !important;
}

.u-wid800 {
  width: 800px !important;
}

.u-wid850 {
  width: 850px !important;
}

.u-wid900 {
  width: 900px !important;
}

.u-wid950 {
  width: 950px !important;
}

@media print, screen and (min-width: 641px) {
  .u-wid10Per_pc {
    width: 10% !important;
  }
  .u-wid15Per_pc {
    width: 15% !important;
  }
  .u-wid20Per_pc {
    width: 20% !important;
  }
  .u-wid25Per_pc {
    width: 25% !important;
  }
  .u-wid30Per_pc {
    width: 30% !important;
  }
  .u-wid35Per_pc {
    width: 35% !important;
  }
  .u-wid40Per_pc {
    width: 40% !important;
  }
  .u-wid45Per_pc {
    width: 45% !important;
  }
  .u-wid50Per_pc {
    width: 50% !important;
  }
  .u-wid55Per_pc {
    width: 55% !important;
  }
  .u-wid60Per_pc {
    width: 60% !important;
  }
  .u-wid65Per_pc {
    width: 65% !important;
  }
  .u-wid70Per_pc {
    width: 70% !important;
  }
  .u-wid75Per_pc {
    width: 75% !important;
  }
  .u-wid80Per_pc {
    width: 80% !important;
  }
  .u-wid85Per_pc {
    width: 85% !important;
  }
  .u-wid90Per_pc {
    width: 90% !important;
  }
  .u-wid95Per_pc {
    width: 95% !important;
  }
  .u-wid100Per_pc {
    width: 100% !important;
  }
  .u-wid50_pc {
    width: 50px !important;
  }
  .u-wid100_pc {
    width: 100px !important;
  }
  .u-wid150_pc {
    width: 150px !important;
  }
  .u-wid200_pc {
    width: 200px !important;
  }
  .u-wid250_pc {
    width: 250px !important;
  }
  .u-wid300_pc {
    width: 300px !important;
  }
  .u-wid350_pc {
    width: 350px !important;
  }
  .u-wid400_pc {
    width: 400px !important;
  }
  .u-wid450_pc {
    width: 450px !important;
  }
  .u-wid500_pc {
    width: 500px !important;
  }
  .u-wid550_pc {
    width: 550px !important;
  }
  .u-wid600_pc {
    width: 600px !important;
  }
  .u-wid650_pc {
    width: 650px !important;
  }
  .u-wid700_pc {
    width: 700px !important;
  }
  .u-wid750_pc {
    width: 750px !important;
  }
  .u-wid800_pc {
    width: 800px !important;
  }
  .u-wid850_pc {
    width: 850px !important;
  }
  .u-wid900_pc {
    width: 900px !important;
  }
  .u-wid950_pc {
    width: 950px !important;
  }
}
@media screen and (max-width: 640px) {
  .u-wid10Per_sp {
    width: 10% !important;
  }
  .u-wid15Per_sp {
    width: 15% !important;
  }
  .u-wid20Per_sp {
    width: 20% !important;
  }
  .u-wid25Per_sp {
    width: 25% !important;
  }
  .u-wid30Per_sp {
    width: 30% !important;
  }
  .u-wid35Per_sp {
    width: 35% !important;
  }
  .u-wid40Per_sp {
    width: 40% !important;
  }
  .u-wid45Per_sp {
    width: 45% !important;
  }
  .u-wid50Per_sp {
    width: 50% !important;
  }
  .u-wid55Per_sp {
    width: 55% !important;
  }
  .u-wid60Per_sp {
    width: 60% !important;
  }
  .u-wid65Per_sp {
    width: 65% !important;
  }
  .u-wid70Per_sp {
    width: 70% !important;
  }
  .u-wid75Per_sp {
    width: 75% !important;
  }
  .u-wid80Per_sp {
    width: 80% !important;
  }
  .u-wid85Per_sp {
    width: 85% !important;
  }
  .u-wid90Per_sp {
    width: 90% !important;
  }
  .u-wid95Per_sp {
    width: 95% !important;
  }
  .u-wid100Per_sp {
    width: 100% !important;
  }
  .u-wid50_sp {
    width: 50px !important;
  }
  .u-wid100_sp {
    width: 100px !important;
  }
  .u-wid150_sp {
    width: 150px !important;
  }
  .u-wid200_sp {
    width: 200px !important;
  }
  .u-wid250_sp {
    width: 250px !important;
  }
  .u-wid300_sp {
    width: 300px !important;
  }
  .u-wid350_sp {
    width: 350px !important;
  }
  .u-wid400_sp {
    width: 400px !important;
  }
  .u-wid450_sp {
    width: 450px !important;
  }
  .u-wid500_sp {
    width: 500px !important;
  }
  .u-wid550_sp {
    width: 550px !important;
  }
  .u-wid600_sp {
    width: 600px !important;
  }
  .u-wid650_sp {
    width: 650px !important;
  }
  .u-wid700_sp {
    width: 700px !important;
  }
  .u-wid750_sp {
    width: 750px !important;
  }
  .u-wid800_sp {
    width: 800px !important;
  }
  .u-wid850_sp {
    width: 850px !important;
  }
  .u-wid900_sp {
    width: 900px !important;
  }
  .u-wid950_sp {
    width: 950px !important;
  }
}