@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

header,
main,
footer {
  width: 100%;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  color: #505050;
  background-color: #FFFFFF;
}

main {
  line-height: 2;
}

.l-section {
  transform: rotate(0.04deg);
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 2px solid #BECCD9;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #F1F6FB;
  font-weight: bold;
}

.l-section {
  width: 100%;
  padding: 60px 10px;
}

.l-section--greetings {
  background-image: linear-gradient(0deg, #3c7ebf, #67a3de);
}

.l-section--company {
  background-color: #F6F9FC;
}

.l-section--policy {
  background-color: #3C7EBF;
}

.l-section__std-container {
  background-color: #ffffff;
  max-width: 763px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 10px;
}

.l-section__large-container {
  background-color: #ffffff;
  max-width: 1086px;
  margin: 0 auto;
  padding: 60px;
  border: 4px solid #49B8E9;
  border-radius: 10px;
}

.l-section__items-container {
  max-width: 841px;
  margin: 0 auto;
  padding: 0;
}

.l-section__large-container__inner {
  background-color: #ffffff;
  max-width: 763px;
  margin: 0 auto;
  border-radius: 10px;
}

.flx-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.main-body {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

.main-inner {
  transform: rotate(0.04deg);
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .l-section {
    padding: 60px 20px;
  }
  .l-section__std-container {
    padding: 20px;
  }
  .l-section__large-container {
    padding: 20px;
  }
  .main-body {
    padding: 70px 10px 20px 10px;
  }
  .main-inner {
    padding: 20px 5px;
  }
}
.l-header {
  /* 固定配置（最重要：fixedの末尾の「d」を確認してください） */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  /* 背景と見た目 */
  background-color: rgba(255, 255, 255, 0.6);
  /* 60%透過 */
  backdrop-filter: blur(8px);
  /* すりガラス効果 */
  border-bottom: 1px solid #e0e0e0;
}
.l-header__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 15px 20px;
  /* 余白を15px 20pxに統一 */
  box-sizing: border-box;
}
.l-header__container__logo {
  font-size: 24px;
  margin: 0;
  /* 念のためh1のデフォルト余白をリセット */
}
.l-header__container__logo img {
  width: 100%;
  max-width: 322px;
  display: block;
}
.l-header__container__inq {
  transform: rotate(0.04deg);
  font-size: 14px;
  margin: 0;
  /* 念のためh1のデフォルト余白をリセット */
  background-color: #ffffff;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 375px;
  height: 64px;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}
.l-header__container__inq__title {
  width: 142px;
  background-color: #3C7EBF;
  color: #ffffff;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
}
.l-header__container__inq__tel {
  color: #3C7EBF;
  font-size: 22px;
  font-weight: bold;
}
.l-header__container__inq__time {
  font-size: 10px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-header {
    background-color: #FFFFFF;
    height: 70px;
  }
  .l-header__container {
    height: 70px;
    padding: 5px 5px;
  }
  .l-header__container__logo img {
    max-width: 180px;
  }
  .l-header__container__inq {
    width: auto;
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 0 10px;
  }
  .l-header__container__inq__title {
    height: auto;
    width: 140px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 0;
    margin-bottom: 3px;
  }
  .bi-telephone-fill {
    margin-right: 5px;
  }
  .l-header__container__time {
    font-size: 10px;
    text-align: center;
  }
}
.l-footer {
  text-align: center;
  padding: 40px 10px 0 10px;
  font-size: 14px;
  line-height: 2rem;
}

/* 背景色を変えるモディファイヤ */
.l-footer--blue {
  background-color: #3C7EBF;
  color: #ffffff;
}

.l-footer__inner {
  width: 100%;
  transform: rotate(0.04deg);
}

.l-footer__inner__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.l-footer__inner__links {
  display: flex;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
  justify-content: center;
  font-size: 12px;
}

.l-footer__inner__links p {
  width: 100%;
  text-align: center;
}

.l-footer__inner__copyright {
  border-top: 1px solid #49B8E9;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 10px;
}

h2 {
  color: #49B8E9;
  padding: 0 0 5px 0;
  /* ★ border-bottom: solid 2px #49B8E9; は削除します */
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 1;
  /* H2全体の基準 */
}

/* 1. 【上レイヤー】水色の線（#49B8E9） */
h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* H2の底辺にぴったり合わせる */
  width: 100%;
  height: 4px;
  background-color: #49B8E9;
  z-index: 2;
  /* ★数値を大きくして「上」にする */
  border-radius: 2px;
}

/* 2. 【下レイヤー】黄色の線（#F2F846） */
h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #F2F846;
  z-index: 1;
  /* ★数値を小さくして「下」にする */
  /* 水色の線（bottom: 0）を基準に、右下に3pxずらす */
  bottom: -3px;
  left: 3px;
  border-radius: 2px;
}

h3 {
  display: block;
  background-color: #3C7EBF;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 5px 0;
}

.emphasis {
  font-weight: bold;
  color: #49B8E9;
  font-size: 1.2rem;
}

.emphasis-2 {
  font-weight: bold;
  color: #49B8E9;
}

ol {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}

