@charset "UTF-8";
@import url('https:///fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-align: left;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

/* 
* 0-479px は表示
* 480px以上は非表示
*/
.sp_show {
  display: block !important;
}

@media screen and (min-width: 480px) {
  .sp_show {
    display: none !important;
  }
}

/* 
* 0-479px は非表示
* 480px以上は表示
*/
.sp_none {
  display: none !important;
}

@media screen and (min-width: 480px) {
  .sp_none {
    display: block !important;
  }
}

/* 
* 0-767px は表示
* 768px以上は非表示
*/
.tab_show {
  display: block !important;
}

@media screen and (min-width: 824px) {
  .tab_show {
    display: none !important;
  }
}

/* 
* 0-767px は非表示
* 768px以上は表示
*/
.tab_none {
  display: none !important;
}

@media screen and (min-width: 824px) {
  .tab_none {
    display: block !important;
  }
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}

a {
  color: #1941c6;
}

html {
  font-size: 10px;
}

img {
  width: 100%;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    Osaka, sans-serif;
}

main {
  overflow: hidden;
}

.google_text {
  font-family: 'Noto Sans', sans-serif;
}

.bg-secondary {
  background-color: #f2f1ef;
}

.bg-secondary.top-page {
  background-color: #fff;
}

.hover01:hover {
  transform: scale(1.1);
  opacity: 1;
  transition: 0.3s;
}

.hover02:hover {
  opacity: 0.6;
}

@keyframes slideIn {
  0% {
    transform: translateX(300px);
    opacity: 0;

    @media screen and (min-width: 480px) {
      transform: translateX(0px);
    }
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll_slideIn {
  opacity: 0;
  visibility: hidden;
}

.scroll_slideIn.is-show {
  visibility: visible;
  animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.scroll_fadeIn {
  opacity: 0;
  visibility: hidden;
}

.scroll_fadeIn.is-show {
  visibility: visible;
  animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@media screen and (min-width: 824px) {
  .scroll_fadeIn.is-show:nth-child(1) {
    animation-delay: 0s;
  }
}

@media screen and (min-width: 824px) {
  .scroll_fadeIn.is-show:nth-child(2) {
    animation-delay: 0.3s;
  }
}

@media screen and (min-width: 824px) {
  .scroll_fadeIn.is-show:nth-child(3) {
    animation-delay: 0.4s;
  }
}

@media screen and (min-width: 824px) {
  .scroll_fadeIn.is-show:nth-child(4) {
    animation-delay: 0.7s;
  }
}

@media screen and (min-width: 824px) {
  .scroll_fadeIn.is-show:nth-child(5) {
    animation-delay: 0.8s;
  }
}

@media screen and (min-width: 824px) {
  .scroll_fadeIn.is-show:nth-child(6) {
    animation-delay: 1s;
  }
}

.scroll_fadeIn02 {
  opacity: 0;
  transition: all 0.3s ease;
}

.scroll_fadeIn02.is-show {
  opacity: 1;
}

.scroll_slideUp {
  opacity: 0;
  visibility: hidden;
}

.scroll_slideUp.is-show {
  opacity: 1;
  visibility: visible;
  animation: slideUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.scroll_slideUp02 {
  opacity: 0;
  visibility: hidden;
}

.scroll_slideUp02.is-show {
  opacity: 1;
  visibility: visible;
  animation: slideUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-animated .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}

.matrix .bg-wrap .inn.small {
  font-size: 15px;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

header {
  padding: 17px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

header.header-news {
  background: #fff;
}

@media screen and (min-width: 824px) {
  header {
    padding: 10px 39px;
  }
}

header.bg-01 {
  background-color: #fff;
  transition: all 0.3s ease;
}

.logo {
  width: 155px;
  margin: 0;
  display: block;
}

@media screen and (min-width: 824px) {
  .logo {
    margin: 0;
  }
}

@media screen and (min-width: 824px) {
  .logo img {
    width: 178px;
    height: 45px;
  }
}

.un-scroll {
  overflow: hidden;
}

.contact-btn-red {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 329px;
  max-width: 329px;
  height: 59px;
  border-radius: 100vh;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  text-decoration: none;
  position: relative;
}

.contact-btn-red img {
  width: 131px;
  height: auto;
}

.contact-btn-red-01 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 59px;
  border-radius: 2em;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 824px) {
  .contact-btn-red-01 {
    max-width: 365px;
  }
}

@media screen and (min-width: 824px) {
  .contact-btn-red-01.-works {
    width: 329px;
  }
}

.contact-btn-red-01.-border-none {
  border: none;
}

.contact-btn-red-01.-submit {
  max-width: 256px;
  height: 56px;
}

.contact-btn-red-01:disabled {
  box-shadow: none;
  background-color: #949497;
}

.contact-btn-red-01:disabled:hover {
  transform: none;
}

.contact-btn-red-border {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 78px;
  border-radius: 100vh;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  text-decoration: none;
  position: relative;
  border: 2px solid #ffffff;
}

.contact-btn-red-border img {
  width: 131px;
  height: auto;
}

.contact-btn-red-border._thin {
  height: 60px;
}

.contact-btn-white {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 339px;
  height: 80px;
  border-radius: 100vh;
  border: 2px solid;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  border: 2px solid var(--Primary-color, #d22828);
  color: #d22828;
}

@media screen and (min-width: 824px) {
  .contact-btn-white {
    max-width: 230px;
    height: 78px;
    width: 270px;
  }

  .contact-btn-white.-hamburger {
    width: 100%;
    max-width: 339px;
  }
}

.contact-btn-white img {
  width: 203px;
  height: auto;
}

@media screen and (min-width: 824px) {
  .contact-btn-white img {
    width: 167px;
  }
}

.contact-btn-white.-contactus img {
  width: 159px;
}

@media screen and (min-width: 824px) {
  .contact-btn-white.-contactus img {
    width: 138px;
  }
}

.contact-btn-white.-sp01 {
  font-size: 2.2rem;
}

.contact-btn-white._thin {
  height: 60px;
}

.contact-btn-white._purpose {
  max-width: 360px;
}

.contact-btn-white-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 339px;
  height: 100px;
  background: #ffffff;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 32px;
  color: #d22828;
  font-weight: 700;
}

@media screen and (min-width: 824px) {
  .contact-btn-white-01 {
    width: 400px;
    height: 170px;
    border-radius: 20px;
    max-width: none;
    font-size: 2.5rem;
    line-height: 36px;
  }
}

.contact-btn-white-01 img {
  width: 203px;
  height: auto;
}

@media screen and (min-width: 824px) {
  .contact-btn-white-01 img {
    width: 231px;
  }
}

.contact-btn-white-01.-contactus img {
  width: 181px;
}

.contact-btn-white-text {
  font-size: 14px;
  line-height: 175%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333;
  margin-top: 8px;
  font-weight: normal;
}

@media screen and (min-width: 824px) {
  .contact-btn-white-text {
    font-size: 1.6rem;
    margin-top: 19px;
  }
}

.catch-ellipse {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  height: 133px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.1);
  border-radius: 100vh;
  padding: 1rem 0;
  background-image: url(../images/img-top-yellow-leaf-r.png), url(../images/img-top-yellow-leaf-l.png);
  background-repeat: no-repeat;
  background-position: 88% 50%, 11% 50%;
  background-size: 50px 77px;
  margin: auto;
}

@media screen and (min-width: 824px) {
  .catch-ellipse {
    box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
    width: 350px;
    height: 153px;
    max-width: none;
    margin: 0;
  }
}

.catch-ellipse .catch-ellipse-01 {
  font-size: 1.6rem;
  line-height: 31px;
  font-weight: bold;
}

@media screen and (min-width: 824px) {
  .catch-ellipse .catch-ellipse-01 {
    font-size: 1.9rem;
  }
}

.catch-ellipse .catch-ellipse-02 {
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 31px;
  text-align: center;
}

@media screen and (min-width: 824px) {
  .catch-ellipse .catch-ellipse-02 {
    font-size: 2.4rem;
  }
}

.more-detail {
  font-size: 1.6rem;
  color: #d22828;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  background-color: #fff;
  width: 150px;
  height: 56px;
  border: 2px solid #d22828;
  box-shadow: 0px 0px 10px rgba(187, 59, 55, 0.61);
  border-radius: 35px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.btn-block {
  margin: 2rem auto 2.8rem;
}

.btn-block-01 {
  margin: 0 20px 0 50px;
}

.btn-block-02 {
  margin: 0;
}

.btn-block-03 {
  width: 100%;
  margin: 4px 20px 0;
  width: calc(100% - 40px);
}

.btn-block-04 {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 824px) {
  .btn-block-04 {
    margin-top: 95px;
  }
}

.btn-block-05 {
  margin: 50px auto 0;
  margin-right: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 824px) {
  .btn-block-05 {
    justify-content: start;
  }
}

.btn-block-06 {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}

.btn-block-08 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 824px) {
  .btn-block-06 {
    margin-top: 20px;
  }

  .btn-block-08 {
    margin-top: 60px;
  }
}

.btn-block-07 {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1080px) {
  .m-left-tab {
    margin-left: 0 !important;
  }

  .btn-block-07 {
    margin-top: 40px;
  }
}

.title-leval1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 120%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

@media screen and (min-width: 824px) {
  .title-leval1 {
    font-size: 5.9rem;
    line-height: 120%;
    margin-top: 77px;
  }
}

@media screen and (min-width: 1080px) {
  .title-leval1 {
    text-align: left;
  }
}

.title-level2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 824px) {
  .title-level2 {
    font-size: 4.2rem;
    line-height: 120%;
  }

  .title-level2.-small {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.28px;
  }
}

.title-level2.-white {
  color: #fff;
}

@media screen and (min-width: 824px) {
  .title-level2.-ml50 {
    margin-left: 50px;
  }
}

.title-level2.-prl21 {
  padding: 0 21px;
}

.title-level3 {
  font-size: 2.6rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 900;
}

@media screen and (min-width: 824px) {
  .title-level3 {
    font-size: 4.2rem;
    line-height: 150%;
    margin: 0;
    text-align: left;
  }
}

@media screen and (min-width: 824px) {
  .title-level3.-center {
    text-align: center;
  }
}

.title-level4 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 824px) {
  .title-level4 {
    margin: 40px 0 0;
  }
}

.title-level4.-center {
  text-align: center;
}

@media screen and (min-width: 824px) {
  .title-level4.-center.-blog {
    margin: 0;
    font-size: 2.4rem;
  }
}

.header-list {
  display: flex;
  justify-content: center;
  gap: 20px 15px;
  margin: auto;
  padding: 0;
  flex-wrap: wrap;
}

.header-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background: #fff;
  border-radius: 2em;
  transition: all 0.3s ease;
}

.header-link.current {
  background: #d22828;
  color: #fff;
  pointer-events: none;
}

.header-link:hover {
  background: #d22828;
  color: #fff;
}

.header-link .header-nav-option-tag {
  color: #d22828;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
  margin-right: 4px;
}

.header-link.current .header-nav-option-tag {
  color: #fff;
}

/* グローバルナビ */
/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 1;
  right: 20px;
  top: 10px;
  width: 57px;
  height: 57px;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 1517px) {
  .hamburger {
    display: none;
  }
}

.batsu {
  cursor: pointer;
  text-align: center;
  display: block;
  width: 57px;
  height: 57px;
  background-color: #fff;
  border-radius: 50%;
  background-color: #797979;
  position: absolute;
  right: 20px;
  top: 23px;
  transform: translateY(-1.3rem);
}

.batsu:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #bbbbbb;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: none;
  background-color: #f2f1ef;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

@media screen and (min-width: 1518px) {
  nav.globalMenuSp {
    display: none;
  }
}

@media screen and (min-width: 1518px) {
  nav.globalMenuSp .batsu-block {
    display: none;
  }
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 13px 20px 20px 20px;
  width: 100%;
}

@media screen and (min-width: 824px) {
  nav.globalMenuSp ul {
    padding: 13px 39px 20px 39px;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (min-width: 1518px) {
  nav.globalMenuSp.active {
    display: none;
  }
}

.globalMenuSp__body {
  flex-grow: 1;
  overflow: scroll;
}

.header-sp__logo-block {
  background-color: #fff;
  padding: 17px 19px;
}

@media screen and (min-width: 824px) {
  .header-sp__logo-block {
    padding: 17px 39px;
  }
}

.globalMenuSp__list__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #333;
  text-align: left;
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 1.15em 1em 1.15em 0em;
  position: relative;
  border-bottom: 1px solid #e2dbcc;
}

.globalMenuSp__list__link:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 44%;
  right: 3%;
  width: 1.3rem;
  height: 1.3rem;
  border-top: 3px solid #d22828;
  border-right: 3px solid #d22828;
  transform: translateY(-5px) rotate(45deg);
}

.globalMenuPc {
  display: none;
}

@media screen and (min-width: 1518px) {
  .globalMenuPc {
    display: block;
  }
}

.globalMenuPc__block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.globalMenuPc__list {
  list-style-type: none;
  display: flex;
  gap: 30px;
}

.globalMenuPc__list .globalMenuPc__list__link {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}

.usage-image__list__item {
  background-color: #fffae2;
  padding: 30px 30px 30px 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.usage-image__list__item .purpose-title__img {
  width: 170px;
  height: 170px;
}

@media screen and (min-width: 824px) {
  .usage-image__list__item .purpose-title__img {
    width: 230px;
    height: 230px;
    flex: 0 0 auto;
  }
}

.scene {
  padding: 60px 20px;
  background: var(--beige2, #f2f1ef);
}

.scene__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.scene__feature-item {
  background-color: white;
  padding: 25px 10px 17px;
  text-align: center;
  border-radius: 12px;
  background: var(--fff, #fff);
  border-radius: 12px;
  border-top: 2px solid var(--Primary-color, #d22828);
  background: var(--fff, #fff);
}

.scene__feature-image {
  margin: 0 auto 10px;
  object-fit: contain;
}

.scene__feature-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  margin: 3px 0 0 0;
}

.scene_feature-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.6px;
  margin: 3px 0 0 0;
}

.scene__feature-grid-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  position: relative;
  padding-left: 16px;
}

.scene__feature-grid-container {
  padding: 20px;
  border-radius: 8px;
  background: var(--beige2, #eae4d7);
  margin-top: 32px;
}

.scene__feature-grid-title::before {
  content: '';
  display: block;
  width: 7px;
  height: 100%;
  background: #d22828;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.scene__feature-link-icon {
  width: 20px;
}

.scene__feature-link {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.48px;
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}

.scene__feature-link__wrap {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.scene__cta {
  border-radius: 12px;
  background: var(--paleyellow, #fffae2);
  padding: 20px;
  margin: 36px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 824px) {
  .scene__feature-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 30px;
  }

  .scene__feature-item {
    box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.1);
  }

  .scene-service__feature-image {
    width: 121px;
  }

  .scene__feature-grid-container {
    margin-top: 76px;
    padding: 20px 40px;
  }

  .scene__feature-grid-title {
    font-size: 26px;
  }

  .scene {
    background: var(--beige2, #eae4d7);
    padding: 113px 20px;
  }

  .scene_feature-title {
    font-size: 18px;
  }

  .scene__feature-image {
    width: 121px;
  }

  .scene__cta {
    margin: 64px 0 0 0;
    padding: 20px 20px 20px 100px;
  }
}

.scene-card {
  display: flex;
  flex-direction: column;
  /* &.-questionnaire {
  	background-image: url(../images/icon-top-questionnaire.png);
  }

  &.-welfare {
  	background-image: url(../images/icon-top-welfare.png);
  }

  &.-gift {
  	background-image: url(../images/icon-top-gift.png);
  }

  &.-campaign {
  	background-image: url(../images/icon-top-campaign.png);
  }

  &.-point {
  	background-image: url(../images/icon-top-point.png);
  }

  @include mixin.tab {
  	padding: 40px 240px 40px 41px;
  	background-position: 100% 45%;
  	height: 100%;
  	align-items: baseline;
  	justify-content: space-between;
  	background-size: 230px 230px;
  	min-height: 326px;
  } */
}

@media screen and (min-width: 824px) {
  .scene-card {
    height: 100%;
  }
}

.scene-card .seane-title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0;
  line-height: 150%;
  margin-top: 10px;
}

@media screen and (min-width: 824px) {
  .scene-card .seane-title {
    font-size: 2.6rem;
    text-align: left;
    margin-top: 10px;
    flex: 0 0 auto;
  }
}

.scene-card .seane-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.005em;
  margin-top: 15px;
}

@media screen and (min-width: 824px) {
  .scene-card .seane-text {
    flex: 1 1 auto;
    margin-top: 30px;
  }
}

.scene-card .more-detail-block {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

@media screen and (min-width: 824px) {
  .scene-card .more-detail-block {
    justify-content: start;
    margin-top: 4px;
    flex: 0 0 auto;
  }
}

.price-section {
  background: var(--beige, #f2f1ef);
  padding: 40px 20px 60px 20px;
}

.to-be-chosen-card {
  background-color: #fff;
  max-width: 525px;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: auto;
}

@media screen and (min-width: 824px) {
  .to-be-chosen-card {
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    margin: 0;
  }

  .price-section {
    padding: 120px 0;
  }
}

.to-be-chosen-card .to-be-chosen__l img {
  width: 100px;
}

@media screen and (min-width: 824px) {
  .to-be-chosen-card .to-be-chosen__l img {
    width: 123px;
  }
}

.to-be-chosen-card .to-be-chosen__r .to-be-chosen__r__catch {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 824px) {
  .to-be-chosen-card .to-be-chosen__r .to-be-chosen__r__catch {
    font-size: 2.6rem;
  }
}

.to-be-chosen-card .to-be-chosen__r .to-be-chosen__r__text {
  font-size: 1.6rem;
  line-height: 1.85;
  left: 0.004em;
}

@media screen and (min-width: 824px) {
  .to-be-chosen-card .to-be-chosen__r .to-be-chosen__r__text {
    margin-top: 15px;
  }
}

.kadai-card {
  background-color: #fff;
  background-image: url(../images/icon-top-kadai.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: -2px 50%;
  max-width: 525px;
  padding: 20px 1px 20px 20px;
  border-radius: 20px;
}

.kadai-card .kadai-card__r {
  margin-left: 66px;
}

@media screen and (min-width: 824px) {
  .kadai-card .kadai-card__r {
    margin-left: 108px;
  }
}

.kadai-card .kadai-card__r .kadai-card__r__text {
  font-size: 1.6rem;
  line-height: 1.75;
  left: 0.005em;
  font-weight: 700;
}

@media screen and (min-width: 824px) {
  .kadai-card .kadai-card__r .kadai-card__r__text {
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.04em;
  }
}

.approach-card {
  background-color: #fff;
  background-image: url(../images/icon-top-approach.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: 0px 38%;
  max-width: 525px;
  padding: 20px 0 20px 20px;
  border-radius: 20px;
}

.approach-card .approach-card__r {
  margin-left: 69px;
}

@media screen and (min-width: 824px) {
  .approach-card .approach-card__r {
    margin-left: 119px;
  }
}

.approach-card .approach-card__r .approach-card__r__text {
  font-size: 1.6rem;
  line-height: 1.75;
  left: 0.005em;
  font-weight: 700;
}

@media screen and (min-width: 824px) {
  .approach-card .approach-card__r .approach-card__r__text {
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.04em;
  }
}

.effect-block {
  background: #fffae2;
  background-image: url(../images/icon-top-lightbulb.png);
  background-repeat: no-repeat;
  background-size: 39px 64px;
  background-position: 50% 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (min-width: 824px) {
  .effect-block {
    max-width: 970px;
    padding: 30px 20px 30px 123px;
    background-position: 3.9% 30px;
    margin-top: 12px;
  }
}

.effect-block .effect__text {
  font-size: 1.6rem;
  line-height: 1.75;
  left: 0.005em;
  padding-top: 88px;
}

@media screen and (min-width: 824px) {
  .effect-block .effect__text {
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.04em;
    padding: 0;
  }
}

.oyakudachi__list__item-link {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  width: 100%;
}

.oyakudachi__list__item-link:hover {
  transform: translate(0, -16px);
}

@media screen and (min-width: 824px) {
  .oyakudachi__list__item-link {
    height: 100%;
  }
}

.oyakudachi-card {
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 824px) {
  .oyakudachi-card {
    border-radius: 30px;
  }
}

.oyakudachi-card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 824px) {
  .oyakudachi-card img {
    border-radius: 30px 30px 0 0;
    aspect-ratio: 350 / 197;
    flex: 0 0 min-content;
    aspect-ratio: 1201 / 631;
  }
}

.oyakudachi-card .oyakudachi-card__b {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 824px) {
  .oyakudachi-card .oyakudachi-card__b {
    padding: 30px;
  }
}

.oyakudachi-card .oyakudachi-card__b .yakudachi-card__tag__block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.oyakudachi-card .oyakudachi-card__b .oyakudachi-card__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin: 17px 0 0 0;
  color: #333;
}

.oyakudachi-card .oyakudachi-card__b .oyakudachi-card__title.-mg01 {
  margin: 0;
}

.oyakudachi-card .oyakudachi-card__b .oyakudachi-card__title.-blog {
  font-size: 1.8rem;
}

@media screen and (min-width: 824px) {
  .oyakudachi-card .oyakudachi-card__b .oyakudachi-card__title {
    font-size: 2.2rem;
  }
}

.oyakudachi-card .oyakudachi-card__b .date {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 175%;
  color: #797979;
  letter-spacing: 0.005em;
  margin-top: 18px;
}

.oyakudachi-card .oyakudachi-card__b .date.-news {
  margin-top: 0;
}

@media screen and (min-width: 824px) {
  .oyakudachi-card .oyakudachi-card__b .date {
    font-size: 1.8rem;
    line-height: 157.4%;
  }
}

/* ニュース */
.news__list__item-link {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  width: 100%;
}

.news__list__item-link:hover {
  transform: translate(0, -16px);
}

@media screen and (min-width: 824px) {
  .news__list__item-link {
    height: 100%;
  }
}

.news-card {
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 824px) {
  .news-card {
    border-radius: 30px;
  }
}

.news-card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 824px) {
  .news-card img {
    border-radius: 30px 30px 0 0;
    aspect-ratio: 350 / 197;
  }
}

.news-card .news-card__b {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 824px) {
  .news-card .news-card__b {
    padding: 30px;
  }
}

.news-card .news-card__b .yakudachi-card__tag__block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.news-card .news-card__b .news-card__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin: 17px 0 0 0;
  color: #333;
}

@media screen and (min-width: 824px) {
  .news-card .news-card__b .news-card__title {
    font-size: 2.2rem;
  }
}

.news-card .news-card__b .date {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 175%;
  color: #797979;
  letter-spacing: 0.005em;
  margin-top: 0;
}

@media screen and (min-width: 824px) {
  .news-card .news-card__b .date {
    font-size: 1.8rem;
    line-height: 157.4%;
  }
}

.yakudachi-card__tag {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 150%;
  display: inline-block;
  padding: 5px 15px;
  background: #d22828;
  border-radius: 2em;
  color: #fff;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 824px) {
  .yakudachi-card__tag {
    font-size: 1.4rem;
  }
}

.faq-block {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (min-width: 824px) {
  .faq-block {
    border-radius: 12px;
    padding: 30px;
  }
}

.faq-block .faq-question {
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  padding-left: 34px;
  background-image: url(../images/icon-top-q.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 1px top;
}

@media screen and (min-width: 824px) {
  .faq-block .faq-question {
    font-size: 2.2rem;
    padding-left: 48px;
    background-size: 29px;
  }
}

.faq-block .faq-answer {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  padding-left: 39px;
  background-image: url(../images/icon-top-a.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 1px top;
  margin-top: 15px;
}

.faq-block .faq-answer a {
  color: #333;
}

@media screen and (min-width: 824px) {
  .faq-block .faq-answer {
    font-size: 1.6rem;
    margin-top: 20px;
    padding-left: 48px;
  }
}

/* footer */
.footer {
  background-color: #242331;
  padding: 41px 20px 200px;
}

@media screen and (min-width: 824px) {
  .footer {
    padding: 81px 20px 90px;
    position: relative;
  }
}

@media screen and (min-width: 824px) {
  .footer .footer__block {
    max-width: 1120px;
    margin: auto;
    display: grid;
    grid-template: 'left right' 'under01 under01' 'under02 under02';
  }
}

@media screen and (min-width: 824px) {
  .footer .footer__block .footer__block-l {
    grid-area: left;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (min-width: 824px) {
  .footer .footer__block .footer__block-r {
    grid-area: right;
  }
}

@media screen and (min-width: 824px) {
  .footer .footer__block .footer__block-r.footer__block-r-02 {
    display: flex;
    justify-content: end;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}

.footer .back-to-top {
  width: 76px;
  height: 76px;
  margin: auto;
  opacity: 0;
  transition: all 0.3s ease;
}

.footer .back-to-top.fixed {
  position: fixed;
  bottom: 50px;
  top: unset;
  opacity: 1;
  z-index: 9;
  right: 0;
}

@media screen and (min-width: 824px) {
  .footer .back-to-top {
    position: fixed;
    position: absolute;
    top: 30px;
    right: 10px;
  }

  .footer .back-to-top.fixed {
    right: 50px;
    bottom: 20px;
  }
}

.footer .footer__logo {
  width: 200px;
  margin: 19px auto 0;
}

@media screen and (min-width: 824px) {
  .footer .footer__logo {
    width: 251px;
    margin-left: 0;
  }
}

.footer .footer__logo a {
  display: block;
}

.footer .footer__phone {
  text-align: center;
  margin-top: 38px;
}

@media screen and (min-width: 824px) {
  .footer .footer__phone {
    margin-top: 38px;
  }
}

.footer .footer__phone .footer__phone__number {
  font-size: 2.2rem;
  line-height: 157.4%;
  color: #f2f1ef;
  text-decoration: none;
  padding-left: 42px;
  background-image: url(../images/icon-phone-call.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 1px 50%;
}

.footer .footer__phone_text {
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 18px auto 0;
  text-align: center;
  width: 252px;
}

@media screen and (min-width: 824px) {
  .footer .footer__phone_text {
    margin: 18px 0 0 0;
    text-align: left;
  }
}

.footer .footer__email {
  text-align: center;
  margin-top: 38px;
}

.footer .footer__email .footer__email__address {
  font-size: 2.2rem;
  line-height: 157.4%;
  color: #f2f1ef;
  text-decoration: none;
  padding-left: 42px;
  background-image: url(../images/icon-phone-email.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 1px 50%;
}

.footer .footer__pmark {
  width: 136px;
  margin: 36px auto 0;
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

@media screen and (min-width: 824px) {
  .footer .footer__pmark {
    margin-left: 0;
  }
}

.footer .footer__pmark .footer__pmark_text {
  font-size: 1.4rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  margin-top: 15px;
}

.footer .footer__pmark img {
  width: 100px;
}

.footer .footer-menu {
  padding-left: 0;
  text-align: center;
  margin-top: 36px;
}

@media screen and (min-width: 824px) {
  .footer .footer-menu {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    height: 200px;
    align-items: start;
    -moz-column-gap: 0px;
    column-gap: 0px;
    width: 416px;
    float: right;
    margin-top: 20px;
    margin-right: 12px;
  }
}

@media screen and (min-width: 824px) {
  .footer .footer-menu.footer-menu-v01 {
    height: 275px;
  }
}

.footer .footer-menu__item {
  font-size: 1.8rem;
  line-height: 350%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #f2f1ef;
  text-decoration: none;
}

@media screen and (min-width: 824px) {
  .footer .footer-menu__item {
    font-size: 1.6rem;
    line-height: 285%;
  }
}

.footer .footer__text01 {
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #797979;
  margin-top: 58px;
}

@media screen and (min-width: 824px) {
  .footer .footer__text01 {
    font-size: 1.3rem;
    line-height: 157.4%;
    grid-area: under01;
    margin-top: 38px;
  }
}

.footer .footer_copylight-list {
  padding-left: 0;
  margin-top: 30px;
}

.footer .footer__bottom-block {
  border-top: 1px solid rgba(121, 121, 121, 0.5);
  margin-top: 42px;
  padding-top: 20px;
}

@media screen and (min-width: 824px) {
  .footer .footer__bottom-block {
    grid-area: under02;
    display: flex;
    justify-content: space-between;
    padding-left: calc(50% - 560px);
    padding-right: calc(50% - 560px);
    margin-top: 37px;
  }
}

.footer .footer__company {
  font-size: 1.4rem;
  line-height: 157.4%;
  color: #797979;
  background-image: url(../images/icon-footer-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 92%;
  display: inline-block;
  padding-right: 25px;
  text-decoration: none;
}

@media screen and (min-width: 824px) {
  .footer .footer__company {
    font-size: 1.6rem;
  }
}

.footer .footer__copyright {
  font-size: 1.4rem;
  line-height: 157.4%;
  color: #797979;
  margin-top: 20px;
}

@media screen and (min-width: 824px) {
  .footer .footer__copyright {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

a {
  color: #797979;
}

/* パンくず */
.topic-path {
  background-color: #fff;
}

.breadCrumb {
  padding: 16px 20px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1376px;
  list-style: none;
  background-color: #fff;
}

@media screen and (min-width: 824px) {
  .breadCrumb {
    padding: 26px 20px;
  }
}

.breadCrumb__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

@media screen and (min-width: 824px) {
  .breadCrumb__list {
    max-width: 1120px;
    margin: auto;
  }
}

.breadCrumb__list__item {
  float: left;
}

.breadCrumb__list__item:after {
  display: inline-block;
  content: '';
  margin: -2px 10px 0 12px;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 13px;
  border-color: transparent transparent transparent #d9d9d9;
  vertical-align: middle;
}

.breadCrumb__list__item:last-of-type::after {
  display: none;
}

.breadCrumb__list__item a {
  text-decoration: none;
  color: #333;
}

.breadCrumb__list__item a:hover {
  opacity: 0.6;
}

.breadCrumb__list__text {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
}

.breadCrumb__list__link {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #333;
}

.breadCrumb__list__link:hover {
  opacity: 0.6;
}

.btn_are {
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  padding: 60px 25.5px;
}

@media screen and (min-width: 824px) {
  .btn_are {
    padding: 65px 25.5px;
  }
}

.btn_are .btn_area_block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

@media screen and (min-width: 824px) {
  .btn_are .btn_area_block {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 70px;
    align-items: unset;
  }
}

.headline {
  padding: 150px 20px 70px;
  background-color: #fff;
}

.headline.-news {
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  padding-top: 100px;
  padding-bottom: 24px;
}

.headline.-blog {
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  padding-top: 100px;
  padding-bottom: 70px;
}

.headline.-news.-plan {
  padding-bottom: 60px;
}

@media screen and (min-width: 824px) {
  .headline {
    padding: 220px 20px 98px;
  }

  .headline.-news {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .headline.-news.-plan {
    padding-bottom: 100px;
  }

  .headline.-blog {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.headline .headline__description {
  margin-top: 20px;
}

.headline .headline__description.-news {
  color: #fff;
}

.headline .headline__description.-news a {
  color: #fff;
}

@media screen and (min-width: 480px) {
  .headline .headline__description {
    text-align: center;
  }
}

@media screen and (min-width: 480px) {
  .page__description {
    text-align: center;
  }
}

/* カテゴリ */
.header-nav {
  position: relative;
  display: inline-block;
}

.header-nav.opened .header-nav-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  display: block;
}

.header-nav.opened .header-nav-options .header-nav-option-tag {
  color: #d22828;
  margin-right: 6px;
}

@media screen and (min-width: 824px) {
  .header-nav-pc {
    margin-top: 15px;
  }

  .category-block {
    display: flex;
    max-width: 1120px;
    padding: 40px 70px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 15px auto;
    border-radius: 16px;
    background: var(--beige2, #eae4d7);
  }
}

.header-nav-trigger {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  position: relative;
  display: block;
  padding: 11px 20px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 10px;
}

.header-nav-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  top: 49%;
  right: 24px;
  margin-top: -3px;
  border-bottom: 2px solid #d22828;
  border-right: 2px solid #d22828;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
}

.opened .header-nav-trigger {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ededed;
}

.opened .header-nav-trigger:after {
  transform: rotate(225deg) translateY(-120%);
  right: 10px;
}

.header-nav-options {
  /* position: absolute; */
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  display: flex;
  flex-direction: column;
  border-radius: 0 0 20px 20px;
  display: none;
}

.header-nav-option {
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  padding: 11px 20px;
  position: relative;
  display: block;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #ededed;
}

.header-nav-option:first-of-type {
  border-radius: 5px 5px 0 0;
}

.header-nav-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.header-nav-option.order0 {
  order: 0;
}

.header-nav-option.order1 {
  order: 1;
}

.header-nav-option.current {
  opacity: 0.6;
  pointer-events: none;
}

/* ページネーション */
.nav-page-01 {
  margin: 0 0 60px;
  padding: 0 20px;
}

.nav-page-01.-blog {
  margin-top: 30px;
}

@media screen and (min-width: 824px) {
  .nav-page-01 {
    margin: 0 0 92px;
  }

  .nav-page-01.-blog {
    margin-top: 0;
  }
}

.nav-page-01 ul {
  margin: 0;
  padding: 0 1px;
  letter-spacing: -0.4em;
  display: flex;
  justify-content: center;
  text-align: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  flex-wrap: wrap;
}

@media screen and (min-width: 824px) {
  .nav-page-01 ul {
    margin-left: -46px;
  }
}

.nav-page-01 ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -1px;
  letter-spacing: normal;
}

.nav-page-01 ul > li .page-numbers {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  color: #333;
  padding: 10px;
}

@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers {
    font-size: 2.6rem;
  }
}

.nav-page-01 ul > li .page-numbers:hover {
  opacity: 0.6;
}

.nav-page-01 ul > li .page-numbers.current {
  color: #d22828;
  text-decoration: underline;
}

.nav-page-01 ul > li .page-numbers.current:hover {
  opacity: 1;
}

.nav-page-01 ul > li .page-numbers.dots {
  color: #333;
  display: inline-block;
  position: relative;
  margin: 0 -1px;
  margin-bottom: 15px;
}

.nav-page-01 ul > li .page-numbers.dots:hover {
  opacity: 1;
}

.nav-page-01 ul > li .page-numbers.next {
  position: relative;
}

.nav-page-01 ul > li .page-numbers.next:before {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  background: #d22828;
  border-radius: 50%;
}

@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers.next:before {
    width: 48px;
    height: 48px;
    top: 5px;
  }
}

.nav-page-01 ul > li .page-numbers.next:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(150%, -3px) rotate(-45deg);
}

@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers.next:after {
    width: 12px;
    height: 12px;
    transform: translate(150%, 0px) rotate(-45deg);
    right: 12px;
    top: 42%;
  }
}

.nav-page-01 ul > li .page-numbers.prev {
  position: relative;
}

.nav-page-01 ul > li .page-numbers.prev:before {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  background: #d22828;
  border-radius: 50%;
}

@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers.prev:before {
    width: 48px;
    height: 48px;
    top: 5px;
  }
}

.nav-page-01 ul > li .page-numbers.prev:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(150%, -3px) rotate(135deg);
}

@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers.prev:after {
    width: 12px;
    height: 12px;
    transform: translate(150%, 0px) rotate(135deg);
    right: 12px;
    top: 42%;
  }
}

.nav-page-01.-wp ul > li .page-numbers.next:after {
  transform: translate(0px, -3px) rotate(-45deg);
  right: 50%;
}

@media screen and (min-width: 824px) {
  .nav-page-01.-wp ul > li .page-numbers.next:after {
    transform: translate(50%, 0px) rotate(-45deg);
    right: 50%;
  }
}

.nav-page-01.-wp ul > li .page-numbers.prev:after {
  transform: translate(50%, -3px) rotate(135deg);
  right: 50%;
}

@media screen and (min-width: 824px) {
  .nav-page-01.-wp ul > li .page-numbers.prev:after {
    transform: translate(80%, 0px) rotate(135deg);
    right: 50%;
  }
}

.description-text {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.005em;
}

.description-text.-white {
  color: #fff;
}

@media screen and (min-width: 480px) {
  .description-text.-center {
    text-align: center;
  }
}

@media screen and (min-width: 824px) {
  .main-visual__block {
    display: flex;
    flex-direction: column;
    margin-left: 82px;
    justify-content: flex-start;
    gap: 41px;
    position: relative;
  }
}

@media screen and (min-width: 1080px) {
  .main-visual__block {
    flex-direction: row;
  }
}

@media screen and (min-width: 1440px) {
  .main-visual__block {
    margin-left: calc(50% - 635px);
  }
}

.main-visual {
  padding-top: 112px;
  background: url('../images/bg-mv-top-right-mb.png') top right no-repeat,
    url('../images/bg-mv-bottom-left-mb.png') bottom left no-repeat,
    linear-gradient(135deg, #d22828 2.88%, #ff8095 100%);
  border-radius: 0px 0px 50px 0px;
  padding-bottom: 40px;
}

@media screen and (min-width: 824px) {
  .main-visual {
    background: url('../images/bg-mv-top-right-pc.png') top right no-repeat,
      url('../images/bg-mv-bottom-left-pc.png') bottom left no-repeat,
      linear-gradient(135deg, #d22828 2.88%, #ff8095 100%);
  }
}

.main-visual__text01 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  /* 126.923% */
  letter-spacing: 0.88px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}

.main-visual__text02 {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}

.bg-wrap {
  padding: 0 20px;
}

.main-visual.bg-01 {
  background-color: #fff;
}

@media screen and (min-width: 824px) {
  .main-visual {
    position: relative;
  }

  .main-visual__text01 {
    text-align: left;
  }

  .main-visual__text02 {
    text-align: left;
    margin-top: 27px;
  }

  .bg-wrap {
    margin: 0;
    padding-left: 0;
  }
}

.main-visual-l {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

@media screen and (min-width: 824px) {
  .main-visual-l {
    align-items: center;
    row-gap: 13px;
  }
}

@media screen and (min-width: 1080px) {
  .main-visual-l {
    align-items: start;
    margin-right: -110px;
    row-gap: 12px;
    margin-bottom: 150px;
  }
}

.main-visual-l .main-visual__catch01 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (min-width: 824px) {
  .main-visual-l .main-visual__catch01 {
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 10px;
  }
}

.main-visual-l .main-visual__catch02 {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffda1e 50%);
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 824px) {
  .main-visual-l .main-visual__catch02 {
    font-size: 2.3rem;
    line-height: 33px;
    text-align: left;
    margin-top: 0;
  }
}

.main-visual-l .about_animation01 {
  margin-bottom: -30px;
}

@media screen and (min-width: 824px) {
  .main-visual-l .about_animation01 {
    margin-top: 0;
    max-width: none;
  }
}

@media screen and (min-width: 1080px) {
  .main-visual-r {
    margin-top: 56px;
    flex: 0 0 auto;
  }
}

.main-visual__animation {
  margin-top: 35px;
}

@media screen and (min-width: 824px) {
  .main-visual__animation {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1080px) {
  .main-visual__animation {
    margin-left: -100px;
  }
}

@media screen and (min-width: 1140px) {
  .main-visual__animation {
    width: 48.75vw;
    margin-left: -89px;
  }
}

.main-visual-b {
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  display: flex;
  flex-direction: column;
  row-gap: 23px;
  padding: 47px;
  margin-top: 49px;
}

@media screen and (min-width: 824px) {
  .main-visual-b {
    flex-direction: revert;
    justify-content: center;
    -moz-column-gap: 22px;
    column-gap: 22px;
    margin-top: -47px;
    padding-top: 67px;
    padding-bottom: 65px;
    margin-top: -100px;
  }
}

.main-visual-b .main-visual__scroll {
  position: absolute;
  width: 16px;
  height: 131px;
  left: 32px;
  bottom: 18px;
}

.title-level2__sub {
  color: #9b9b9b;
  text-align: center;
  font-feature-settings: 'pwid' on;
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}

.title-level2.-about {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 824px) {
  .title-level2.-about {
    gap: 10px;
  }

  .title-level2.-about.-start {
    align-items: start;
    flex: 0 0 auto;
    justify-content: center;
  }

  .title-level2__sub {
    font-size: 19px;
    text-transform: uppercase;
  }

  .title-level2__sub.-sub02 {
    font-size: 22px;
  }

  .title-level2__wrap {
    display: flex;
    gap: 20px;
  }

  .title-level2__wrap__line {
    width: 2px;
    height: auto;
    background-color: #dbd5c8;
    display: block;
  }
}

.title-level2.-news {
  color: #fff;
}

/* about */
.about {
  position: relative;
  background-color: transparent;
  /* 元の背景色を削除 */
}

.about::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #f26676;
  /* 指定された背景色 */
  z-index: -1;
  /* コンテンツの下に配置 */
}

.about-wrap {
  border-radius: 50px 0px 0px 0px;
  background-color: #fff;
  padding: 60px 20px 40px;
  background: url(../images/bg-top-service-right-mb.png) top 47% right no-repeat,
    url(../images/bg-top-service-left-mb.png) bottom 16% left no-repeat, #fff;
}

.about-us {
  background-color: #f2f1ef;
  padding-bottom: 57px;
}

.about-spacer {
  background: #f2f1ef;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 50% 100px;
  margin-bottom: -41px;
}

.digital-gift-spacer-container-up {
  background-color: #f2f1ef;
}

.digital-gift-spacer-container-down {
  background-color: #eae4d7;
  margin-top: -64px;
}

.digital-gift-spacer-up {
  background: #fff;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 50% 100px;
}

.digital-gift-spacer-down {
  background: #fff;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
}

.about-us__logo {
  width: 140px;
  margin: auto;
  display: block;
}

.digital-gift {
  padding: 0 20px 60px;
  background: #fff;
}

@media screen and (min-width: 824px) {
  .about .about__block {
    margin: auto;
    max-width: 992px;
    padding: 0 40px;
  }

  .digital-gift__container {
    max-width: 1120px;
    margin: auto;
  }

  .digital-gift__container.-price {
    max-width: 904px;
  }

  .about {
    background-color: #e0434b;
  }

  .about-wrap {
    border-radius: 100px 0px 0px 0px;
    background: #fff;
    padding: 100px 0px 0px 0px;
  }

  .about-spacer {
    height: 300px;
    margin-left: -140px;
    margin-right: -150px;
    border-top-left-radius: 3000px 1000px;
    border-top-right-radius: 3000px 1000px;
    margin-bottom: -164px;
    margin-top: 90px;
  }

  .about-us__logo {
    width: 182px;
    margin-top: 12px;
  }

  .about-us {
    padding-bottom: 120px;
    background: url(../images/bg-top-service-right-pc.png) top 7% right no-repeat,
      url(../images/bg-top-service-left-pc.png) top 36% left no-repeat, #f2f1ef;
  }

  .digital-gift-spacer-up {
    height: 300px;
    margin-left: -140px;
    margin-right: -150px;
    border-top-left-radius: 3000px 1000px;
    border-top-right-radius: 3000px 1000px;
    margin-bottom: -34px;
  }

  .digital-gift-spacer-down {
    background: #fff;
    height: 300px;
    margin-left: -140px;
    margin-right: -150px;
    border-bottom-left-radius: 3000px 1000px;
    border-bottom-right-radius: 3000px 1000px;
    margin-top: -96px;
  }
}

.about .about__lottie {
  margin-top: 120px;
  padding-top: 289px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .about .about__lottie {
    width: 500px;
    margin: 218px auto 0;
    padding-top: 329px;
  }
}

.about .about__lottie .about_animation01 {
  position: absolute;
  top: 0;
  z-index: 9;
}

.about__description {
  margin-top: 11px;
  text-align: center;
}

.about__description.-m01 {
  margin-top: 32px;
}

.about__description.-center {
  text-align: center;
}

.about__description.-left {
  text-align: left;
}

.about__description.-left-center {
  text-align: left;
}

.about__description.-justify-center {
  display: flex;
  justify-content: center;
}

.usage-image-description {
  margin-top: 30px;
}

@media screen and (min-width: 824px) {
  .usage-image-description {
    margin-top: 53px;
  }

  .about__description.-left-center {
    text-align: center;
  }

  .about__description.-m02 {
    display: flex;
    align-items: center;
    margin-top: 0;
    letter-spacing: 0.64px;
  }

  .about__description.-m03 {
    margin-top: 12px;
  }
}

.reason-description {
  margin-top: 30px;
}

@media screen and (min-width: 824px) {
  .reason-description {
    margin-top: 52px;
  }

  .about__description {
    margin-top: 26px;
  }
}

.works-description {
  margin-top: 30px;
  margin-right: 20px;
}

@media screen and (min-width: 824px) {
  .works-description {
    margin-top: 50px;
  }
}

.achievement-description {
  margin-top: 30px;
  padding: 0 21px;
}

@media screen and (min-width: 824px) {
  .achievement-description {
    margin-top: 64px;
  }
}

.oyakudachi-description {
  margin-top: 30px;
}

@media screen and (min-width: 824px) {
  .oyakudachi-description {
    margin-top: 52px;
  }
}

.news-description {
  margin-top: 30px;
}

@media screen and (min-width: 824px) {
  .news-description {
    margin-top: 52px;
  }
}

.download-description {
  margin-top: 40px;
}

.download-description02 {
  margin-top: 30px;
}

@media screen and (min-width: 824px) {
  .download-description02 {
    margin-top: 53px;
  }
}

.about__card {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 30px 40px 30px;
}

@media screen and (min-width: 824px) {
  .about__card {
    padding: 60px 53px 50px 60px;
  }
}

.about__card.-v01 {
  margin-top: -40px;
}

@media screen and (max-width: 360px) {
  .about__card.-v01 {
    margin-top: -55px;
  }
}

@media screen and (min-width: 480px) {
  .about__card.-v01 {
    margin-top: -20px;
  }
}

.about__card.-v02 {
  margin-top: 50px;
}

@media screen and (min-width: 824px) {
  .about__card.-v02 {
    margin-top: 37px;
    display: grid;
    grid-template: 'title title' 'left right' /1.43fr 1fr;
  }
}

@media screen and (min-width: 824px) {
  .about__card .-about {
    grid-area: title;
  }
}

@media screen and (min-width: 824px) {
  .about__card .about__crard__block-l {
    grid-area: left;
  }
}

.about__card .about__icon-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-columns: repeat(auto-fit, minmax(94px, 1fr));
  padding-left: 0;
  gap: 4px;
  margin-top: 11px;
  margin-bottom: 0;
}

@media screen and (min-width: 824px) {
  .about__card .about__icon-list.about__icon-list01 {
    grid-template-columns: repeat(auto-fit, minmax(94px, 158px));
    margin-top: 20px;
  }
}

@media screen and (min-width: 824px) {
  .about__card .about__icon-list.about__icon-list03 {
    grid-template-columns: repeat(auto-fit, minmax(94px, 158px));
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 480px) {
  .about__card .about__icon-list {
    margin-top: 29px;
    grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
    grid-template-columns: repeat(auto-fit, 158px);
    -moz-column-gap: 11px;
    column-gap: 11px;
    row-gap: 24px;
  }
}

.about__card .about__suport-list {
  list-style-type: none;
  background: #f2f1ef;
  border-radius: 20px;
  padding: 20px 20px 20px 55px;
}

@media screen and (min-width: 824px) {
  .about__card .about__suport-list {
    padding: 28px 20px 37px 69px;
    margin-top: 27px;
  }
}

.about__card .about__suport-list__item {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.005em;
  font-weight: bold;
  position: relative;
  margin-top: 14px;
}

@media screen and (min-width: 824px) {
  .about__card .about__suport-list__item {
    font-size: 20px;
    line-height: 1.45;
  }
}

.about__card .about__suport-list__item:first-child {
  margin-top: 0;
}

.about__card .about__suport-list__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -2em;
  width: 13px;
  height: 5px;
  border-left: 3px solid #d22828;
  border-bottom: 3px solid #d22828;
  transform: rotate(-45deg);
}

@media screen and (min-width: 824px) {
  .about__card .about__suport-list__item:after {
    left: -1.8em;
  }
}

.about__card .about_animation02 {
  margin-top: 18px;
}

@media screen and (min-width: 824px) {
  .about__card .about_animation02 {
    grid-area: right;
    margin-left: -10px;
    margin-top: 9px;
  }
}

/* ご利用シーン */
.usage-image__block {
  background: #ffffff;
  border-radius: 70px 0px 0px 0px;
  padding: 80px 20px;
}

@media screen and (min-width: 824px) {
  .usage-image__block {
    border-radius: 100px 0px 0px 0px;
    padding: 130px 20px 144px;
  }
}

.usage-image__block.-purpose {
  padding: 0 20px 89px;
}

@media screen and (min-width: 824px) {
  .usage-image__block.-purpose {
    padding: 0 20px 120px;
  }
}

.usage-image__list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 50px;
}

@media screen and (min-width: 824px) {
  .usage-image__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 70px;
    max-width: 1120px;
    margin: 70px auto 0;
  }
}

.usage-image__list.-purpose {
  margin-top: 0px;
}

@media screen and (min-width: 824px) {
  .usage-image__list__item {
    width: calc(50% - 35px);
    flex-direction: row;
    padding: 30px 0 30px 43px;
  }
}

.usage-image__list__item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 824px) {
  .usage-image__list__item:not(:first-child) {
    margin-top: 0;
    padding: 30px 0 30px 43px;
  }
}

/* 選ばれる理由 */
.reason {
  background-color: #fff;
}

.reason__block {
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  border-radius: 0px 70px 0px 0px;
  padding: 80px 20px 90px;
}

@media screen and (min-width: 824px) {
  .reason__block {
    padding: 130px 20px;
    border-radius: 0px 100px 0px 0px;
  }
}

.reason__list {
  margin-top: 53px;
  padding-left: 0;
  list-style-type: none;
}

@media screen and (min-width: 824px) {
  .reason__list {
    max-width: 1120px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 70px;
    margin-top: 70px;
  }
}

@media screen and (min-width: 824px) {
  .reason__list .reason__list__item {
    width: calc(50% - 35px);
  }
}

.reason__list .reason__list__item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 824px) {
  .reason__list .reason__list__item:not(:first-child) {
    margin-top: 0;
  }
}

.reason__point-block {
  background: #fffae2;
  border-radius: 20px;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 82px;
  position: relative;
}

@media screen and (min-width: 824px) {
  .reason__point-block {
    max-width: 1120px;
    margin: 111px auto 0;
    padding: 38px 260px 42px 65px;
    position: relative;
  }
}

.reason__point-block.reason__point-block:before {
  content: '';
  width: 101px;
  height: 46px;
  background-image: url(../images/img-top-point.png);
  background-repeat: NO-REPEAT;
  background-size: 97px 30px;
  position: absolute;
  top: -30px;
  left: 23px;
}

@media screen and (min-width: 824px) {
  .reason__point-block.reason__point-block:before {
    left: 60px;
    width: 121px;
    background-size: 111px 30px;
  }
}

@media screen and (min-width: 824px) {
  .reason__point-block :after {
    content: '';
    display: block;
    width: 154px;
    height: 322px;
    background-image: url(../images/img-top-quopay-mobile.png);
    position: absolute;
    background-size: 152px 195px;
    background-repeat: no-repeat;
    right: 55px;
    bottom: -128px;
  }
}

.reason__point-block .reason__point-quocard {
  margin-top: 3px;
  width: 121px;
}

.reason__point__text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
}

/* 活用事例 */
.works {
  background: #e07824;
}

.works__block {
  background: #f2f1ef;
  border-radius: 70px 0px 0px 0px;
  padding: 80px 0 80px 20px;
}

@media screen and (min-width: 824px) {
  .works__block {
    padding: 130px 0 160px 20px;
  }
}

@media screen and (min-width: 1140px) {
  .works__block {
    padding: 130px 0 151px 130px;
    padding-left: calc(50% - 560px);
    border-radius: 100px 0px 0px 0px;
  }
}

.title-level2-works {
  margin-right: 20px;
}

@media screen and (min-width: 480px) {
  .title-level2-works {
    text-align: left;
  }
}

.title-level3-works {
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 824px) {
  .title-level3-works {
    font-size: 3.2rem;
    line-height: 150%;
  }
}

.works__list {
  padding-left: 0;
  list-style-type: none;
}

.works__list .works__list__item {
  background: #ffffff;
  border-radius: 40px 0px 0px 40px;
  padding: 50px 30px;
  position: relative;
  margin-top: 86px;
}

@media screen and (min-width: 824px) {
  .works__list .works__list__item {
    margin-top: 109px;
    padding: 70px 20px 70px 70px;
  }
}

.works__list .works__list__item:before {
  content: '';
  width: 73px;
  height: 76px;
  background-image: url(../images/img-top-works01.png);
  background-repeat: NO-REPEAT;
  background-size: 58px 49px;
  position: absolute;
  top: -22px;
  left: 34px;
}

@media screen and (min-width: 824px) {
  .works__list .works__list__item:before {
    width: 100px;
    height: 100px;
    top: -42px;
    left: 51px;
    background-size: 74px 66px;
  }
}

.works__list .works__list__item.-v02:before {
  background-image: url(../images/img-top-works02.png);
}

@media screen and (min-width: 824px) {
  .works__list .works__list__item.-v02:before {
    left: 54px;
    top: -46px;
    background-size: 79px 66px;
  }
}

.works__list .works__list__item.-v03:before {
  background-image: url(../images/img-top-works03.png);
}

@media screen and (min-width: 824px) {
  .works__list .works__list__item.-v03:before {
    top: -45px;
    left: 51px;
    background-size: 81px 64px;
  }
}

.works__list .works__list__item .kadai-card {
  position: relative;
}

.works__list .works__list__item .kadai-card:after {
  background-image: url(../images/img-top-downward-yellow.png);
  content: '';
  display: block;
  width: 57px;
  height: 27px;
  background-size: 57px 27px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 824px) {
  .works__list .works__list__item .kadai-card:after {
    background-image: url(../images/img-top-right-yellow.png);
    left: unset;
    top: 34%;
    right: -19%;
    width: 25px;
    height: 57px;
    background-size: 25px 57px;
  }
}

.works__list .works__list__item .approach-card {
  margin-top: 27px;
}

@media screen and (min-width: 824px) {
  .works__list .works__list__item .approach-card {
    margin-top: 0;
    max-width: 440px;
    background-position: 16px 20px;
    background-image: url(../images/icon-top-approach_pc.png);
  }
}

@media screen and (min-width: 824px) {
  .works__list .works__list__item_block {
    display: flex;
    flex-direction: row;
    gap: 95px;
    max-width: 970px;
  }
}

@media screen and (min-width: 824px) {
  .works__list .works__list__item_block > div {
    max-width: 440px;
    background-size: 120px 120px;
    background-position: -2px 20px;
    background-image: url(../images/icon-top-kadai_pc.png);
  }
}

/* さまざまな企業に選ばれています */
.achievement {
  background: #ffffff;
  padding: 60px 20px;
}

@media screen and (min-width: 824px) {
  .achievement {
    padding: 112px 0 127px;
  }
}

.achievement__list {
  list-style-type: none;
  padding-left: 0;
  /* display: grid;
     grid-template-columns: repeat(auto-fit, minmax(91px, 1fr));
     gap: 20px; */
  margin-top: 50px;
}

@media screen and (min-width: 824px) {
  .achievement__list {
    margin: 63px auto 0;
    padding: 0 !important;
    /* grid-template-columns: repeat(auto-fit, 217px);
          gap: 18px; */
  }
}

.achievement__list img {
  width: 91px;
  height: 48px;
}

@media screen and (min-width: 824px) {
  .achievement__list img {
    width: 188px;
    height: 117px;
  }
}

/* お役立ち情報 */
.oyakudachi {
  padding: 80px 20px;
  background: var(--fff, #f2f1ef);
}

.oyakudachi.oyakudachi-page {
  padding: 61px 20px 31px;
}

.bg-bubble {
  background-color: #f2f1ef;
  background-image: url(../images/blog/bg-blog-right.png), url(../images/blog/bg-blog-left.png),
    url(../images/blog/bg-blog-right.png), url(../images/blog/bg-blog-left.png), url(../images/blog/bg-blog-right.png),
    url(../images/blog/bg-blog-left.png), url(../images/blog/bg-blog-right.png), url(../images/blog/bg-blog-left.png);
  background-size: 221px auto, 104px auto, 221px auto, 104px auto, 221px auto, 104px auto, 221px auto, 104px auto;
  background-position: right top -60px, left top 500px, right top 1000px, left top 1500px, right top 2500px,
    left top 3000px, right top 3500px, left top 4000px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

@media screen and (min-width: 824px) {
  .oyakudachi.oyakudachi-page {
    padding: 61px 20px 4px;
  }

  .bg-bubble {
    background-color: #f2f1ef;
    background-image: url(../images/blog/bg-blog-right-pc01.png), url(../images/blog/bg-blog-left-pc01.png),
      url(../images/blog/bg-blog-right-pc02.png), url(../images/blog/bg-blog-left-pc02.png);
    background-size: 420px auto, 471px auto, 246px auto, 367px auto;
    background-position: right top 190px, left top 660px, right top 1150px, left top 1500px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }
}

@media screen and (min-width: 824px) {
  .oyakudachi {
    padding: 116px 20px;
  }
}

.oyakudachi__list {
  padding-left: 0;
  margin-top: 51px;
}

.oyakudachi__list.-top {
  margin-top: 20px;
}

@media screen and (min-width: 824px) {
  .oyakudachi__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 35px;
    max-width: 1120px;
    margin: 71px auto 0;
  }

  .oyakudachi__list.-top {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 824px) {
  .oyakudachi__list .oyakudachi__list__item {
    width: calc(33.333% - 25px);
  }
}

.oyakudachi__list .oyakudachi__list__item:not(:first-child) {
  margin-top: 37px;
}

@media screen and (min-width: 824px) {
  .oyakudachi__list .oyakudachi__list__item:not(:first-child) {
    margin-top: 0;
  }
}

.oyakudachi__list:before {
  content: '';
  display: block;
  width: calc(33.333% - 25px);
  order: 1;
}

.oyakudachi__list:after {
  content: '';
  display: block;
  width: calc(33.333% - 25px);
}

.oyakudachi__list.oyakudachi__list-page {
  margin-top: 40px;
}

/* ニュース */
.news {
  padding: 80px 20px;
}

.news.news-page {
  padding: 61px 20px 31px;
  background-image: url(../images/bg-news-lt.png), url(../images/bg-news-rt.png), url(../images/bg-news-rb.png);
  background-size: 50%, 50%, 50%;
  background-repeat: no-repeat;
  background-position: left top 300px, right top, right top 1000px;
}

@media screen and (min-width: 824px) {
  .news.news-page {
    padding: 61px 20px 4px;
    background-size: 471px auto, 420px auto, 246px auto;
  }
}

@media screen and (min-width: 824px) {
  .news {
    padding: 148px 20px;
  }
}

.news__list {
  padding-left: 0;
  margin-top: 51px;
}

@media screen and (min-width: 824px) {
  .news__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 35px;
    max-width: 1120px;
    margin: 71px auto 0;
  }
}

@media screen and (min-width: 824px) {
  .news__list .news__list__item {
    width: calc(33.333% - 25px);
  }
}

.news__list .news__list__item:not(:first-child) {
  margin-top: 37px;
}

@media screen and (min-width: 824px) {
  .news__list .news__list__item:not(:first-child) {
    margin-top: 0;
  }
}

.news__list:before {
  content: '';
  display: block;
  width: calc(33.333% - 25px);
  order: 1;
}

.news__list:after {
  content: '';
  display: block;
  width: calc(33.333% - 25px);
}

.news__list.news__list-page {
  margin-top: 40px;
}

.news-section {
  padding: 60px 20px;
  background: var(--beige, #f2f1ef);
}

.news-list__item-date {
  color: var(--glay, #797979);
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.56px;
}

.news-list__item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
}

.news-list__item-link {
  text-decoration: none;
}

.news-list {
  padding-left: 0;
  margin-top: 20px;
}

.news-list__item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

/* よくある質問 */
.faq__block {
  background: #eae4d7;
  padding: 60px 20px 68px;
}

@media screen and (min-width: 824px) {
  .faq__block {
    border-radius: 0;
    padding-top: 130px;
    padding-bottom: 136px;
  }

  .news-list__item-link {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    transition: all 0.3s ease;
  }

  .news-list__item {
    padding: 20px 0;
  }

  .news-section {
    padding: 120px 20px 60px;
  }

  .news-list {
    margin-top: 45px;
  }
}

.faq__list {
  padding-left: 0;
  margin-top: 50px;
}

@media screen and (min-width: 824px) {
  .faq__list {
    max-width: 1120px;
    margin: 47px auto 0;
  }
}

.faq__list .faq__list__item:not(:first-child) {
  margin-top: 20px;
}

/* お問い合わせ */
.form-area {
  padding-top: 0;
  margin: auto;
  background-color: #fff;
  padding-bottom: 100px;
}

.form-area.thanks {
  padding-left: 20px;
  padding-right: 20px;
}

.form-area.-download {
  padding-bottom: 40px;
}

@media screen and (min-width: 824px) {
  .form-area.-download {
    width: calc(48% - 30px);
  }
}

@media screen and (min-width: 824px) {
  .form-area {
    max-width: 700px;
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: transparent;
  }
}

.form-area .form-area__title-block {
  background-color: #fff;
  padding: 40px 20px 0;
}

@media screen and (min-width: 824px) {
  .form-area .form-area__title-block {
    padding: 40px;
    border-radius: 30px;
  }
}

.form__items:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 824px) {
  .form__items.form__items-download:not(:first-child) {
    margin-top: 30px;
  }
}

.form__items__title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 175%;
  letter-spacing: 0.04em;
}

.form__items__title.error {
  color: #ec0000;
}

.form__items__body {
  margin-top: 8px;
}

.form__items__body .form__items-01 {
  font-size: 1.6rem;
  letter-spacing: 0.005em;
  line-height: 150%;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: 1.6rem;
  border: none;
  border-radius: 8px;
  background: #ededed;
  margin-top: 0;
  border: 1px solid #ededed;
}

.form__items__body .form__items-01.entered {
  border: 1px solid #797979;
  background-color: #fff;
}

.form__items__body .form__items-01.is_error {
  color: #ec0000;
  border: 2px solid #ec0000;
  background-color: #fff;
}

.form__items__body .textarea-type-01 {
  font-size: 1.6rem;
  letter-spacing: 0.005em;
  line-height: 150%;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: 1.6rem;
  border: none;
  border-radius: 8px;
  background: #ededed;
}

.form__items__body .textarea-type-01.entered {
  border: 1px solid #797979;
  background-color: #fff;
}

.form__items__body .textarea-type-01.error {
  color: #ec0000;
  border: 2px solid #ec0000;
  background-color: #fff;
}

.form__items__body .txt_error {
  display: none;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.0125em;
  color: #ec0000;
  margin-top: 8px;
}

.form__items__body .txt_error.is_error {
  display: block;
}

.form__items__body .-border-none {
  border: none;
}

.txt_error.privacy-check {
  display: none;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.0125em;
  color: #ec0000;
  margin-top: 8px;
  text-align: center;
}

.txt_error.privacy-check.is_error {
  display: block;
}

.-border-none {
  border: none;
}

.form__agree-block {
  margin-top: 45px;
}

@media screen and (min-width: 824px) {
  .form__agree-block {
    margin-top: 67px;
  }
}

.form__agree-block.-download {
  margin-top: 43px;
}

@media screen and (min-width: 824px) {
  .form__agree-block.-download {
    margin-top: 33px;
  }
}

.form__agree-block.check_btn {
  text-align: center;
  padding-left: 30px;
}

.CheckboxInput {
  display: flex;
  cursor: pointer;
  gap: 15px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.CheckboxInput-DummyInput {
  position: relative;
  top: -4px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  border: solid 2px #1a1a1c;
  flex: 0 0 auto;
}

.CheckboxInput-DummyInput::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 10px;
  width: 8px;
  height: 3px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #f2f1ef;
}

.CheckboxInput-DummyInput::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 10px;
  width: 12px;
  height: 3px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #f2f1ef;
}

.CheckboxInput-DummyInput.-check01::before {
  background: #fff;
}

.CheckboxInput-DummyInput.-check01::after {
  background: #fff;
}

.CheckboxInput-LabelText {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.005em;
  padding-bottom: 10px;
}

.CheckboxInput-LabelText__privacy {
  text-decoration: none;
  color: #d22828;
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: #d22828;
}

.btn-block-submit {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.thanks-area {
  padding: 60px 20px 100px;
  margin: auto;
}

@media screen and (min-width: 824px) {
  .thanks-area {
    max-width: 700px;
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: transparent;
  }
}

.btn-block-thanks {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}

/* MW WP FORM チェックボックスカスタマイズ*/
.check_btn td {
  margin-top: 10px;
}

.check_btn input[type='checkbox'].check_btn_item {
  display: none;
}

.check_btn label {
  display: inline-block;
}

.check_btn .check_btn_item + span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.005em;
  padding-bottom: 10px;
}

.check_btn .check_btn_item + span::after,
.check_btn .check_btn_item + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.check_btn .check_btn_item + span::before {
  top: 5px;
  left: -30px;
  display: block;
  width: 13px;
  height: 13px;
  border: solid 2px #1a1a1c;
}

.check_btn .check_btn_item + span::after {
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 9px;
  left: -25px;
  opacity: 0;
  top: 5px;
  transform: rotate(45deg);
  width: 4px;
}

.check_btn .check_btn_item:checked + span::after {
  opacity: 1;
}

.check_btn .check_btn_item:checked + span::before {
  background: #d22828;
}

.mw_wp_form .error {
  font-size: 93%;
  color: #b70000;
  display: block;
  font-size: 1.2rem !important;
  line-height: 150% !important;
  letter-spacing: 0.0125em !important;
  color: #ec0000 !important;
  margin-top: 8px !important;
}

/* 資料ダウンロード */
@media screen and (min-width: 824px) {
  .download {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1160px;
    margin: 0 auto;
    gap: 78px;
    padding: 0 20px 60px;
  }
}

.download-about {
  padding: 50px 20px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 824px) {
  .download-about {
    padding: 100px 0 0 0;
    width: calc(62% - 80px);
  }
}

.download-about .download-about__img {
  width: 354px;
}

@media screen and (min-width: 824px) {
  .download-about .download-about__img {
    width: 558px;
  }
}

.download-about .download-about__description {
  background: #fffae2;
  border-radius: 30px;
  max-width: 562px;
  padding: 30px 30px 16px;
  width: 100%;
  margin-top: 28px;
}

@media screen and (min-width: 824px) {
  .download-about .download-about__description {
    margin-top: 51px;
  }
}

.download-about .download-about__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 824px) {
  .download-about .download-about__text {
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: 0.04em;
  }
}

.download-about .download-about__list {
  list-style-type: disc;
  padding-left: 30px;
}

.download-about .download-about__list__item {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.005em;
}

/*  詳細ページ */
.contents-area {
  background-color: #fff;
  margin: 77px 0 0 0;
  padding-bottom: 50px;
}

.contents-area.-news {
  padding-top: 80px;
}

@media screen and (min-width: 824px) {
  .contents-area {
    max-width: 1120px;
    margin: 100px auto 0;
    border-radius: 30px;
    padding-bottom: 80px;
  }
}

.contents-area .contents-area__title-box {
  padding: 0 20px;
  margin: 48px 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area .contents-area__title-box {
    max-width: 940px;
    margin: 48px auto 0;
  }
}

.contents-area cite {
  font-style: italic;
  font-size: 0.8em;
  opacity: 0.9;
}

.contents-area cite a {
  font-style: italic;
}

.contents-area .contents-wrap {
  padding: 42.5px 20px 0;
}

@media screen and (min-width: 824px) {
  .contents-area .contents-wrap {
    max-width: 740px;
    margin: 0 auto;
    padding-top: 32.5px;
  }
}

.contents-area .contents-title01 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 150%;
  letter-spacing: 1.04px;
  margin: 20px 0 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area .contents-title01 {
    font-weight: 900;
    font-size: 4.2rem;
  }
}

.contents-area .planer-box {
  margin: 1px 0 0 0;
  display: flex;
  justify-content: start;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.contents-area .planner-name {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.005em;
  margin: 20px 0 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area .planner-name {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 157.4%;
  }
}

.contents-area .planner-title {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.005em;
  color: #797979;
  margin: 20px 0 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area .planner-title {
    font-size: 1.8rem;
    line-height: 157.4%;
  }
}

.contents-area .date {
  font-size: 1.153rem;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  margin: 20px 0 0 0;
}

.contents-area .date.-update {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 824px) {
  .contents-area .date {
    font-size: 1.8rem;
    line-height: 157.4%;
  }

  .contents-area .date.-update {
    flex-direction: row;
    justify-content: start;
    gap: 10px;
  }
}

.contents-area h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  padding-left: 20px;
  position: relative;
  margin-top: 70px;
}

@media screen and (min-width: 824px) {
  .contents-area h2 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 150%;
    padding-left: 27px;
  }
}

.contents-area h2:after {
  content: '';
  display: block;
  width: 7px;
  height: 100%;
  background: #d22828;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.contents-area p {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.08px;
  font-style: normal;
  font-weight: 400;
  margin: 40px 0 0 0;
  padding: 0 !important;
}

@media screen and (min-width: 824px) {
  .contents-area p {
    letter-spacing: 0.04em;
  }
}

.contents-area blockquote {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  padding: 30px;
  background: #f2f1ef;
  border-radius: 10px;
  margin: 40px 0 0 0;
}

.contents-area blockquote p {
  margin-top: 0;
}

.contents-area blockquote.wp-block-quote {
  padding: 84px 30px 24px;
  position: relative;
  line-height: 211%;
}

@media screen and (min-width: 824px) {
  .contents-area blockquote.wp-block-quote {
    line-height: 175%;
    padding: 84px 30px 30px;
  }
}

.contents-area blockquote.wp-block-quote:before {
  background-image: url(../images/icon-blockquote.png);
  content: '';
  display: block;
  width: 50px;
  height: 44px;
  background-size: 48px 44px;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 30px;
}

.contents-area blockquote.wp-block-quote p {
  margin-top: 0;
  padding: 84px 30px 24px;
  position: relative;
  letter-spacing: 0.04em;
}

.contents-area blockquote.wp-block-quote ul {
  margin: 0 0 20px 0;
}

.contents-area blockquote.wp-block-quote ul li:not(:first-child) {
  margin: 20px 0 0 0;
  padding-left: 26px;
}

.contents-area .box-download-box {
  margin: 40px 0 0 0;
}

.contents-area .box-download-01 {
  display: block;
  background: #ffffff;
  border: 3px solid #8e312e;
  box-shadow: 0px 0px 20px rgba(91, 3, 0, 0.4);
  border-radius: 10px;
  padding: 23px 5px 24px 5px;
  text-decoration: none;
  margin: 40px 0 0 0;
}

.contents-area .txt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  margin: 0;
  color: #333;
}

@media screen and (min-width: 824px) {
  .contents-area .txt {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 25px;
  }
}

.contents-area .download-txt {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 33px;
  color: #d22828;
  text-align: center;
  margin: 9px 0 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area .download-txt {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 36px;
    margin: 0;
  }
}

.contents-area h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin: 40px 0 0 0;
}

