@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/**
 * メディアクエリ（min-width）を適用するためのミックスイン
 *
 * @param {String} $breakpoint: 適用するブレークポイント
 */
/**
 * メディアクエリ（max-width）を適用するためのミックスイン
 *
 * @param {String} $breakpoint: 適用するブレークポイント
 */
/**
 * heading(h1-h6)のスタイルを適用するためのミックスイン
 *
 * @param {Number} $font-size: フォントサイズ
 * @param {number} $font-size-sp: フォントサイズ（sp）
 * @param {Color} $font-color: フォントカラー
 * @param {Number} $icon-width: アイコンの幅
 * @param {Number} $icon-height: アイコンの高さ
 * @param {Number} $icon-shape-margin-right: アイコンの右マージン
 * @param {Number} $icon-position-top: アイコンの上位置
 * @param {Number} $icon-position-left: アイコンの左位置
 * @param {Number} $icon-margin-top: アイコンの上マージン
 * @param {Number} $icon-margin-right: アイコンの右マージン
 * @param {Number} $icon-margin-bottom: アイコンの下マージン
 * @param {Number} $icon-margin-left: アイコンの左マージン
 * @param {String} $target: 適用する見出しタグ
 */
/**
 * カードの日付と時間を表示するためのミックスイン
 *
 * @param {String} $target: 表示するアイコンの種類（'date' または 'time'）
 * @param {Number} $top: アイコンの上からの位置
 * @param {Number} $left: アイコンの左からの位置
 */
/**
 * コンテンツ内で利用するタグのスタイルを適用するためのミックスイン
 */
/**
 * 投稿ページのボタンスタイルを適用するためのミックスイン
 *
 * @param {Color} $ft-color: フォントカラー
 * @param {Color} $ft-color-hover: フォントカラー（ホバー時）
 * @param {Color} $bg-color: 背景カラー
 * @param {Color} $bg-color-hover: 背景カラー（ホバー時）
 * @param {Color} $border-color: ボーダーカラー
 * @param {Color} $shapes-color-front: 形状カラー（前面）
 * @param {Color} $shapes-color-front-sp: 形状カラー（前面）（モバイル）
 * @param {Color} $shapes-color-back: 形状カラー（背面）
 * @param {Color} $triangle-color: 三角形カラー
 * @param {Color} $triangle-color-hover: 三角形カラー（ホバー時）
 * @param {String} $target: ターゲット
 */
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #1b1f24;
  background-color: #f1f1f1;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body::before {
  content: "";
  position: absolute;
  top: 90px;
  left: -180px;
  width: 800px;
  height: 170px;
  background: #ffffff;
  transform: rotate(-45deg);
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 576px) {
  body::before {
    width: 500px;
    height: 80px;
  }
}
body.is-menu-open {
  overflow: hidden;
  height: 100%;
}

/**
 * ヘッダーのアクションボタンのスタイルを適用するミックスイン.
 *
 * @param {Color} $ft-color: ボタンのテキストカラー
 * @param {Color} $ft-color-hover: ホバー時のボタンのテキストカラー
 * @param {Color} $bg-color: ボタンの背景色
 * @param {Color} $bg-color-hover: ホバー時のボタンの背景色
 * @param {Color} $shapes-color: ボタン内の三角形など装飾の色
 * @param {String} $target: ボタンのターゲット
 */
/**
 * ドロワーメニューのアクションボタンのスタイルを適用するミックスイン.
 *
 * @param {Color} $ft-color: ボタンのテキストカラー
 * @param {Color} $ft-color-hover: ホバー時のボタンのテキストカラー
 * @param {Color} $bg-color: ボタンの背景色
 * @param {Color} $bg-color-hover: ホバー時のボタンの背景色
 * @param {Color} $shapes-color: ボタン内の三角形など装飾の色
 * @param {Color} $triangle-color: ボタンの三角形の色
 * @param {Color} $triangle-color-hover: ホバー時のボタンの三角形の色
 * @param {String} $target: ボタンのターゲット
 */
/**
 * プロモーションセクション内のアクションボタンのスタイルを適用するミックスイン.
 *
 * @param {Color} $ft-color: ボタンのテキストカラー
 * @param {Color} $ft-color-hover: ホバー時のボタンのテキストカラー
 * @param {Color} $bg-color: ボタンの背景色
 * @param {Color} $bg-color-hover: ホバー時のボタンの背景色
 * @param {Color} $shapes-color: ボタン内の三角形など装飾の色
 * @param {Color} $triangle-color: ボタンの三角形の色
 * @param {Color} $triangle-color-hover: ホバー時のボタンの三角形の色
 * @param {String} $target: ボタンのターゲット
 */
/**
 * 一覧のアクションボタン（もっと見る）のスタイルを適用するミックスイン.
 *
 * @param {Color} $ft-color: ボタンのテキストカラー
 * @param {Color} $ft-color-hover: ホバー時のボタンのテキストカラー
 * @param {Color} $bg-color: ボタンの背景色
 * @param {Color} $bg-color-hover: ホバー時のボタンの背景色
 * @param {Color} $shapes-color: ボタン内の三角形など装飾の色
 * @param {Color} $shapes-color-sp: ボタン内の三角形など装飾の色（スマートフォン用）
 * @param {String} $target: ボタンのターゲット
 */
