@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background:
    /* 下部の白い霞 */
    linear-gradient(
      to bottom,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.3) 60%,
      rgba(255,255,255,0.9) 100%
    ),
    /* 中央が明るい放射グラデーション */
    radial-gradient(
      circle at center,
      #eaf6fd 0%,
      #cfeaf8 45%,
      #b8ddf2 70%,
      #9ccbe8 100%
    );
  background-size: cover;
  background-repeat: no-repeat;
  color: #3A4A5A;
  /* font-family: "Noto Sans Japanese", sans-serif, "Meiryo",
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro"; */
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  list-style: none;
  padding-left: 0;
  font-family:
    "Zen Old Mincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif;
}
body.m_fixed_sns {
  padding-bottom: 75px;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none; /* リストの点（・）を非表示 */
  padding-left: 0; /* 左余白を削除 */
}

a {
  color: inherit;
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}
li::marker {
  font-size: 13px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

#header,
.header-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}
.header-nav {
  background: #ffffffc7;
  padding: 30px 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}
/* ***************************

共通 


*****************************/
.is-sp{display: none;}
#contents {
  background:
    /* 下部の白い霞 */
    linear-gradient(
      to bottom,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.3) 60%,
      rgba(255,255,255,0.9) 100%
    ),
    /* 中央が明るい放射グラデーション */
    radial-gradient(
      circle at center,
      #eaf6fd 0%,
      #cfeaf8 45%,
      #b8ddf2 70%,
      #9ccbe8 100%
    );
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title-wrap {
  text-align: center;
}

/* h2.section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.1em;
  margin-bottom: 75px;
  position: relative; 
  text-align: center; 
  display: inline-block; 
  padding-left: 50px; /
}
h2.section-title:before {
  content: "";
  position: absolute;
  left: 0; 
  top: 50%;
  transform: translateY(-50%); 
  width: 5px; 
  height: 100%; 
  background-color: #3A4A5A;
  border-radius: 1em;
} */

h2.section-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 64px;
  text-align: center;
  position: relative;
  display: inline-block;
}


h3.section__first-message {
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  font-weight: normal;
}

/* ​大切なこどもたち・孫たちへ感謝・想いを伝えたい。 */
h3.section-heading {
  font-size: 30px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-weight: 400;
}

h4.page-title {
  color: #fff;
  background-color: #1f3a5f;
  padding: 10px 30px;
  font-size: 30px;
  margin-top: 100px;
}
h5.summary-title {
  color: #fff;
  background-color: #1f3a5f;
  padding: 10px 30px;
  font-size: 30px;
}
.summary {
  border: 1px solid #1f3a5f;
  margin-top: 50px;
}
.summary__contents {
  padding: 25px;
  background: rgba(255, 255, 255, 0.85);
}

.message__wrap .page-text {
  margin-bottom: 1.8em; /* ← ここで余白調整（1行以上の余白） */
  line-height: 1.8; /* 行間も少し広げると綺麗 */
}

.message__wrap .page-text:last-child {
  margin-bottom: 0; /* 最後の段落は余白なし */
}

/* ​生きとし生けるものには、いつか必ず「旅立ちの時」が訪れます。 その瞬間を迎え、月日が経過したとき、私たちはきっと思うでしょう。 「もう一度、あの声が聴きたい。」 「あの笑顔に、もう一度会いたい。」 「最期に、何を伝えたかったんだろう。」 大切な人を失った経験のある方なら、誰もが一度は心に浮かべたことがある想いかもしれません。 でも、もし－－ 旅立つ前に、自分の「声」で、大切な人へ想いを残すことができたなら。 残された人が、その声に触れ、前を向いて歩いていけたなら。 そんな願いから、「言の葉」は生まれました。 あなたの声が、未来の誰かの心を支える力になります。 終活を考え始めた方へ。 大切な人の笑顔や声を、未来へ残したいと願う方へ。 それは、優しい愛のかたちであり、あなたらしい終活。 「言の葉」はあなたの想いを、確かなかたちで届けるお手伝いをします。 */
p.page-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: start;
}
/****************************   plan *************************/

.plan-box-wrap {
  display: flex;
  justify-content: space-around;
}

.plan-contents-area {
  padding: 25px;
}

ul.plan {
  border-bottom: 0.5px solid rgba(102, 102, 102, 0.3);
  margin: 0 auto;
  line-height: 1.5;
  font-size: 20px;
}
span.tax{
  font-size: 16px;
  text-align: end;
}

ul.plan li {
  margin-bottom: 15px;
}

.plan-box {
  width: 30%;
  background: #ffffff;
  border: 1px solid #afafaf;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.plan-name {
  font-size: 30px;
  padding: 25px 0;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  font-weight: 600;
}

.plan__self {
  background-color: #ffb0bc;
}
.plan__standard {
  background-color: #8479df;
}
.plan__premium {
  background-color: #d3b200;
}

.plan__btn-self:hover {
  background-color: #FFF;
  border: 1.5px solid #ffb0bc;
  color: #ffb0bc;
  font-weight: bold;
}
.plan__btn-standard:hover {
  background-color: #FFF;
  border: 1.5px solid #8479df;
  color: #8479df;
  font-weight: bold;
}
.plan__btn-premium:hover {
  background-color: #fff;
  border: 1.5px solid #d3b200;
  color: #d3b200;
  font-weight: bold;
}


p.plan-price {
  padding: 25px;
  text-align: center;
  font-size: 24px;
}
span.tax {
  font-size: 14px;
}
.profile-head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.profile-left {
}

.plan-img {
  position: relative;
  width: 100%;
  max-width: 600px; /* 必要に応じて調整 */
  margin: 0 auto;
}

.plan-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト部分 */
.plan-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  width: 90%;
  border: 0.3px solid rgb(102 102 102 / 63%);
  font-weight: 500;
}

.profile-right {
  text-align: start;
  padding-left: 50px;
}
span.jp {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
span.en {
  font-family: serif;
  color: #a4d4ad;
}

.quote-box {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
}

/* 左上と右下にL字の装飾 */
.quote-box::before,
.quote-box::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #84c59b;
}

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

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

.mt-50 {
  margin-top: 50px;
}

