@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
/* ===== Base ===== */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
p {
  color: #747474;
  margin-bottom: 15px;
  line-height: 1.6;
}
a {
  color: #DD6E8B;
  text-decoration: none;
  transition: all .3s;
}
a:hover {
  color: #d35d7c;
}
img {
  max-width: 100%;
  height: auto;
}
p, ul, li, table, th, td {
  font-family: 'Noto Sans JP', sans-serif;
  color: #747474;
}
/* ===== Utility ===== */
.bg-white {
  background: #fff;
}
.bg-grey {
  background: #f7f7f7;
}
.text-center {
  text-align: center;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.my-5 {
  margin: 3rem 0;
}
.divider {
  height: 40px;
  padding-bottom: 30px;
}
/* ===== Animation (scroll-in) ===== */
.animate-box {
  opacity: 0;
  transform: translate3d(-40px, 0, 0);
  will-change: transform, opacity; /* ブラウザに最適化を指示 */
  transition: opacity .8s ease, transform .8s ease;
}
.animate-box.animated {
  transform: translateZ(0); /* レイヤー固定 */
}
.animate-box.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.animate-box[data-animate-effect="fadeInLeft"].visible {
  animation: fadeInLeft .7s cubic-bezier(.2, .6, .2, 1) both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .animate-box, .animate-box.visible {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
a, button {
  transition: color .3s, background-color .3s; /* 必要なプロパティだけ */
}
@media (max-width: 767px) {
  .animate-box, .animate-box[data-animate-effect] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    visibility: visible !important;
  }
}
.section-hero {
  padding: 60px 0 0;
  background-color: #ECF5FF;
}
.section-hero h1 {
  margin-bottom: 0;
}
.section-visual {
  padding: 30px 0 0;
}
.section-flow {
  padding: 60px 0;
  background-color: #ECF5FF;
}
.section-feature {
  padding: 60px 0;
}
.section-login {
  padding: 30px 0;
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}
.section-detail {
  padding: 60px 0;
}
.section-form {
  padding: 60px 0 100px;
  background-color: #fffadf;
}
h3.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
h3.text-center::before, h3.text-center::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000; /* 線の太さ・色 */
  margin: 0 15px; /* テキストと線の間隔 */
}
/* ===== Form ===== */
.form-block {
  background-color: #fff;
  padding: 30px;
}
.form-control {
  border: none;
  border-bottom: 2px solid #dedede;
  border-radius: 0;
  padding: 6px 0;
  font-size: 16px;
  background: transparent;
}
.form-control:focus {
  border-color: #DD6E8B;
  outline: none;
  box-shadow: none;
}
input.form-control::placeholder {
  color: #999; /* 薄めのグレー */
  opacity: 0.6; /* ブラウザ依存で薄くなるので1を指定 */
}
.note {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}
.form-block .col-form-label {
  font-size: 16px;
}
.btn {
  background: #FF5965;
  color: #fff;
  border: none;
  padding: 12px 32px;
  cursor: pointer;
  border-radius: 100px 100px 100px 100px;
  transition: all .3s;
  border: solid 2px #FF5965;
  ;
  font-size: 18px;
}
.btn:hover {
  background: #d31c2a;
  color: #fff;
  border: solid 2px #FF5965;
  ;
}
.btn span {
  font-weight: 600;
  font-size: 22px;
}
.entry-block {
  text-align: center;
}
.entry-block a {
  font-size: 18px;
}
.entry-block a span {
  font-weight: 600;
  font-size: 22px;
}
/* ===== Flow Section ===== */
.section-flow h5 {
  font-size: 22px;
}
.section-flow h5 span {
  color: #006fb9;
  font-size: 22px;
}
.section-flow h4 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}
.flow-block {
  background: rgba(0, 162, 230, 0.25);
  padding: 30px;
  border-radius: 6px;
}
.flow-block p {
  margin-bottom: 0;
}
.flow-block p span {
  font-weight: 600;
  color: #000;
}
/* ===== STEP Cards ===== */
.step-box {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.step-left {
  flex: 0 0 80px;
  max-width: 80px;
  text-align: center;
  margin-right: 15px;
}
.step-right {
  flex: 1;
}
.step-right h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.step-right p {
  margin: 0;
  line-height: 1.5;
}
.step-num {
  font-weight: bold;
  color: #666;
  margin-bottom: 0px;
}
.step-num span {
  font-size: 125%;
  color: #000;
  margin-left: 5px;
}
.step-icon {
  width: 60px;
  height: 60px;
  background: #006fb9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 36px;
  color: #fff;
}
.step-right h5 {
  font-weight: bold;
  margin-bottom: 5px;
}
.step-right p {
  margin: 0;
  color: #666;
}
.card-body ul {
  margin-left: 1em;
}
.card-header h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.section-detail h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
  .step-box {
    padding: 15px;
  }
  .section-detail h5 {
    font-size: 16px;
  }
  .section-flow h5 {
    font-size: 18px;
	  line-height: 1.5;
  }
  .section-flow h5 span {
    font-size: 18px;
  }
}