/**
 * ハンバーガーメニューのラインを表示するためのミックスイン
 *
 * @param {Number} $width: ラインの幅
 * @param {Number} $height: ラインの高さ
 * @param {Number} $top: ラインの上からの位置
 * @param {Number} $right: ラインの右からの位置
 */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 81px;
  background: #1b1f24;
  overflow: hidden;
  z-index: 102;
}
@media (max-width: 576px) {
  .site-header {
    height: 64px;
  }
}
.site-header__wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo {
  width: 212px;
  position: relative;
}
@media (max-width: 1260px) {
  .site-header__logo {
    margin-left: 24px;
  }
}
@media (max-width: 576px) {
  .site-header__logo {
    margin-left: 12px;
    width: 140px;
  }
}
.site-header__logo-img {
  width: 100%;
}
@media (max-width: 576px) {
  .site-header__logo-img {
    width: 140px;
  }
}
.site-header__logo-img:hover {
  opacity: 0.8;
}
.site-header__logo-text {
  font-size: 0.625rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 576px) {
  .site-header__logo-text {
    font-size: 0.40625rem;
  }
}
@media (max-width: 1260px) {
  .site-header__nav {
    display: none;
  }
}
.site-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__nav-item {
  display: inline-block;
  list-style: none;
  margin-left: 30px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.site-header__nav-item a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s;
  position: relative;
}
.site-header__nav-item a:hover {
  color: #d8fb01;
}
.site-header__nav-item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%) translateY(10px) scaleY(0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d8fb01;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.65, 1), opacity 0.2s;
}
.site-header__nav-item a:hover::after {
  transform: translateX(-50%) translateY(0) scaleY(1);
  opacity: 1;
}
.site-header__actions {
  width: 370px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 1260px) {
  .site-header__actions {
    display: none;
  }
}
.site-header__actions-download-btn {
  background: #ffffff;
  color: #1b1f24;
  width: 175px;
  height: 51px;
  line-height: 51px;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.site-header__actions-download-btn-icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.site-header__actions-download-btn-text {
  display: inline-block;
  margin-left: 10px;
  transform: translateX(0%);
  transition: transform 0.6s;
}
.site-header__actions-download-btn-top-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #1b1f24;
  transform: translateY(-100%);
  transition: transform 0.6s;
}
.site-header__actions-download-btn-bottom-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #1b1f24;
  transform: translateY(100%);
  transition: transform 0.6s;
}
.site-header__actions-download-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 28%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #1b1f24;
  transform: translateX(0%);
  transition: transform 0.6s;
}
.site-header__actions-download-btn::before {
  content: "";
  position: absolute;
}
.site-header__actions-download-btn:hover {
  color: #ffffff;
  background: #757575;
}
.site-header__actions-download-btn:hover svg path {
  stroke: #ffffff;
}
.site-header__actions-download-btn:hover .site-header__actions-download-btn-text {
  transform: translateX(16px);
}
.site-header__actions-download-btn:hover .site-header__actions-download-btn-top-triangle::before {
  transform: translateY(0%);
}
.site-header__actions-download-btn:hover .site-header__actions-download-btn-bottom-triangle::before {
  transform: translateY(0%);
}
.site-header__actions-download-btn:hover .site-header__actions-download-btn-right-triangle::before {
  transform: translateX(16px);
}
.site-header__actions-download-btn .svg-arrow {
  transition: transform 0.5s;
}
.site-header__actions-download-btn:hover .svg-arrow {
  transform: translateY(5px);
}
.site-header__actions-contact-btn {
  background: #d8fb01;
  color: #1b1f24;
  width: 175px;
  height: 51px;
  line-height: 51px;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.site-header__actions-contact-btn-icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.site-header__actions-contact-btn-text {
  display: inline-block;
  margin-left: 10px;
  transform: translateX(0%);
  transition: transform 0.6s;
}
.site-header__actions-contact-btn-top-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #1b1f24;
  transform: translateY(-100%);
  transition: transform 0.6s;
}
.site-header__actions-contact-btn-bottom-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #1b1f24;
  transform: translateY(100%);
  transition: transform 0.6s;
}
.site-header__actions-contact-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 28%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #1b1f24;
  transform: translateX(0%);
  transition: transform 0.6s;
}
.site-header__actions-contact-btn::before {
  content: "";
  position: absolute;
}
.site-header__actions-contact-btn:hover {
  color: #ffffff;
  background: #757575;
}
.site-header__actions-contact-btn:hover svg path {
  stroke: #ffffff;
}
.site-header__actions-contact-btn:hover .site-header__actions-contact-btn-text {
  transform: translateX(16px);
}
.site-header__actions-contact-btn:hover .site-header__actions-contact-btn-top-triangle::before {
  transform: translateY(0%);
}
.site-header__actions-contact-btn:hover .site-header__actions-contact-btn-bottom-triangle::before {
  transform: translateY(0%);
}
.site-header__actions-contact-btn:hover .site-header__actions-contact-btn-right-triangle::before {
  transform: translateX(16px);
}
.site-header__actions-contact-btn .svg-document {
  transition: transform 0.5s;
}
.site-header__actions-contact-btn:hover .svg-document {
  transform: translateY(7px);
}
.site-header__actions-contact-btn .svg-document-none {
  transition: transform 0.5s, opacity 0.5s;
}
.site-header__actions-contact-btn:hover .svg-document-none {
  opacity: 0;
}
.site-header__hamburger {
  position: relative;
  top: 0;
  right: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media (max-width: 576px) {
  .site-header__hamburger {
    right: 16px;
    width: 32px;
    height: 32px;
  }
}
.site-header__hamburger.is-active span:nth-of-type(1) {
  width: 34px;
  transform: translateY(12px) rotate(45deg);
}
@media (max-width: 576px) {
  .site-header__hamburger.is-active span:nth-of-type(1) {
    width: 28px;
    transform: translateY(12px) rotate(45deg);
  }
}
.site-header__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.site-header__hamburger.is-active span:nth-of-type(3) {
  width: 34px;
  transform: translateY(-14px) rotate(-45deg);
}
@media (max-width: 576px) {
  .site-header__hamburger.is-active span:nth-of-type(3) {
    width: 28px;
    transform: translateY(-10px) rotate(-45deg);
  }
}
@media (min-width: 1260px) {
  .site-header__hamburger {
    display: none;
  }
}
.site-header__hamburger-top-line {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s;
  position: absolute;
  top: 7px;
  right: 0;
}
@media (max-width: 576px) {
  .site-header__hamburger-top-line {
    display: block;
    width: 16px;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s;
    position: absolute;
    top: 5px;
    right: 0;
  }
}
.site-header__hamburger-center-line {
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s;
  position: absolute;
  top: 20px;
  right: 0;
}
@media (max-width: 576px) {
  .site-header__hamburger-center-line {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s;
    position: absolute;
    top: 16px;
    right: 0;
  }
}
.site-header__hamburger-bottom-line {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s;
  position: absolute;
  top: 33px;
  right: 0;
}
@media (max-width: 576px) {
  .site-header__hamburger-bottom-line {
    display: block;
    width: 16px;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s;
    position: absolute;
    top: 27px;
    right: 0;
  }
}
.site-header__drawer-menu {
  width: 100%;
  height: 0;
  background: #f1f1f1;
  position: fixed;
  top: 81px;
  left: 0;
  overflow-y: hidden;
  z-index: 101;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../img/drawer-menu.svg);
  background-size: auto;
}
@media (max-width: 576px) {
  .site-header__drawer-menu {
    top: 64px;
  }
}
.site-header__drawer-menu.is-active {
  height: calc(100% - 81px);
  overflow-y: auto;
  scrollbar-width: none;
}
@media (max-width: 576px) {
  .site-header__drawer-menu.is-active {
    height: calc(100% - 64px);
  }
}
.site-header__drawer-menu-list {
  padding: 30px 0;
  text-align: center;
}
.site-header__drawer-menu-item {
  margin-bottom: 40px;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.site-header__drawer-menu-item a {
  text-decoration: none;
}
.site-header__drawer-menu-item a:hover {
  color: #d8fb01;
  text-shadow: 1px 1px 2px #757575;
  -webkit-text-decoration: underline #d8fb01;
          text-decoration: underline #d8fb01;
}
.site-header__drawer-menu-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.site-header__drawer-menu-actions-download-btn {
  background: #1b1f24;
  color: #ffffff;
  width: 170px;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.site-header__drawer-menu-actions-download-btn-icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 14px;
}
.site-header__drawer-menu-actions-download-btn-icon svg path {
  stroke: #ffffff;
}
.site-header__drawer-menu-actions-download-btn-text {
  display: inline-block;
  margin-left: 54px;
}
.site-header__drawer-menu-actions-download-btn-bottom-right-triangle::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d8fb01;
  transform: translateY(100%) rotate(-45deg);
  transition: transform 0.6s;
}
.site-header__drawer-menu-actions-download-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #f1f1f1;
  transform: translateX(0%);
  transition: transform 0.6s;
}
.site-header__drawer-menu-actions-download-btn::before {
  content: "";
  position: absolute;
}
.site-header__drawer-menu-actions-download-btn:hover {
  color: #ffffff;
  background: #757575;
}
.site-header__drawer-menu-actions-download-btn:hover svg path {
  stroke: #ffffff;
}
.site-header__drawer-menu-actions-download-btn:hover .site-header__drawer-menu-actions-download-btn-bottom-right-triangle::before {
  transform: translateX(2px) translateY(8px) rotate(-45deg);
  border-top-color: #1b1f24;
}
.site-header__drawer-menu-actions-download-btn:hover .site-header__drawer-menu-actions-download-btn-right-triangle::before {
  transform: translateX(16px);
}
.site-header__drawer-menu-actions-contact-btn {
  background: #d8fb01;
  color: #1b1f24;
  width: 170px;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.site-header__drawer-menu-actions-contact-btn-icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 14px;
}
.site-header__drawer-menu-actions-contact-btn-icon svg path {
  stroke: #1b1f24;
}
.site-header__drawer-menu-actions-contact-btn-text {
  display: inline-block;
  margin-left: 54px;
}
.site-header__drawer-menu-actions-contact-btn-bottom-right-triangle::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1b1f24;
  transform: translateY(100%) rotate(-45deg);
  transition: transform 0.6s;
}
.site-header__drawer-menu-actions-contact-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #f1f1f1;
  transform: translateX(0%);
  transition: transform 0.6s;
}
.site-header__drawer-menu-actions-contact-btn::before {
  content: "";
  position: absolute;
}
.site-header__drawer-menu-actions-contact-btn:hover {
  color: #ffffff;
  background: #757575;
}
.site-header__drawer-menu-actions-contact-btn:hover svg path {
  stroke: #ffffff;
}
.site-header__drawer-menu-actions-contact-btn:hover .site-header__drawer-menu-actions-contact-btn-bottom-right-triangle::before {
  transform: translateX(2px) translateY(8px) rotate(-45deg);
  border-top-color: #d8fb01;
}
.site-header__drawer-menu-actions-contact-btn:hover .site-header__drawer-menu-actions-contact-btn-right-triangle::before {
  transform: translateX(16px);
}

.main__wrapper {
  margin: 0 auto;
  padding-top: 81px;
  max-width: 1170px;
}
@media (max-width: 576px) {
  .main__wrapper {
    padding-top: 64px;
  }
}
.main__breadcrumbs {
  margin: 20px 0 20px 0;
  padding: 0;
}
@media (max-width: 768px) {
  .main__breadcrumbs {
    margin: 10px 0 0 10px;
  }
}
@media (max-width: 576px) {
  .main__breadcrumbs {
    margin: 10px;
  }
}

.main-form {
  background-image: url("../img/form-background.svg");
  background-repeat: no-repeat;
  background-size: 800px auto;
  background-position: left bottom;
}
@media (max-width: 768px) {
  .main-form {
    background-size: contain;
  }
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  color: #757575;
  text-decoration: none;
}
.breadcrumbs__item-home {
  width: 17px;
  height: auto;
  position: relative;
  top: 2px;
  left: 0;
}
.breadcrumbs__item a {
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  color: #97af00;
}
.breadcrumbs__item a:hover svg path {
  stroke: #97af00;
}
.breadcrumbs__item:first-child::after {
  display: none;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #757575;
  margin: 0 13px;
}

