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

@font-face {
  font-family: 'MOBO';
  src: url('../fonts/MOBO-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MOBO';
  src: url('../fonts/MOBO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MOBO';
  src: url('../fonts/MOBO-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MOBO';
  src: url('../fonts/MOBO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --WHITE: #ffffff;
  --BLACK: #474747;
  --TEXT-BLACK: #474747;
  --GRAY: #cfcccc;
  --DARK-GRAY: #b5b5b5;
  --BLUE: #00459f;
  --LIGHT-BLUE: #e1f1ff;
  --LIGHT-BLUE-2: #f3f6fd;
  --YELLOW: #ffc700;
  --LINE-GREEN: #27b900;

  font-size: min(10px, calc(10 / 1160 * 100vw)) !important;
}

@media screen and (max-width: 767.9px) {
  :root {
    font-size: calc(10 / 375 * 100vw) !important;
  }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  /* ↑PC固定ヘッダーの高さを設定 */
}

@media screen and (max-width: 767.9px) {
  html {
    scroll-padding-top: 5.2rem;
    /* ↑SP固定ヘッダーの高さを設定 */
  }
}

body {
  margin: 0;
  padding: 0;
  color: var(--BLACK);
  font-family:
    'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo',
    sans-serif;
  background-color: var(--WHITE);
  overflow-x: clip;
}

main {
  width: auto !important;
  padding: 0 !important;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*--------------
  レイアウト
--------------- */

/* 下層ページレイアウト */
.page #content.l-page {
  padding-top: 8rem;
  margin-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767.9px) {
  .page #content.l-page {
    padding-top: 5.2rem;
    padding-bottom: 0;
  }
}

.l-page__inner {
  max-width: 112rem;
  margin: 0 auto;
}

@media screen and (max-width: 767.9px) {
  .l-page__inner {
    padding: 0 16px;
  }
}

/*--------------
  コンポーネント（共通）
--------------- */

/* h1（背景付き・画像固定） */
.c-hgroup--01_bg {
  background-image: url('/blog-wp/wp-content/themes/sango-theme/assets/images/bg_common_h1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767.9px) {
  .c-hgroup--01_bg {
    background-position: 33% 0;
    height: 27vw;
    margin-bottom: 2.4rem;
  }
}

.c-title--01_bg {
  font-size: 3.2rem;
  color: var(--WHITE);
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767.9px) {
  .c-title--01_bg {
    font-size: 2.4rem;
  }
}

/* 01-02-02_h2（サブテキスト付き） */
.c-hgroup {
  display: flex;
  flex-direction: column;
}

.c-hgroup--02 {
  gap: 1rem;
  margin-bottom: 4.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .c-hgroup--02 {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
}

.c-hgroup--02 .c-sub_title {
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767.9px) {
  .c-hgroup--02 .c-sub_title {
    font-size: 1.4rem;
  }
}

.c-hgroup--02 .c-title {
  margin-bottom: 0;
  font-size: 2.9rem;
  line-height: 1.5;
}

@media screen and (max-width: 767.9px) {
  .c-hgroup--02 .c-title {
    font-size: 2.4rem;
  }
}

.c-hgroup--02 .c-title__special_char--strong {
  font-size: 4rem;
}

@media screen and (max-width: 767.9px) {
  .c-hgroup--02 .c-title__special_char--strong {
    font-size: 1em;
  }
}

/* 01-02-03_h2（アイコン付き） */
[class*='c-hgroup--icon_'] .c-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.c-hgroup--icon_chat .c-title::before {
  content: '';
  width: 3.7rem;
  height: 3.7rem;
  background: url('../images/icon_chat_blue.svg') no-repeat center center / contain;
}

/* 本文テキスト */
.c-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2rem 0;
}

/* 本文テキスト - リード文 */
.c-text--lead {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2.4rem 0;
}

/* 04-01-01_テキストリンク */
.c-link {
  text-decoration: underline;
}

.c-blank_link {
  padding-right: 3.4rem;
  text-decoration: underline;
  position: relative;
  text-underline-offset: 0.3rem;
}

.c-blank_link::after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url('../images/icon_blank_black.svg') no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* 04-01-02_ボタンリンク */
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.7rem 5rem;
  background-color: var(--WHITE);
  color: var(--BLUE);
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(29 / 24);
  border: 0.3rem solid var(--BLUE);
  border-radius: 10rem;
  transition: all 0.3s;
}

@media screen and (max-width: 767.9px) {
  .c-btn {
    min-width: 0;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: calc(19 / 16);
  }
}

.c-btn:hover {
  background-color: var(--BLUE);
  color: var(--WHITE);
}

/* 04-01-03_ボタンリンク（電話） */
.c-tel_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.7rem 5rem;
  background-color: var(--WHITE);
  color: var(--BLUE);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(29 / 24);
  border: 0.3rem solid var(--BLUE);
  border-radius: 10rem;
}

@media screen and (max-width: 767.9px) {
  .c-tel_btn {
    gap: 0.4rem;
    padding: 0.8rem 1rem;
    border-width: 0.1rem;
    font-size: 1.6rem;
    line-height: calc(19 / 16);
  }
}

.c-tel_btn::before {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url('../images/icon_tel_blue.svg') no-repeat center center / contain;
}

@media screen and (max-width: 767.9px) {
  .c-tel_btn::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* 04-01-04_LINEボタンリンク */
.c-line_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem 9.4rem;
  background-color: var(--LINE-GREEN);
  color: var(--WHITE);
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(29 / 24);
  text-align: center;
  box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s;
}

@media screen and (max-width: 767.9px) {
  .c-line_btn {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: calc(19 / 16);
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.25);
  }
}

.c-line_btn:hover {
  background-color: #33e105;
}

.c-line_btn::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url('../images/icon_line_white.svg') no-repeat center center / contain;
}

@media screen and (max-width: 767.9px) {
  .c-line_btn::before {
    width: 2rem;
    height: 2rem;
  }
}

/* リンク（右ビュレット付） */
.c-arrow_link {
  padding-right: 2.4rem;
  text-decoration: underline;
  position: relative;
  text-underline-offset: 0.3rem;
}

.c-arrow_link::after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url('/blog-wp/wp-content/themes/sango-theme/assets/images/icon_arrow_black.svg') no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0.2rem;
}

/* 05-01-01_通常セクション */
.c-section {
  margin-top: 6rem;
}

@media screen and (max-width: 767.9px) {
  .c-section {
    margin-top: 4rem;
  }
}

/* 05-01-02_KVセクション（TOP） */
.kv {
  padding-top: 8rem;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .kv {
    padding-top: 7.2rem;
  }
}