.section-login p {
	text-align: center;
	color: #fff;
	margin-top: 25px;
	padding: 10px;
	border:solid 1px #fff;
	font-size: 18px;
}
.section-login p span {
	font-size: 18px;
	font-weight: 600;
}


.feature-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 30px;
}

.feature-icon {
	width: 32%;
}
.feature-content {
	width: 62%;
	margin-left: 6%;
}
.feature-content ul {
	margin-left: 1em;
}
/* アイコン共通（PC用） */
.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* テキスト */
.feature-content h4 {
  font-weight: 600;
  color: #fff;
	background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
	padding: 10px;
	
}
.feature-content p,
.feature-content li {
  color: #555;
  font-size: 16px;
}

.text-muted {
	font-size: 85% !important;
}
/* --- スマホ表示用（768px以下） --- */
@media (max-width: 768px) {
  .feature-box {
    flex-direction: column;  /* 縦並び */
    align-items: center;     /* 中央寄せ */
	  padding: 25px;
  }
.feature-icon {
	width: 100%;
	padding: 0;
}
.feature-content {
	width: 100%;
	margin-left: 0;
}
  .feature-icon img {
    margin-bottom: 10px;
  }

  .feature-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .feature-content p,
  .feature-content li {
    font-size: 14px;
  }

  .feature-image img {
    margin-top: 8px;
  }
}

/* ===== カラーパレット置き換え =====
ロゴ青 (#006fb9 / #209cff / #68e0cf) → サンドベージュ系
背景系ブルー (#ECF5FF / #fffadf) → アイボリー・ベージュ系
=================================== */

/* メインセクション */
.section-hero {
  background-color: #F7F4EF; /* ややグレージュ寄り */
}

.section-flow {
  background-color: #F5EFE9; /* 優しいベージュトーン */
}

.section-login {
  background-image: linear-gradient(to right, #D9C6A5 0%, #EADFCB 100%);
}

.section-form {
  background-color: #FAF7F2; /* アイボリー */
}

/* フロー関連（青→サンド） */
.section-flow h5 span {
  color: #A1845C; /* アクセント：温かみのあるブラウンベージュ */
	
}

.flow-block {
  background: rgba(221, 205, 183, 0.4); /* ベージュの透過 */
}

.step-icon {
  background: #C7AD87; /* 明るいサンドベージュ */
}

/* CTAボタン */
.btn {
  background: #C66E4E; /* サーモンベージュ（汎用的） */
  border: solid 2px #C66E4E;
}

.btn:hover {
  background: #A45C40;
  border-color: #C66E4E;
}

/* 特徴ブロック */
.feature-content h4 {
  background-image: linear-gradient(to right, #C9A97B 0%, #E2D1B3 100%);
  color: #fff;
}

/* リンクカラー */
a {
  color: #C66E4E;
}
a:hover {
  color: #A45C40;
}


/* Contact Form 7 ボタンデザイン統一 */
.wpcf7 form .btn,
.wpcf7-submit,
.wpcf7 input[type="submit"] {
  background-color: #b46a46;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 20px 40px;
  transition: all 0.3s ease;
}

.wpcf7 form .btn:hover,
.wpcf7-submit:hover,
.wpcf7 input[type="submit"]:hover {
  background-color: #9c5638;
  color: #fff;
  opacity: 0.9;
}

/* 入力欄の統一デザイン */
.wpcf7 form .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background-color: transparent;
  padding: 8px 0;
  font-size: 15px;
}

/* 補足テキスト */
.wpcf7 .note {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

.wpcf7 .btn {
  background-color: #b46a46;
  color: #fff;
  border-radius: 50px;
  padding: 12px 40px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
}

.wpcf7 .btn::before {
  content: "紹介リンク";
  font-weight: 600;
  margin-right: 4px;
}
.wpcf7 .btn:hover {
  background-color: #9c5638;
}