.promotion {
  background: #1b1f24;
  background-image: url("../img/promotion-rectangle-left.svg"), url("../img/promotion-rectangle-right.svg");
  background-repeat: repeat-y, repeat-y;
  background-position: left, right;
}
.promotion__wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 1170px;
  height: 386px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
  .promotion__wrapper {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: normal;
    height: auto;
    gap: 20px;
  }
}
.promotion__catchy {
  flex: 0 0 600px;
}
@media (max-width: 768px) {
  .promotion__catchy {
    flex: 0 0 100%;
    order: 1;
  }
}
.promotion__catchy-sub {
  font-size: 1.625rem;
  color: #ffffff;
  position: relative;
  top: -10px;
  left: 0;
}
.promotion__catchy-sub-break {
  display: none;
}
@media (max-width: 768px) {
  .promotion__catchy-sub-break {
    display: inline;
  }
}
@media (max-width: 768px) {
  .promotion__catchy-sub {
    font-size: 1.125rem;
    text-align: center;
    top: -50px;
  }
}
.promotion__catchy-sub::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .promotion__catchy-sub::before {
    display: block;
    margin: 0 auto -2px auto;
    position: static;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
  }
}
.promotion__catchy-main {
  font-size: 3rem;
  font-weight: 700;
  color: #d8fb01;
  position: relative;
  top: -50px;
  left: 0;
}
@media (max-width: 768px) {
  .promotion__catchy-main {
    font-size: 1.75rem;
    text-align: center;
    padding: 0 10px 0 10px;
    top: -70px;
  }
}
.promotion__catchy-actions {
  width: 540px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  top: -20px;
  left: 0;
}
@media (max-width: 768px) {
  .promotion__catchy-actions {
    width: 100%;
    justify-content: center;
    gap: 12px;
    top: -40px;
  }
}
.promotion__catchy-actions-download-btn {
  background: #ffffff;
  color: #1b1f24;
  width: 262px;
  height: 85px;
  line-height: 1.8;
  text-decoration: none;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .promotion__catchy-actions-download-btn {
    width: 170px;
    height: 68px;
    line-height: 1.6;
  }
}
.promotion__catchy-actions-download-btn-sub-text {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .promotion__catchy-actions-download-btn-sub-text {
    font-size: 0.875rem;
    margin-top: 12px;
  }
}
.promotion__catchy-actions-download-btn-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .promotion__catchy-actions-download-btn-text {
    font-size: 1.125rem;
  }
}
.promotion__catchy-actions-download-btn-bottom-right-triangle::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -1px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1b1f24;
  transform: translateY(100%) rotate(-45deg);
  transition: transform 0.6s;
}
.promotion__catchy-actions-download-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 38%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #1b1f24;
  transform: translateX(0%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .promotion__catchy-actions-download-btn-right-triangle::before {
    bottom: 36%;
  }
}
.promotion__catchy-actions-download-btn::before {
  content: "";
  position: absolute;
}
.promotion__catchy-actions-download-btn:hover {
  color: #ffffff;
  background: #757575;
}
.promotion__catchy-actions-download-btn:hover svg path {
  stroke: #ffffff;
}
.promotion__catchy-actions-download-btn:hover .promotion__catchy-actions-download-btn-bottom-right-triangle::before {
  transform: translateX(2px) translateY(8px) rotate(-45deg);
  border-top-color: #d8fb01;
}
.promotion__catchy-actions-download-btn:hover .promotion__catchy-actions-download-btn-right-triangle::before {
  transform: translateX(16px);
}
.promotion__catchy-actions-contact-btn {
  background: #d8fb01;
  color: #1b1f24;
  width: 262px;
  height: 85px;
  line-height: 1.8;
  text-decoration: none;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .promotion__catchy-actions-contact-btn {
    width: 170px;
    height: 68px;
    line-height: 1.6;
  }
}
.promotion__catchy-actions-contact-btn-sub-text {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .promotion__catchy-actions-contact-btn-sub-text {
    font-size: 0.875rem;
    margin-top: 12px;
  }
}
.promotion__catchy-actions-contact-btn-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .promotion__catchy-actions-contact-btn-text {
    font-size: 1.125rem;
  }
}
.promotion__catchy-actions-contact-btn-bottom-right-triangle::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -1px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1b1f24;
  transform: translateY(100%) rotate(-45deg);
  transition: transform 0.6s;
}
.promotion__catchy-actions-contact-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 38%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #1b1f24;
  transform: translateX(0%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .promotion__catchy-actions-contact-btn-right-triangle::before {
    bottom: 36%;
  }
}
.promotion__catchy-actions-contact-btn::before {
  content: "";
  position: absolute;
}
.promotion__catchy-actions-contact-btn:hover {
  color: #ffffff;
  background: #757575;
}
.promotion__catchy-actions-contact-btn:hover svg path {
  stroke: #ffffff;
}
.promotion__catchy-actions-contact-btn:hover .promotion__catchy-actions-contact-btn-bottom-right-triangle::before {
  transform: translateX(2px) translateY(8px) rotate(-45deg);
  border-top-color: #d8fb01;
}
.promotion__catchy-actions-contact-btn:hover .promotion__catchy-actions-contact-btn-right-triangle::before {
  transform: translateX(16px);
}
.promotion__image {
  max-width: 100%;
  height: auto;
  flex: 1;
  display: block;
  position: relative;
  top: -30px;
  right: -10px;
}
@media (max-width: 768px) {
  .promotion__image {
    top: -50px;
    right: 0;
  }
}

/**
 * フッター内の会社情報を表示するためのミックスイン
 *
 * @param {String} $target: 表示するアイコンの種類（'location' または 'tel'）
 * @param {Number} $size: アイコンのサイズ
 * @param {Number} $indent: アイコンのインデント
 * @param {Number} $margin-right: アイコンの右マージン
 * @param {Number} $top: アイコンの上からの位置
 * @param {Number} $left: アイコンの左からの位置
 */