.kv--top {
  height: 55.3rem;
  padding-inline: 4rem;
  background: var(--LIGHT-BLUE);
  overflow-x: clip;
}

@media screen and (max-width: 767.9px) {
  .kv--top {
    height: auto;
    padding-inline: 1rem;
    padding-bottom: 2rem;
  }
}

.kv__inner {
  width: 112rem;
  margin: 0 auto;
  position: relative;
}

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

.kv--top .c-sub_title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 3rem;
  left: -3rem;
}

@media screen and (max-width: 767.9px) {
  .kv--top .c-sub_title {
    margin-inline: auto;
    font-size: 1.6rem;
    position: static;
  }
}

.kv--top .kv__sub_title_strong {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0 0.5rem 0 0;
  background-color: var(--BLUE);
  color: var(--YELLOW);
}

.kv--top .c-title {
  margin: 0 !important;
  color: var(--BLUE);
  font-size: 7rem;
  line-height: 1.2;
  position: absolute;
  top: 17.5rem;
  left: -3rem;
}

@media screen and (max-width: 767.9px) {
  .kv--top .c-title {
    margin-top: 0.6rem !important;
    font-size: 4rem;
    position: static;
  }
}

.kv--top .kv__img {
  width: 57.6rem;
  height: 45.8rem;
  position: absolute;
  top: 1.3rem;
  right: 5.4rem;
}

@media screen and (max-width: 767.9px) {
  .kv--top .kv__img {
    max-width: 100%;
    height: auto;
    margin-top: -3rem;
    position: static;
  }
}

.kv--top .kv__btn {
  width: 54rem;
  margin-inline: auto;
  position: absolute;
  bottom: -3.4rem;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767.9px) {
  .kv--top .kv__btn {
    width: fit-content;
    bottom: -2.5rem;
  }
}

.kv--top .kv__btn::before {
  width: 3rem;
  height: 3rem;
}

/* 06-01-01_ヘッダー */
.c-header {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 100000;
  border-bottom: 0.1rem solid var(--BLUE);
  background-color: #ffffff80;
}

.c-header--no_border {
  border-bottom: none;
}

.c-header__inner {
  display: flex;
  align-items: center;
  width: 112rem;
  height: 8rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}

@media screen and (max-width: 767.9px) {
  .c-header__inner {
    width: 100%;
    height: 5.2rem;
    gap: 1rem;
    padding: 1rem 1.4rem;
  }
}

#logo {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

#logo:before {
  content: none;
}

.c-header__logo {
  width: 12.5rem !important;
  height: auto !important;
  padding: 0 !important;
}

@media screen and (max-width: 767.9px) {
  .c-header__logo {
    width: 6rem !important;
  }
}

.c-header__nav {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767.9px) {
  .c-header__nav {
    display: none;
  }
}

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

.c-header__nav_item {
  padding-inline: 1.5rem;
  border-right: 1px solid #d9d9d9;
}

.c-header__nav_link {
  color: var(--BLUE);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: calc(19 / 16);
}

.c-header__nav_link--current,
.c-header__nav_link:hover {
  text-decoration: underline;
  text-underline-offset: 1.2rem;
  text-decoration-thickness: 0.2rem;
}

@media screen and (max-width: 767.9px) {

  .c-header__tel .c-tel__text,
  .c-header__tel .c-tel__number {
    display: none;
  }
}

.c-header__tel .c-tel__btn {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .c-header__tel .c-tel__btn {
    display: inline-flex;
    font-size: 1.3rem;
    line-height: calc(16 / 13);
  }
}

.c-header__btn {
  margin-left: 2.4rem;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767.9px) {
  .c-header__btn {
    margin-left: 0;
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
    line-height: calc(16 / 13);
  }
}

.c-header__btn.c-line_btn {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}