/* ol の直下にある li（1階層目）だけに適用 */
ol > li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
  line-height: 26px;
}

/* ol の直下にある li の数字サークル */
ol > li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  width: 26px;
  height: 26px;
  background-color: #BECCD9;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* 入れ子になっている ul とその li のスタイル */
ol ul {
  list-style: none;
  /* リストマークを付けない */
  padding-left: 0;
  /* 少し右にずらして見やすくする（お好みで） */
}

ol ul li {
  /* ここには数字サークルの影響は一切でなくなります */
  line-height: 1.5;
  padding-left: 0;
}

/* ===================================================
   PC・タブレット向けの基本設定（画面幅768px以上）
   =================================================== */
.row-table {
  margin: 20px 0;
}

.row-table th,
.row-table td {
  padding: 12px;
}

/* PC時は横並びにするため幅を指定 */
.row-table th {
  width: 30%;
}

.row-table td {
  width: 70%;
}

/* ===================================================
   スマホ向けの縦並び設定（画面幅767px以下）
   =================================================== */
@media screen and (max-width: 767px) {
  /* テーブル全体の枠線を消す（セルの枠線と重複させないため） */
  .row-table,
  .row-table tbody {
    display: block;
    width: 100%;
  }
  /* 行をブロック要素にして縦に並べる */
  .row-table tr {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    /* 行と行の間に隙間をあける */
    border: 2px solid #BECCD9;
    border-bottom: 0;
    /* 行ごとにぐるっと枠線で囲む */
  }
  .row-table tr:last-child {
    border-bottom: 2px solid #BECCD9;
  }
  /* 見出しとデータをブロック要素にして幅100%にする */
  .row-table th,
  .row-table td {
    display: block;
    width: 100% !important;
    /* PC用の幅30%/70%を打ち消す */
    box-sizing: border-box;
  }
  /* 見出しの下の線を消す、または薄くする設定 */
  .row-table th {
    border: none;
    border-bottom: 2px dashed #BECCD9;
    /* 項目名とデータの区切りを点線に */
    background-color: #F1F6FB;
  }
  /* データの枠線を消す（trの枠線があるため） */
  .row-table td {
    border: none;
  }
}
figure.table--no-border table {
  width: auto;
}

figure.table--no-border table th,
figure.table--no-border table td {
  border: none;
  padding: 0 0 0 15px;
}

figure.table--no-border table th {
  background-color: transparent;
  font-weight: normal;
}

.flx-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start;
  gap: 20px;
}

.flx-box ul {
  margin-bottom: 20px;
}

.flx-box li {
  list-style: none;
  /* デフォルトの黒丸を消す */
  position: relative;
  /* 位置調整の基準にする */
  padding-left: 25px;
  /* マークの分、テキストを右に寄せる */
  line-height: 2rem;
}

.flx-box li::before {
  content: "";
  /* 空の要素を作る */
  position: absolute;
  /* 自由な位置に配置する */
  left: 0;
  /* 左端に配置 */
  top: 50%;
  /* 上下中央へ移動 */
  transform: translateY(-50%);
  /* 中央にぴったり合わせる */
  width: 15px;
  /* 横幅 15px */
  height: 15px;
  /* 縦幅 15px */
  background-color: #F4F884;
  /* ご指定の色 */
  border-radius: 50%;
  /* 正方形をきれいな円にする */
}

.flx-box .flx-item {
  flex-basis: 50%;
  max-width: 344px;
}

.flx-box2 {
  display: flex;
}

.flx-box2 .flx-item {
  flex-basis: 100%;
  max-width: 344px;
}

/* リスト全体のスタイルを調整 */
.kome-list {
  list-style: none;
  /* デフォルトの数字を非表示にする */
  padding-left: 0;
  /* デフォルトの余白をリセット */
  counter-reset: kome;
  /* カウンターの初期化 */
}

/* 各リスト項目のスタイル */
.kome-list li {
  position: relative;
  padding-left: 1.5em;
  /* 「※」の幅＋余白分のスペースを確保 */
  text-align: justify;
  /* テキストの両端揃え（任意） */
}

/* 疑似要素で「※」を表示 */
.kome-list li::before {
  content: "※";
  /* マークを「※」に指定 */
  position: absolute;
  left: 0;
  /* 左端に固定 */
  top: 0;
  /* 上端に固定 */
}

@media screen and (max-width: 767px) {
  main {
    line-height: 1.6;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  figure.table--no-border table {
    font-size: 14px;
  }
  .flx-box {
    flex-direction: column;
    /* 要素を縦に並べる */
    gap: 0;
    margin-bottom: 0;
  }
  .flx-box .flx-item,
  .flx-box2 .flx-item {
    width: 100%;
    max-width: none;
  }
}
.pc-column-vertical .wp-block-columns {
  flex-direction: column;
}

.pc-column-vertical .wp-block-column {
  width: 100% !important;
}

.l-section--hero {
  background-image: url("../img/bg-hero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
}

.l-section--hero-pict img {
  display: block; /* ★これが必要 */
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-section--hero {
    padding: 80px 0px 10px 0px;
  }
}
/* コメント *//*# sourceMappingURL=style.css.map */