.contents-area ul {
  margin: 40px 0 0 0;
  padding-left: 30px;
}

.contents-area ul li {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 26px;
}

.contents-area ul li:not(:first-child) {
  margin: 20px 0 0 0;
  padding-left: 26px;
}

.contents-area ul li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #d22828;
  border-radius: 5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-5px);
}

.contents-area ol {
  counter-reset: li;
  margin: 40px 0 0 0;
  padding-left: 30px;
}

.contents-area ol li {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.contents-area ol li:not(:first-child) {
  margin: 20px 0 0 0;
}

.contents-area ol li:before {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 0;
  color: #d22828;
  counter-increment: li;
  content: counter(li);
  transform: translateY(-1rem);
}

.contents-area figure {
  margin: 50px 0 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area figure {
    margin: 40px 0 0 0;
  }
}

.contents-area figure img {
  border-radius: 30px;
}

.contents-area .contents-cat-box01 {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

@media screen and (min-width: 824px) {
  .contents-area .yakudachi-card__tag {
    padding: 10px 30px;
  }
}

.contents-area ul.toc_list li {
  line-height: 2;
}

.contents-area ul.toc_list li:after {
  display: none;
}

.nav-page-02 {
  margin: 50px 0 0 0;
}

@media screen and (min-width: 824px) {
  .nav-page-02 {
    margin: 100px 0 0 0;
  }
}

.nav-page-02 ul {
  display: flex;
  flex-direction: revert;
  padding: 0px 20px;
  justify-content: space-between;
}

@media screen and (min-width: 824px) {
  .nav-page-02 ul {
    max-width: 475px;
    margin: auto;
  }
}

.nav-page-02 li a {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #333;
  position: relative;
}

@media screen and (min-width: 824px) {
  .nav-page-02 li a {
    font-size: 2rem;
  }
}

.nav-page-02 li a:hover {
  opacity: 0.6;
}

.nav-page-02 li:last-child {
  min-width: 128px;
}

.nav-page-02 li:last-child a {
  padding-right: 44px;
}

.nav-page-02 li:last-child a:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #d22828;
  border-radius: 50%;
  right: 0;
  top: -2px;
}

.nav-page-02 li:last-child a::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  right: 26px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(150%, -3px) rotate(-45deg);
}