.c-header__btn.c-line_btn::before {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 767.9px) {
  .c-header__btn.c-line_btn::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.mobile-nav {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .mobile-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__btn {
    width: 2.5rem;
    height: 2.5rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    appearance: none;
  }

  .mobile-nav__btn_line {
    width: 2rem;
    height: 0.2rem;
    border-radius: 0.2rem;
    background-color: var(--BLUE);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .mobile-nav__btn_line:nth-child(1) {
    top: auto;
    bottom: 0.5rem;
  }

  .mobile-nav__btn_line:nth-child(2) {
    top: 0.5rem;
    bottom: auto;
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 1000000;
  }

  .mobile-nav--open .mobile-nav__wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(226, 226, 226, 0);
    transition: background-color 0.3s ease-in-out;
  }

  .mobile-nav--open .mobile-nav__bg {
    background-color: rgba(226, 226, 226, 0.5);
  }
}

.mobile-nav__content {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__content {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    width: 27rem;
    height: 100%;
    padding: 6rem 1.6rem;
    background-color: var(--WHITE);
    position: absolute;
    top: 0;
    right: 0;
    translate: 100% 0;
    transition: translate 0.3s ease-in-out;
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav--open .mobile-nav__content {
    translate: 0 0;
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__list {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    text-align: left !important;
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__item {
    height: auto !important;
    padding-left: 2rem;
    position: relative;
  }

  .mobile-nav__item::before {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    border-top: 0.2rem solid var(--BLUE);
    border-right: 0.2rem solid var(--BLUE);
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-50%);
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__item-link {
    color: var(--BLUE) !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__links {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    padding: 2rem 0;
  }
}

@media screen and (max-width: 767.9px) {
  .mobile-nav__close {
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    width: 2.4rem;
    height: 2.4rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    appearance: none;
  }

  .mobile-nav__close_line {
    width: 2rem;
    height: 0.2rem;
    background-color: var(--BLUE);
    border-radius: 0.2rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .mobile-nav__close_line:nth-child(1) {
    transform: rotate(45deg);
  }

  .mobile-nav__close_line:nth-child(2) {
    transform: rotate(-45deg);
  }
}

/* 07-01-01_フッター */
.c-footer {
  margin-top: 6rem;
  background-color: var(--LIGHT-BLUE);
  border-top: 1px solid var(--BLUE);
  color: var(--BLUE);
}

@media screen and (max-width: 767.9px) {
  .c-footer {
    margin-top: 0;
  }
}

:has(.c-breadcrumbs)+.c-footer {
  margin-top: 0;
}

.c-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 112rem;
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (max-width: 767.9px) {
  .c-footer__inner {
    width: 100%;
  }
}

.c-footer__logo {
  transition: opacity 0.3s ease-in-out;
}

.c-footer__logo:hover {
  opacity: 0.5;
}

.c-footer__logo img {
  width: 12rem;
}

.c-footer__link {
  padding-left: 2.8rem;
  color: var(--BLUE);
  font-size: 1.4rem;
  line-height: calc(19 / 16);
  text-decoration: underline;
  position: relative;
}

.c-footer__link::before {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url('../images/icon_arrow_blue.svg') no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-footer__copyright {
  font-size: 1.4rem;
  line-height: calc(19 / 16);
}

/* 08-01-01_順序無しリスト */
.c-list {
  margin: 0;
  padding-left: 2rem;
  list-style: disc;
}

.c-list__item {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-list__item+.c-list__item {
  margin-top: 1rem;
}

.c-list__item::marker {
  color: var(--BLUE);
}

.c-list__item_text {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

.c-list__item_text+.c-list__item_text {
  margin-top: 1em;
}

/* パンくずリスト */
.c-breadcrumbs {
  max-width: 112rem;
  margin: 1.6rem auto;
  padding: 8px 24px;
}

@media screen and (max-width: 767.9px) {
  .c-breadcrumbs {
    padding: 8px 16px;
    margin-block: 0.8rem;
  }
}

.c-breadcrumbs__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.c-breadcrumbs__list-item {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-breadcrumbs__list-item:not(:last-child)::after {
  content: '';
  background-image: url('/blog-wp/wp-content/themes/sango-theme/assets/images/icon_breadcrumbs_arrow.svg');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}

.c-breadcrumbs__list-item a {
  text-decoration: underline;
  color: var(--TEXT-BLACK);
}

.c-breadcrumbs__list-item a:hover {
  text-decoration: none;
}

/* 区切り線 */
.c-hr {
  border-color: var(--GRAY);
  border-style: solid;
}

/* テーブル */
.c-table,
.c-table tr,
.c-table th,
.c-table td {
  border: 1px solid var(--BLUE);
}

.c-table th,
.c-table td {
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.9px) {

  .c-table th,
  .c-table td {
    font-size: 1.2rem;
  }
}

.c-table th {
  background-color: var(--LIGHT-BLUE);
  text-align: center;
}

.c-table caption {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
}

/* 98-01-01_アコーディオン */
.accordion {
  background-color: var(--WHITE);
  border-radius: 1rem;
  overflow: hidden;
}

.accordion__button {
  width: 100%;
  padding: 2rem 5rem;
  color: var(--BLUE);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  appearance: none;
}

@media screen and (max-width: 767.9px) {
  .accordion__button {
    font-size: 1.6rem;
  }
}

.accordion__button::before {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url('../images/icon_question_blue.svg') no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(calc(-50% + 0.1rem));
}

.accordion__button::after {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  background: url('../images/icon_plus_blue.svg') no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
}

.accordion--open .accordion__button::after {
  background: url('../images/icon_minus_blue.svg') no-repeat center center / contain;
}

.accordion__detail {
  display: none;
  padding: 2rem 2.4rem;
  background-color: var(--WHITE);
  position: relative;
}

.accordion__detail::before {
  content: '';
  width: calc(100% - 4.8rem);
  height: 1px;
  margin: 0 auto;
  background: var(--GRAY);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.accordion--open .accordion__detail {
  display: block;
}

.accordion__detail p {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* 98-01-02_CTA */
.cta {
  margin: 0;
  padding: 0;
  background: url('../images/img_cta_bg_01.jpg') no-repeat center left / cover;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .cta {
    background: var(--BLUE);
  }
}

.cta::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, var(--BLUE) 68%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767.9px) {
  .cta::before {
    content: none;
  }
}

.cta__inner {
  width: 70.6rem;
  margin: 0 auto;
  padding: 3rem 0 2.6rem;
  text-align: center;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767.9px) {
  .cta__inner {
    width: 100%;
    padding: 2.5rem 0 1.5rem;
  }
}

.cta__hgroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-bottom: 3.5rem;
  padding-top: 2rem;
  color: var(--WHITE);
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .cta__hgroup {
    margin-bottom: 1.8rem;
    padding-top: 0;
  }
}

.cta__hgroup::before,
.cta__hgroup::after {
  content: '';
  position: absolute;
  width: 5.4rem;
  height: 4.8rem;
  border: 0.5rem solid var(--WHITE);
}

@media screen and (max-width: 767.9px) {

  .cta__hgroup::before,
  .cta__hgroup::after {
    content: none;
  }
}

.cta__hgroup::before {
  border-right: none;
  border-bottom: none;
  top: 0;
  left: 0;
}

.cta__hgroup::after {
  border-top: none;
  border-left: none;
  right: 0;
  bottom: 0;
}

.cta__sub_title {
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767.9px) {
  .cta__sub_title {
    font-size: 1.3rem;
    line-height: calc(16 / 13);
    font-feature-settings: 'palt';
  }
}

.cta__title {
  font-size: 3.2rem;
  line-height: calc(19 / 16);
}

@media screen and (max-width: 767.9px) {
  .cta__title {
    display: none;
  }
}

.cta__btn {
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767.9px) {
  .cta__btn {
    margin-bottom: 3rem;
  }
}

.cta__tel.c-tel {
  color: var(--WHITE);
}

.cta__tel .c-tel__number,
.cta__tel .c-tel__text {
  color: var(--WHITE);
}

.cta__tel .c-tel__number::before {
  background-image: url('../images/icon_tel_white.svg');
}

.c-tel__btn {
  display: none;
}

/* 98-01-03_サービス */
.service {
  display: flex;
  flex-direction: column;
  width: 104.4rem;
  margin: 0 auto;
}

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

.service__item {
  display: flex;
  gap: 6.4rem;
  padding: 2rem 1.6rem;
  border-bottom: 1px solid var(--GRAY);
}

@media screen and (max-width: 767.9px) {
  .service__item {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.6rem;
  }
}

.service__label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 767.9px) {
  .service__label {
    gap: 0;
  }
}

.service__label_number {
  color: var(--WHITE);
  text-shadow:
    -1px -1px 0 var(--BLUE),
    0px -1px 0 var(--BLUE),
    1px -1px 0 var(--BLUE),
    1px 0px 0 var(--BLUE),
    1px 1px 0 var(--BLUE),
    0px 1px 0 var(--BLUE),
    -1px 1px 0 var(--BLUE),
    -1px 0px 0 var(--BLUE);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 5.2rem;
  line-height: calc(15 / 13);
}

@media screen and (max-width: 767.9px) {
  .service__label_number {
    padding-left: 0.3rem;
    font-size: 2.4rem;
    line-height: calc(7 / 6);
    letter-spacing: 0.3rem;
  }
}

.service__label_text {
  color: var(--BLUE);
  font-size: 3.2rem;
  line-height: calc(38 / 32);
  white-space: nowrap;
}

@media screen and (max-width: 767.9px) {
  .service__label_text {
    font-size: 2rem;
    line-height: calc(6 / 5);
  }
}

.service__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}

@media screen and (max-width: 767.9px) {
  .service__content {
    order: 3;
  }
}

.service__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767.9px) {
  .service__title {
    font-size: 1.6rem;
  }
}

.service__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767.9px) {
  .service__text {
    font-size: 1.4rem;
  }
}

.service__img {
  flex-shrink: 0;
  width: 24rem;
}

@media screen and (max-width: 767.9px) {
  .service__img {
    order: 2;
    width: 100%;
    margin-bottom: 1rem;
  }

  .service__img {
    width: 100%;
    text-align: center;
  }
}

/* 98-01-04_強み */
.strong_point {
  display: flex;
  gap: 1rem;
  width: 112rem;
  margin: 0 auto;
}

@media screen and (max-width: 767.9px) {
  .strong_point {
    flex-direction: column;
    width: 100%;
  }
}

.strong_point__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: calc(110rem / 3);
  padding: 3rem 1.6rem;
  background-color: var(--BLUE);
  border-radius: 2rem;
  color: var(--WHITE);
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .strong_point__item {
    width: 100%;
    padding: 1.5rem 1.6rem;
  }
}

.strong_point__hgroup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.strong_point__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(29 / 24);
}

@media screen and (max-width: 767.9px) {
  .strong_point__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.strong_point__sub_title {
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767.9px) {
  .strong_point__sub_title {
    font-size: 1.6rem;
    line-height: calc(19 / 16);
  }
}

@media screen and (max-width: 767.9px) {
  .strong_point__img {
    width: 5rem;
  }
}

.strong_point__text {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767.9px) {
  .strong_point__text {
    font-size: 1.4rem;
  }
}

/* 98-01-05_お客様の声 */
.customer_voice {
  margin: 0 auto;
}

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

/* お客様の声スライダー */
.customer_voice {
  position: relative;
  padding: 0 2rem;
}

@media screen and (max-width: 767.9px) {
  .customer_voice {
    width: 100%;
    min-width: 0;
    padding: 0 calc((100% - 25rem) / 2);
  }
}

/* ナビゲーション矢印のスタイル */
.customer_voice__prev,
.customer_voice__next {
  width: 4rem !important;
  height: 4rem !important;
  background-color: var(--BLUE) !important;
  border-radius: 50%;
  transition: opacity 0.3s;
}

.customer_voice__prev:after,
.customer_voice__next:after {
  font-size: 2rem !important;
  font-weight: bold;
  color: var(--WHITE);
}

.customer_voice__prev:hover,
.customer_voice__next:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767.9px) {

  .customer_voice__prev,
  .customer_voice__next {
    display: none !important;
  }
}

.customer_voice__prev {
  left: -2rem;
}

.customer_voice__next {
  right: -2rem;
}

.customer_voice__slider {
  width: 112rem;
  margin: 0 auto;
  overflow: visible !important;
}

.customer_voice__item {
  width: 100%;
  padding: 3rem;
  background-color: var(--WHITE);
  border-radius: 1rem;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .customer_voice__item {
    width: 25rem !important;
    padding: 2rem;
  }
}

.swiper-wrapper {
  overflow: visible;
}

.customer_voice__item.swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  background-color: var(--WHITE);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  user-select: none;
}

@media screen and (max-width: 767.9px) {
  .customer_voice {
    padding: 0 1rem;
  }

  .customer_voice__slider {
    width: 25rem;
    padding: 1rem 0;
  }
}

.customer_voice__img {
  width: 8rem;
}

.customer_voice__satisfaction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--BLUE);
  font-weight: bold;
}

.customer_voice__satisfaction_text {
  font-size: 1.6rem;
  line-height: calc(19 / 16);
}

.customer_voice__satisfaction_number {
  font-size: 2.4rem;
  line-height: calc(29 / 24);
}

.customer_voice__stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.customer_voice__star {
  width: 2.4rem;
  height: 2.4rem;
  background: url('../images/icon_star_yellow.svg') no-repeat center center / contain;
}

.customer_voice__star--harf {
  position: relative;
  /* clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%); */
}

.customer_voice__star--harf::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/icon_star_yellow.svg') no-repeat center center / contain;
  filter: grayscale(100%) brightness(0.6);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.customer_voice__text {
  color: var(--TEXT-BLACK);
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

/* 98-01-06_お役立ちコラム */
.column_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.4rem 1rem;
  width: 112rem;
  margin: 0 auto;
}

@media screen and (max-width: 767.9px) {
  .column_list {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
  }
}

.column_list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: calc(110rem / 3);
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

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

.column_list__figure {
  display: grid;
  grid-template-rows: inherit;
  grid-row: inherit;
  gap: 0;
}

.column_list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767.9px) {
  .column_list__image {
    width: 100%;
    height: auto;
  }
}