.o-1 {
  order: 1;
}
.highlight {
  color: #ff8ac0;
}
/* ボタン */
/* ボタンのスタイル */
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 10px 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 500;
}

.s-btn {
  margin: 0 auto;
  margin-top: 50px;
  background-color: #1f3a5f;
  color: #ffffff;
}
.s-btn:hover {
  margin: 0 auto;
  margin-top: 50px;
  background-color: #fff;
  color: #1f3a5f;
  border: 1px solid #1f3a5f;
}


@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }
}

.plan__btn {
  padding: 10px 0;
  margin: 0 auto;
}
/***********************

流れ



.flow {
  padding: 80px 20px;
}

.flow-title {
  text-align: center;
  color: #666666;
  font-size: 28px;
  margin-bottom: 60px;
  position: relative;
}

.flow-title .line {
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #666666;
  margin-right: 12px;
  vertical-align: middle;
}

.flow-list {
  max-width: 900px;
  margin: 0 auto;
}

.flow-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.flow-num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1f3a5f;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.flow-num.outline {
  background: #fff;
  color: #1f3a5f;
  border: 3px solid #1f3a5f;
}

.flow-box {
  flex: 1;
  padding: 30px 40px 30px 60px;
  margin-left: -40px;
}

.flow-item.light .flow-box {
  background: #fff;
  border: 1px solid #1f3a5f;
  color: #666666;
}

.flow-item.dark .flow-box {
  background: #1f3a5f;
  color: #fff;
}

.flow-box h3 {
  font-size: 30px;
  margin-bottom: 25px;
}


.flow-item.light h3 {
  color: #1f3a5f;
}

.flow-box p {
  line-height: 1.8;
  font-size: 20px;
}
@media (max-width: 768px) {
  .flow {
    padding: 0px 20px;
}

  .flow-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .flow-num {
    margin-bottom: -31px;
    margin-left: -25px;
  }

  .flow-box {
    margin-left: 5px;
    padding: 25px;
  }
  .flow-box p {
    line-height: 1.5;
    font-size: 16px;
  }
  .flow-box h3 {
    font-size: 24px;
    margin-bottom: 5px;
}


}

*******************************/

/****************

流れ

***************/

/* =========================
   Flow Section
========================= */

.flow {
  padding: 110px 0 130px;
}

.flow-list {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}

/* 各ステップ */
.flow-item {
  position: relative;
  margin-bottom: 72px;
}

/* 矢印（最後以外） */
.flow-item:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 25px;          /* ← 25px */
  bottom: -44px;
  font-size: 25px;    /* ← 25px */
  color: rgba(31, 59, 92, 0.4);
}

/* カード */
.flow-box {
  position: relative;
  padding: 40px 48px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #b8b8b8;
}

/* ダークカード */
.flow-item.dark .flow-box {
  background: #1f3b5c;
  color: #fff;
}

/* タイトル */
.flow-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* テキスト */
.flow-box p {
  font-size: 14px;
  line-height: 1.9;
  opacity: 0.9;
}

/* 右上の番号 */
.flow-num {
  position: absolute;
  top: 10px;          /* ← 25px */
  right: 25px;        /* ← 25px */
  font-size: 25px;    /* ← 25px */
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.35;
  z-index: 2;
}

/* ダークカード用番号 */
.flow-item.dark .flow-num {
  color: #fff;
  opacity: 0.45;
}

/* =========================
   Responsive
========================= */

@media (max-width: 768px) {
  .flow-box {
    padding: 32px 24px;
  }

  .flow-num {
    top: 20px;
    right: 20px;
    font-size: 20px;
  }

  .flow-item:not(:last-child)::after {
    left: 20px;
    font-size: 20px;
  }
}

/***************************


よくある質問

*****************************/

/* FAQ 全体 */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* 各アイテム */
.faq-item {
  background: rgba(255,255,255,0.65);
  border-radius: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid #b8b8b8;
}

/* 質問ボタン */
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  transition: background 0.3s;
}

.faq-question:hover {
  background: rgba(0,0,0,0.03);
}

/* Q / A アイコン */
.faq-icon {
  width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
    font-size: 25px;
    font-weight: 100;
}

.faq-icon.q {
  background: #1f3a5f
}

.faq-icon.a {
  background: #ff8ac0;
}

/* 質問テキスト */
.faq-text {
  flex: 1;
  font-weight: 500;
  color: #333;
}

/* ＋ボタン */
.toggle-btn {
  font-size: 26px;
  line-height: 1;
  color: #999;
  transition: transform 0.3s, color 0.3s;
}

/* 開いている時 */
.faq-item.active .toggle-btn {
  transform: none;
  color: #1f4b8f;
}


/* 回答エリア */
.faq-answer {
  display: flex;
 align-items: center;
  gap: 16px;
  max-height: 0;
  overflow: hidden;
  color: #555;
  line-height: 1.8;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

/* 開いた時 */
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 22px;
}



/* タブ全体 */
.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
}