.site-footer {
  position: relative;
  z-index: 6;
  background: #1b1f24;
  color: #ffffff;
}
.site-footer__wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 1170px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .site-footer__wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .site-footer__wrapper {
    flex-flow: column nowrap;
  }
}
.site-footer__company {
  margin: 50px 20px 50px 20px;
}
@media (max-width: 768px) {
  .site-footer__company {
    margin-bottom: -16px;
  }
}
.site-footer__company-logo:hover {
  opacity: 0.8;
}
.site-footer__company-logo img {
  width: 270px;
  height: auto;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .site-footer__company-logo img {
    width: 240px;
  }
}
.site-footer__company-location {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 200%;
  padding-left: 24px;
  text-indent: -24px;
}
.site-footer__company-location::before {
  content: "";
  display: inline-block;
  background-image: url("../img/location.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
  left: 0;
}
.site-footer__company-location--br {
  display: none;
}
@media (max-width: 768px) {
  .site-footer__company-location--br {
    display: block;
  }
}
.site-footer__company-tel {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 200%;
  padding-left: 180px;
  text-indent: -180px;
}
.site-footer__company-tel::before {
  content: "";
  display: inline-block;
  background-image: url("../img/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  left: 0;
}
.site-footer__company-copyright {
  margin-top: 28px;
  font-size: 0.75rem;
  color: #757575;
}
@media (max-width: 768px) {
  .site-footer__company-copyright {
    display: none;
  }
}
.site-footer__links {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: right;
  align-items: flex-start;
  gap: 40px;
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .site-footer__links {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .site-footer__links {
    gap: 26px;
    margin-left: 24px;
  }
}
.site-footer__links-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 16px;
}
@media (max-width: 992px) {
  .site-footer__links-category {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-footer__links-category-title {
  margin-left: 0;
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 576px) {
  .site-footer__links-category-title {
    font-size: 1.125rem;
  }
}
.site-footer__links-category-title a {
  position: relative;
  text-decoration: none;
}
.site-footer__links-category-title a:hover {
  color: #d8fb01;
}
.site-footer__links-category-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #d8fb01;
  transition: width 0.3s;
}
.site-footer__links-category-title a:hover::after {
  width: 100%;
}
.site-footer__links-category-title::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #d8fb01;
  margin-right: 6px;
}
@media (max-width: 576px) {
  .site-footer__links-category-title::before {
    top: -1px;
  }
}
.site-footer__links-category-detail {
  margin-left: 0;
  padding-left: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .site-footer__links-category-detail {
    font-size: 0.875rem;
  }
  .site-footer__links-category-detail:nth-child(1) {
    order: 1;
  }
  .site-footer__links-category-detail:nth-child(2) {
    order: 5;
  }
  .site-footer__links-category-detail:nth-child(3) {
    order: 4;
  }
  .site-footer__links-category-detail:nth-child(4) {
    order: 3;
  }
  .site-footer__links-category-detail:nth-child(5) {
    order: 2;
  }
  .site-footer__links-category-detail:nth-child(6) {
    order: 6;
  }
}
.site-footer__links-category-detail a {
  text-decoration: none;
}
.site-footer__links-category-detail a:hover {
  color: #d8fb01;
}
.site-footer__links-copyright {
  margin-top: 0;
  font-size: 0.75rem;
  color: #757575;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .site-footer__links-copyright {
    display: none;
  }
}
.site-footer__sp-copyright {
  display: none;
}
@media (max-width: 768px) {
  .site-footer__sp-copyright {
    display: block;
    margin-top: 16px;
    padding-top: 10px;
    padding-bottom: 22px;
    text-align: center;
    border-top: 1px solid #757575;
  }
}
.site-footer__sp-copyright-text {
  font-size: 0.75rem;
  color: #757575;
}

.blog-list {
  padding-bottom: 150px;
}
@media (max-width: 380px) {
  .blog-list {
    padding-bottom: 120px;
  }
}
.blog-list__title {
  font-size: 3rem;
  margin: 70px 0 30px 0;
  color: #1b1f24;
}
@media (max-width: 768px) {
  .blog-list__title {
    font-size: 2rem;
    margin: 40px 0 30px 0;
    text-align: center;
  }
}
.blog-list__search {
  background-color: #ffffff;
  margin: 0;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .blog-list__search {
    flex-flow: column nowrap;
    gap: 20px;
    background: none;
  }
}
.blog-list__search-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .blog-list__search-categories {
    order: 1;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }
}
.blog-list__search-categories-item {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #1b1f24;
  text-decoration: none;
  border: solid 1px #1b1f24;
  margin: 0 2px;
  padding: 5px 10px;
}
.blog-list__search-categories-item:nth-child(odd) {
  background: #ffffff;
}
.blog-list__search-categories-item:nth-child(odd):hover {
  background: #d8fb01;
}
.blog-list__search-categories-item:nth-child(even) {
  background: #d8fb01;
}
.blog-list__search-categories-item:nth-child(even):hover {
  background: #757575;
  color: #ffffff;
}
.blog-list__search-box {
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
  .blog-list__search-box {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}
.blog-list__search-box-input {
  width: 300px;
  height: 50px;
  padding: 0 10px;
  font-size: 1rem;
  border-top: solid 1px #1b1f24;
  border-right: solid 0px #1b1f24;
  border-bottom: solid 1px #1b1f24;
  border-left: solid 1px #1b1f24;
  border-radius: 3px 0 0 3px;
  outline: none;
}
.blog-list__search-box-input::-moz-placeholder {
  color: #757575;
}
.blog-list__search-box-input::placeholder {
  color: #757575;
}
@media (max-width: 768px) {
  .blog-list__search-box-input {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}
.blog-list__search-box-button {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 1rem;
  color: #ffffff;
  background: #1b1f24;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  border-top: 1px solid #1b1f24;
  border-right: 1px solid #1b1f24;
  border-bottom: 1px solid #1b1f24;
  border-left: 1px solid #1b1f24;
  transition: background 0.3s, transform 0.5s;
  position: relative;
  z-index: 18;
}
.blog-list__search-box-button::before {
  content: "";
  position: absolute;
  top: 19px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #1b1f24;
  transition: border-right 0.3s, transform 0.5s;
  z-index: 20;
}
.blog-list__search-box-button::after {
  content: "";
  position: absolute;
  top: 19px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #1b1f24;
}
.blog-list__search-box-button:hover {
  background: #d8fb01;
}
.blog-list__search-box-button:hover::before {
  border-right: 5px solid #d8fb01;
}
.blog-list__search-box-button:hover .blog-list__search-box-button-text {
  color: #1b1f24;
}
.blog-list__search-box-button:hover .blog-list__search-box-button-icon svg path {
  stroke: #1b1f24;
}
.blog-list__search-box-button-icon {
  position: relative;
  top: 2px;
  left: 0;
}
.blog-list__search-box-button-text {
  position: relative;
  top: 0;
  left: 0;
}
.blog-list__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .blog-list__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-list__cards {
    grid-template-columns: 1fr;
    margin: 20px 12px 40px 12px;
  }
}
.blog-list__card {
  border: solid 1px #1b1f24;
  border-radius: 3px;
  background-color: #ffffff;
  text-decoration: none;
  color: #1b1f24;
  position: relative;
  overflow: hidden;
}
.blog-list__card-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.blog-list__card-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  transform: translate(-100%, -100%);
  transform-origin: top left;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
.blog-list__card-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  transform: translate(100%, 100%);
  transform-origin: bottom right;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
.blog-list__card:hover .blog-list__card-image-wrapper::before {
  transform: skew(0deg);
  opacity: 1;
}
.blog-list__card:hover .blog-list__card-image-wrapper::after {
  transform: skew(0deg);
  opacity: 1;
}
.blog-list__card-image {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.blog-list__card:hover .blog-list__card-image {
  transform: scale(1.1);
}
.blog-list__card-category {
  display: inline-block;
  border: 1px solid #1b1f24;
  background-color: #d8fb01;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 14px 14px 7px 14px;
  padding: 4px;
}
.blog-list__card-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  text-wrap: wrap;
  margin: 7px 14px 46px 14px;
}
.blog-list__card-datetime {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
  position: absolute;
  bottom: 14px;
  left: 14px;
}
.blog-list__card-date {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
.blog-list__card-date::before {
  content: url("../img/card-date.svg");
  margin-right: 8px;
  position: relative;
  top: 2px;
  left: 0px;
}
.blog-list__card-time {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
.blog-list__card-time::before {
  content: url("../img/card-time.svg");
  margin-right: 8px;
  position: relative;
  top: 3px;
  left: 0px;
}
.blog-list__action {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.blog-list__action-btn {
  display: inline-block;
  background: #1b1f24;
  width: 233px;
  height: 60px;
  line-height: 60px;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.blog-list__action-btn-text {
  font-size: 1.125rem;
  font-weight: 700;
}
.blog-list__action-btn-top-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #f1f1f1;
  transform: translateY(-100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .blog-list__action-btn-top-triangle::before {
    border-top: 7px solid #f1f1f1;
  }
}
.blog-list__action-btn-bottom-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #f1f1f1;
  transform: translateY(100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .blog-list__action-btn-bottom-triangle::before {
    border-bottom: 7px solid #f1f1f1;
  }
}
.blog-list__action-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 32%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #f1f1f1;
  transform: translateX(0%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .blog-list__action-btn-right-triangle::before {
    border-right: 7px solid #f1f1f1;
  }
}
.blog-list__action-btn::before {
  content: "";
  position: absolute;
}
.blog-list__action-btn:hover {
  color: #1b1f24;
  background: #d8fb01;
}
.blog-list__action-btn:hover .blog-list__action-btn-top-triangle::before {
  transform: translateY(0%);
}
.blog-list__action-btn:hover .blog-list__action-btn-bottom-triangle::before {
  transform: translateY(0%);
}
.blog-list__action-btn:hover .blog-list__action-btn-right-triangle::before {
  transform: translateX(16px);
}

/**
 * ブログ詳細ページのメタデータの日付と時間を表示するためのミックスイン
 *
 * @param {String} $target: 表示するアイコンの種類（'date' または 'time'）
 * @param {Number} $top: アイコンの上からの位置
 * @param {Number} $left: アイコンの左からの位置
 * @param {Number} $margin-left: アイコンの左マージン
 */
.blog-detail__wrapper {
  max-width: 1170px;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 20px;
  background-color: #ffffff;
  border: solid 1px #cecece;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .blog-detail__wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: transparent;
    border: none;
  }
}
.blog-detail__title {
  margin: 50px 50px 10px 50px;
  font-size: 2.5rem;
  color: #1b1f24;
  text-wrap: wrap;
  line-height: 1.5;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .blog-detail__title {
    font-size: 1.875rem;
    margin: 10px;
  }
}
.blog-detail__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0 50px 20px 50px;
}
@media (max-width: 768px) {
  .blog-detail__meta {
    margin: 0 10px 10px 10px;
  }
}
.blog-detail__meta-category {
  display: inline-block;
  border: solid 1px #1b1f24;
  padding: 3px 8px;
  margin-right: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1b1f24;
  background-color: #d8fb01;
}
.blog-detail__meta-date {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  margin-left: 10px;
}
.blog-detail__meta-date::before {
  content: url("../img/card-date.svg");
  margin-right: 6px;
  position: relative;
  top: 2px;
  left: 0px;
}
.blog-detail__meta-time {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  margin-left: 12px;
}
.blog-detail__meta-time::before {
  content: url("../img/card-time.svg");
  margin-right: 6px;
  position: relative;
  top: 3px;
  left: 0px;
}
.blog-detail__meta-tail-line {
  flex: 1;
  border-bottom: solid 1px #1b1f24;
  height: 12px;
  margin-left: 20px;
  align-self: center;
  position: relative;
  top: 1px;
  left: 0;
}
.blog-detail__meta-tail-line::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #1b1f24;
  position: absolute;
  top: 70%;
  left: 0;
}
.blog-detail__image-wrapper {
  margin: 24px 50px 32px 50px;
  display: block;
}
@media (max-width: 768px) {
  .blog-detail__image-wrapper {
    margin: 24px 10px 32px 10px;
  }
}
.blog-detail__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.blog-detail__content {
  padding-left: 50px;
  padding-right: 50px;
  color: #082132;
}
@media (max-width: 768px) {
  .blog-detail__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.blog-detail__content a {
  color: #97af00;
}
.blog-detail__content a:hover {
  opacity: 0.7;
}
.blog-detail__content a.link-icon::before {
  content: url("../img/link-icon.svg");
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 8px;
}
.blog-detail__content a.blog-detail-btn-yellow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #d8fb01;
  color: #1b1f24;
  width: 100%;
  max-width: 100%;
  height: 60px;
  text-decoration: none;
  transition: background 0.3s;
  position: relative;
  border: 2px solid #1b1f24;
  z-index: 18;
}
.blog-detail__content a.blog-detail-btn-yellow::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #1b1f24;
  transform: translateX(0);
  z-index: 19;
}
.blog-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-text {
    font-size: 1.125rem;
  }
}
.blog-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-bottom-right-triangle::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1b1f24;
  transform: translateY(100%) rotate(-45deg);
  transition: transform 0.6s;
}
.blog-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 8px solid #ffffff;
  transform: translateX(3px);
  z-index: 20;
}
@media (max-width: 768px) {
  .blog-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-right-triangle::before {
    border-right: 8px solid #f1f1f1;
  }
}
.blog-detail__content a.blog-detail-btn-yellow:hover {
  color: #ffffff;
  background: #1b1f24;
  opacity: 1;
}
.blog-detail__content a.blog-detail-btn-yellow:hover .blog-detail-btn-yellow-bottom-right-triangle::before {
  transform: translateX(2px) translateY(8px) rotate(-45deg);
  border-top-color: #ffffff;
}
.blog-detail__content a.blog-detail-btn-black {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #1b1f24;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  height: 60px;
  text-decoration: none;
  transition: background 0.3s;
  position: relative;
  border: 2px solid #1b1f24;
  z-index: 18;
}
.blog-detail__content a.blog-detail-btn-black::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #1b1f24;
  transform: translateX(0);
  z-index: 19;
}
.blog-detail__content a.blog-detail-btn-black .blog-detail-btn-black-text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-detail__content a.blog-detail-btn-black .blog-detail-btn-black-text {
    font-size: 1.125rem;
  }
}
.blog-detail__content a.blog-detail-btn-black .blog-detail-btn-black-bottom-right-triangle::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  transform: translateY(100%) rotate(-45deg);
  transition: transform 0.6s;
}
.blog-detail__content a.blog-detail-btn-black .blog-detail-btn-black-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 8px solid #ffffff;
  transform: translateX(3px);
  z-index: 20;
}
@media (max-width: 768px) {
  .blog-detail__content a.blog-detail-btn-black .blog-detail-btn-black-right-triangle::before {
    border-right: 8px solid #f1f1f1;
  }
}
.blog-detail__content a.blog-detail-btn-black:hover {
  color: #1b1f24;
  background: #d8fb01;
  opacity: 1;
}
.blog-detail__content a.blog-detail-btn-black:hover .blog-detail-btn-black-bottom-right-triangle::before {
  transform: translateX(2px) translateY(8px) rotate(-45deg);
  border-top-color: #1b1f24;
}
.blog-detail__content .blog-detail-btn-group {
  display: flex;
  gap: 24px;
}
.blog-detail__content h2 {
  font-size: 2rem;
  color: #1b1f24;
  margin: 54px 0 18px 0;
  text-wrap: wrap;
  padding-left: 26px;
  text-indent: -26px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .blog-detail__content h2 {
    font-size: 1.75rem;
  }
}
.blog-detail__content h2::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 36px;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -6px;
  left: 0;
}
.blog-detail__content h3 {
  font-size: 1.75rem;
  color: #1b1f24;
  margin: 36px 0 18px 0;
  text-wrap: wrap;
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .blog-detail__content h3 {
    font-size: 1.5rem;
  }
}
.blog-detail__content h3::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_h3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -3px;
  left: 0;
}
.blog-detail__content q {
  display: block;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #1b1f24;
}
.blog-detail__content blockquote {
  display: block;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #1b1f24;
  background-color: #ffffff;
}
.blog-detail__content blockquote p {
  margin: 0;
}
.blog-detail__content ul {
  list-style-position: outside;
  padding-left: 24px;
}
.blog-detail__content ol {
  list-style-position: outside;
  padding-left: 22px;
}
.blog-detail__content ol li {
  padding-left: 3px;
}
.blog-detail__content table {
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #1b1f24;
  border-radius: 3px;
  width: 100%;
}
.blog-detail__content table th {
  border-collapse: collapse;
  padding: 16px;
  background-color: #cecece;
  text-align: left;
}
@media (max-width: 768px) {
  .blog-detail__content table th {
    white-space: nowrap;
  }
}
.blog-detail__content table td {
  padding: 16px;
  border-bottom: solid 1px #cecece;
  text-align: left;
}
@media (max-width: 768px) {
  .blog-detail__content table td {
    white-space: nowrap;
  }
}
.blog-detail__hr {
  margin: 50px 50px 20px 50px;
  border-top: solid 1px #1b1f24;
}
@media (max-width: 768px) {
  .blog-detail__hr {
    margin: 50px 10px 20px 10px;
  }
}
.blog-detail__pagination {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 50px 80px 50px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .blog-detail__pagination {
    margin: 30px 10px 80px 10px;
  }
}
.blog-detail__pagination--left {
  text-align: left;
}
.blog-detail__pagination--center {
  text-align: center;
}
.blog-detail__pagination--right {
  text-align: right;
}
.blog-detail__pagination-link-prev {
  margin-left: 10px;
  color: #1b1f24;
}
.blog-detail__pagination-link-prev:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.4s, opacity 0.4s;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #1b1f24;
  opacity: 1;
  margin-right: 12px;
}
.blog-detail__pagination-link-prev:hover:before {
  transform: translateX(-20px) translateY(0);
  opacity: 0;
}
.blog-detail__pagination-link-prev:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.4s, opacity 0.4s;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #97af00;
  opacity: 0;
  position: relative;
  top: 0;
  left: -65px;
}
.blog-detail__pagination-link-prev:hover::after {
  transform: translateX(-20px) translateY(0);
  opacity: 1;
}
.blog-detail__pagination-link-prev:hover {
  color: #97af00;
}
.blog-detail__pagination-link-list {
  color: #1b1f24;
  text-decoration: none;
}
.blog-detail__pagination-link-list:hover {
  color: #97af00;
  text-decoration: underline;
}
.blog-detail__pagination-link-next {
  margin-right: 10px;
  color: #1b1f24;
}
.blog-detail__pagination-link-next:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transform: translateX(50%) translateY(0);
  transition: transform 0.4s, opacity 0.4s;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #97af00;
  opacity: 0;
  position: relative;
  top: 0;
  right: -65px;
}
.blog-detail__pagination-link-next:hover:before {
  transform: translateX(20px) translateY(0);
  opacity: 1;
}
.blog-detail__pagination-link-next:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transform: translateX(50%) translateY(0);
  transition: transform 0.4s, opacity 0.4s;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1b1f24;
  opacity: 1;
  margin-left: 12px;
}
.blog-detail__pagination-link-next:hover::after {
  transform: translateX(20px) translateY(0);
  opacity: 0;
}
.blog-detail__pagination-link-next:hover {
  color: #97af00;
}