.column_list__caption {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  background-color: var(--WHITE);
}

.column_list__date {
  padding-left: 2.8rem;
  color: var(--DARK-GRAY);
  font-size: 1.6rem;
  line-height: calc(19 / 16);
  position: relative;
}

.column_list__date::before {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url('../images/icon_clock_gray.svg') no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.column_list__title {
  color: var(--BLACK);
  font-size: 1.6rem;
  line-height: 1.5;
}

/* 98-01-07_会社概要 */
.about {
  display: flex;
  gap: 2.4rem;
  width: 70rem;
  margin: 0 auto;
}

@media screen and (max-width: 767.9px) {
  .about {
    width: 100%;
    flex-direction: column;
  }
}

.about__item_text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.about__item_text+.about__item_text {
  margin-top: 1rem;
}

.about__map {
  width: 33.6rem;
  height: 30rem;
}

/* 98-01-08_電話 */
.c-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: var(--BLACK);
}

.c-tel_link {
  color: var(--BLACK);
}

.c-tel__number {
  padding-left: 2.8rem;
  color: var(--BLACK);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 767.9px) {

  .c-tel_link,
  .c-tel__number {
    text-decoration: underline;
  }
}

/* PCの時はtelリンクを無効にする ※これである程度は対応できる。厳密に対応したい場合はjs制御にする必要あり */
@media not screen and (max-width: 767.9px) {

  .c-tel_link,
  .c-tel__number {
    pointer-events: none;
  }
}

.c-tel--large .c-tel__number {
  font-size: 2.4rem;
  line-height: calc(29 / 24);
}