.nav-page-02 li:first-child {
  min-width: 128px;
}

.nav-page-02 li:first-child a {
  padding-left: 44px;
}

.nav-page-02 li:first-child a:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #d22828;
  border-radius: 50%;
  left: 0;
  top: -2px;
}

.nav-page-02 li:first-child a::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  left: -2px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(150%, -2px) rotate(135deg);
}

.recent-articles {
  margin: 50px 0 50px 0;
  padding: 0 20px;
}

@media screen and (min-width: 824px) {
  .recent-articles {
    max-width: 1160px;
    margin: 99px auto 70px;
  }
}

.recent-articles-title-level4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 27px;
  margin: 0;
}

@media screen and (min-width: 824px) {
  .recent-articles-title-level4 {
    font-size: 2.2rem;
  }
}

.recent-articles-title-level4:after {
  content: '';
  display: block;
  width: 7px;
  height: 100%;
  background: #d22828;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 活用事例 */
.contents-area .img-type-01 img {
  height: auto;
}

@media screen and (min-width: 824px) {
  .contents-area .img-type-01 img {
    border-radius: 30px 30px 0px 0px;
  }

  .contents-area .img-type-01.-news img {
    border-radius: 30px;
  }
}

.contents-area .contents-area__company-name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #d22828;
  margin-top: 0;
}