/* タブ */
.faq-tab {
  padding: 10px 26px;
  font-size: 15px;
  color: #1f3a5f;
  border-radius: 30px;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

/* hover */
.faq-tab:hover {
  background: rgba(31,58,95,0.08);
}

/* アクティブ */
.faq-tab.is-active {
  background: #1f3a5f;
  color: #fff;
}

/* アンカー位置調整（見出し被り防止） */
.faq-group {
  scroll-margin-top: 140px;
}

h3.about__content__title{margin: 100px  0 50px 0!important;}

/************************************************


企業情報


************************/
/* ===== 企業情報セクション ===== */
.access {
  background: linear-gradient(180deg, #eef6fb 0%, #f7fbfe 100%);
  padding: 100px 0;
}

.access .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== タイトル ===== */
.section-title-wrap {
  margin-bottom: 60px;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #3b4a5a;
  position: relative;
  padding-left: 24px;
}

/* .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 32px;
  background: #7fb3d5;
  transform: translateY(-50%);
  border-radius: 2px;
} */

/* ===== レイアウト ===== */
.access-wrap {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 60px;
  align-items: start;
}

/* ===== 企業情報テーブル ===== */
.access-table {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 40px;
  border: 0.5px solid #b8b8b8;
}

.access-table .row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1px;
  padding: 20px 0;
  border-bottom: 1px solid #dbe6ee;
}

.access-table .row:last-child {
  border-bottom: none;
}

.access-table .th {
  font-weight: 600;
  color: #5c6f82;
  letter-spacing: 0.05em;
}

.access-table .td {
  color: #333;
  line-height: 1.8;
}

/* ===== 地図 ===== */
.access-img {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.map-wrap iframe {
  width: 100%;
  height: 250px;
  border: none;
  display: block;
}

/* ===== レスポンシブ ===== */
@media (max-width: 900px) {
  .access {
    padding: 80px 0;
  }

  .access-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-title {
    font-size: 26px;
  }

  .access-table {
    padding: 24px;
  }

  .access-table .row {
    grid-template-columns: 90px 1fr;
    gap: 16px;
  }

  .map-wrap iframe {
    height: 300px;
  }
}


/*************************************************************

問い合わせフォーム 

*************************************************************/

.mainvisual-title.is-page-contact::before {
  content: "\f0e0";
}

label {
  display: block;
}

.contact-breadcrumb {
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-breadcrumb .inner {
  width: 880px;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.entry-content-contact {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.entry-content-contact.inner {
  width: 880px;
  padding-top: 60px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  justify-content: center;
  padding: 80px 64px;
  background: #fff;
  border: 1px solid #e2e2e2;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.form__privacy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.form__privacy-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4247;
}

.form__privacy-text a {
  font-weight: 600;
  text-decoration-line: underline;
  outline: initial;
  transition: opacity 0.3s;
}

.form__privacy-text a:hover {
  opacity: 0.6;
}

.form__privacy-text a:focus-visible {
  outline: solid 1px #989898;
}

.form-field {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
  width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #333;

} 
.wpcf7-validates-as-required{border: 1px solid #e2e2e2;}

.form-field--flex-start {
  align-items: flex-start;
}

.form-field__head {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
  width: 210px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}

.form-field--flex-start .form-field__head {
  margin-top: 0.4em;
}

.form-field__label {
  font-weight: 600;
}

.form-field__tag {
  display: inline-block;
    padding: 0px 8px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #ff8ac0;
    border-radius: 5px;
}

.form-field__tag__2 {
  display: inline-block;
  padding: 0px 8px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #9fd4a8;
  border-radius: 5px;
}

.form-field__item {
  flex-grow: 1;
}

.form-text {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  border: 1px solid #e2e2e2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #bababa;
}

input:focus-visible,
textarea:focus-visible {
  outline: solid 1px #989898;
}

.from-radio {
  display: flex;
  gap: 20px;
  padding-left: 8px;
}

input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"]:checked + span::after {
  opacity: 1;
}

input[type="radio"] + span {
  position: relative;
  padding: 10px 10px 10px 28px;
  cursor: pointer;
}

input[type="radio"]:focus-visible + span {
  outline: solid 1px #989898;
}

input[type="radio"] + span::before,
input[type="radio"] + span::after {
  position: absolute;
  top: 50%;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}

input[type="radio"] + span::before {
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #e2e2e2;
  transition: border-color 0.3s;
}

input[type="radio"] + span::after {
  left: 7px;
  width: 10px;
  height: 10px;
  background: #868686;
  opacity: 0;
}

.form-select {
  width: 100%;
  padding: 12px 30px 12px 10px;
  font-size: 16px;
  appearance: none;
  cursor: pointer;
  background: #fff;
  background: url(../img/select-arrow.svg) no-repeat center right 10px/25px auto;
  border: 1px solid #e2e2e2;
  transition: border-color 0.3s;
}

.form-select:focus-visible {
  outline: solid 1px #989898;
}

.form-textarea {
  width: 100%;
  height: 180px;
  padding: 10px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e2e2e2;
  transition: border-color 0.3s;
}

.form-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.form-checkbox:checked + span::after {
  opacity: 1;
}

.form-checkbox + span {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a4247;
  cursor: pointer;
  user-select: none;
}

.form-checkbox:focus-visible + span::before {
  border-width: 2px;
}

.form-checkbox + span::before {
  width: 20px;
  height: 20px;
  border: 1px solid #989898;
  border-radius: 1px;
  transition: border-color 0.3s;
}

.form-checkbox + span::after {
  width: 20px;
  height: 20px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}

.form-checkbox + span::before,
.form-checkbox + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
}

.form-btn {
  display: inline-block;
  min-width: 175px;
  padding: 16px 27px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.9px;
  cursor: pointer;
  background-color: #1f3a5f;
  border: none;
  transition: opacity 0.3s;
}

.form-btn:focus-visible {
  outline: solid 1px #989898;
}

.form-btn:hover {
  opacity: 0.6;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #1f3a5f;
  background: rgb(31 58 95 / 9%);
  border-radius: 8px;
  font-weight: 400;
  width: 350px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .entry-content-contact.inner {
    padding-block: 33px;
  }

  .wp-block-spacer {
    height: 44px !important;
  }

  .form {
    padding: 40px 13px 30px;
  }

  .form__fields {
    gap: 15px;
  }
  .form-text {
    padding: 5px 10px;
  }
  input{
    padding: 5px 10px;
  }
  .form {
    gap: 20px;
  }
  input[type="radio"] + span::before {
    height: 15px;
    width: 15px;
}

  .form__privacy {
    gap: 14px;
  }

  .form__privacy-text {
    line-height: 1.8;
    text-align: left;
  }

  .form-field {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }

  .form-field--radio {
    gap: 15px;
  }

  .form-field__item {
    width: 100%;
  }

  .from-radio {
    gap: 10px;
  }
}
/* 確認画面 */
.form-confirm {
  width: 100%;
}

.confirm-text {
  padding: 10px;
  font-size: 16px;
  color: #333;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
}

/* 確認画面ボタン */
.form-confirm-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.form-btn.is-back {
  background: #9aa3ab;
}

.cf7-real-submit {
  position: absolute;
  left: -9999px;
}

/* =========================
   確認画面（カッコよく）
========================= */
.form-confirm{
  background: rgba(255,255,255,0.75);
  border: 1px solid #d7d7d7;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.form-confirm__title{
  font-size: 22px;
  letter-spacing: .04em;
  margin: 0 0 18px;
  padding-bottom: 14px;
}

.form-confirm__list{
  display: grid;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  background: rgba(255,255,255,0.65);
}

/* 1行を「ラベル | 値」の2カラムに */
.form-confirm__row{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 16px 18px;
  align-items: start;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.form-confirm__row:last-child{
  border-bottom: none;
}

.form-confirm__label{
  font-size: 13px;
  letter-spacing: .06em;
  color: #6b7280; /* グレー */
  font-weight: 600;
  padding-top: 2px;
}

.form-confirm__value{
  font-size: 16px;
  color: #111827;
  font-weight: 600;
  line-height: 1.8;
  word-break: break-word;
}

/* ボタンエリア */
.form-confirm__buttons{
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px;
  padding-top: 18px;
}

/* 送信・戻るボタンの見た目（既存 .form-btn を活かして上品に） */
.form-confirm__buttons .form-btn{
  min-width: 140px;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: .02em;
}

.form-confirm__buttons .is-back{
  background: transparent;
  border: 1px solid rgba(31,58,95,0.35);
  color: #1f3a5f;
}

.form-confirm__buttons .is-back:hover{
  background: rgba(31,58,95,0.06);
}

/* 送信ボタン（CF7 submitにも効かせる） */
.form-confirm__buttons input[type="submit"].form-btn,
.form-confirm__buttons .form-btn--submit{
  background: #1f3a5f;
  border: 1px solid #1f3a5f;
  color: #fff;
}

.form-confirm__buttons input[type="submit"].form-btn:hover,
.form-confirm__buttons .form-btn--submit:hover{
  filter: brightness(1.05);
}

/* スマホは縦並びに切り替え */
@media (max-width: 640px){
  .form-confirm{
    padding: 18px;
  }
  .form-confirm__row{
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .form-confirm__buttons{
    flex-direction: column;
    align-items: stretch;
  }
  .form-confirm__buttons .form-btn{
    width: 100%;
  }
}


/******************************************************


生前メッセージとは？


*******************************************************/

.page-fv {
  position: relative;
  margin: 0 auto;
  margin-top: 85px;
}

.page-fv__text {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  padding: 5px 20px;
  text-align: start;
  color: #666666;
  font-size: 40px;
}

h3.about__content__title {
  margin: 0;
    color: #fff;
    background-color: #1f3a5f;
    padding: 10px 30px;
    font-size: 30px;
}
ul.about__content {
  line-height: 2;
  font-size: 18px;
}

.about__content__box {
  padding: 25px;
    background: rgba(255, 255, 255, 0.85);
  border-top: none;
}

.about__content {
  border: 1px solid #1f3a5f;
  margin-top: 50px;
}

/****************************

Plan


*******************************/

.plan__content:not(:first-of-type) {
  margin-top: 100px;
}
.plan__content {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  color: #666666;
  font-family: "Noto Serif JP", serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plan-content__self {
  background-image: url("../img/bg__self.png");
  border-radius: 0 0 28px 28px;
}
.plan-content__standard {
  background-image: url("../img/bg__standard.png");
  border-radius: 0 0 28px 28px;
}
.plan-content__premium {
  background-image: url("../img/bg__premium.png");
  border-radius: 0 0 28px 28px;
}

.plan-title {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 25px 0;
  border-radius: 28px 28px 0 0;
}

.bg__self {
  background: #ff758c;
}
.bg__standard {
  background: #8479df;
}
.bg__premium {
  background: #d3b200;
}
.text__self {
  color: #ff758c;
}
.text__standard {
  color: #8479df;
}
.text__premium {
  color: #d3b200;
}

.plan-sub {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 900;
}

.plan-content {
  padding: 50px;
}

.plan-heading {
  color: #fff;
  display: inline-block;
  padding: 1px 30px;
  border-radius: 999px;
  font-size: 20px;
  margin-bottom: 25px;
}

.plan-list {
  list-style: disc;
  padding-left: 25px;
  line-height: 2.2;
  font-size: 16px;
  font-weight: 700;
}

.plan-price-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;justify-content: end;
  
}

.plan-price-label {
  color: #fff;
  border-radius: 999px;
  padding: 1px 30px;
  font-size: 20px;
  margin-right: 25px;
  text-align: center;
  font-weight: bold;
}

.plan-price-value {
  font-size: 30px;
}

.plan-price-value .tax {
  font-size: 17px;
  margin-left: 4px;
}

/****************************************

表

**************************************/

.plan-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 50px;
}

.plan-table th,
.plan-table td {
  border-bottom: 0.5px solid #666666;
  padding: 18px 10px;
  border-right: 0.5px solid #666666;
}
.plan-table td {
  padding: 5px 0px;
  background: rgba(255, 255, 255, 0.85);
}

.plan-table thead th {
  font-size: 22px;
  color: #fff;
  border: 0.5px solid #666666;
}

.bg_w{background: rgba(255, 255, 255, 0.85);
}


.plan {
  padding: 30px 10px;
  font-size: 26px;
}

.plan span {
  font-size: 16px;
  text-align: end;
  margin-top: 4px;
}

/* プランごとの背景色 */
.plan--pink {
  background: #ff758c;
}
.plan--purple {
  background: #8479df;
}
.plan--gold {
  background: #d3b200;
}

/* 記号の色指定 */
.circle {
  color: #1f3a5f;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.cross {
  color: #ff0004;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

/* 左側の項目名 */
.plan-table tbody th {
  font-weight: 600; 
  background: rgba(255, 255, 255, 0.85);
  border-left: 0.5px solid #666666;
}

/************************************

料金シュミレーター

*********************************/
/* 全体 */
.price-simulator {
  max-width: 820px;
  margin: 60px auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  border: 1px solid #b8b8b8;
}

/* タイトル */
.price-simulator h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  padding-left: 14px;
  border-left: 5px solid #7fbcec;
  color: #1f3a5f;
}

/* 各フィールド */
.field {
  margin-bottom: 32px;
}

/* ラベル */
.field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #444;
}

/* セレクトボックス */
#planSelect {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
}

/* セクション説明 */
.field p {
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f3a5f;
}

/* チェックボックス */
.field input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.1);
}

.field label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 15px;
}