@media screen and (max-width: 767.9px) {
  .c-tel--large .c-tel__number {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.c-tel__number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url('../images/icon_tel_black.svg') no-repeat center center / contain;
  transform: translateY(-50%);
}

.c-tel__text {
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 767.9px) {
  .c-tel__text {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: calc(16 / 13);
  }
}

.c-tel--large .c-tel__text {
  font-size: 1.6rem;
  line-height: calc(19 / 16);
}

@media screen and (max-width: 767.9px) {
  .c-tel--large .c-tel__text {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: calc(16 / 13);
  }
}

/* 99-01_PCレイアウト時非表示 */
@media not screen and (max-width: 767.9px) {
  .u-no_disp_pc {
    display: none !important;
  }
}

/* 99-02_SPレイアウト時非表示 */
@media screen and (max-width: 767.9px) {
  .u-no_disp_sp {
    display: none !important;
  }
}

/* 99-03_背景色 */
.u-bg_blue_01 {
  background-color: var(--BLUE) !important;
}

.u-bg_light_blue_01 {
  background-color: var(--LIGHT-BLUE) !important;
}

.u-bg_light_blue_02 {
  background-color: var(--LIGHT-BLUE-2) !important;
}

.u-bg_white_01 {
  background-color: var(--WHITE) !important;
}

/* 99-04_フォントカラー */
.u-fc_black_01 {
  color: var(--BLACK) !important;
}

.u-fc_white_01 {
  color: var(--WHITE) !important;
}

.u-fc_blue_01 {
  color: var(--BLUE) !important;
}

.u-fc_yellow_01 {
  color: var(--YELLOW) !important;
}

/* 99-06_テキスト系 */
.u-text_all_center {
  text-align: center !important;
}

@media not screen and (min-width: 767px) {
  .u-text_pc_center {
    text-align: center !important;
  }
}

@media screen and (max-width: 767.9px) {
  .u-text_sp_center {
    text-align: center !important;
  }
}

.u-text_all_left {
  text-align: left !important;
}

@media not screen and (min-width: 767px) {
  .u-text_pc_left {
    text-align: left !important;
  }
}

@media screen and (max-width: 767.9px) {
  .u-text_sp_left {
    text-align: left !important;
  }
}

.u-text_all_right {
  text-align: right !important;
}

@media not screen and (min-width: 767px) {
  .u-text_pc_right {
    text-align: right !important;
  }
}

@media screen and (max-width: 767.9px) {
  .u-text_sp_right {
    text-align: right !important;
  }
}

.u-text_normal {
  font-weight: normal !important;
}

.u-text_bold {
  font-weight: bold !important;
}

.u-text_underline {
  text-decoration: underline;
  text-decoration-thickness: 1.1rem;
  text-underline-offset: -0.4rem;
  text-decoration-skip-ink: none;
}

@media screen and (max-width: 767.9px) {
  .u-text_underline {
    text-decoration-thickness: 1.1rem;
    text-underline-offset: -0.4rem;
  }
}

.u-text_underline--yellow {
  text-decoration-color: var(--YELLOW);
}

/* 99-10_display */
.u-display_all_block {
  display: block !important;
}

@media not screen and (min-width: 767px) {
  .u-display_pc_block {
    display: block !important;
  }
}

@media screen and (max-width: 767.9px) {
  .u-display_sp_block {
    display: block !important;
  }
}

.u-display_all_flex {
  display: flex;
}

@media not screen and (min-width: 767px) {
  .u-display_pc_flex {
    display: flex !important;
  }
}

@media screen and (max-width: 767.9px) {
  .u-display_sp_flex {
    display: flex !important;
  }
}

/* 離脱防止ポップアップ */
.float-banner {
  display: none !important;
}

.popup_anti_leaving_banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.popup_anti_leaving_banner.is-active {
  display: block;
}

.popup_anti_leaving_banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(133, 133, 133, 0.5);
}

.popup_anti_leaving_banner__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 48rem;
  background: var(--LIGHT-BLUE);
  border-radius: 1rem;
  padding: 2.7rem 2rem 3.6rem;
}

.popup_anti_leaving_banner__close {
  position: absolute;
  top: -3.4rem;
  right: 0;
  width: 2.7rem;
  height: 2.7rem;
  background: var(--BLUE) url(/blog-wp/wp-content/themes/sango-theme/assets/images/icon_cross_mark_white.svg) no-repeat center / 1.5rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.popup_anti_leaving_banner__content {
  display: flex;
  flex-direction: column;
}

.popup_anti_leaving_banner__content-text {
  margin-bottom: 2rem;
  color: var(--BLUE);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.popup_anti_leaving_banner__content-text-em {
  display: inline-block;
  padding: 0.3rem;
  font-size: 2.4rem;
  position: relative;
  z-index: 0;
}

.popup_anti_leaving_banner__content-text-em::before {
  content: '';
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background-color: var(--YELLOW);
  z-index: -1;
}

.popup_anti_leaving_banner__content-text-ex_em {
  display: inline-block;
  padding: 0.3rem;
  font-size: 3.6rem;
}

.popup_anti_leaving_banner__content-img {
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .popup_anti_leaving_banner__content-img {
    text-align: left;
  }
}

.popup_anti_leaving_banner__content-img img {
  max-width: 100%;
  height: auto;
}

.popup_anti_leaving_banner__content-btn {
  padding-inline: 4rem;
}

@media screen and (max-width: 767.9px) {
  .popup_anti_leaving_banner__content-btn {
    padding-inline: 2rem;
  }
}

/*--------------
  コンポーネント（固有） - TOP
--------------- */
.site-main {
  margin-bottom: 14rem;
}

.service-section {
  margin: 11rem 0 13rem;
}

@media screen and (max-width: 767.9px) {
  .service-section {
    margin: 5rem 0 7rem;
    padding-inline: 1rem;
  }
}

.service__btn {
  margin-top: 5.4rem;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .service__btn {
    margin-top: 4rem;
  }
}

.strong_point_section {
  padding: 5rem 0;
}

@media screen and (max-width: 767.9px) {
  .strong_point_section {
    padding: 2.5rem 1.6rem 4.5rem;
  }
}

@media screen and (max-width: 767.9px) {
  .strong_point_section .c-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.strong_point__btn {
  margin-top: 5rem;
  text-align: center;
}

.customer_voice_section {
  margin-top: 8rem;
  padding: 6rem 0 4rem;
  position: relative;
  z-index: 0;
  overflow-x: clip;
}

@media screen and (max-width: 767.9px) {
  .customer_voice_section {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.customer_voice_section::before {
  content: '';
  width: 100%;
  height: 36rem;
  background-color: var(--LIGHT-BLUE-2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* お申し込みから購入までの流れ */
.flow_section {
  margin: 4rem 0;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767.9px) {
  .flow_section {
    margin: 6rem 0 5rem;
    padding-inline: 1.6rem;
  }

  .l-page__inner .flow_section {
    padding-inline: 0;
  }
}

.flow {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 80rem;
  margin: 0 auto;
  counter-set: flow-item 0;
}

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

.flow__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2.4rem;
  background-color: var(--LIGHT-BLUE);
  border: 0.2rem solid var(--BLUE);
  border-radius: 1rem;
  position: relative;
  counter-increment: flow-item;
}

@media screen and (max-width: 767.9px) {
  .flow__item {
    padding: 1rem 2rem;
  }
}

.flow__item::before {
  flex: 0 0 4rem;
  content: counter(flow-item);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: var(--BLUE);
  color: var(--WHITE);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 100%;
}

@media screen and (max-width: 767.9px) {
  .flow__item::before {
    flex-basis: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}

.flow__item:not(:last-child)::after {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2rem;
  margin: 0 auto;
  background-color: var(--GRAY);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% + 2.4rem);
  right: 0;
  left: 0;
}

.flow__item:last-child {
  background-color: #cae6ff;
}

.flow__item-content {
  flex: 1 1 auto;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .flow__item-content {
    font-size: 1.6rem;
  }
}

.column_section {
  margin: 6rem 0 0;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767.9px) {
  .column_section {
    margin: 6rem 0 0;
    padding-inline: 1.6rem;
  }
}

.column_list__btn {
  margin-top: 4.4rem;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .column_list__btn {
    margin-top: 4rem;
  }
}

.faq_section {
  margin: 10rem 0 2rem;
}

@media screen and (max-width: 767.9px) {
  .faq_section {
    margin: 6rem 0 2rem;
  }

  .l-page__inner .faq_section {
    margin-inline: -1.6rem;
  }
}

.flow_section+.faq_section {
  margin-top: 2rem;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 112rem;
  margin: 0 auto;
  padding: 4rem 10rem;
  background-color: var(--BLUE);
}

@media screen and (max-width: 767.9px) {
  .faq {
    width: 100%;
    padding: 4rem 1.6rem;
  }
}

.faq .c-hgroup {
  margin-bottom: 0;
}

.about_section {
  margin-top: 5rem;
  padding: 4.6rem 0;
  background-color: var(--LIGHT-BLUE);
  border-top: 0.2rem solid var(--BLUE);
  color: var(--BLUE);
}

@media screen and (max-width: 767.9px) {
  .about_section {
    margin-top: 0;
    padding: 6rem 1.6rem 5rem;
  }
}

.faq_section+.about_section {
  margin-top: 14rem;
}

@media screen and (max-width: 767.9px) {
  .faq_section+.about_section {
    margin-top: -2rem;
  }
}

/*--------------
  コンポーネント（固有） - service
--------------- */
/* サービスメニューリスト */
.service-menu-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, auto));
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--BLUE);
  border-bottom: 1px solid var(--BLUE);
  background-color: var(--LIGHT-BLUE-2);
  padding: 1.6rem 16rem;
  margin: 4.8rem 0;
}

@media screen and (max-width: 767.9px) {
  .service-menu-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 1.6rem 0.8rem;
    margin: 3.6rem 0;
  }
}

.service-menu-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-menu-list__item span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  gap: 0 8px;
}