@media screen and (min-width: 824px) {
  .contents-area .contents-area__company-name {
    font-size: 1.8rem;
  }
}

.contents-area .about-company__text {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 824px) {
  .contents-area .about-company__text {
    font-size: 1.6rem;
  }
}

.contents-area .about-company__text__link {
  text-decoration: none;
}

.contents-area .affiliation {
  background: #f2f1ef;
  padding: 30px;
  margin: 40px 0 0 0;
  border-radius: 10px;
}

@media screen and (min-width: 824px) {
  .contents-area .affiliation {
    margin: 20px 0 0 0;
  }
}

.contents-area .affiliation__list {
  padding-left: 0;
}

@media screen and (min-width: 824px) {
  .contents-area .affiliation__list {
    margin-top: 23px;
  }
}

.contents-area .affiliation__tag_title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
  display: inline-block;
  padding: 5px 15px !important;
  background: #d22828;
  border-radius: 2em;
  color: #fff;
  letter-spacing: 0.04em;
  margin-top: 0;
}

@media screen and (min-width: 824px) {
  .contents-area .affiliation__tag_title {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.contents-area .affiliation__tag__name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-top: 0px;
}

@media screen and (min-width: 824px) {
  .contents-area .affiliation__tag__name {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.contents-area .affiliation__mark {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #d22828;
  margin-top: 20px;
}

@media screen and (min-width: 824px) {
  .contents-area .affiliation__mark {
    font-size: 1.8rem;
    flex: 0 0 auto;
    min-width: 75px;
    margin-top: 0;
  }
}

.contents-area .affiliation__text {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  margin-top: 20px;
}

@media screen and (min-width: 824px) {
  .contents-area .affiliation__text {
    font-size: 1.6rem;
    flex: 1 1 auto;
    margin-top: 0;
  }
}

.contents-area ul li.affiliation__list__item:after {
  display: none;
}

.contents-area .about-company {
  border: 1px solid #bb3b37;
  border-radius: 10px;
  padding: 30px;
  margin: 40px 0 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area .about-company {
    margin: 20px 0 0 0;
  }
}

@media screen and (min-width: 824px) {
  .contents-area .about-company-b-box {
    display: flex;
    justify-content: start;
    -moz-column-gap: 35px;
    column-gap: 35px;
    margin-top: 20px;
    align-items: center;
  }
}

.contents-area .about-company__img-company {
  width: 154px;
  flex: 0 0 auto;
}

.contents-area .affiliation__t_box {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contents-area .affiliation__list__item {
  padding-left: 0;
}

.contents-area .affiliation__list__item:not(:first-child) {
  padding-left: 0;
}

@media screen and (min-width: 824px) {
  .contents-area .affiliation__list__item {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.contents-area h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin: 40px 0 0 0;
}

.contents-area__head {
  padding: 0 20px;
}

@media screen and (min-width: 824px) {
  .contents-area h4 {
    font-size: 2.2rem;
  }

  .contents-area__head {
    max-width: 900px;
    margin: 0 auto;
  }

  .contents-area__head .contents-title01 {
    margin-top: 0;
  }

  .contents-area .contents-area__title-box {
    margin-top: 20px;
    padding-left: 0;
  }
}

/* ご利用シーン　固定ページ */
.purpose-title {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/purpose/bg_purpose_sp_01.png);
  background-size: cover;
  position: relative;
  padding: 27px;
  margin-top: 77px;
  /* &.-survey:after {
  	background-image: url(../images/icon-top-questionnaire.png);
  }

  &.-benefits:after {
  	background-image: url(../images/icon-top-welfare.png);
  }

  &.-celebration:after {
  	background-image: url(../images/icon-top-gift.png);
  }

  &.-must-buy:after {
  	background-image: url(../images/icon-top-campaign.png);
  }

  &.-point:after {
  	background-image: url(../images/icon-top-point.png);
  } */
}

@media screen and (min-width: 824px) {
  .purpose-title {
    height: 500px;
    background-image: url(../images/purpose/bg_purpose_01.png);
    margin-top: 0;
  }
}

.purpose-title:after {
  content: '';
  display: block;
  width: 190px;
  height: 190px;
  /* background-image: url(../images/icon-top-shop.png);
  background-size: 190px 190px; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media screen and (min-width: 824px) {
  .purpose-title:after {
    width: 229px;
    height: 229px;
    background-size: 229px 229px;
  }
}

.purpose-title .title-level2.-purpose {
  font-weight: 900;
  font-size: 4.3rem;
  letter-spacing: 0.21em;
}

@media screen and (min-width: 824px) {
  .purpose-title .title-level2.-purpose {
    font-weight: 900;
    font-size: 53px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.21em;
  }
}

.purpose-title .purpose-title__img {
  width: 190px;
  height: 190px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 50%);
}

@media screen and (min-width: 824px) {
  .purpose-title .purpose-title__img {
    width: 229px;
    height: 229px;
  }
}

.contents-area.-purpose {
  margin: 0px auto 0;
  padding-top: 0px;
  border-radius: 0;
  margin-bottom: 99px;
  padding-bottom: 80px;
  padding-top: 79px;
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose {
    padding-top: 122px;
    max-width: 1200px;
    margin-bottom: 0;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .contents-wrap.-purpose {
    max-width: 940px;
    padding-top: 0;
  }
}

.contents-area.-purpose .problems__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #d22828;
  margin-top: 0;
}

.contents-area.-purpose .problems__list__item:after {
  content: '';
  display: block;
  width: 16px;
  height: 28px;
  background: no-repeat;
  background-image: url(../images/purpose/icon_purpose_check01.png);
  position: absolute;
  left: 7px;
  top: 0;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 0%);
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .problems__list__item:after {
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
}

.contents-area.-purpose .problems {
  background: #fffae2;
  border-radius: 10px;
  padding: 30px;
  margin: 40px 0 0 0;
}

.contents-area.-purpose .problems .problems__list {
  margin: 0;
  padding-left: 0;
}

.contents-area.-purpose .problems .problems__list .problems__list__item {
  margin: 10px 0 0;
  padding-left: 32px;
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .problems .problems__list .problems__list__item {
    padding-left: 34px;
  }
}

.contents-area.-purpose .contents-area__purpose-title03 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  position: relative;
  padding-left: 27px;
  margin: 70px 0 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .contents-area__purpose-title03 {
    font-size: 32px;
    margin: 79px 0 0 0;
  }
}

.contents-area.-purpose .contents-area__purpose-title03::after {
  content: '';
  display: block;
  width: 7px;
  height: 100%;
  background: #d22828;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.contents-area.-purpose .purpose__img-box01 {
  margin: 40px 0 0 0;
}

.contents-area.-purpose .purpose__point__title {
  position: relative;
  padding-left: 60px;
  margin-top: 0;
}

.contents-area.-purpose .purpose__point__title:before {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 150%;
  border-radius: 2em;
  color: #fff;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transform: translate(0%, -50%);
  position: absolute;
  top: 20px;
  left: 0;
  counter-increment: li;
  content: counter(li);
  background-color: #d22828;
}

.contents-area.-purpose .purpose__point-list {
  padding-left: 0;
}

.contents-area.-purpose .purpose__point-list .purpose__point-list__item {
  padding-left: 0;
}

.contents-area.-purpose .purpose__point-list .purpose__point-list__item:not(:first-child) {
  margin-top: 40px;
}

.contents-area.-purpose .purpose__point-list__item:before {
  display: none;
}

.contents-area.-purpose .purpose__list__item__b-box {
  margin-top: 20px;
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .purpose__list__item__b-box {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .purpose__list__item__b-box img {
    max-width: 250px;
  }
}

.contents-area.-purpose .mt-20 {
  margin-top: 12px;
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .mt-20 {
    margin-top: 0;
  }
}

.contents-area.-purpose .campaign__flow-list {
  padding-left: 0;
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .campaign__flow-list {
    display: flex;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 0;
  }
}

.contents-area.-purpose .campaign__flow-list .campaign__flow-list__item {
  padding-left: 0;
  position: relative;
  margin: 42px 0 0 0;
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .campaign__flow-list .campaign__flow-list__item {
    margin: 0;
    width: calc(25% - 30px);
  }
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .campaign__flow-list .campaign__flow-list__item:not(:first-child) {
    margin-top: 0;
  }
}

.contents-area.-purpose .campaign__flow-list .campaign__flow-list__item:before {
  display: none;
}

.contents-area.-purpose .campaign__flow-list .campaign__flow-list__item:not(:last-child):after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #1941c6;
  border-bottom: 0;
  border-bottom-width: 0px;
  border-bottom-style: initial;
  border-bottom-color: initial;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translate(-50%, 50%);
}

@media screen and (min-width: 824px) {
  .contents-area.-purpose .campaign__flow-list .campaign__flow-list__item:not(:last-child):after {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #1941c6;
    left: unset;
    right: -55px;
    top: 38px;
    transform: translate(-50%, 50%);
  }
}

.contents-area.-purpose .campaign__flow-list__no {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: 0.04em;
  height: 39px;
  background: #d22828;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents-area.-purpose .campaign__flow-list__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

.contents-area.-purpose .campaign__flow-list__txt {
  margin-top: 10px;
}

.-purpose.wp-block-quote {
  margin-top: 10px;
}

/* ギフト一覧 */
.headline.-gift-list {
  padding-bottom: 0;
}

@media screen and (min-width: 824px) {
  .headline.-gift-list {
    padding: 220px 20px 98px;
  }
}

.gift-box {
  padding: 49px 20px 60px 20px;
  background: url(../images/gift-list/bg_gift-dot.webp);
}

@media screen and (min-width: 824px) {
  .gift-box {
    padding: 100px 20px 96px 20px;
  }
}

.gift__list {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  justify-content: center;
}

@media screen and (min-width: 824px) {
  .gift__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 200px));
    max-width: 1120px;
    margin: auto;
    gap: 60px 30px;
  }
}

.gift__list__item {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
  padding: 22px 20px 16px 20px;
}

.gift__list__item:hover {
  transform: translate(0, -16px);
}

.gift__list .gift__list__item__img {
  margin: 0;
  border-radius: 16px 16px 0 0;
}

.gift__list .gift__list__item__img img {
  border-radius: 16px 16px 0 0;
}

.gift__list .gift__list__item__company {
  font-size: 1.6rem;
  line-height: 175%;
  text-align: left;
  letter-spacing: 0.04em;
  border-radius: 10px;
  color: #000;
  margin: 12px 0 0 0;
  word-break: break-all;
  text-align: center;
  font-weight: 700;
}

.gift__list__item__note {
  border-radius: 0 5px 0 8px;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  color: var(--fff, #fff);
  text-align: center;
  font-feature-settings: 'pwid' on;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 17.5px */
  letter-spacing: 0.4px;
  border: none;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gift__list .gift__list__item__img {
  margin: 0 auto;
  max-width: 150px;
}

@media screen and (min-width: 824px) {
  .gift__list .gift__list__item__company {
    border-radius: 5px;
  }

  .gift__list .gift__list__item__img {
    width: 252px;
  }

  .gift__list__item {
    border-radius: 16px;
  }

  .gift__list__item__note {
    border-radius: 0 5px 0 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 22.75px */
    letter-spacing: 0.52px;
  }
}

.gift__list .gift__list__item__txt {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin: 12px 0 0 0;
  word-break: break-all;
}

/* 404 */
.not-found {
  padding: 137px 20px 100px;
}

@media screen and (min-width: 824px) {
  .not-found {
    padding: 290px 20px 145px;
  }
}

.not-found .not-found__img-box {
  width: 296px;
  margin: auto;
}

@media screen and (min-width: 824px) {
  .not-found .not-found__img-box {
    width: 380px;
  }
}

.not-found .not-found_txt {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 30px 0 0 0;
}

@media screen and (min-width: 824px) {
  .not-found .not-found_txt {
    font-size: 2rem;
    margin: 50px 0 0 0;
  }
}

.not-found .description-text.-not-found {
  margin: 30px 0 0 0;
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 824px) {
  .not-found .description-text.-not-found {
    margin: 20px 0 0 0;
  }
}

.not-found .not-found-box {
  text-align: center;
}

.not-found .btn-block-thanks.-not-found {
  margin: 30px auto 0;
}

@media screen and (min-width: 824px) {
  .not-found .btn-block-thanks.-not-found {
    margin: 50px auto 0;
  }
}

/*# sourceMappingURL=main.css.map */

.text-right {
  margin-top: 20px;
}

@media screen and (min-width: 824px) {
  .text-right {
    text-align: right;
  }
}

/* 修正 */
.main-visual-l .about_animation01 {
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 824px) {
  .main-visual__block {
    margin-left: 0;
  }

  .main-visual-b {
    margin-top: 0;
  }

  .main-visual-r {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1080px) {
  .main-visual__block {
    margin-left: calc(50% - 635px);
    max-width: 1310px;
    margin: 0 auto;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    gap: 0;
  }

  .main-visual-r {
    max-width: 600px;
    margin: unset;
    margin-top: 20px;
  }

  .main-visual-l {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.achievement__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 20px;
}

@media screen and (min-width: 440px) {
  .achievement__list {
    grid-template-columns: repeat(auto-fill, 118px);
    max-width: 1160px;
  }

  .achievement__list.-top {
    margin-top: 40px;
  }
}

@media screen and (min-width: 824px) {
  .achievement__list {
    grid-template-columns: repeat(auto-fill, 188px);
    gap: 40px 45px;
  }
}

.achievement__list .achievement__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.achievement__list img {
  width: 100%;
  height: auto;
}

/* 修正　terms */
.contents-area.-terms {
  margin-top: 0;
}

.purpose-title.-terms {
  background: none;
}

.contents-area.-terms ol {
  margin-top: 0;
}

.contents-area.-terms ol li {
  list-style: auto;
  padding-left: 0;
  margin-top: 0;
}

.contents-area.-terms ol li:before {
  display: none;
}

.footer .footer__bottom-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer .footer__company.-hide {
  background: none;
}

.terms-menu-container {
  position: relative;
}

.terms-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  width: auto;
}

.terms-menu {
  display: none;
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: #f2f1ef;
  padding: 15px;
  min-width: 200px;
  border-radius: 2px;
  z-index: 1000;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.terms-menu.active {
  display: flex;
}

.terms-menu a:hover {
  color: #666;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
  z-index: 999;
}

.overlay.active {
  display: block;
}

.terms-menu__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.4%;
  /* 22.036px */
  display: block;
  line-height: 157.4%;
  /* 22.036px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Purpose menu styles */
.purpose-menu-container {
  position: relative;
}

.purpose-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  width: auto;
}

.purpose-menu {
  display: none;
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: #f2f1ef;
  padding: 15px;
  min-width: 200px;
  border-radius: 2px;
  z-index: 1000;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.purpose-menu.active {
  display: flex;
}

.purpose-menu a:hover {
  color: #666;
}

.purpose-menu__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.4%;
  /* 22.036px */
  display: block;
  line-height: 157.4%;
  /* 22.036px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (min-width: 1080px) {
  .contents-area.-terms {
    margin-bottom: 120px;
  }

  .footer .footer__bottom-block {
    flex-direction: row;
    justify-content: flex-start;
  }

  .terms-menu {
    right: -90%;
  }

  .purpose-menu {
    right: -250%;
  }
}

/* Top　修正 */
.main-visual-l .main-visual__catch02 {
  display: inline !important;
}

.matrix .bg-wrap.-align-center {
  text-align: center;
}

.btn-block-03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
}

.contact-btn-white.-mv {
  max-width: 329px;
}

@media screen and (min-width: 1080px) {
  .btn-block-03 {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 50px;
    width: auto;
    margin-top: 30px;
    margin-left: 0;
  }

  .m-left-tab {
    margin-left: 0 !important;
    margin-right: 0;
    width: 270px;
  }
}

/* モーダルのスタイル */
.gift-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gift-modal.active {
  opacity: 1;
  z-index: 1999999999;
}

.gift-modal-content {
  position: relative;
  width: 90%;
  max-width: 400px;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 16px;
}

.gift-modal-body img {
  width: 180px;
  height: 180px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 824px) {
  .gift-modal-content {
    max-width: 700px;
    max-height: unset;
    padding: 30px;
    border-radius: 30px;
  }

  .gift-modal-body img {
    width: 252px;
    height: 252px;
  }

  .gift-modal-body h2 {
    font-size: 22px !important;
  }

  .gift-modal-info h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gift-modal-info ul {
    margin-top: 12px;
  }
}

.gift-modal-info__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin: 18px 0 0 0;
}

.gift-modal-info__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
}

.gift-modal-info__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  color: #1941c6;
}

.gift-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  z-index: 1001;
}

.gift-modal-logo {
  display: block;
  max-width: 180px;
  margin: 0 auto 20px;
}

.gift-modal-body h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  margin: 20px 0 0 0;
}