/* 数値入力 */
#extraPages {
  width: 120px;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* 合計金額 */
.total {
  margin-top: 40px;
  padding: 28px;
  background: linear-gradient(135deg, #f3f7fb, #e9f1f8);
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
}

/* 金額 */
#totalPrice {
  display: inline-block;
  margin-left: 6px;
  font-size: 36px;
  font-weight: 700;
  color: #1f3a5f;
}

/* 注意書き */
.note {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .price-simulator {
    padding: 24px;
  }

  #totalPrice {
    font-size: 30px;
  }
}



/* FV */

.sp_fv,
.pc_fv {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

form {
  margin: 0;
  padding: 0;
}


.archive-head {
  border-top: 3px solid #d81f32;
  margin-bottom: 56px;
  padding: 28px 0 0;
}

.archive-head.m_description {
  margin-bottom: 70px;
}

.archive-lead {
  color: #d81f32;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.archive-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

.archive-title.m_category::before {
  color: #d81f32;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-title.m_search span {
  color: #d81f32;
}

.archive-title.m_search::before {
  color: #d81f32;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-description {
  font-size: 14px;
  line-height: 1.4;
}

.inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 80px 0;
  width: 1100px;
}

#content > .inner {
  display: flex;
  padding: 100px 0;
}

#content.m_one > .inner {
  display: block;
}