@media screen and (max-width: 767.9px) {
  .service-menu-list__item span {
    font-size: 1.3rem;
  }
}

.service-menu-list__item span::before {
  content: '';
  display: block;
  background-image: url('/blog-wp/wp-content/themes/sango-theme/assets/images/icon_service_list_arrow.svg');
  width: 16px;
  height: 16px;
}

.service-menu-list__item span a {
  color: var(--TEXT-BLACK);
}

.service-menu-list__item span a:hover {
  text-decoration: underline;
}

/* サービス紹介 */
.service-introduction-section {
  margin: 2.4rem 0;
}

@media screen and (max-width: 767.9px) {
  .service-introduction-section {
    margin: 4rem 0;
  }
}

.service-introduction {
  display: flex;
  gap: 0 24px;
}

@media screen and (max-width: 767.9px) {
  .service-introduction {
    display: block;
  }
}

.service-introduction__thumb {
  width: 30%;
  padding: 16px;
}

@media screen and (max-width: 767.9px) {
  .service-introduction__thumb {
    width: 100%;
    padding: 0;
  }

  .service-introduction__thumb img {
    width: 100%;
    height: 36vw;
    object-fit: cover;
  }
}

.service-introduction__desc {
  width: 70%;
}

@media screen and (max-width: 767.9px) {
  .service-introduction__desc {
    width: 100%;
  }
}

.service-introduction__title-01 {
  font-size: 2.9rem;
  line-height: 1.5;
  color: var(--BLUE);
  margin: 1rem 0;
}

@media screen and (max-width: 767.9px) {
  .service-introduction__title-01 {
    font-size: 2.4rem;
    margin: 2rem 0;
  }
}

.service-introduction__title-02 {
  font-size: 2rem;
  line-height: 1.5;
  margin: 1rem 0;
}

.service-introduction__lead {
  margin-bottom: 3.2rem;
}

.service-introduction__box {
  border: 2px solid var(--BLUE);
  background-color: var(--LIGHT-BLUE);
  padding: 1.6rem;
}

.service-introduction__box-list {
  margin: 0;
}

.service-introduction__box-list-item {
  color: var(--BLUE);
  font-size: 1.6rem;
  position: relative;
  padding-left: 1.6rem;
}

@media screen and (max-width: 767.9px) {
  .service-introduction__box-list-item {
    font-size: 1.3rem;
  }
}

.service-introduction__box-list-item::before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 100%;
  background-color: var(--BLUE);
  position: absolute;
  left: 0;
  top: 1.3rem;
}

/*--------------
  コンポーネント（固有） - loan
--------------- */
.loan-section {
  margin: 5rem 0;
}

@media screen and (max-width: 767.9px) {
  .loan-section {
    margin: 4rem 0;
  }
}

/* ローンとは */
.loan-about-section {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767.9px) {
  .loan-about-section {
    margin-bottom: 6rem;
  }
}

.loan-about__box {
  padding: 2rem 1.6rem;
  border: 0.2rem solid var(--BLUE);
  background-color: var(--LIGHT-BLUE);
  text-align: center;
}

.loan-about__box-text {
  font-size: 2rem;
  line-height: 1.5;
  color: var(--TEXT-BLACK);
  margin: 0;
}

@media screen and (max-width: 767.9px) {
  .loan-about__box-text {
    font-size: 1.6rem;
  }
}

/* ローンの不安 */
.loan-anxiety-list {
  display: flex;
  height: 17.5rem;
  justify-content: center;
  padding: 0;
}

@media screen and (max-width: 767.9px) {
  .loan-anxiety-list {
    flex-direction: column;
    height: auto;
  }
}