.gift-modal-info {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-top: 18px;
  border-radius: 6px;
}

.gift-modal-info li::marker {
  color: #0066cc;
}

.gift-modal-info h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.gift-modal-info ul {
  list-style: disc;
  padding-left: 20px;
}

.gift-modal-info li {
  margin-bottom: 8px;
}

.gift-modal-info a {
  color: #0066cc;
  text-decoration: none;
}

.gift-modal-info a:hover {
  text-decoration: underline;
}

/* 「関連お役立ち情報あり」ボタンのスタイル調整 */

.no-related-articles__text {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.005em;
}

.gift__list__item__modal_btn {
  width: 100%;
}

/* 料金プラン */
.plan-container {
  max-width: 992px;
  margin: 0 auto;
  margin-top: 84px;
}

.plan-header {
  display: flex;
  align-items: center;
}

.plan-header .plan-header__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 1.04px;
  margin: 0 0 0 8px;
}

@media screen and (min-width: 824px) {
  .plan-header .plan-header__title {
    font-size: 32px;
    margin: 0 0 0 16px;
  }
}

.plan-circle-icon {
  width: 30px;
  height: 30px;
  background-color: #e9546b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.plan-card {
  margin-bottom: 20px;
  margin-top: 16px;
}

/* モバイル表示（デフォルト） */
.plan-product-list {
  display: flex;
  flex-direction: column;
}

.plan-product-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.plan-product-item:not(:last-child) {
  margin-bottom: 12px;
}

.plan-product-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  background: #f9fafb;
  border-radius: 12px 12px 0 0;
}

.plan-product-icon {
  width: 130px;
  height: auto;
}

.plan-product-name {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.plan-current-tag {
  background-color: #4caf50;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 5px;
}

.plan-product-details {
  width: 100%;
}

.plan-detail-row {
  padding: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.plan-detail-label {
  display: none;
  /* モバイルではラベルを非表示 */
  font-weight: bold;
  color: #666;
  margin-bottom: 4px;
}

.plan-detail-value {
  line-height: 1.4;
}

/* PC表示用テーブル（デフォルトでは非表示） */
.plan-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
}

.plan-table-header {
  background-color: #f9f9f9;
}

.plan-table-header-cell {
  padding: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.plan-table-header-cell:first-child {
  width: 20%;
  text-align: left;
}

@media screen and (min-width: 824px) {
  .plan-table-header-cell.-header-cell {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.64px;
    vertical-align: top;
    padding-top: 22px;
    width: 14%;
  }

  .plan-table-cell.-header-cell {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.64px;
  }

  .plan-table-header-cell__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.8px;
  }

  .plan-table-header-cell {
    border-bottom: 1px solid #ededed;
    padding: 15px 15px 30px;
    width: 28%;
  }

  .plan-table-header {
    border-bottom: 1px solid var(--gray2, #ededed);
    background: #f9fafb;
  }

  .plan-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
  }
}

.plan-table-cell {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: top;
}

.plan-table-cell:first-child {
  text-align: left;
  font-weight: bold;
  color: #666;
}

/* PC表示用のスタイル */
@media (min-width: 824px) {
  .plan-product-list {
    display: none;
    /* PCではモバイル表示を非表示 */
  }

  .plan-table {
    display: table;
    /* PCではテーブル表示 */
  }

  .plan-table-cell {
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    letter-spacing: 0.64px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 16px 20px;
  }

  .plan-table-cell-merged {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
  }

  .plan-table-cell:first-child {
    padding: 19px;
  }

  .plan-table-cell.-left {
    text-align: left;
  }
}

.plans-area {
  position: relative;
  padding: 224px 20px 60px;
}

.plans-area .headline__img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 294px;
  height: 244px;
}

@media (min-width: 824px) {
  .plans-area {
    padding: 304px 20px 150px;
  }

  .plans-area .headline__img {
    width: 426px;
    height: 354px;
    top: -81px;
  }
}

.plans-area__block__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}

.plans-area__block__text.-text-center {
  text-align: center;
}

.plans-area__block__text.-align-center {
  text-align: center;
}

@media (min-width: 824px) {
  .plans-area__block__text {
    text-align: center;
    font-size: 20px;
  }
}

.plans-area__list__img.-img01 {
  width: 80px;
  height: auto;
}

.plans-area__list__img.-img02 {
  width: 80px;
  height: auto;
}

.plans-area__list__img.-img03 {
  width: 60px;
}

.plans-area__list__img.-img01.-top {
  width: 60px;
  height: auto;
}

.plans-area__list__img.-img02.-top {
  width: 60px;
}

.plans-area__list__img.-img03.-top {
  width: 60px;
}

.plans-area__listt__item__text__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
  margin-top: 8px;
}

@media (min-width: 824px) {
  .plans-area__listt__item__text__title {
    font-size: 26px;
  }

  .plans-area__list__img.-img01.-top {
    width: 80px;
  }

  .plans-area__list.-top {
    margin: 40px 0;
  }
}

.plans-area__list {
  margin-top: 20px;
  padding-left: 0;
}

.plans-area__list.-top {
  margin-top: 33px;
}

@media (min-width: 824px) {
  .plans-area__list {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 32px;
  }
}

.plans-area__list__item {
  display: flex;
  justify-content: center;
}