#primary {
  width: 65.45455%;
}

.m_one #primary {
  margin-bottom: 0;
  width: 100%;
}

#secondary {
  margin-left: auto;
  width: 30.90909%;
}

.m_one #secondary {
  display: none;
  width: 100%;
}

.breadcrumb {
  color: #8d8d8d;
  font-size: 12px;
  margin-bottom: 14px;
}

.breadcrumb .home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.breadcrumb a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
  opacity: 0.6;
}

.breadcrumb i {
  margin-left: 15px;
  margin-right: 15px;
}

.btn {
  -webkit-appearance: none;
  background-color: #01b3a7;
  background-image: none;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  min-width: 282px;
  padding: 17px 20px 14px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.btn:hover,
.btn:focus {
  outline: none;
}

.btn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* .s-btn:hover {
  background: #00aca0;
} */

.drawer {
  display: none;
}

.drawer-icon {
  color: #a5d4ad;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 80px;
  z-index: 41;
}

.drawer-open {
  display: block;
}

.m_checked .drawer-open {
  display: none;
}

.drawer-close {
  display: none;
}

.m_checked .drawer-close {
  display: block;
}

.drawer-content {
  background: rgba(51, 51, 51, 0.9);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 100px 16px 16px;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}

.m_checked .drawer-content {
  opacity: 1;
  visibility: visible;
}

.drawer-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 20px 12px 24px 0;
  text-decoration: none;
}

.entries {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.entry-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  display: block;
  margin-bottom: 50px;
  margin-right: 40px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: calc(50% - 40px / 2);
}

.entry-item:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.entry-item:nth-child(2n),
.entry-item:last-child {
  margin-right: 0;
}

.entry-item-img {
  text-align: center;
}

.entry-item-body {
  padding: 20px;
}

.entry-item-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.entry-item-published {
  color: #808080;
  font-size: 12px;
  margin-top: 4px;
}

.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-item-tag {
  background: #d81f32;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}

.entry-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 14px;
}

.entry-item-excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}

.entries.m_horizontal {
  margin-bottom: 62px;
}

.entries.m_horizontal .entry-item {
  display: flex;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 20px;
  width: 100%;
}

.entries.m_horizontal .entry-item:last-child {
  margin-bottom: 0;
}

.entries.m_horizontal .entry-item .entry-item-img {
  width: 36.02941%;
}

.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 20px;
  width: 63.97059%;
}

.entries.m_block .entry-item {
  width: 100%;
  margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
  padding: 20px;
  width: 100%;
}

.entries.m_block .entry-item .entry-item-published {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-tag {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-title {
  font-size: 20px;
}

.entries.m_block .entry-item .entry-item-excerpt {
  font-size: 16px;
}

.entry {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 40px 12px;
}

.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}

.entry-label a {
  background: #d81f32;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-label a:hover {
  opacity: 0.6;
}

.entry-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
}

.m_page .entry-title {
  margin-bottom: 34px;
}

.entry-meta {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}

.entry-published,
.entry-updated {
  color: #808080;
  font-size: 12px;
}

.entry-published::before,
.entry-updated::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-updated {
  margin-left: 27px;
}

.entry-updated::before {
  content: "\f1da";
  font-weight: 900;
}

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

.entry-tag-items {
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.entry-tag-head {
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 6px 15px 0;
}

.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.entry-tag-item {
  margin-bottom: 10px;
  margin-right: 15px;
}

.entry-tag-item:last-child {
  margin-right: 0;
}

.entry-tag-item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #808080;
  display: block;
  font-size: 14px;
  padding: 6px 18px 5px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-tag-item a:hover {
  background: #808080;
  border-color: #808080;
  color: #fff;
}

span.tag__2 {
  background-color: #9fd4a8;
}

.entry-body {
  margin-top: 32px;
  padding-bottom: 44px;
}

.m_page .entry-body {
  padding-bottom: 12px;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0;
}

.entry-body h2 {
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #d81f32;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
  margin-top: 79px;
  padding: 24px 20px;
  position: relative;
  text-align: left;
}

.entry-body h2::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0;
}

.entry-body h3 {
  border-bottom: 3px solid #d81f32;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 84px;
  padding-bottom: 14px;
}

.entry-body h4 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 82px;
  padding-left: 42px;
  position: relative;
}

.entry-body h4::before {
  color: #d81f32;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -8px;
}

.entry-body h5 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 60px;
}

.entry-body h6 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}

.entry-body p {
  line-height: 1.875;
  margin-top: 30px;
}

.entry-body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.entry-body blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}

.entry-body blockquote > :first-child {
  margin-top: 0;
}

.entry-body blockquote > :last-child {
  margin-bottom: 0;
}