.loan-anxiety-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 12rem;
  margin: 0 -0.8rem;
  padding: 1.6rem 2rem;
  background-color: #10386d;
  border: 0.2rem solid var(--WHITE);
  border-radius: 2rem 2rem 2rem 0;
  color: var(--WHITE);
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0.4rem 0.4rem 0.2rem var(--BLUE);
}

@media screen and (max-width: 767.9px) {
  .loan-anxiety-list__item {
    width: 80%;
    height: auto;
    margin: -0.4rem 0;
    padding: 2rem;
  }
}

.loan-anxiety-list__item:nth-child(odd) {
  margin-bottom: auto;
}

@media screen and (max-width: 767.9px) {
  .loan-anxiety-list__item:nth-child(odd) {
    margin-right: auto;
    margin-bottom: -0.4rem;
  }
}

.loan-anxiety-list__item:nth-child(even) {
  margin-top: auto;
}

@media screen and (max-width: 767.9px) {
  .loan-anxiety-list__item:nth-child(even) {
    margin-top: -0.4rem;
    margin-left: auto;
  }
}

.loan-anxiety-text {
  margin-top: 3rem;
}

/* ローンが選ばれる理由 */
.reason-section {
  margin: 0;
  padding: 3.5rem 0;
}

.loan-reason {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  counter-set: reason-item;
}

@media screen and (max-width: 767.9px) {
  .loan-reason {
    flex-direction: column;
  }
}

.loan-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: calc((100% - (2rem * 2)) / 3);
  margin-top: 2rem;
  padding: 3rem 1.6rem;
  background-color: var(--WHITE);
  border: 0.3rem solid var(--BLUE);
  border-radius: 2rem;
  position: relative;
  counter-increment: reason-item;
}

@media screen and (max-width: 767.9px) {
  .loan-reason__item {
    width: 100%;
  }
}

.loan-reason__item::before {
  content: counter(reason-item);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  background-color: var(--BLUE);
  border-radius: 100%;
  color: var(--WHITE);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
}

.loan-reason__item-title {
  color: var(--BLUE);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(29 / 24);
  text-align: center;
}

.loan-reason__item-text {
  margin: 0;
}

.loan-reason__item-text+.loan-reason__item-text {
  margin-top: 1em;
}

/* 実際のご購入例 */
.loan-example {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767.9px) {
  .loan-example {
    flex-direction: column;
  }
}

.loan-example__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - (1rem * 2)) / 3);
  border: 0.1rem solid var(--BLUE);
  border-radius: 2rem;
  box-shadow: 0 0.2rem 0.2rem var(--BLUE);
  overflow: hidden;
}

@media screen and (max-width: 767.9px) {
  .loan-example__item {
    width: 100%;
  }
}

.loan-example__item-title {
  font-size: 2.4rem;
}

.loan-example__item-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  border-bottom: 0.1rem solid var(--BLUE);
}

.loan-example__item:nth-child(1) .loan-example__item-body {
  background-color: #edf4fa;
}

.loan-example__item:nth-child(2) .loan-example__item-body {
  background-color: #e9f7f5;
}

.loan-example__item:nth-child(3) .loan-example__item-body {
  background-color: #fff7de;
}

.loan-example__item-body-hgroup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--BLUE);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.loan-example__item-title {
  font-size: 2.4rem;
}

.loan-example__item-sub_title {
  font-size: 1.6rem;
}

.loan-example__item-text {
  margin: 0;
}

.loan-example__item-footer {
  flex: 0 0;
  padding: 2rem 1.6rem;
  background-color: var(--WHITE);
}

.loan-example__item-footer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0.1rem 1.6rem;
  margin: 0;
}

.loan-example__item-footer-list-title {
  color: var(--BLACK);
  font-size: 1.6rem;
  line-height: 1.5;
}

.loan-example__item-footer-list-text {
  color: var(--BLUE);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.loan-example__annotation-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0 0;
  padding: 0;
}

.loan-example__annotation-list-item {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: var(--BLACK);
  font-size: 1.6rem;
  line-height: 1.5;
}

.loan-example__annotation-list-item::before {
  content: '※';
}

/* プライバシーポリシー */
.privacy-section {
  margin-bottom: 6rem;
}

/* 会社概要 */
.about-section {
  margin-bottom: 20rem;
}

@media screen and (max-width: 767.9px) {
  .about-section {
    margin-bottom: 10rem;
  }
}

.about-table {
  width: auto;
  max-width: 100%;
  margin: 5rem auto;
}

.about-map {
  width: 33.6rem;
  height: 30rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767.9px) {
  .about-map {
    width: 100%;
    height: 18rem;
  }
}

/* ブログページ */
.blog .wrap,
.single .wrap,
.error404 .wrap {
  width: 100% !important;
}

.blog #main,
.single #main,
.error404 #main {
  width: 70% !important;
  padding-right: 2em !important;
}

@media screen and (max-width: 767.9px) {

  .blog #main,
  .single #main,
  .error404 #main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

.blog #container {
  background-color: #f8f7f6;
}

.category #container,
.single #container {
  background-color: #eaedf2;
}

.blog #content,
.category #content,
.single #content {
  margin-top: 0;
  padding: 8rem 0 0;
}

@media screen and (max-width: 767.9px) {

  .blog #content,
  .category #content,
  .single #content {
    padding-top: 5.2rem;
  }
}

.blog #content {
  background-color: #f8f7f6;
}

.category #content,
.single #content {
  background-color: #eaedf2;
}

.blog #sidebar1,
.single #sidebar1 {
  width: 30% !important;
}

@media screen and (max-width: 767.9px) {

  .blog #sidebar1,
  .single #sidebar1 {
    width: 100% !important;
  }
}

.blog #sidebar1,
.single #main,
.single #sidebar1,
.error404 #main,
.error404 #sidebar1 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767.9px) {
  .single .l-page__inner {
    padding-inline: 0;
  }
}

.error404 .searchform {
  margin: 2em 0;
}

@media screen and (max-width: 767.9px) {
  .article-header {
    padding-top: 15px !important;
  }
}

.blog_hero__container {
  display: flex;
  background-color: #e9f7fd;
  overflow-x: clip;
}

.blog_hero .swiper {
  width: 100%;
  padding: 3.5rem 0 8rem;
  overflow: visible;
}

.blog_hero .swiper-wrapper {
  z-index: 0 !important;
}

.blog_hero__item {
  display: flex !important;
  flex-direction: column;
  width: 47rem;
  margin-inline: 5rem !important;
  background-color: var(--WHITE);
  border-radius: 2rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1 !important;
  transition: all 0.3s ease-in-out !important;
}

@media screen and (max-width: 767.9px) {
  .blog_hero__item {
    width: calc(100% - 3.2rem) !important;
    margin-inline: 1rem !important;
  }
}