.plans-area__list__item__text__note {
  color: var(--glay, #797979);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 8px;
}

.plans-area__list__item__text {
  display: flex;
  width: 275px;
  height: 280px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 138px;
  background: var(--fff, #fff);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}

.plans-area__list__item__text.-top {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  width: 220px;
  height: 220px;
}

.plans-area__list__item:not(:first-child) {
  margin-top: 20px;
}

.plan-text-icon {
  width: 40px;
  height: 40px;
}

.plan-product-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
}

.plan-detail-value {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  text-align: center;
}

.plan-detail-value.-left {
  text-align: left;
}

.plan-calc-container {
  border-radius: 8px;
  background: #eae4d7;
  padding: 32px;
  margin-top: 16px;
}

.img-plan-calc-container {
  margin-top: 24px;
}

.btn-block-plans01 {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.plan-container__text01 {
  color: var(--glay, #797979);
  font-feature-settings: 'pwid' on;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 22.75px */
  letter-spacing: 0.52px;
  margin-top: 12px;
}

.plan-gift-list {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 16px;
}

.plan-gift-list__item {
  width: calc(50% - 8px);
  border-radius: 6px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 824px) {
  .plan-gift-list__item {
    width: calc(25% - 12px);
    border-radius: 12px;
  }

  .plans-area__list__item:not(:first-child) {
    margin-top: 0;
  }

  .plan-detail-value.-left {
    text-align: left;
  }

  .plans-area__list__item__text.-top {
    width: 280px;
    height: 280px;
  }
}

.plan-gift-list__item img {
  width: 117px;
  height: auto;
}

.contact-btn-white.-plan {
  height: 42px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
  width: 162px;
}

.btn-block-plans02 {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.plan-container__text02 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.64px;
  margin-top: 16px;
}

.plan-container__text03 {
  color: #797979;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 22.75px */
  letter-spacing: 0.52px;
  text-align: center;
}

.plan-container__title02 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  letter-spacing: 0.88px;
  margin: 36px 0 0 0;
}

.plan-campaign-list {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}

@media (min-width: 824px) {
  .plan-campaign-list {
    justify-content: flex-start;
  }

  .plan-container__title02 {
    margin-top: 53px;
  }

  .plan-container__text03 {
    text-align: right;
  }
}

.plan-campaign-list__item {
  border-radius: 12px;
  background: #fff;
  padding-left: 0;
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 12px;
  height: auto;
}

@media (min-width: 824px) {
  .plan-campaign-list__item {
    width: calc(25% - 12px);
  }
}

.plan-campaign-list__item img {
  width: 121px;
}

.plan-campaign-list__item__title {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  margin-top: 24px;
}

.plan-flow {
  background: #eae4d7;
  padding: 60px 16px 108px;
}

.plan-flow__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  margin: 0;
}

@media (min-width: 824px) {
  .plan-flow__title {
    font-size: 32px;
  }

  .plan-flow-container {
    max-width: 992px;
    margin: 0 auto;
    padding: 78px 0 120px;
  }

  .plan-flow {
    background-image: url(../images/plans/bg-plan-flow-left.png), url(../images/plans/bg-plan-flow-right.png);
    background-repeat: no-repeat;
    background-position: left bottom 150px, right top;
    background-size: 471px 406px, 420px 375px;
    padding: 57px 16px 39px;
  }
}

.plan-flow-list {
  padding-left: 0;
  margin-top: 32px;
}

.plan-flow-list__item {
  position: relative;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

@media (min-width: 824px) {
  .plan-flow-list__item {
    flex-direction: row;
    gap: 20px;
  }
}

.plan-flow-list__item:not(:first-child) {
  margin-top: 32px;
}

.plan-flow-list__item img {
  width: 270px;
}

.plan-flow-list__item__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
}

@media (min-width: 824px) {
  .plan-flow-list__item__title {
    font-size: 22px;
  }
}

.plan-flow-list__item__step {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  padding: 4px 16px;
  border-radius: 12px 0px 8px 0px;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  /* 大文字にする */
  text-transform: uppercase;
}

.plan-flow-list__item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 15px;
}

.contact-btn-red-01.-plan {
  font-size: 16px;
}

.contact-btn-red-01._purpose {
  max-width: 360px;
}

/* あっとギフトとは */
.about-headline {
  padding: 91px 10px 40px 10px;
  background-image: url(../images/about/bg-about-headline01-mb.png), url(../images/about/bg-about-headline02-mb.png);
  background-repeat: no-repeat;
  background-position: right top -20px, left bottom 43%;
  background-size: 171px auto, 180px auto;
}

.about-headline__title {
  font-size: 23.862px;
  font-weight: 700;
  line-height: 150%;
  /* 35.793px */
  letter-spacing: 0.954px;
  margin: 0;
}

.about-headline__sub-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 150%;
  /* 29.081px */
  letter-spacing: 0.776px;
}

.about-headline__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-headline__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  text-align: center;
  margin-top: 32px;
}

.img-about-headline-container {
  width: calc(100% - 20px);
  display: block;
  margin: 34px auto 0;
  max-width: 300px;
}

.img-about-service-container {
  margin-top: 3px;
  width: 169px;
}

.about-headline__logo {
  width: 213px;
  height: auto;
}

.about-merit__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 40px 0 0 0;
  text-align: center;
}

.about-merit__title.-top {
  margin-top: 10px;
}

.about-merit__container {
  padding: 20px 15px 72px;
  background-color: #fff;
  border-radius: 16px 16px 0px 0px;
  margin-top: 20px;
}

.about-merit__container.-top {
  padding-bottom: 32px;
  border-radius: 16px;
}

.about-merit__item-title01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin: 12px 0 0 0;
}

.about-merit__item-title02 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.88px;
  margin: 0;
}

.about-merit__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 32px;
}

.about-merit__item {
  background-color: #f2f1ef;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}

.about-merit__item:not(:first-child) {
  margin-top: 17px;
}

.about-merit__item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-merit__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 15px;
  text-align: left;
}

.about-merit__additional {
  background-color: #eae4d7;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 87px;
  position: relative;
}

.about-merit__additional-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.6px;
  text-align: center;
  position: absolute;
  top: -50px;
  background-color: #f5f5f5;
  width: 147.5px;
  height: 55.702px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 12px;
  background: url(../images/about/bg-about-merit-more.webp) no-repeat center center;
}

.about-merit__additional-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-merit__additional-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  display: flex;
  gap: 8px;
}

.about-merit__additional-icon {
  margin-right: 5px;
}

.about-merit__additional-icon {
  width: 40px;
}

/* Desktop design */
@media (min-width: 824px) {
  .about-merit__title.-top {
    margin: 0;
    font-size: 42px;
  }

  .about-merit__title.-title02 {
    font-size: 26px;
  }

  .about-merit__container.-top {
    background-color: #fff;
    border-radius: 32px;
    background: #fff;
    margin-top: 47px;
    padding: 60px 40px;
    max-width: 1120px;
  }

  .about-headline {
    padding: 205px 10px 101px 10px;
    background-image: url(../images/about/bg-about-headline01-pc.png), url(../images/about/bg-about-headline02-pc.png);
    background-position: right top 60px, left bottom -71px;
    background-size: 431px auto, 323px auto;
  }

  .about-headline__text {
    margin-top: 64px;
    font-size: 18px;
  }

  .about-headline__sub-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 39px */
    letter-spacing: 1.04px;
  }

  .about-headline__logo {
    width: 286px;
  }

  .about-headline__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
    letter-spacing: 1.28px;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  .about-headline__container {
    gap: 10px;
  }

  .img-about-headline-container {
    max-width: 800px;
    margin: 40px auto 0;
    display: block;
  }

  .img-about-headline-container.-top {
  }

  .about-merit {
    background-color: #fff;
    border-radius: 60px 0px 0px 0px;
    margin-top: -40px;
  }

  .about-merit__item:not(:first-child) {
    margin-top: 0;
  }

  .about-merit__container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 77px 16px 108px;
    background: none;
  }

  .about-merit__title {
    font-size: 32px;
    margin-bottom: 30px;
    letter-spacing: 1.28px;
  }

  .about-merit__item-title01 {
    font-size: 20px;
    margin: 18px 0 0 0;
  }

  .about-merit__item-title02 {
    font-size: 26px;
  }

  .about-merit__items {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    margin-top: 43px;
  }

  .about-merit__items.-top {
    margin-top: 32px;
  }

  .about-merit__item {
    flex: 1;
    padding: 23px 20px 27px;
  }

  .about-merit__additional {
    margin-top: 95px;
    padding: 32px 16px;
  }

  .about-merit__additional-items {
    flex-direction: row;
    justify-content: space-around;
    gap: 40px;
  }

  .about-merit__additional-item {
    font-size: 20px;
    gap: 4px;
  }

  .contact-btn-red-01._purpose {
    width: 270px;
  }
}

/* サービス詳細 */

.about-service {
  background-color: #fff;
}

.about-service__container {
  position: relative;
  background-color: #f2f1ef;
  padding: 30px 15px;
  border-radius: 0px 32px 0px 0px;
}

.about-service__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 1.04px;
  text-align: center;
  margin: 26px 0 0 0;
}

.about-service__nav {
  margin-bottom: 30px;
}

.about-service__nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding-left: 0;
  margin-top: 35px;
}

.about-service__nav-item {
  flex: 1;
}

.about-service__nav-link {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 39px;
  border: 1px solid var(--Primary-color, #d22828);
  text-decoration: none;
  color: var(--Primary-color, #d22828);
  font-feature-settings: 'pwid' on;

  /* body-bold */
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  transition: all 0.3s ease;
  max-width: 300px;
  margin: 0 auto;
}

.about-service__section {
  margin-bottom: 34px;
}

.about-service__section-title {
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.about-service__section-title-number {
  font-family: 'Roboto Condensed';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  letter-spacing: 0.64px;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
}

.about-service__section-content {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px 20px 60px 20px;
  border-radius: 12px;
}

.about-service__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 20px;
}

.about-service__images {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 7px 0 20px;
}

.about-service__image-container {
  text-align: center;
  margin: 10px;
}

.about-service__image {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 5px;
}

.about-service__image-label {
  font-size: 12px;
  color: #666;
}

.about-service__subsection-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  letter-spacing: 0.88px;
  text-align: left;
  margin: 60px 0 0;
}

.about-service__subsection-title.-text-center {
  text-align: center;
}

.about-service__feature-card-image {
  width: 120px;
}

.about-service__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: flex-start;
  margin: 20px 0;
}

.about-service__brands.-top {
  padding: 20px;
}

.about-service__brand {
  object-fit: contain;
  width: calc(calc(100% - 20px) / 3);
}

.about-service__more-button {
  display: block;
  width: 164px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  border-radius: 39px;
  border: 1px solid var(--Primary-color, #d22828);
  text-decoration: none;
  color: #d22828;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
}

.about-service__feature-cards {
  margin: 20px 0 0;
}

.about-service__feature-card {
  border-radius: 8px;
  padding: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border-top: 2px solid var(--Primary-color, #d22828);
  background: var(--beige, #f2f1ef);
}

.about-service__feature-card:not(:first-child) {
  margin-top: 18px;
}

.about-service__feature-card.-card02 {
  padding-bottom: 28px;
}

.about-service__feature-card-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
  margin-bottom: 0;
  margin-top: 23px;
  text-align: center;
}

.about-service__feature-card-title.-title01 {
  margin-top: 0;
}

.about-service__feature-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  text-align: center;
  margin-top: 6px;
  text-align: left;
}

.about-service__feature-card-text.-text-center {
  text-align: center;
}

.about-service__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 20px 0;
}

.about-service__feature-item {
  background-color: white;
  border-radius: 8px;
  padding: 25px 12px 28px;
  text-align: center;
  border-radius: 12px;
  background: var(--fff, #fff);
  box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.3);
}

.about-service__feature-image {
  width: 90px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.about-service__feature-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  margin: 3px 0 0 0;
}

.about-service__feature-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.07px;
  margin: 16px 0 0 0;
  text-align: left;
}

.about-service__cta {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  margin: 60px 0 0 0;
  text-align: center;
  background: var(--beige, #f2f1ef);
  position: relative;
  z-index: 1;
}

.about-service__cta-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  text-align: left;
}

.about-service__cta-image {
  width: 80px;
  height: auto;
  margin: 10px auto;
  position: absolute;
  bottom: 0;
  right: -15px;
  display: block;
  width: 118px;
  margin: 0;
  z-index: -1;
}

.about-service__support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.about-service__support-item {
  background-color: white;
  border-radius: 8px;
  padding: 24px 10px 36px;
  text-align: center;
  border-radius: 12px;
  background: var(--fff, #fff);
  box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.3);
}

.about-service__support-image {
  height: 80px;

  object-fit: contain;
  margin: 0 auto 10px;
}

.about-service__support-title {
  color: var(--Black, #333);
  text-align: center;
  /* h6 */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  margin: 19px 0 0 0;
}

.about-service__support-title.-item02 {
  margin-top: 0;
}

.about-service__divider {
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}

/* Desktop design */
@media (min-width: 824px) {
  .about-service__brands.-top {
    justify-content: space-around;
    padding: 0;
    margin-top: 40px;
  }

  .about-service-wrap {
    background-color: #f2f1ef;
    border-radius: 0px 60px 0px 0px;
  }

  .about-service__nav-list {
    flex-direction: row;
    justify-content: space-between;
    gap: 21px;
    padding: 0 16px;
  }

  .about-service__images {
    flex-direction: row;
  }

  .about-service__container {
    max-width: 992px;
    margin: 0 auto;
    padding: 94px 0 60px;
  }

  .about-service__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .about-service__nav-link {
    padding: 9px 20px;
    font-size: 16px;
    background-color: #fff;
  }

  .img-about-service-container {
    width: 100%;
    margin-top: 20px;
  }

  .img-about-service-container.-top {
    margin-top: 0;
  }

  .about-service__section {
    margin-bottom: 40px;
    padding: 30px;
    background-color: white;
    border-radius: 40px;
  }

  .about-service__section-title {
    font-size: 27px;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
  }

  .about-service__text {
    font-size: 16px;
    letter-spacing: 0.64px;
  }

  .about-service__images {
    margin: 21px 0 30px 0;
  }

  .about-service__section-title-number {
    font-size: 56px;
  }

  .about-service__image {
    width: 100px;
    height: 100px;
  }

  .about-service__brands {
    gap: 27px 10px;
    justify-content: center;
  }

  .about-service__brand {
    width: 158px;
    height: auto;
  }

  .about-service__feature-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .about-service__feature-card {
    margin-bottom: 0;
  }

  .about-service__feature-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .about-service__support-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 0;
  }

  .about-service__feature-image {
    width: 121px;
  }

  .about-service__support-image {
    height: 80px;
    width: auto;
  }

  .about-service__subsection-title.-title02 {
    text-align: center;
  }

  .about-service__feature-card:not(:first-child) {
    margin-top: 0;
  }

  .about-service__feature-card-title {
    font-size: 22px;
  }

  .about-service__text.-text-center {
    text-align: center;
  }

  .about-service__feature-item {
    box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.1);
  }

  .about-service__feature-description {
    font-size: 16px;
  }

  .about-service__cta-image {
    width: 164px;
    right: 9px;
  }

  .about-service__cta {
    padding: 24px 40px;
  }

  .about-service__cta-text {
    font-size: 22px;
  }

  .about-service__support-item {
    box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.1);
  }

  .about-service__section-content {
    padding: 0;
    margin-bottom: 0;
  }

  .about-service__section {
    padding: 40px 40px 60px;
    border-radius: 40px;
  }

  .about-service__nav {
    margin-bottom: 40px;
  }

  .about-service__feature-card-text {
    margin-top: 14px;
  }

  .about-service__support-title.-item03 {
    margin-top: 0;
  }
}