.blog-detail-related__wrapper {
  margin-bottom: 120px;
}
.blog-detail-related__title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .blog-detail-related__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.blog-detail-related__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .blog-detail-related__cards {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    scroll-padding-left: 50vw;
    scroll-padding-right: 50vw;
  }
}
.blog-detail-related__card {
  border: solid 1px #1b1f24;
  border-radius: 3px;
  background-color: #ffffff;
  text-decoration: none;
  color: #1b1f24;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-detail-related__card {
    min-width: 320px;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
}
.blog-detail-related__card-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.blog-detail-related__card-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  transform: translate(-100%, -100%);
  transform-origin: top left;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
.blog-detail-related__card-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  transform: translate(100%, 100%);
  transform-origin: bottom right;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
.blog-detail-related__card:hover .blog-detail-related__card-image-wrapper::before {
  transform: skew(0deg);
  opacity: 1;
}
.blog-detail-related__card:hover .blog-detail-related__card-image-wrapper::after {
  transform: skew(0deg);
  opacity: 1;
}
.blog-detail-related__card-image {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.blog-detail-related__card:hover .blog-detail-related__card-image {
  transform: scale(1.1);
}
.blog-detail-related__card-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-wrap: wrap;
  margin: 7px 14px 76px 14px;
}
.blog-detail-related__card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 0;
  position: absolute;
  bottom: 14px;
  left: 14px;
}
.blog-detail-related__card-category {
  display: inline-block;
  border: 1px solid #1b1f24;
  background-color: #d8fb01;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0px;
  padding: 4px;
  position: relative;
  top: 6px;
  left: 0;
}
.blog-detail-related__card-date {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
.blog-detail-related__card-date::before {
  content: url("../img/card-date.svg");
  margin-right: 8px;
  position: relative;
  top: 2px;
  left: 0px;
}
.blog-detail-related__card-time {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
.blog-detail-related__card-time::before {
  content: url("../img/card-time.svg");
  margin-right: 8px;
  position: relative;
  top: 3px;
  left: 0px;
}

@media (max-width: 768px) {
  .mobile_table {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 24px;
  }
}

.work-list {
  padding-bottom: 150px;
}
.work-list__title {
  font-size: 3rem;
  margin: 70px 0 30px 0;
  color: #1b1f24;
}
@media (max-width: 768px) {
  .work-list__title {
    font-size: 2rem;
    margin: 40px 0 30px 0;
    text-align: center;
  }
}
.work-list__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .work-list__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .work-list__cards {
    grid-template-columns: 1fr;
    margin: 20px 12px 40px 12px;
  }
}
.work-list__card {
  border: solid 1px #1b1f24;
  border-radius: 3px;
  background-color: #ffffff;
  text-decoration: none;
  color: #1b1f24;
  position: relative;
  overflow: hidden;
}
.work-list__card:hover {
  opacity: 0.7;
}
.work-list__card-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.work-list__card-image {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.work-list__card-category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b1f24;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 6px;
}
.work-list__card-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 12px solid #1b1f24;
}
.work-list__card-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  text-wrap: wrap;
  margin: 14px 14px 2px 14px;
}
@media (max-width: 768px) {
  .work-list__card-title {
    font-size: 1rem;
  }
}
.work-list__card-company {
  margin: 2px 14px 2px 14px;
  font-size: 0.75rem;
  color: #97af00;
}
.work-list__card-company::before {
  content: url("../img/work-list-company.svg");
  margin-right: 6px;
  position: relative;
  top: 7px;
  left: 0;
}
.work-list__card-tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 4px 14px 14px 14px;
}
.work-list__card-tags-item {
  font-size: 0.625rem;
  color: #757575;
}
.work-list__card-tags-item::before {
  content: "#";
  margin-right: 2px;
}
.work-list__action {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.work-list__action-btn {
  display: inline-block;
  background: #1b1f24;
  width: 233px;
  height: 60px;
  line-height: 60px;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.work-list__action-btn-text {
  font-size: 1.125rem;
  font-weight: 700;
}
.work-list__action-btn-top-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #f1f1f1;
  transform: translateY(-100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .work-list__action-btn-top-triangle::before {
    border-top: 7px solid #f1f1f1;
  }
}
.work-list__action-btn-bottom-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #f1f1f1;
  transform: translateY(100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .work-list__action-btn-bottom-triangle::before {
    border-bottom: 7px solid #f1f1f1;
  }
}
.work-list__action-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 32%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #f1f1f1;
  transform: translateX(0%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .work-list__action-btn-right-triangle::before {
    border-right: 7px solid #f1f1f1;
  }
}
.work-list__action-btn::before {
  content: "";
  position: absolute;
}
.work-list__action-btn:hover {
  color: #1b1f24;
  background: #d8fb01;
}
.work-list__action-btn:hover .work-list__action-btn-top-triangle::before {
  transform: translateY(0%);
}
.work-list__action-btn:hover .work-list__action-btn-bottom-triangle::before {
  transform: translateY(0%);
}
.work-list__action-btn:hover .work-list__action-btn-right-triangle::before {
  transform: translateX(16px);
}

.work-detail__wrapper {
  max-width: 1170px;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 20px 20px 80px 20px;
  background-color: #ffffff;
  border: solid 1px #cecece;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .work-detail__wrapper {
    margin-top: 10px;
    margin-bottom: 60px;
    padding: 10px;
    background-color: transparent;
    border: none;
  }
}
.work-detail__title {
  margin: 50px 50px 10px 50px;
  font-size: 2.5rem;
  color: #1b1f24;
  text-wrap: wrap;
  line-height: 1.5;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .work-detail__title {
    font-size: 1.875rem;
    margin: 10px;
  }
}
.work-detail__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0 50px 20px 50px;
  row-gap: 0;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
@media (max-width: 768px) {
  .work-detail__meta {
    margin: 0 10px 10px 10px;
    flex-direction: column;
    align-items: stretch;
  }
}
.work-detail__meta-left {
  flex: 0 0 auto;
  margin-right: 12px;
}
.work-detail__meta-right {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-self: start;
  align-items: center;
  gap: 10px;
}
.work-detail__meta-category {
  display: inline-block;
  border: solid 1px #1b1f24;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #1b1f24;
}
.work-detail__meta-company {
  font-size: 0.75rem;
  color: #97af00;
  margin-bottom: 10px;
  padding: 0;
}
.work-detail__meta-company::before {
  content: url("../img/work-list-company.svg");
  margin-right: 6px;
  position: relative;
  top: 7px;
  left: 0;
}
.work-detail__meta-tags {
  display: flex;
  flex-wrap: wrap;
}
.work-detail__meta-tags-item {
  margin-right: 8px;
  font-size: 0.625rem;
  color: #757575;
  border: solid 1px #757575;
  background-color: #ffffff;
  padding: 2px 6px;
}
.work-detail__meta-tags-item::before {
  content: "#";
  margin-right: 2px;
}
.work-detail__meta-tail-line {
  flex: 1;
  border-bottom: solid 1px #1b1f24;
  height: 12px;
  margin-left: 4px;
  align-self: center;
  position: relative;
  top: 1px;
  left: 0;
}
.work-detail__meta-tail-line::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #1b1f24;
  position: absolute;
  top: 70%;
  left: 0;
}
.work-detail__image-wrapper {
  margin: 24px 50px 32px 50px;
  display: block;
}
@media (max-width: 768px) {
  .work-detail__image-wrapper {
    margin: 24px 10px 32px 10px;
  }
}
.work-detail__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.work-detail__content {
  padding-left: 50px;
  padding-right: 50px;
  color: #082132;
}
@media (max-width: 768px) {
  .work-detail__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.work-detail__content a {
  color: #97af00;
}
.work-detail__content a:hover {
  opacity: 0.7;
}
.work-detail__content a.link-icon::before {
  content: url("../img/link-icon.svg");
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 8px;
}
.work-detail__content a.blog-detail-btn-yellow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #d8fb01;
  color: #1b1f24;
  width: 100%;
  max-width: 100%;
  height: 60px;
  text-decoration: none;
  transition: background 0.3s;
  position: relative;
  border: 2px solid #1b1f24;
  z-index: 18;
}
.work-detail__content a.blog-detail-btn-yellow::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #1b1f24;
  transform: translateX(0);
  z-index: 19;
}
.work-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .work-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-text {
    font-size: 1.125rem;
  }
}
.work-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-bottom-right-triangle::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1b1f24;
  transform: translateY(100%) rotate(-45deg);
  transition: transform 0.6s;
}
.work-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 8px solid #ffffff;
  transform: translateX(3px);
  z-index: 20;
}
@media (max-width: 768px) {
  .work-detail__content a.blog-detail-btn-yellow .blog-detail-btn-yellow-right-triangle::before {
    border-right: 8px solid #f1f1f1;
  }
}
.work-detail__content a.blog-detail-btn-yellow:hover {
  color: #ffffff;
  background: #1b1f24;
  opacity: 1;
}
.work-detail__content a.blog-detail-btn-yellow:hover .blog-detail-btn-yellow-bottom-right-triangle::before {
  transform: translateX(2px) translateY(8px) rotate(-45deg);
  border-top-color: #ffffff;
}
.work-detail__content a.blog-detail-btn-black {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #1b1f24;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  height: 60px;
  text-decoration: none;
  transition: background 0.3s;
  position: relative;
  border: 2px solid #1b1f24;
  z-index: 18;
}
.work-detail__content a.blog-detail-btn-black::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #1b1f24;
  transform: translateX(0);
  z-index: 19;
}
.work-detail__content a.blog-detail-btn-black .blog-detail-btn-black-text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .work-detail__content a.blog-detail-btn-black .blog-detail-btn-black-text {
    font-size: 1.125rem;
  }
}
.work-detail__content a.blog-detail-btn-black .blog-detail-btn-black-bottom-right-triangle::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  transform: translateY(100%) rotate(-45deg);
  transition: transform 0.6s;
}
.work-detail__content a.blog-detail-btn-black .blog-detail-btn-black-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 8px solid #ffffff;
  transform: translateX(3px);
  z-index: 20;
}
@media (max-width: 768px) {
  .work-detail__content a.blog-detail-btn-black .blog-detail-btn-black-right-triangle::before {
    border-right: 8px solid #f1f1f1;
  }
}
.work-detail__content a.blog-detail-btn-black:hover {
  color: #1b1f24;
  background: #d8fb01;
  opacity: 1;
}
.work-detail__content a.blog-detail-btn-black:hover .blog-detail-btn-black-bottom-right-triangle::before {
  transform: translateX(2px) translateY(8px) rotate(-45deg);
  border-top-color: #1b1f24;
}
.work-detail__content .blog-detail-btn-group {
  display: flex;
  gap: 24px;
}
.work-detail__content h2 {
  font-size: 2rem;
  color: #1b1f24;
  margin: 54px 0 18px 0;
  text-wrap: wrap;
  padding-left: 26px;
  text-indent: -26px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .work-detail__content h2 {
    font-size: 1.75rem;
  }
}
.work-detail__content h2::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 36px;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -6px;
  left: 0;
}
.work-detail__content h3 {
  font-size: 1.75rem;
  color: #1b1f24;
  margin: 36px 0 18px 0;
  text-wrap: wrap;
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .work-detail__content h3 {
    font-size: 1.5rem;
  }
}
.work-detail__content h3::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_h3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -3px;
  left: 0;
}
.work-detail__content q {
  display: block;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #1b1f24;
}
.work-detail__content blockquote {
  display: block;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #1b1f24;
  background-color: #ffffff;
}
.work-detail__content blockquote p {
  margin: 0;
}
.work-detail__content ul {
  list-style-position: outside;
  padding-left: 24px;
}
.work-detail__content ol {
  list-style-position: outside;
  padding-left: 22px;
}
.work-detail__content ol li {
  padding-left: 3px;
}
.work-detail__content table {
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #1b1f24;
  border-radius: 3px;
  width: 100%;
}
.work-detail__content table th {
  border-collapse: collapse;
  padding: 16px;
  background-color: #cecece;
  text-align: left;
}
@media (max-width: 768px) {
  .work-detail__content table th {
    white-space: nowrap;
  }
}
.work-detail__content table td {
  padding: 16px;
  border-bottom: solid 1px #cecece;
  text-align: left;
}
@media (max-width: 768px) {
  .work-detail__content table td {
    white-space: nowrap;
  }
}
.work-detail__activity-wrapper {
  margin: 50px 0 20px 0;
  border: solid 1px #1b1f24;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 768px) {
  .work-detail__activity-wrapper {
    margin: 50px 10px 20px 10px;
  }
}
.work-detail__activity-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: transparent;
  border-top: 12px solid #1b1f24;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 11;
}
.work-detail__activity-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: transparent;
  border-top: 12px solid #ffffff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 12;
}
.work-detail__activity-title {
  text-align: center;
  position: relative;
  top: -24px;
}
.work-detail__activity-title-wrapper {
  display: inline-block;
  border: solid 1px #1b1f24;
  border-radius: 3px;
  background-color: #d8fb01;
  padding: 4px 18px;
  position: relative;
  box-shadow: 3px 3px 0 #1b1f24;
}
@media (max-width: 768px) {
  .work-detail__activity-title-wrapper {
    padding: 4px 10px;
  }
}
.work-detail__activity-title-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: transparent;
  border-top: 12px solid #1b1f24;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 11;
}
.work-detail__activity-title-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: transparent;
  border-top: 12px solid #d8fb01;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 12;
  filter: drop-shadow(3px 3px 0 #1b1f24);
}
.work-detail__activity-title-text {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .work-detail__activity-title-text {
    font-size: 1.25rem;
  }
}
.work-detail__activity-title-text::before {
  content: url("../img/work-activity.svg");
  margin-right: 6px;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .work-detail__activity-title-text::before {
    top: 4px;
  }
}
.work-detail__activity-list {
  list-style-image: url("../img/work-activity-list-style.svg");
  list-style-position: outside;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .work-detail__activity-list {
    margin-left: 0;
  }
}
.work-detail__activity-list-item {
  margin-bottom: 12px;
}
.work-detail__activity-list-item:last-child {
  margin-bottom: 0;
}
.work-detail__image-gallery {
  margin: 0 0 50px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .work-detail__image-gallery {
    gap: 12px;
    margin: 0 10px 50px 10px;
  }
}
.work-detail__image-gallery-item {
  overflow: hidden;
  border-radius: 3px;
}
.work-detail__image-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.work-detail__action {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.work-detail__action-btn {
  display: inline-block;
  background: #1b1f24;
  width: 233px;
  height: 60px;
  line-height: 60px;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.work-detail__action-btn-text {
  font-size: 1.125rem;
  font-weight: 700;
}
.work-detail__action-btn-top-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #ffffff;
  transform: translateY(-100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .work-detail__action-btn-top-triangle::before {
    border-top: 7px solid #f1f1f1;
  }
}
.work-detail__action-btn-bottom-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #ffffff;
  transform: translateY(100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .work-detail__action-btn-bottom-triangle::before {
    border-bottom: 7px solid #f1f1f1;
  }
}
.work-detail__action-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 32%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #ffffff;
  transform: translateX(0%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .work-detail__action-btn-right-triangle::before {
    border-right: 7px solid #f1f1f1;
  }
}
.work-detail__action-btn::before {
  content: "";
  position: absolute;
}
.work-detail__action-btn:hover {
  color: #1b1f24;
  background: #d8fb01;
}
.work-detail__action-btn:hover .work-detail__action-btn-top-triangle::before {
  transform: translateY(0%);
}
.work-detail__action-btn:hover .work-detail__action-btn-bottom-triangle::before {
  transform: translateY(0%);
}
.work-detail__action-btn:hover .work-detail__action-btn-right-triangle::before {
  transform: translateX(16px);
}

.work-detail-latest__wrapper {
  margin-bottom: 120px;
}
.work-detail-latest__title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .work-detail-latest__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.work-detail-latest__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .work-detail-latest__cards {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    scroll-padding-left: 50vw;
    scroll-padding-right: 50vw;
  }
}
.work-detail-latest__card {
  border: solid 1px #1b1f24;
  border-radius: 3px;
  background-color: #ffffff;
  text-decoration: none;
  color: #1b1f24;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .work-detail-latest__card {
    min-width: 320px;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
}
.work-detail-latest__card:hover {
  opacity: 0.7;
}
.work-detail-latest__card-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.work-detail-latest__card-image {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.work-detail-latest__card-category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b1f24;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 6px;
}
.work-detail-latest__card-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 12px solid #1b1f24;
}
.work-detail-latest__card-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  text-wrap: wrap;
  margin: 14px 14px 2px 14px;
}
@media (max-width: 768px) {
  .work-detail-latest__card-title {
    font-size: 1rem;
  }
}
.work-detail-latest__card-company {
  margin: 2px 14px 2px 14px;
  font-size: 0.75rem;
  color: #97af00;
}
.work-detail-latest__card-company::before {
  content: url("../img/work-list-company.svg");
  margin-right: 6px;
  position: relative;
  top: 7px;
  left: 0;
}
.work-detail-latest__card-tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 4px 14px 14px 14px;
}
.work-detail-latest__card-tags-item {
  font-size: 0.625rem;
  color: #757575;
}
.work-detail-latest__card-tags-item::before {
  content: "#";
  margin-right: 2px;
}