.blog_hero__item:hover {
  opacity: 0.7;
}

.blog_hero__image_wrap {
  flex-shrink: 0;
  padding: 1rem;
  border-radius: 2rem 2rem 0 0;
  position: relative;
}

.blog_hero__image {
  width: 100%;
  aspect-ratio: 450 / 300;
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
  object-position: center;
}

.blog_hero__readmore {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(35, 34, 31, 0.2);
  border-radius: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.blog_hero__readmore span {
  padding: 1rem 2rem;
  background-color: var(--WHITE);
  border: 1px solid var(--BLUE);
  border-radius: 5rem;
  color: var(--BLUE);
  font-size: 1.4rem;
  line-height: 1;
}

.blog_hero__item:hover .blog_hero__readmore {
  opacity: 1;
}

.blog_hero__text_wrap {
  flex-grow: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  width: 100%;
  padding: 1rem 3rem 3rem;
  background-color: var(--WHITE);
  border-radius: 0 0 2rem 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767.9px) {
  .blog_hero__text_wrap {
    padding: 1rem 2rem 2rem;
  }
}

.blog_hero__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 0.5rem 2rem;
  background-color: var(--WHITE);
  border: 1px solid var(--BLUE);
  border-radius: 5rem;
  color: var(--BLUE);
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767.9px) {
  .blog_hero__category {
    font-size: 1.2rem;
  }
}

.blog_hero__date {
  align-self: center;
  color: #9c9d9e;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767.9px) {
  .blog_hero__date {
    font-size: 1.2rem;
  }
}

.blog_hero__title {
  grid-column: 1 / 3;
  color: #3c86c7;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767.9px) {
  .blog_hero__title {
    font-size: 1.4rem;
  }
}

.blog_hero__navigation {
  --NAVIGATION-WIDTH: 59rem;
  width: var(--NAVIGATION-WIDTH) !important;
  height: 0 !important;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0 !important;
}

@media screen and (max-width: 767.9px) {
  .blog_hero__navigation {
    --NAVIGATION-WIDTH: 100%;
  }
}

.blog_hero__prev,
.blog_hero__next {
  width: 4rem !important;
  height: 4rem !important;
  position: absolute;
  top: auto !important;
  bottom: 28.7rem !important;
  margin-block: auto;
  z-index: 1 !important;
}

@media screen and (max-width: 767.9px) {

  .blog_hero__prev,
  .blog_hero__next {
    bottom: 23.5rem !important;
  }
}

.blog_hero__prev {
  left: 0;
}

.blog_hero__next {
  right: 0;
}

.blog_hero__prev::after,
.blog_hero__next::after {
  content: '' !important;
  width: 100%;
  height: 100%;
  background: url(../images/icon_arrow_blue_navigation.svg) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
}

.blog_hero__prev::after {
  transform: rotate(180deg);
}

.blog_hero__pagination {
  position: absolute;
  right: 0;
  bottom: 2.4rem !important;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-inline: auto;
  padding: 1rem;
}

.blog_hero__pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 !important;
}

.blog_hero__pagination .swiper-pagination-bullet-active {
  background-color: var(--BLUE);
}

.blog_header {
  padding: 3rem 0;
  background-color: var(--WHITE);
}

.blog_header__inner {
  display: flex;
  align-items: center;
  gap: 15rem;
}

@media screen and (max-width: 767.9px) {
  .blog_header__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.blog_header__hgroup {
  display: flex;
  flex-direction: column;
  min-height: 11rem;
  color: #3c86c7;
  font-family: 'MOBO', sans-serif;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .blog_header__hgroup {
    min-height: 0;
  }
}

.blog_header__subtitle {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 767.9px) {
  .blog_header__subtitle {
    font-size: 1.5rem;
  }
}

.blog_header__title {
  min-width: 23.6rem;
  margin: 0;
  font-size: 4.8rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767.9px) {
  .blog_header__title {
    min-width: 14rem;
    font-size: 2.7rem;
  }
}

.blog_header__title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1.2rem;
  left: 0;
  width: 100%;
  height: 1em;
  margin-inline: auto;
  background-color: var(--YELLOW);
  z-index: -1;
}

@media screen and (max-width: 767.9px) {
  .blog_header__title::after {
    bottom: -0.8rem;
  }
}

.blog_header__description {
  font-size: 2rem;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .blog_header__description {
    font-size: 1.3rem;
  }
}

.blog_header__description::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7rem;
  width: 1px;
  height: 100%;
  margin-block: auto;
  background-color: var(--GRAY);
}

@media screen and (max-width: 767.9px) {
  .blog_header__description::before {
    content: none;
    top: -3rem;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
  }
}

.blog_header__description_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-inline: 0.3rem;
  border-radius: 50%;
  background-color: var(--YELLOW);
  color: var(--WHITE);
  font-family:
    'Helvetica Neue',
    Helvetica,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Arial,
    sans-serif;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767.9px) {
  .blog_header__description_icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
  }
}

.blog_header__description_icon--question {
  background-color: #ff6b6b;
}

.blog_header__description_icon--exclamation {
  background-color: #63a2f5;
}

.blog__h2 {
  margin: 4.6rem;
  padding-bottom: 2.2rem;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: calc(38 / 32);
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .blog__h2 {
    margin: 3rem;
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}

.blog__h2::after {
  content: '';
  width: 4.5rem;
  height: 0.5rem;
  margin-inline: auto;
  background-color: var(--BLUE);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767.9px) {
  .blog__h2::after {
    width: 3.5rem;
  }
}

.blog #sidebar1 {
  margin-top: 15.2rem;
}

@media screen and (max-width: 767.9px) {
  .blog #sidebar1 {
    margin-top: 6rem;
  }
}

/* LINEボタンウィジェット */
.widget-line-button {
  margin: 2rem 0;
  background-color: var(--LIGHT-BLUE);
  border-radius: 1rem;
}

.widget-line-button__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
}

.widget-line-button__text {
  margin: 0 !important;
  font-size: 1.6rem;
  line-height: 1.5;
}

.widget-line-button__text-em {
  display: inline-block;
  padding: 0.3rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
}

.widget-line-button__text-em::before {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  height: 1.1rem;
  background-color: var(--YELLOW);
  z-index: -1;
}

.widget-line-button__btn {
  padding: 1rem 3rem;
  font-size: 1.8rem;
  line-height: calc(25 / 18);
  text-decoration: none !important;
}

@media screen and (max-width: 767.9px) {
  .widget-line-button__btn {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: calc(19 / 16);
  }
}

.blog_hero .swiper-slide {
  width: 100%;
}

@media (min-width: 768px) {
  .blog_hero .swiper-slide {
    width: 47rem;
  }
}