.blog-tags {
  margin: 18px 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-tag {
  color: var(--Black, #333);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
  display: inline-block;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background: var(--fff, #fff);
}

.blog-tag .header-nav-option-tag {
  color: var(--Primary-color, #d22828);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
}

.category-block-single {
  padding: 0 20px;
  margin-top: 50px;
}

@media (min-width: 824px) {
  .category-block-single {
    padding: 0 20px;
    margin-top: 100px;
  }
}

/* =================================================================
   Dynamic Steps Block - 完全版フロントエンドCSS
   ================================================================= */

/* メインコンテナ */
.dynamic-steps-block {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}

/* ヘッダーセクション */
.steps-header {
  padding: 50px 30px 40px;
  text-align: center;
  background: white;
  margin: 20px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.header-text {
  margin-bottom: 40px;
}

.header-title {
  font-size: 16px;
  color: #e91e63;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.header-subtitle {
  font-size: 28px;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.3;
  margin-bottom: 0;
}

/* ステッププレビュー */
.steps-preview {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.step-preview {
  flex: 1;
  max-width: 320px;
  min-width: 250px;
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  border: 2px solid transparent;
}

.step-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e91e63, #f48fb1);
  border-radius: 15px 15px 0 0;
}

.step-preview:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(233, 30, 99, 0.2);
  border-color: #e91e63;
}

.step-number {
  font-size: 40px;
  font-weight: 900;
  background: linear-gradient(135deg, #e91e63, #c2185b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  text-align: center;
}

.step-title {
  font-size: 15px;
  line-height: 1.6;
  color: #34495e;
  font-weight: 600;
  text-align: center;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-image {
  margin: 20px 0 15px;
  text-align: center;
}

.step-image img {
  max-width: 90px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.step-preview:hover .step-image img {
  transform: scale(1.1);
}

/* ソリューションアロー */
.solution-arrow {
  margin: 30px 0;
  position: relative;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #e91e63;
  margin: 0 auto;
  position: relative;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* ソリューションヘッダー */
.solution-header {
  margin-top: 25px;
}

.solution-text {
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, #e91e63, #c2185b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.solution-text::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e91e63, #f48fb1);
  border-radius: 2px;
}

/* ソリューションセクション */
.solutions-section {
  padding: 20px 30px 30px;
}

.solution-item {
  background: white;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
  border-left: 5px solid #e91e63;
}

.solution-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.solution-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #e91e63, #f48fb1);
}

.solution-number {
  font-size: 42px;
  font-weight: 900;
  background: linear-gradient(135deg, #e91e63, #c2185b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  line-height: 1;
}

.solution-title {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.4;
}

.solution-description {
  font-size: 16px;
  color: #7f8c8d;
  margin-bottom: 25px;
  font-weight: 500;
  font-style: italic;
}

.solution-details {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.solution-image {
  flex-shrink: 0;
}

.solution-image img {
  max-width: 180px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.solution-item:hover .solution-image img {
  transform: scale(1.05);
}

.solution-text {
  flex: 1;
  line-height: 1.8;
  color: #34495e;
  font-size: 15px;
  font-weight: 400;
}

/* CTAボタンセクション */
.cta-buttons {
  text-align: center;
  padding: 40px 30px 50px;
  background: white;
  margin: 20px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.btn {
  padding: 15px 35px;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  margin: 8px 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.btn:hover::before {
  left: 100%;
}

.btn-primary {
  background: linear-gradient(135deg, #e91e63, #c2185b);
  color: white;
  box-shadow: 0 8px 20px rgba(233, 30, 99, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(233, 30, 99, 0.4);
  background: linear-gradient(135deg, #c2185b, #ad1457);
}

.btn-secondary {
  background: white;
  color: #e91e63;
  border: 3px solid #e91e63;
  box-shadow: 0 8px 20px rgba(233, 30, 99, 0.1);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #e91e63, #c2185b);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(233, 30, 99, 0.3);
}

/* タブレット対応 (768px - 1024px) */
@media (max-width: 1024px) {
  .dynamic-steps-block {
    margin: 30px 15px;
  }

  .steps-header {
    padding: 40px 25px 35px;
    margin: 15px;
  }

  .header-subtitle {
    font-size: 24px;
  }

  .step-preview {
    min-width: 220px;
    padding: 25px 15px;
  }

  .solution-item {
    padding: 30px 25px;
  }

  .solution-details {
    gap: 20px;
  }

  .solution-image img {
    max-width: 140px;
  }
}

/* モバイル対応 (768px以下) */
@media (max-width: 768px) {
  .dynamic-steps-block {
    margin: 20px 10px;
    border-radius: 15px;
  }

  .steps-header {
    padding: 30px 20px;
    margin: 10px;
    border-radius: 15px;
  }

  .header-title {
    font-size: 14px;
  }

  .header-subtitle {
    font-size: 20px;
  }

  /* ステップを縦並びに */
  .steps-preview {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .step-preview {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    max-width: 350px;
  }

  .step-number {
    font-size: 32px;
  }

  .step-title {
    font-size: 14px;
    min-height: auto;
  }

  .solution-text {
    font-size: 20px;
  }

  .solutions-section {
    padding: 15px 20px 20px;
  }

  .solution-item {
    padding: 25px 20px;
    margin-bottom: 25px;
    border-radius: 15px;
  }

  .solution-number {
    font-size: 36px;
  }

  .solution-title {
    font-size: 18px;
  }

  .solution-description {
    font-size: 14px;
  }

  .solution-details {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .solution-image img {
    max-width: 120px;
  }

  .solution-text {
    font-size: 14px;
    text-align: left;
  }

  .cta-buttons {
    padding: 30px 20px;
    margin: 10px;
    border-radius: 15px;
  }

  .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 18px 20px;
    font-size: 15px;
  }
}

/* 小さなモバイル対応 (480px以下) */
@media (max-width: 480px) {
  .dynamic-steps-block {
    margin: 15px 5px;
  }

  .steps-header {
    padding: 25px 15px;
  }

  .header-subtitle {
    font-size: 18px;
  }

  .step-preview {
    padding: 20px 15px;
  }

  .step-number {
    font-size: 28px;
  }

  .step-title {
    font-size: 13px;
  }

  .solution-item {
    padding: 20px 15px;
  }

  .solution-number {
    font-size: 30px;
  }

  .solution-title {
    font-size: 16px;
  }

  .solution-text {
    font-size: 20px;
  }

  .solution-details .solution-text {
    font-size: 13px;
  }

  .btn {
    padding: 16px 15px;
    font-size: 14px;
  }
}

/* アクセシビリティ対応 */
@media (prefers-reduced-motion: reduce) {
  .step-preview,
  .solution-item,
  .btn,
  .arrow-down {
    transition: none;
    animation: none;
  }
}

/* ダークモード対応 */
@media (prefers-color-scheme: dark) {
  .dynamic-steps-block {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  }

  .steps-header,
  .solution-item,
  .cta-buttons {
    background: #3a3a3a;
    color: #ecf0f1;
  }

  .step-preview {
    background: #3a3a3a;
    color: #ecf0f1;
  }

  .header-subtitle,
  .solution-title {
    color: #ecf0f1;
  }

  .step-title {
    color: #bdc3c7;
  }

  .solution-description {
    color: #95a5a6;
  }

  .solution-text {
    color: #bdc3c7;
  }
}

/* 印刷対応 */
@media print {
  .dynamic-steps-block {
    box-shadow: none;
    background: white;
    border: 1px solid #ddd;
  }

  .step-preview,
  .solution-item {
    box-shadow: none;
    border: 1px solid #ddd;
    break-inside: avoid;
  }

  .btn {
    display: none;
  }

  .arrow-down {
    animation: none;
  }
}

/* 利用シーン子ページテンプレート */
.purpose-template-headline {
  background-color: #f2f1ef;
  background-image: url(../images/about/bg-about-headline01-mb.png), url(../images/about/bg-about-headline02-mb.png);
  background-repeat: no-repeat;
  background-position: right top -20px, left bottom 32%;
  background-size: 171px auto, 180px auto;
  border-radius: 0px 32px 0px 0px;
}

.purpose-template-headline__container {
  padding: 90px 20px 0;
  max-width: 100%;
}

.purpose-template-headline__badge {
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  color: white;
  padding: 16px 24px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.purpose-template-headline__title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 4px 0 0 0;
}

.purpose-template-headline__description {
  margin-top: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
}

.purpose-template-headline__gift-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: rotate(45deg);
}

.purpose-template-headline__gift-title {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.purpose-template-headline__gift-content {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.purpose-template-headline__gift-content::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  border-radius: 50%;
  transform: rotate(15deg);
}

.purpose-template-headline__gift-logo {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.purpose-template-headline__gift-amount {
  font-size: 2.4rem;
  font-weight: bold;
  color: #718096;
}

.purpose-template-headline__gift-button {
  background: linear-gradient(135deg, #e53e3e 0%, #fc8181 100%);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(229, 62, 62, 0.3);
}

.purpose-template-headline__gift-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229, 62, 62, 0.4);
}

.purpose-template-headline__gift-button:active {
  transform: translateY(0);
}

/* PC版 (824px以上) */
@media (min-width: 824px) {
  .purpose-template-headline {
    background-color: #f2f1ef;
    background-image: url(../images/purpose/bg-about-headline01-mb-pc.png),
      url(../images/purpose/bg-about-headline02-mb-pc.png);
    background-repeat: no-repeat;
    background-position: right top -20px, left bottom -250px;
    background-size: 420px auto, 359px auto;
    border-radius: 0px 32px 0px 0px;
  }

  .purpose-template-headline__container {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 104px 0 0 0;
    gap: 60px;
  }

  .purpose-template-headline__content {
    flex: 1;
    margin-top: 75px;
  }

  .purpose-template-headline__badge {
    font-size: 2.4rem;
  }

  .purpose-template-headline__title {
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 1.5;
    margin: 20px 0 20px 0;
  }

  .purpose-template-headline__description {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .purpose-template-headline__gift-card {
    flex-shrink: 0;
    width: 420px;
    padding: 32px 0 0;
  }

  .purpose-template-headline__gift-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .purpose-template-headline__gift-content {
    padding: 24px;
    margin-bottom: 24px;
  }

  .purpose-template-headline__gift-logo {
    font-size: 3.6rem;
    margin-bottom: 12px;
  }

  .purpose-template-headline__gift-amount {
    font-size: 2.8rem;
  }

  .purpose-template-headline__gift-button {
    padding: 16px 40px;
    font-size: 1.8rem;
  }
}

.purpose-template-process {
  background-color: #f2f1ef;
}

.purpose-template-process__container {
  background-color: #fff;
  padding: 40px 16px 62px;
  border-radius: 32px 0px 0px 0px;
}

.purpose-template-process__header {
  text-align: center;
}

.purpose-template-process__steps {
  max-width: 283px;
  margin: auto;
  margin-top: 32px;
}

.purpose-template-process__title {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 22px 0 0;
}

.purpose-template-process__title-highlight {
  color: #d22828;
}

.purpose-template-process__description {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 12px 0 0;
  letter-spacing: 0.64px;
  margin-top: 28px;
}

.purpose-template-process__summary {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #4a5568;
  font-weight: 500;
}

/* PC版スタイル */
@media (min-width: 824px) {
  .purpose-template-process {
    background-color: #ebcccc;
  }

  .purpose-template-process__container {
    padding: 98px 20px 60px;
    border-radius: 60px 0px 0px 0px;
  }

  .purpose-template-process__container-inner {
    max-width: 1024px;
    margin: 0 auto;
  }

  .purpose-template-process__title {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
  }

  .purpose-template-process__steps {
    max-width: 100%;
    margin-top: 40px;
  }

  .purpose-template-process__description {
    font-size: 1.6rem;
    margin-top: 2.6rem;
    line-height: 175%;
  }

  .purpose-template-process__summary {
    font-size: 1.6rem;
  }
}

/* ご利用シーンテンプレート　 よくある課題・お悩み */
.purpose-template-solutions {
  background-color: #f2f1ef;
  border-radius: 0px 32px 0px 0px;
}

.purpose-template-solutions__container {
  padding: 60px 16px 68px;
}

.purpose-template-solutions__header {
  text-align: center;
}

.purpose-template-solutions__badge {
  color: #d22828;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
  display: inline-block;
}

.purpose-template-solutions__title {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 1.04px;
  margin-top: 4px;
  margin-bottom: 0;
}

.purpose-template-solutions__problem {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: white;
  padding: 24px 20px;
  border-radius: 12px;
  position: relative;
}

.purpose-template-solutions__problem.--odd {
  margin-right: 86px;
}

/* 偶数番目の要素 (2番目、4番目、6番目...) */
.purpose-template-solutions__problem.--even {
  margin-left: 86px;
}

.purpose-template-solutions__problem.--even .purpose-template-solutions__problem-number {
  right: 20px;
}

.purpose-template-solutions__problem-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed';
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  letter-spacing: 0.64px;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.purpose-template-solutions__problem-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  text-align: left;
}

.purpose-template-solutions__problem-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  position: absolute;
}

.purpose-template-solutions__problems-container {
  position: relative;
  margin-top: 36px;
}

.purpose-template-solutions__problem-icon.--icon-a {
  width: 99.981px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.purpose-template-solutions__problem-icon.--icon-b {
  width: 99.981px;
  top: 32%;
  left: 0;
  transform: translateY(-50%);
}

.purpose-template-solutions__problem-icon.--icon-c {
  width: 99.981px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.purpose-template-solutions__problem-icon.--icon-b {
  width: 93.832px;
}

.purpose-template-solutions__problem-icon.--icon-c {
  width: 95.313px;
}

.purpose-template-solutions__thinking-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.purpose-template-solutions__confused-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: #f6ad55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purpose-template-solutions__frustrated-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: #fc8181;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.purpose-template-solutions__arrow {
  text-align: center;
  width: 50px;
  margin: 32px auto 0;
}

.purpose-template-solutions__cta {
  text-align: center;
  margin-top: 20px;
}

.purpose-template-solutions__cta-text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.purpose-template-solutions__cta-title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.96px;
  margin: 6px 0 0;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.purpose-template-solutions__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.purpose-template-solutions__solution {
  background-color: white;
  border-radius: 12px;
  padding: 40px 20px 60px 20px;
}

.purpose-template-solutions__solution:first-child {
  margin-top: 0;
  margin-top: 32px;
}

.purpose-template__logo {
  width: 180px;
}

.purpose-template-solutions__solution-header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}

.purpose-template-solutions__solution-number {
  font-family: 'Roboto Condensed';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: 0.64px;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.purpose-template-solutions__solution-title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  text-align: center;
}

.purpose-template-solutions__solution-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 18px;
}

.purpose-template-solutions__solution-subtitle {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
}

.purpose-template-solutions__solution-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 20px;
}

.purpose-template-solutions__solution-image {
  width: 100%;
  background-color: #f7fafc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purpose-template-solutions__buttons {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 68px;
  align-items: center;
}

.purpose-template-solutions__button:hover {
  transform: translateY(-2px);
}

.purpose-template-solutions__button--primary:hover {
  box-shadow: 0 6px 20px rgba(229, 62, 62, 0.4);
}

/* PC版スタイル */
@media (min-width: 824px) {
  .purpose-template-solutions {
    padding: 60px 40px 40px;
    border-radius: 0px 60px 0px 0px;
  }

  .purpose-template-solutions__container {
    max-width: 992px;
    margin: 0 auto;
    padding: 58px 0 68px;
  }

  .purpose-template-solutions__problem-number {
    font-size: 5.6rem;
  }

  .purpose-template-solutions__header {
    margin-bottom: 60px;
  }

  .purpose-template-solutions__problem-text {
    font-size: 1.8rem;
    text-align: center;
  }

  .purpose-template-solutions__problem.--even .purpose-template-solutions__problem-number {
    right: unset;
  }

  .purpose-template-solutions__problems-group {
    display: flex;
    gap: 24px;
    margin-top: 32px;
  }

  .purpose-template-solutions__problem-icon.--icon-a {
    width: 270px;
    top: unset;
    transform: translate(50%, 84%);
    bottom: 0;
    right: 50%;
  }

  .purpose-template-solutions__problem-icon.--icon-b {
    width: 270px;
    top: unset;
    transform: translate(50%, 84%);
    bottom: 0;
    right: 50%;
    left: unset;
  }

  .purpose-template-solutions__cta-text {
    font-size: 2.4rem;
  }

  .purpose-template-solutions__arrow {
    margin: 193px auto 0;
    width: 64px;
  }

  .purpose-template-solutions__problem-icon.--icon-c {
    width: 270px;
    top: unset;
    transform: translate(50%, 84%);
    bottom: 0;
    right: 50%;
  }

  .purpose-template-solutions__problem.--odd {
    margin-right: 0;
  }

  .purpose-template-solutions__problem.--even {
    margin-left: 0;
  }

  .purpose-template__logo {
    width: 200px;
  }

  .purpose-template-solutions__badge {
    font-size: 2.4rem;
  }

  .purpose-template-solutions__title {
    font-size: 3.2rem;
  }

  .purpose-template-solutions__problems {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 40px;
  }

  .purpose-template-solutions__problem {
    flex: 1;
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
    gap: 16px;
    height: 100%;
  }

  .purpose-template-solutions__problem-icon {
    margin: 0 auto;
    order: -1;
  }

  .purpose-template-solutions__problem-avatar {
    width: 60px;
    height: 60px;
  }

  .purpose-template-solutions__problem-avatar::before {
    width: 36px;
    height: 36px;
  }

  .purpose-template-solutions__problem-avatar::after {
    width: 30px;
    height: 18px;
    bottom: 12px;
  }

  .purpose-template-solutions__thinking-icon,
  .purpose-template-solutions__confused-icon,
  .purpose-template-solutions__frustrated-icon {
    width: 24px;
    height: 24px;
    top: -4px;
    right: -4px;
  }

  .purpose-template-solutions__cta-title {
    font-size: 3.2rem;
    margin-top: 14px;
  }

  .purpose-template-solutions__solution {
    padding: 40px 40px 60px 40px;
    border-radius: 40px;
  }

  .purpose-template-solutions__solution-content {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin-top: 20px;
    align-items: flex-start;
    margin-top: 40px;
  }

  .purpose-template-solutions__solution-content.--reverse {
    flex-direction: row-reverse;
  }

  .purpose-template-solutions__solution-text-content {
    flex: 1;
  }

  .purpose-template-solutions__solution-image {
    width: 440px;
    flex-shrink: 0;
  }

  .purpose-template-solutions__solution-title {
    font-size: 2.4rem;
    letter-spacing: 1.12px;
  }

  .purpose-template-solutions__solution-text {
    font-size: 1.6rem;
    margin-top: 14px;
    letter-spacing: 0.64px;
  }

  .purpose-template-solutions__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-top: 108px;
  }

  .purpose-template-solutions__button {
    padding: 18px 48px;
    font-size: 1.8rem;
  }

  .purpose-template-solutions__solution-number {
    font-size: 6.4rem;
  }

  .purpose-template-solutions__solution-title {
    font-size: 2.8rem;
  }

  .purpose-template-solutions__solution-header {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
  }

  .purpose-template-solutions__problems-container {
    width: calc(calc(100% - 40px) / 3);
  }

  .purpose-template-solutions__problems-container.--one {
    width: calc(calc(100% - 40px) / 1);
  }

  .purpose-template-solutions__problems-container.--two {
    width: calc(calc(100% - 40px) / 2);
  }

  .purpose-template-solutions__solution:first-child {
    margin-top: 38px;
  }

  .purpose-template-solutions__content {
    gap: 39px;
  }
}

.purpose-template-features {
  background-color: #f2f1ef;
}

.purpose-template-features__container {
  background-color: #fff;
  padding: 58px 16px 68px;
  border-radius: 32px 0px 0px 0px;
}

.purpose-template-features__title {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 1.04px;
  text-align: center;
  margin: 0;
}

.purpose-template-features__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.purpose-template-features__item {
  border-radius: 12px;
  background: var(--beige, #f2f1ef);
  padding: 12px;
}

.purpose-template-features__image {
  max-width: 270px;
  margin: 0 auto;
}

.purpose-template-features__item--supplement {
  padding: 20px;
  border-radius: 12px;
  background: #eae4d7;
  position: relative;
}

.purpose-template-features__item-title {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  letter-spacing: 0.88px;
  text-align: center;
  margin: 12px 0 0;
}

.purpose-template-features__item-description {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 15px;
}

.purpose-template-features__supplement {
  margin-top: 24px;
}

.purpose-template-features__supplement-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
  margin: 0;
}

.purpose-template-features__supplement-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.purpose-template-features__supplement-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 10px;
}

.purpose-template-features__supplement-image {
  width: 128px;
  position: absolute;
  bottom: 0;
  right: 20px;
  display: none;
}

/* PC版スタイル (824px以上) */
@media (min-width: 824px) {
  .purpose-template-features__title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  .purpose-template-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 992px;
    margin: 0 auto;
  }

  .purpose-template-features__grid.--one {
    grid-template-columns: repeat(1, 1fr);
  }

  .purpose-template-features__grid.--two {
    grid-template-columns: repeat(2, 1fr);
  }

  .purpose-template-features__item {
    padding: 32px 24px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }

  .purpose-template-features__item-title {
    font-size: 2.4rem;
  }

  .purpose-template-features__supplement {
    grid-column: 1 / -1;
    margin-top: 28px;
    padding: 22px 40px;
  }

  .purpose-template-features__supplement-title {
    font-size: 2.2rem;
  }

  .purpose-template-features__supplement-content {
    flex-direction: row;
    gap: 32px;
    text-align: left;
  }

  .purpose-template-features__supplement-image {
    width: 142px;
    right: 40px;
    display: block;
  }

  .purpose-template-features__supplement-text {
    margin-right: 162px;
    margin-top: 16px;
    letter-spacing: 0.64px;
  }

  .purpose-template-features__container {
    border-radius: 60px 0px 0px 0px;
    padding: 120px 16px 110px;
  }
}

/* 4カラム対応（大画面用） */
@media (min-width: 1200px) {
  .purpose-template-features__supplement {
    grid-column: 1 / -1;
  }
}

.purpose-template-case-study {
  padding: 60px 16px 68px;
  border-radius: 0px 32px 0px 0px;
  background: var(--beige, #f2f1ef);
}

.purpose-template-case-study__container {
  max-width: 992px;
  margin: 0 auto;
}

.purpose-template-case-study__title {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 1.04px;
  text-align: center;
  margin: 0;
}

.purpose-template-case-study__content {
  background-color: white;
  border-radius: 12px;
  padding: 32px 20px 20px;
  margin-top: 32px;
}

.purpose-template-case-study__case-title {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  margin: 0;
}

.purpose-template-case-study__sections {
  margin-top: 28px;
}

.purpose-template-case-study__section {
  margin-bottom: 21px;
}

.purpose-template-case-study__section:last-child {
  margin-bottom: 0;
}

.purpose-template-case-study__section-title {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
  display: inline-flex;
  padding: 4px 16px;
  align-items: flex-start;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  margin: 0;
}

.purpose-template-case-study__section-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 8px;
}

.purpose-template-case-study__effects-list {
  list-style: none;
  padding: 0;
}

.purpose-template-case-study__effects-item {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-bottom: 0;
  position: relative;
  padding-left: 16px;
}

.purpose-template-case-study__effects-item::before {
  content: '•';
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.purpose-template-case-study__effects-item:last-child {
  margin-bottom: 0;
}

/* PC版スタイル (824px以上) */
@media (min-width: 824px) {
  .purpose-template-case-study {
    padding: 120px 40px 108px;
  }

  .purpose-template-case-study__title {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
  }

  .purpose-template-case-study__content {
    padding: 41px 40px 42px;
    border-radius: 40px;
    margin-top: 41px;
  }

  .purpose-template-case-study__case-title {
    font-size: 2.4rem;
    margin: 0;
    letter-spacing: 0.96px;
  }

  .purpose-template-case-study__section-title {
    padding: 4px 16px;
    font-size: 1.4rem;
  }

  .purpose-template-case-study__effects-item {
    font-size: 1.6rem;
    padding-left: 20px;
  }

  .purpose-template-case-study__effects-item::before {
    font-size: 1.8rem;
  }

  .purpose-template-case-study__section {
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }

  .purpose-template-case-study__section-header {
    flex: 0 0 auto;
  }

  .purpose-template-case-study__section-text {
    margin-top: 0;
    letter-spacing: 0.64px;
  }

  .purpose-template-case-study__effects-list {
    margin: 0;
  }
}

/* より大きな画面での調整 */
@media (min-width: 1200px) {
  .purpose-template-case-study__sections {
    gap: 60px;
  }
}

.purpose-template-introduction {
  background: #eae4d7;
  background-image: url(../images/purpose/bg-purpose-template-intro-left.png),
    url(../images/purpose/bg-purpose-template-intro-right.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-size: 121px auto, 121px auto;
}

.purpose-template-introduction__container {
  max-width: 992px;
  margin: 0 auto;
  padding: 57px 16px 110px;
}

.purpose-template-introduction__title {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 1.04px;
  text-align: center;
  color: #2d3748;
  margin: 0;
}

.purpose-template-introduction__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.purpose-template-introduction__card {
  background-color: white;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  border-radius: 12px;
  border-top: 2px solid var(--Primary-color, #d22828);
  background: #fff;
}

.purpose-template-introduction__card-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
  color: #2d3748;
  margin: 0;
}

.purpose-template-introduction__card-description {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 6px;
  text-align: left;
}

.purpose-template-introduction__card-button {
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  margin-top: 10px;
}

/* PC版スタイル (824px以上) */
@media (min-width: 824px) {
  .purpose-template-introduction {
    padding: 60px 40px;
    background-image: url(../images/plans/bg-plan-flow-left.png), url(../images/plans/bg-plan-flow-right.png);
    background-repeat: no-repeat;
    background-position: left bottom -126px, right top;
    background-size: 471px 406px, 420px 433px;
    padding: 62px 16px 110px;
  }

  .purpose-template-introduction__container {
    max-width: 992px;
    margin: 0 auto;
    padding: 57px 0 20px;
  }

  .purpose-template-introduction__title {
    font-size: 3.2rem;
  }

  .purpose-template-introduction__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 41px;
  }

  .purpose-template-introduction__card {
    padding: 21px 20px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 10px;
  }

  .purpose-template-introduction__card-title {
    font-size: 1.8rem;
  }

  .purpose-template-introduction__card-description {
    font-size: 1.6rem;
  }

  .purpose-template-introduction__card-button {
    padding: 12px 32px;
    font-size: 1.2rem;
    width: 143px;
    margin: 0 auto;
  }
}

/*  アコーディオンとドロップダウン */
/* Navigation customization */

/* ---------- PC DROPDOWN ---------- */
@media screen and (min-width: 1518px) {
  .globalMenuPc__list .has-dropdown {
    position: relative;
  }

  .purpose-dropdown {
    position: absolute;
    top: calc(100% + 27px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e2dbcc;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 32px;
    min-width: 280px;
    list-style: none;
    display: none;
    z-index: 20;
  }

  .has-dropdown:hover .purpose-dropdown {
    display: none;
  }

  .has-dropdown.open .purpose-dropdown {
    display: block;
  }

  .purpose-dropdown li + li {
    margin-top: 20px;
  }

  .purpose-dropdown a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.64px;
    text-decoration: none;
  }

  .purpose-dropdown a:hover {
    opacity: 0.7;
  }

  .purpose-dropdown a::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #d22828;
    border-right: 2px solid #d22828;
    transform: rotate(45deg);
    margin-right: 12px;
    flex: 0 0 auto;
  }
}

/* ---------- MOBILE ACCORDION ---------- */
@media screen and (max-width: 1517px) {
  .has-submenu > .submenu-toggle {
    position: relative;
    padding-right: 32px;
  }

  .has-submenu.open > .submenu-toggle {
    border: none;
  }

  .has-submenu > .submenu-toggle::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
    height: 3px;
    background: #d22828;
    border: none;
    transform: translateY(-50%);
  }

  .has-submenu > .submenu-toggle::after {
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    width: 3px;
    height: 20px;
    background: #d22828;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  /* open で縦ラインを 90deg 回転させて横線に */
  .has-submenu.open > .submenu-toggle::after {
    transform: translateY(-50%) rotate(90deg);
  }

  nav.globalMenuSp ul.submenu {
    margin: 0;
    padding: 16px 24px;
    background: #fff;
    border-radius: 20px;
    list-style: none;
  }

  .submenu .globalMenuSp__list__link.-child {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.64px;
    color: #333;
    text-decoration: none;
    border: none;
    padding: 11px 6px;
  }

  .submenu .globalMenuSp__list__link.-child::before {
    display: none;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆blog sidebar
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.blog-sidebar {
  padding: 0 20px;
}

/* プロモーションセクション */

/* コンタクトセクション */
.sidebar-promo {
  display: block;
  transition: all 0.3s ease;
}

.sidebar-contact {
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  transition: all 0.3s ease;
}

/* FAQセクション */
.sidebar-faq {
  padding: 24px 16px;
  border-radius: 8px;
  background: #eae4d7;
}

.sidebar-faq__title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  margin: 0;
}

.sidebar-faq__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 4px;
}

.sidebar-faq__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-faq__number {
  background: #d22828;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 161.538% */
  letter-spacing: 0.6px;
  padding-left: 2px;
}

.sidebar-faq__content {
  flex: 1;
}

.sidebar-faq__question {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  color: #564d4d;
}

.sidebar-faq__question-link {
  color: #564d4d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidebar-faq__question-link:hover {
  color: #1941c6;
}

.sidebar-faq__answer {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 8px;
}

.sidebar-faq__links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.sidebar-faq__link {
  color: #1941c6;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.56px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆comparison table
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.comparison-table {
  margin: 21px 0 0;
  overflow-x: scroll;
  border: 1px solid #ededed;
  -webkit-overflow-scrolling: touch;
}

.comparison-table::-webkit-scrollbar {
  height: 8px;
}

.comparison-table::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.comparison-table::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.comparison-table::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

@media screen and (min-width: 824px) {
  .comparison-table {
    overflow-x: visible;
  }

  .comparison-table::-webkit-scrollbar {
    display: none;
  }
}

.comparison-table__table {
  width: 120%;
  min-width: 600px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ededed;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 824px) {
  .comparison-table__table {
    width: 100%;
    min-width: auto;
  }
}

.comparison-table__header {
  padding: 14px 12px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  width: 30%;
  border-bottom: 1px solid #ededed;
  background: #ededed;
}

.comparison-table__header.comparison-table__header--white {
  color: #fff;
  background: #db4b4b;
}

.comparison-table__header.comparison-table__header--white.--individual {
  padding-left: 12px;
}

.comparison-table__header.comparison-table__header--white.--corporate {
  padding-left: 12px;
}

.comparison-table__header:last-child {
  border-right: none;
}

.comparison-table__header--individual {
  background: #dc3545;
  width: 35%;
}

.comparison-table__header--corporate {
  background: #dc3545;
  width: 35%;
}

.comparison-table__cell {
  padding: 14px 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  vertical-align: top;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.comparison-table__cell:last-child {
  border-right: none;
}

.comparison-table__cell--item {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}

.contents-area.contents-area-blog-single-new .comparison-table__cell p {
  margin-top: 0;
}

.comparison-table__table tbody tr:nth-child(even) {
  background: white;
}

.comparison-table__table tbody tr:nth-child(odd) {
  background: #f8f9fa;
}

.contents-area .comparison-table__list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.contents-area .comparison-table__list li {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.contents-area .comparison-table__list li:not(:first-child) {
  padding-left: 12px;
  margin-top: 0;
}

.contents-area .comparison-table__list li:after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #555;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0.7em);
}

.comparison-table__note {
  display: block;
  color: #6a7282;
  line-height: 1.3;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.comparison-table__additional {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

/* blog single new */
.contents-area.contents-area-blog-single-new {
  padding: 14px;
  margin: 80px 0 0 0;
}

.contents-area.contents-area-blog-single-new .img-type-01 img {
  height: 168px;
  object-fit: cover;
}

.contents-area.contents-area-blog-single-new .contents-area__title-box {
  margin: 0 0 21px;
  padding: 0;
}

.contents-area.contents-area-blog-single-new .contents-title01 {
  margin: 0;
}

.contents-area.contents-area-blog-single-new p {
  margin-top: 12px;
}

.contents-area.contents-area-blog-single-new p .red-text {
  color: #d22828;
  font-weight: 700;
}

.contents-area.contents-area-blog-single-new .underline {
  text-decoration: underline;
  color: blue;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.contents-area.contents-area-blog-single-new p.marker-pink {
  background: linear-gradient(transparent 65%, rgba(255, 228, 228, 1) 0%);
  display: inline;
  padding: 0 1px 0px;
}

.contents-area.contents-area-blog-single-new p.marker-yellow {
  background: linear-gradient(transparent 65%, rgba(255, 233, 138, 1) 0%);
  display: inline;
  padding: 0 1px 0px;
}

.contents-area.contents-area-blog-single-new .contents-wrap {
  padding: 0;
}

.contents-area.contents-area-blog-single-new .contents-area__download-box {
  padding: 15px;
  border-radius: 10px;
  background: rgba(210, 40, 40, 0.05);
  margin-top: 12px;
  background-image: url(../images/blog/bg-contents-area__download-box.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px auto;
}

.contents-area.contents-area-blog-single-new .contents-area__download-box .contents-area__download-box-title {
  color: #d22828;
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  letter-spacing: 0.88px;
  margin-top: 0;
}

.contents-area.contents-area.contents-area-blog-single-new .contents-area__download-box-strong {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
}

.contents-area.contents-area.contents-area-blog-single-new .list {
  padding-left: 0;
  margin-top: 20px;
}

.contents-area.contents-area.contents-area-blog-single-new .list-item {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  margin-top: 8px;
  padding-left: 16px;
}

.contents-area.contents-area.contents-area-blog-single-new .list-item.list-item--bold {
  font-weight: 700;
}

.contents-area.contents-area.contents-area-blog-single-new .contact-btn-red-01 {
  max-width: 275px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  letter-spacing: 1px;
}

.contents-area.contents-area.contents-area-blog-single-new .contact-btn-red-01.-mt01 {
  margin-top: 24px;
  margin: 24px auto 0;
  height: 48px;
}

.contents-area.contents-area.contents-area-blog-single-new .list-item:after {
  top: 1em;
  width: 8px;
  height: 8px;
}

.contents-area.contents-area.contents-area-blog-single-new h2 {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  letter-spacing: 0.88px;
  border-bottom: 2px solid var(--Primary-color, #d22828);
  padding-left: 0;
  margin-top: 35px;
  padding-bottom: 5px;
}

.contents-area.contents-area.contents-area-blog-single-new h2:after {
  display: none;
}

.contents-area.contents-area.contents-area-blog-single-new h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  margin-top: 28px;
  position: relative;
  padding-left: 12px;
}

.contents-area.contents-area.contents-area-blog-single-new h3:after {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: #d22828;
  position: absolute;
  top: 0;
  left: 0;
}

.contents-area.contents-area.contents-area-blog-single-new .contents-area__point {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  padding: 16px 20px 16px 75px;
  margin-top: 21px;
  border-radius: 11px;
  background: #fffae2;
  background-image: url(../images/blog/img-blog-point.png);
  background-repeat: no-repeat;
  background-position: left 20px top 16px;
  background-size: 35px auto;
}

.contents-area.contents-area.contents-area-blog-single-new .contents-area__bnr-box01 {
  display: flex;
  padding: 16px 20px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 11px;
  border: 3px solid #ededed;
  margin-top: 28px;
}

.contents-area.contents-area.contents-area-blog-single-new .contents-area__bnr-box01-link {
  display: block;
  text-decoration: none;
}

.contents-area.contents-area.contents-area-blog-single-new .contents-area__bnr-box02-link {
  display: block;
  margin-top: 28px;
}

.contents-area.contents-area.contents-area-blog-single-new .contents-area__bnr-box01-title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  margin-top: 0;
}

.contents-area.contents-area.contents-area-blog-single-new .contents-area__bnr-box01-text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.56px;
  margin-top: 4px;
}

.contents-area.contents-area.contents-area-blog-single-new .contents-area__bnr-box01__link {
  color: #797979;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 19.25px */
  letter-spacing: 0.44px;
  margin-top: 8px;
  display: block;
}

.contents-area.contents-area-blog-single-new .contents-area__bnr-box01__right {
  flex: 0 0 100px;
}

.contents-area.contents-area-blog-single-new .box-download-01 {
  border-radius: 10px;
  border: 3px solid var(--Primary-color, #d22828);
  background: var(--unnamed, linear-gradient(135deg, #d22828 2.88%, #ff8095 100%));
  box-shadow: 0 0 20px 0 rgba(177, 177, 177, 0.4);
}

.contents-area.contents-area-blog-single-new .txt {
  color: #fff;
  margin-top: 0;
}

.contents-area.contents-area-blog-single-new .download-txt {
  color: #fff;
}

.nav-page-02-blog {
  margin: 50px 0;
}

.contents-area.contents-area-blog-single-new ol li:before {
  font-weight: 900;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  counter-increment: li;
  content: counter(li);
  transform: translateY(0px);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #d22828;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-bg-box {
  border-radius: 11px;
  background: #f2f1ef;
  padding: 16px 20px;
}

.contents-area.contents-area.contents-area-blog-single-new .list-bg-box {
  margin-top: 20px;
}

.contents-area.contents-area.contents-area-blog-single-new .list-bg-box .list {
  margin-top: 0;
}

.contents-area.contents-area.contents-area-blog-single-new ol li.list-item {
  padding-left: 21px;
}

@media screen and (min-width: 823px) {
  .blog-contents-wrap.contents-area-blog-single-new {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr auto;
    gap: 0px 37px;
    grid-template-areas:
      'main sidebar'
      'page page';
    max-width: 1128px;
    margin: 100px auto 0;
    padding: 0 14px;
  }

  .contents-area.contents-area-blog.contents-area-blog-single-new {
    grid-area: main;
    margin-top: 0;
    border-radius: unset;
  }

  .blog-contents-wrap.contents-area-blog-single-new .blog-sidebar {
    grid-area: sidebar;
    padding: 0;
  }

  .blog-contents-wrap.contents-area-blog-single-new .nav-page-02-blog {
    grid-area: page;
    margin-bottom: 0;
  }

  .contents-area.contents-area-blog-single-new .img-type-01 img {
    border-radius: unset;
  }

  .contents-area.contents-area-blog-single-new p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .contents-area.contents-area-blog-single-new .contents-area__download-box {
    margin-top: 24px;
    padding: 26px 26px 46px;
    margin-bottom: 60px;
  }

  .contents-area.contents-area.contents-area-blog-single-new .list-item.list-item--bold {
    line-height: 150%;
    letter-spacing: 0.64px;
  }

  .contents-area.contents-area.contents-area-blog-single-new h2 {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }

  .contents-area.contents-area.contents-area-blog-single-new h3 {
    font-size: 2.2rem;
  }

  .contents-area.contents-area.contents-area-blog-single-new .list-item {
    padding-left: 15px;
  }

  .contents-area.contents-area.contents-area-blog-single-new .contents-area__point {
    background-position: left 20px center;
  }

  .contents-area.contents-area-blog-single-new {
    padding: 20px;
  }

  .contents-area.contents-area-blog-single-new .txt {
    font-size: 1.7rem;
    font-weight: 700;
  }

  .contents-area.contents-area-blog-single-new .download-txt {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 0;
  }

  .sidebar-faq__title {
    font-size: 1.8rem;
  }

  .sidebar-faq__question {
    font-size: 1.4rem;
  }

  .contents-area.contents-area-blog-single-new .contents-title01 {
    font-size: 2.6rem;
  }

  .contents-area.contents-area-blog-single-new .contents-area__title-box {
    margin-top: 0;
  }

  .contents-area.contents-area-blog-single-new .img-type-01 img {
    height: unset;
  }

  .contents-area.contents-area-blog-single-new .contents-wrap {
    padding: 20px 0 0;
  }

  .contents-area.contents-area.contents-area-blog-single-new ol li.list-item {
    padding-left: 21px;
  }

  .contents-area.contents-area.contents-area-blog-single-new .contents-area__point {
    padding: 16px 20px 16px 92px;
    background-size: 52px auto;
  }

  .contents-area.contents-area-blog-single-new .contents-area__bnr-box01__right {
    flex: 0 0 150px;
  }

  .contents-area.contents-area.contents-area-blog-single-new .contents-area__bnr-box01 {
    align-items: center;
  }

  .contents-area.contents-area-blog-single-new .box-download-01 {
    margin: 20px 0 0 0;
  }

  .contents-area.contents-area-blog-single-new .box-download-box {
    margin: 20px 0 0 0;
  }

  .sidebar-faq__item:not(:last-child) {
    margin-bottom: 0;
  }
}

/* TOC 目次のカスタマイズ */
#toc_container {
  border-radius: 8.75px;
  border: 1px solid #f2f1ef;
  background: #f7f7f8;
  margin-top: 21px;
  padding: 15px;
}

#toc_container .toc_title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
}

#toc_container li a {
  color: #1941c6;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.08px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d5d8dd;
  display: block;
  text-decoration: none;
}

#toc_container ul {
  margin-top: 14px;
  padding-left: 0;
}

#toc_container ul li {
  padding-left: 0;
  margin-top: 10px;
}

#toc_container li a .toc_number {
  color: #333;
}

@media screen and (min-width: 823px) {
  #toc_container ul li {
    margin-top: 5px;
  }

  #toc_container {
    padding: 12px 20px;
  }

  #toc_container li a {
    font-size: 1.4rem;
    line-height: 21px;
  }

  #toc_container ul {
    margin-top: 5px;
  }

  #toc_container .toc_title {
    margin-bottom: 12px;
  }
}

/* ブログサイドバースクロールバー非表示 */
@media screen and (min-width: 823px) {
  .blog-sidebar__promo {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .blog-sidebar__promo::-webkit-scrollbar {
    display: none;
  }
}

.tel-box {
  margin: 40px auto 0;
  text-align: center;
}

.tel-btn {
  display: inline-flex;
  align-items: center;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #d22828;
  background: #f9f9f9;
  border: 3px solid #d22828;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tel-icon {
  color: #d22828;
  margin-right: 8px;
  transition: color 0.3s ease;
}

.tel-btn:hover {
  background: #d22828;
  color: #fff;
}

.tel-btn:hover .tel-icon {
  color: #fff;
}

:root {
  /* JSで上書きする想定の初期値 */
  --sticky-cta-height: 72px;
}

/* 本体に下余白を確保（重なり防止＋iOSセーフエリア対応） */
body.has-sticky-cta {
  padding-bottom: calc(var(--sticky-cta-height) + env(safe-area-inset-bottom, 0px));
}

/* 固定バー本体 */
.sticky-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%); /* 左に寄る揺れを根元から防止 */
  bottom: 0;
  width: 100%;
  max-width: 100vw; /* 端末幅を超えない */
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(1.2) blur(6px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  transition: transform 220ms ease, opacity 220ms ease;
}

.sticky-cta__inner {
  max-width: 1300px; /* ここはサイトのinnerに合わせて調整OK */
  margin: 0 auto;
  padding: 10px calc(16px + env(safe-area-inset-right, 0px)) calc(10px + env(safe-area-inset-bottom, 0px))
    calc(16px + env(safe-area-inset-left, 0px));
}

.sticky-cta .btn-block-03 {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0 0 20px;
}

@media (max-width: 480px) {
  .sticky-cta .btn-block-03 {
    flex-direction: column;
  }
  .sticky-cta .btn-block-03 a {
    width: 100%;
    text-align: center;
  }
}

/* 表示/非表示（下にしまう） */
.sticky-cta.is-hidden {
  transform: translateX(-50%) translateY(110%); /* 下へ退避 */
  opacity: 0;
}

/* 本体の下余白（重なり防止） */
:root {
  --sticky-cta-height: 72px;
}
body.has-sticky-cta {
  padding-bottom: calc(var(--sticky-cta-height) + env(safe-area-inset-bottom, 0px));
}