.entry-body q {
  background: #eee;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}

.entry-body strong,
.entry-body b {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-weight: 600;
}

.entry-body a {
  color: #1592e6;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.entry-body a:hover {
  opacity: 0.6;
}

.entry-body img {
  vertical-align: middle;
}

.entry-body .entry-btn {
  margin: 1em 0;
  text-align: center;
}

.entry-body .entry-btn .btn {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.entry-body .entry-btn .btn:hover {
  opacity: 1;
}

.entry-links {
  margin-top: 32px;
  text-align: center;
}

.entry-links .post-page-numbers {
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 30px;
  text-align: center;
}

.entry-links .post-page-numbers.current {
  background: #666;
  color: #fff;
}

.entry-links .post-page-numbers:first-child {
  margin-left: 0;
}

.rss-date {
  color: #666;
  font-size: 14px;
}

.rssSummary {
  color: #666;
  font-size: 14px;
}

.search-form {
  position: relative;
}

.screen-reader-text {
  position: absolute;
  top: 0;
  z-index: -1;
}

.search-field {
  padding-right: 70px;
  width: 100%;
}

.search-submit {
  -webkit-transform: translateY(-50%);
  background: transparent;
  box-shadow: none;
  color: #e2e2e2;
  font-size: 26px;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.tagcloud {
  padding: 4px;
}

.tag-cloud-link {
  transition: all 0.3s ease 0s;
}

.tag-cloud-link:hover {
  opacity: 0.6;
}

.entry-404 {
  padding-bottom: 85px;
  text-align: center;
}

.entry-404-head {
  color: #f0cdd0;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

#footer-menu {
  background: #162842;
}

#footer-menu > .inner {
  padding-bottom: 42px;
  padding-top: 54px;
}

.footer-logo {
  margin-bottom: 4px;
  text-align: center;
}

.footer-logo a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer-logo a:hover {
  opacity: 0.6;
}

.footer-sub {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71429;
  margin-bottom: 30px;
  text-align: center;
}

.footer-nav {
  text-align: center;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav li {
  margin-bottom: 10px;
  margin-right: 32px;
  padding: 0 4px;
  text-decoration: none;
}

.footer-nav li:last-child {
  margin-right: 0;
}

.footer-nav li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

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

.footer-sns {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  bottom: -75px;
  left: 0;
  position: fixed;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 25;
}

.footer-sns.m_fixed_sns {
  bottom: 0;
}

.footer-sns > .inner {
  align-items: center;
  display: flex;
  height: 75px;
  padding-bottom: 0;
  padding-top: 0;
}

.footer-sns-head {
  font-size: 14px;
  margin-right: auto;
}

.footer-sns-buttons ul {
  align-items: center;
  display: flex;
}

.footer-sns-buttons li {
  margin-right: 50px;
}

.footer-sns-buttons li:last-child {
  margin-right: 0;
}

.footer-sns-buttons li a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer-sns-buttons li a:hover {
  opacity: 0.6;
}

.footer-sns-buttons li a.m_twitter img {
  width: 26px;
}

.footer-sns-buttons li a.m_facebook img {
  width: 11px;
}

.footer-sns-buttons li a.m_hatena img {
  width: 22px;
}

.footer-sns-buttons li a.m_line img {
  width: 30px;
}

.footer-sns-buttons li a.m_pocket img {
  width: 27px;
}

#footer {
  background: #162842;
}

#footer > .inner {
  padding-bottom: 20px;
  padding-top: 18px;
}

.copy {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin-bottom: 2px;
  text-align: center;
}

.by {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-align: center;
}

.by a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.by a:hover {
  opacity: 0.6;
}

.floating {
  bottom: 100px;
  display: none;
  position: fixed;
  right: 28px;
  z-index: 30;
}

.floating a {
  background: #6a6a6a;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 60px;
}

.floating a:hover {
  opacity: 0.6;
}

#header {
  z-index: 20;
}

#header > .inner {
  align-items: center;
  display: flex;
  padding-bottom: 36px;
  padding-top: 40px;
  justify-content: space-between;
}

img.h_logo {
  width: 100px;
  height: auto;
}
.header-logo {
  line-height: 1.2;
}

.header-logo a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.header-logo a:hover {
  opacity: 0.6;
}

.header-sub {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71429;
  margin-top: 10px;
  padding: 0 38px;
}

.header-nav > .inner {
  padding: 0;
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header-nav li {
  margin-right: 100px;
}

.header-nav li:last-child {
  margin-right: 0;
}

.header-nav li > a {
  color: #000;
  display: block; 
  font-family: "Noto Sans Japanese", sans-serif, "HiraKakuPro-W6",
    "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo";
  transition: all 0.3s ease 0s;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.header-nav li > a:hover {
  opacity: 0.6;
}

#mv > .inner {
  height: 600px;
  padding-bottom: 0;
  padding-top: 0;
}

#pickup {
  background: #f4f4f4;
}

#pickup > .inner {
  padding-bottom: 20px;
  padding-top: 40px;
}

.pickup-items {
  display: flex;
}

.pickup-item {
  display: block;
  margin-right: 40px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: calc(33.33333333% - 40px * 2 / 3);
}

.pickup-item:hover {
  opacity: 0.6;
}

.pickup-item:last-child {
  margin-right: 0;
}

.pickup-item-img {
  position: relative;
  text-align: center;
}

.pickup-item-body {
  padding: 20px 0;
}

.pickup-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo",
    "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.pickup-item-tag {
  background: #d81f32;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  padding: 6px 14px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}