.form-section__wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .form-section__wrapper {
    flex-direction: column;
  }
}
.form-section__description {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  margin: 30px 0 30px 0;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .form-section__description {
    max-width: 100%;
    margin: 30px 16px 30px 16px;
    padding-right: 0;
  }
}
.form-section__description-title {
  font-size: 3rem;
  margin: 20px 0 30px 0;
}
@media (max-width: 768px) {
  .form-section__description-title {
    font-size: 2rem;
    text-align: center;
  }
}
.form-section__description-text {
  font-size: 1rem;
  margin: 20px 0 30px 0;
}
.form-section__description-sub-text {
  font-size: 1rem;
  margin: 20px 0 20px 0;
  color: #565656;
}
.form-section__description-sub-text a {
  color: #97af00;
}
.form-section__description-sub-text a:hover {
  opacity: 0.7;
}
.form-section__description-example-group {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 5px 5px 0 #1b1f24;
  margin: 2px 0;
  padding: 36px 48px;
}
@media (max-width: 768px) {
  .form-section__description-example-group {
    padding: 24px 24px;
  }
}
.form-section__description-example-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .form-section__description-example-title {
    font-size: 1.125rem;
  }
}
.form-section__description-example-img {
  margin-bottom: 20px;
}
.form-section__description-example-img img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.form-section__description-example-lead {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  .form-section__description-example-lead {
    font-size: 1rem;
  }
}
.form-section__description-example-item {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .form-section__description-example-item {
    font-size: 0.9375rem;
  }
}
.form-section__description-example-item::before {
  content: url("../img/form-description.svg");
  margin-right: 12px;
  vertical-align: middle;
}
.form-section__form {
  flex: 0 0 50%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 3px;
  margin: 36px 0 150px 0;
  padding: 26px 52px;
}
@media (max-width: 768px) {
  .form-section__form {
    max-width: 100%;
    margin: 36px 16px 100px 16px;
    padding: 24px 16px;
  }
}
.form-section__form-group {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 8px;
}
.form-section__form-required {
  display: inline-block;
  background-color: #d8fb01;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 4px 8px;
  margin-right: 8px;
}
.form-section__form-label {
  font-size: 1rem;
  font-weight: 600;
}
.form-section__form-input {
  font-size: 1rem;
  padding: 16px 12px;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
}
.form-section__form-input:focus {
  outline: none;
  border-color: #97af00;
}
.form-section__form-textarea {
  font-size: 1rem;
  padding: 16px 12px;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
}
.form-section__form-textarea:focus {
  outline: none;
  border-color: #97af00;
}
.form-section__privacy-policy {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}
.form-section__privacy-policy a {
  color: #97af00;
}
.form-section__privacy-policy a:hover {
  opacity: 0.7;
}
.form-section__action {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form-section__action-btn {
  position: relative;
  display: inline-block;
  background: #1b1f24;
  width: 233px;
  height: 60px;
  transition: background 0.3s;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  border: none;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-section__action-btn:hover {
  background: #d8fb01;
  color: #1b1f24;
}

.form-thanks__wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .form-thanks__wrapper {
    margin-top: 40px;
  }
}
.form-thanks__title {
  font-size: 3rem;
  line-height: 150%;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .form-thanks__title {
    font-size: 2rem;
  }
}
.form-thanks__title--attention {
  display: block;
  text-shadow: 4px 4px 0 #d8fb01;
}
.form-thanks__title--break {
  display: none;
}
@media (max-width: 768px) {
  .form-thanks__title--break {
    display: inline;
  }
}
.form-thanks__text {
  margin: 30px 0 32px 0;
  font-size: 1rem;
  font-weight: 500;
}
.form-thanks__text--break {
  display: none;
}
@media (max-width: 768px) {
  .form-thanks__text--break {
    display: inline;
  }
}
.form-thanks__action {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form-thanks__action-btn {
  display: inline-block;
  background: #1b1f24;
  width: 233px;
  height: 60px;
  line-height: 60px;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.form-thanks__action-btn-text {
  font-size: 1.125rem;
  font-weight: 700;
}
.form-thanks__action-btn-top-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #f1f1f1;
  transform: translateY(-100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .form-thanks__action-btn-top-triangle::before {
    border-top: 7px solid #f1f1f1;
  }
}
.form-thanks__action-btn-bottom-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #f1f1f1;
  transform: translateY(100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .form-thanks__action-btn-bottom-triangle::before {
    border-bottom: 7px solid #f1f1f1;
  }
}
.form-thanks__action-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 32%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #f1f1f1;
  transform: translateX(0%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .form-thanks__action-btn-right-triangle::before {
    border-right: 7px solid #f1f1f1;
  }
}
.form-thanks__action-btn::before {
  content: "";
  position: absolute;
}
.form-thanks__action-btn:hover {
  color: #1b1f24;
  background: #d8fb01;
}
.form-thanks__action-btn:hover .form-thanks__action-btn-top-triangle::before {
  transform: translateY(0%);
}
.form-thanks__action-btn:hover .form-thanks__action-btn-bottom-triangle::before {
  transform: translateY(0%);
}
.form-thanks__action-btn:hover .form-thanks__action-btn-right-triangle::before {
  transform: translateX(16px);
}

.form-thanks-recommend {
  background-color: #ffffff;
}
.form-thanks-recommend__wrapper {
  margin: 0 auto;
  padding: 60px 0 140px 0;
  max-width: 1170px;
}
.form-thanks-recommend__title {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 10px 0 20px 0;
}
@media (max-width: 768px) {
  .form-thanks-recommend__title {
    font-size: 2rem;
    text-align: center;
  }
}
.form-thanks-recommend__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0 6px 0;
}
@media (max-width: 768px) {
  .form-thanks-recommend__cards {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    scroll-padding-left: 50vw;
    scroll-padding-right: 50vw;
  }
}
.form-thanks-recommend__card {
  border: solid 1px #1b1f24;
  border-radius: 3px;
  background-color: #ffffff;
  text-decoration: none;
  color: #1b1f24;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .form-thanks-recommend__card {
    min-width: 320px;
    flex: 0 0 auto;
    scroll-snap-align: center;
    margin-bottom: 0;
  }
}
.form-thanks-recommend__card-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.form-thanks-recommend__card-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  transform: translate(-100%, -100%);
  transform-origin: top left;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
.form-thanks-recommend__card-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  transform: translate(100%, 100%);
  transform-origin: bottom right;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
.form-thanks-recommend__card:hover .form-thanks-recommend__card-image-wrapper::before {
  transform: skew(0deg);
  opacity: 1;
}
.form-thanks-recommend__card:hover .form-thanks-recommend__card-image-wrapper::after {
  transform: skew(0deg);
  opacity: 1;
}
.form-thanks-recommend__card-image {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.form-thanks-recommend__card:hover .form-thanks-recommend__card-image {
  transform: scale(1.1);
}
.form-thanks-recommend__card-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-wrap: wrap;
  margin: 7px 14px 76px 14px;
}
.form-thanks-recommend__card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 0;
  position: absolute;
  bottom: 14px;
  left: 14px;
}
.form-thanks-recommend__card-date {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
.form-thanks-recommend__card-date::before {
  content: url("../img/card-date.svg");
  margin-right: 8px;
  position: relative;
  top: 2px;
  left: 0px;
}
.form-thanks-recommend__indicator {
  display: none;
}
@media (max-width: 768px) {
  .form-thanks-recommend__indicator {
    display: block;
    margin-bottom: 40px;
  }
  .form-thanks-recommend__indicator-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .form-thanks-recommend__indicator-list li {
    width: 8px;
    height: 8px;
    border: solid 1px #d4d4d4;
    background-color: #ffffff;
    transform: rotate(45deg);
    transition: background-color 0.3s, transform 0.3s;
  }
  .form-thanks-recommend__indicator-list li.is-active {
    border: solid 1px #1b1f24;
    background-color: #1b1f24;
  }
}
.form-thanks-recommend__action {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form-thanks-recommend__action-btn {
  display: inline-block;
  background: #1b1f24;
  width: 233px;
  height: 60px;
  line-height: 60px;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.form-thanks-recommend__action-btn-text {
  font-size: 1.125rem;
  font-weight: 700;
}
.form-thanks-recommend__action-btn-top-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #ffffff;
  transform: translateY(-100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .form-thanks-recommend__action-btn-top-triangle::before {
    border-top: 7px solid #ffffff;
  }
}
.form-thanks-recommend__action-btn-bottom-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #ffffff;
  transform: translateY(100%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .form-thanks-recommend__action-btn-bottom-triangle::before {
    border-bottom: 7px solid #ffffff;
  }
}
.form-thanks-recommend__action-btn-right-triangle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 32%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 7px solid #ffffff;
  transform: translateX(0%);
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .form-thanks-recommend__action-btn-right-triangle::before {
    border-right: 7px solid #ffffff;
  }
}
.form-thanks-recommend__action-btn::before {
  content: "";
  position: absolute;
}
.form-thanks-recommend__action-btn:hover {
  color: #1b1f24;
  background: #d8fb01;
}
.form-thanks-recommend__action-btn:hover .form-thanks-recommend__action-btn-top-triangle::before {
  transform: translateY(0%);
}
.form-thanks-recommend__action-btn:hover .form-thanks-recommend__action-btn-bottom-triangle::before {
  transform: translateY(0%);
}
.form-thanks-recommend__action-btn:hover .form-thanks-recommend__action-btn-right-triangle::before {
  transform: translateX(16px);
}/*# sourceMappingURL=style.css.map */