@media screen and (max-width: 1099px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  body.m_fixed_sns {
    padding-bottom: 67px;
  }

  .archive-head {
    margin-bottom: 40px;
    padding-top: 26px;
  }

  .archive-head.m_description {
    margin-bottom: 92px;
  }

  .archive-lead {
    margin-bottom: 8px;
  }

  .archive-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 50px;
        padding-bottom: 50px;
  }

  #content > .inner {
    display: block;
    padding-top: 40px;
  }

  #primary {
    margin-bottom: 70px;
    width: 100%;
  }

  .m_one #primary {
    margin-bottom: 70px;
  }

  #secondary {
    width: 100%;
  }

  .m_one #secondary {
    display: block;
  }

  .breadcrumb {
    margin-bottom: 14px;
  }

  .drawer {
    display: block;
  }

  .entries {
    display: block;
  }

  .entry-item {
    margin-bottom: 27px;
    margin-right: 0;
    width: 100%;
  }

  .entry-item:last-child {
    margin-bottom: 0;
  }

  .entries.m_horizontal {
    margin-bottom: 40px;
  }

  .entries.m_horizontal .entry-item {
    margin-bottom: 20px;
    padding: 10px;
  }

  .entries.m_horizontal .entry-item .entry-item-img {
    width: 45.06173%;
  }

  .entries.m_horizontal .entry-item .entry-item-body {
    padding-left: 12px;
    width: 54.93827%;
  }

  .entries.m_horizontal .entry-item .entry-item-published {
    font-size: 10px;
  }

  .entries.m_horizontal .entry-item .entry-item-tag {
    font-size: 10px;
    margin-right: 8px;
  }

  .entries.m_horizontal .entry-item .entry-item-title {
    font-size: 12px;
    margin-bottom: 0;
  }

  .entries.m_horizontal .entry-item .entry-item-excerpt {
    display: none;
  }

  .entries.m_horizontal {
    margin-bottom: 40px;
  }

  .entries.m_horizontal .entry-item {
    margin-bottom: 20px;
    padding: 10px;
  }

  .entries.m_block .entry-item .entry-item-published {
    font-size: 12px;
  }

  .entries.m_block .entry-item .entry-item-tag {
    font-size: 12px;
  }

  .entries.m_block .entry-item .entry-item-title {
    font-size: 18px;
  }

  .entries.m_block .entry-item .entry-item-excerpt {
    font-size: 14px;
  }

  .entry {
    padding: 10px;
  }

  .entry-label a {
    font-size: 11px;
    padding: 4px 14px;
  }

  .entry-title {
    font-size: 24px;
    line-height: 1.41667;
  }

  .entry-published,
  .entry-updated {
    font-size: 11px;
  }

  .entry-updated {
    margin-left: 18px;
  }

  .entry-tag-items {
    padding-top: 24px;
  }

  .entry-tag-head {
    padding: 6px 15px 0;
  }

  .entry-tag-item a {
    padding: 4px 16px 3px;
  }

  .entry-body {
    padding-bottom: 24px;
  }

  .entry-body h2 {
    font-size: 20px;
    margin-top: 80px;
    padding: 27px 17px;
  }

  .entry-body h3 {
    font-size: 20px;
  }

  #toc_container {
    padding: 20px 20px;
  }

  #toc_container .toc_title {
    margin-bottom: 18px;
  }

  #toc_container > ul > li {
    margin-bottom: 30px;
  }

  #toc_container > ul > li > ul {
    margin-top: 12px;
  }

  .related-item {
    margin-right: 30px;
    width: calc(50% - 30px * 1 / 2);
  }

  .related-item:nth-child(2n) {
    margin-right: 0;
  }

  .widget {
    margin-bottom: 57px;
  }

  .entry-404 {
    padding-bottom: 0;
    padding-top: 18px;
  }

  .entry-404-head {
    font-size: 40px;
    margin-bottom: 36px;
  }

  .entry-404-head span {
    display: block;
  }

  .entry-404-head span::after {
    display: none;
  }

  .entry-404-lead {
    font-size: 20px;
    margin-bottom: 34px;
  }

  .entry-404-lead .m_sp {
    display: block;
  }

  .entry-404-content {
    font-size: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .entry-404-btn {
    margin-top: 62px;
  }

  #footer-menu > .inner {
    padding-bottom: 56px;
    padding-top: 54px;
  }

  .footer-logo {
    margin-bottom: 12px;
  }

  .footer-logo a {
    font-size: 26px;
  }

  .footer-sub {
    font-size: 12px;
    margin-bottom: 28px;
  }

  .footer-nav ul {
    display: block;
    text-align: center;
  }

  .footer-nav li {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .footer-nav li:last-child {
    margin-bottom: 0;
  }

  .footer-sns {
    bottom: -67px;
  }

  .footer-sns > .inner {
    height: 67px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-sns-head {
    display: none;
  }

  .footer-sns-buttons {
    width: 100%;
  }

  .footer-sns-buttons ul {
    justify-content: space-between;
  }

  .footer-sns-buttons li {
    margin-right: auto;
  }

  .floating {
    bottom: 92px;
    right: 16px;
  }

  #header > .inner {
    display: block;
    padding-bottom: 16px;
    padding-top: 20px;
  }

  .header-logo {
    margin-bottom: 8px;
    text-align: left;
  }

  .header-logo a {
    font-size: 26px;
  }

  .header-sub {
    font-size: 10px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .header-nav {
    display: none;
  }

  #mv > .inner {
    height: 400px;
  }

  #pickup > .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .pickup-items {
    display: block;
  }

  .pickup-item {
    display: flex;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }

  .pickup-item:last-child {
    margin-bottom: 0;
  }

  .pickup-item-img {
    width: 42.40688%;
  }

  .pickup-item-body {
    padding-bottom: 0;
    padding-top: 0;
    width: 57.59312%;
  }

  .pickup-item-title {
    font-size: 16px;
    padding-left: 15px;
  }
}

/* custom */
.mainvisual {
  height: 230px;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    height: 147px;
  }
}

.mainvisual .inner {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: inherit;
}

.mainvisual-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.mainvisual-title {
  font-size: 42px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .mainvisual-title {
    font-size: 28px;
  }
}

.mainvisual-title::before {
  color: #d81f32;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 8px;
}

#content.content-work .inner {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #content.content-work .inner {
    padding-top: 16px;
  }
}

#content.content-work #primary {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #content.content-work #primary {
    margin-bottom: 0;
  }
}

#content.content-work .entry-label {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #content.content-work .entry-label {
    margin-bottom: 14px;
  }
}

.entries-work {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .entries-work {
    margin-bottom: 22px;
  }
}

.entries-work .entry-item {
  width: calc(33.3333333% - 40px * 2 / 3);
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .entries-work .entry-item {
    width: 100%;
  }
}

.entries-work .entry-item:nth-child(2n) {
  margin-right: 40px;
}

.entries-work .entry-item:nth-child(3n) {
  margin-right: 0;
}

.work-breadcrumb {
  padding-top: 12px;
  padding-bottom: 12px;
}

.work-breadcrumb .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.work-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.genre-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .genre-nav {
    margin-bottom: 5px;
  }
}

.genre-nav-link {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .genre-nav-link {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.genre-nav-link a {
  display: block;
  padding: 6px 14px;
  background: #fff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: HiraKakuPro-W6, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6", Meiryo,
    "Noto Sans Japanese", sans-serif;
}

@media screen and (max-width: 767px) {
  .genre-nav-link a {
    padding: 3px 8px;
    font-size: 16px;
  }
}

.genre-nav-link a.is-active,
.genre-nav-link a:hover {
  background: #d81f32;
  color: #fff;
}

.entry-work {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .entry-work {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.entry-work-body {
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .entry-work-body {
    display: block;
    margin-top: 40px;
  }
}

.entry-work-content {
  width: 62%;
  padding-right: 40px;
  line-height: 2.25;
}

@media screen and (max-width: 1099px) {
  .entry-work-content {
    width: 58%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .entry-work-content {
    width: 100%;
    padding-right: 0;
    line-height: 1.875;
  }
}

.entry-work-table {
  width: 38%;
  /* 384 / 1020 * 100%; */
  margin-left: auto;
}

@media screen and (max-width: 1099px) {
  .entry-work-table {
    width: 42%;
  }
}

@media screen and (max-width: 767px) {
  .entry-work-table {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

.entry-work-table table {
  border-color: #707070;
}

.entry-work-table th,
.entry-work-table td {
  padding: 8px 16px;
  border-color: #707070;
  font-size: 14px;
  word-break: break-all;
}

.entry-work-table th {
  width: 43%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #999;
}

@media screen and (max-width: 767px) {
  .entry-work-table th {
    width: 120px;
  }
}

.entry-work-btn {
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .entry-work-btn {
    margin-top: 40px;
  }
}

.entry-work-related {
  margin-top: 74px;
}

@media screen and (max-width: 767px) {
  .entry-work-related {
    margin-top: 54px;
  }
}

.entry-work-related-entries {
  margin-bottom: 0;
}

.entry-work-related-entries .entry-item {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .entry-work-related-entries .entry-item {
    margin-bottom: 27px;
  }
  .entry-work-related-entries .entry-item:last-child {
    margin-bottom: 0;
  }
}

.entry-work-related-head {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 44px;
  position: relative;
  text-align: left;
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #d81f32;
  padding: 24px 20px;
}

@media screen and (max-width: 767px) {
  .entry-work-related-head {
    font-size: 20px;
    padding: 27px 17px;
    margin-bottom: 24px;
  }
}

.entry-work-related-head::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0;
}

@media screen and (max-width: 767px) {
  a.h-btn {
    display: none;
  }
  img.h_logo {
    width: 80px;
  }
}
/** *************************************************************

レスポンシブ 

************************************************************************/

@media screen and (max-width: 767px) {
  .is-sp{display: block;}
  /*************************
  
  共通
  
  ***********************/
h2.section-title {
    font-size: 30px;
    line-height: 60px;
    padding-left: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

  h2.section-title:before {
    height: 70%;
  }
  h2.section-title:before {
    width: 3px;
}

  h3.section-heading {
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    line-height: 1.8;
  }

  p.page-text {
    font-size: 16px;
    line-height: 1.5;
  }

  img.profile-img{height: 120px;}

  .page-fv__text {
    left: 20%;
    font-size: 31px;
}

h3.section__first-message {
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.8;
}

h4.page-title {
  color: #fff;
  background-color: #7fc3f7;
  padding: 5px 15px;
  font-size: 20px;
  margin-top: 50px;
}

h5.summary-title {
  color: #fff;
  background-color: #7fc3f7;
  padding: 5px 10px;
  font-size: 20px;
}

.summary__contents {
  padding: 15px 10px;
}
.buttonRound{
  padding: 5px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  width: 90%;
}



/***********************

top


***************************/

/* PLAN */

.plan-box-wrap {
 display: block;
}
.plan-box {
  width: 100%;
}
.plan-name {
  font-size: 25px;
  padding: 15px 0;
}
.plan-contents-area {
  padding: 30px 15px;
}
ul.plan {
  line-height: 1.5;
  font-size: 16px;
  padding: 0 10px;
}
.plans__inner{
  padding: 50px 10px;
}

/*************

プラン

*********************/
.flow-num {
  width: 65px;
  height: 65px;
  font-size: 31px;
}
.plan-title {
  font-size: 24px;
  padding: 15px 0;
}
.plan-sub {
  font-size: 15px;
  padding: 10px 0;
}
.plan-content {
  padding: 25px 10px;
}
.plan-heading {
  margin-bottom: 15px;
  padding: 0px 20px;
  font-size: 18px;
}
.plan-list {
  list-style: disc;
  padding-left: 15px;
  line-height: 1.8; 
  font-size: 14px;
}
.plan-price-wrap {
  margin-top: 26px;
  justify-content: start;
}

.plan-price-label {
  padding: 0px 20px;
  font-size: 18px;
  margin-right: 10px;
}

.plan-table {
  font-size: 16px;
  margin-top: 25px;
}

.plan-price-value {
  font-size: 24px;
}
.plan-table thead th {
  font-size: 20px;
  writing-mode: vertical-rl;
  padding:  15px 5px; 
}

.plan span {
  font-size: 13px;
  margin-top: 4px;
}

.circle {
  font-size: 30px;
}

.cross {
  font-size: 30px;
}

.plan-table th, .plan-table td {
  padding: 5px 0px;
  font-size: 16px;
}
.plan-table tbody th {

  font-size: 14px;
}
table {
  table-layout: auto;
  width: 100%;
}

.plan__btn {
  padding: 5px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  width: 90%;
}
.plan-box:not(:first-of-type){
  margin-top: 50px;
}

.faq-container {
  width: 100%;
  margin: 25px auto;
}

.faq-icon {
  width: 40px;
  height: 40px;
  font-size: 25px;
}
span.faq-text {
  color: #666666;
  font-size: 18px;
}
.faq-question {
  padding: 5px;
  font-size: 18px;
}
.toggle-btn {
  font-size: 18px;
}

.faq-answer {
  padding: 10px 10px 10px 70px;
}

.faq-answer .faq-icon {
  top: 17px;
  left: 5px;
}
.faq-answer p {
  font-size: 18px;
}

.access-table .row {
  margin-bottom: 10px;
  padding: 5px;
}
.access-table .th {
  width: 30%;
}
.access-table .td {
  width: 65%;
}

}
