@charset "utf-8";
/* ===================================================================
CSS information
 file name  : freepagefull11
 author     : honyaclub.com
 date       : 2026/08/28
 update     : 
 about      : freepagefull11
=================================================================== */
/* ==============================================
      共通
============================================== */
body {
  font-family: メイリオ, meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  word-break: break-all;
  background-color: #eee;
}
a, a img {
  color: #0085cd;
  border: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}
a[target="-blank"] {
  background: url(../../img/campaign/mitsubachi/another-window.png) no-repeat right 10px center;
  padding-right: 24px;
}
a.none[target="-blank"] {
  background: none;
  padding-right: 0;
}
a.disabled {
  pointer-events: none;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
ul li {
  list-style-type: none;
}
div::after, ul::after {
  clear: both;
  height: 0;
}
* {
  box-sizing: border-box;
}
section {
  padding: 20px 20px;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
h1 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
h3 {
  margin-bottom: 40px;
  font-weight: bold;
}
h4 {
  font-weight: bold;
}
p {
  color: #64748b;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
/*-----　wrapper背景　-----*/
#wrapper {
  position: relative;
  width: 100%;
  color: #333;
  background: linear-gradient(135deg, #EAF6FF 0%, #F5EEFF 50%, #EAFBF3 100%);
  overflow-x: hidden;
}
/* ===========================
   Animation
=========================== */
.hide {
  opacity: 0;
  transform: translateY(30px);
}
.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .8s ease, transform .8s ease;
}
/*----- move-arrow -----*/
a.move-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  transition: opacity .3s ease;
  padding-top: 5px;
}
a.move-arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background: url(../../img/campaign/common/ico-arrow-gy.png) no-repeat center;
  background-size: contain;
}
a.move-arrow:hover::after {
  animation: move-arrow 1.5s 1 ease-out;
}
@keyframes move-arrow {
  0% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(0.5em)
  }
  60% {
    transform: translateY(0)
  }
}
/*----- return to top -----*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
#page-top a {
  z-index: 9999;
  padding: 0 5px 10px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#page-top a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  position: absolute;
  top: 30%;
  left: 53%;
  transform: translate(-70%, -50%)rotate(45deg);
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* ==============================================
      【SP】 共通
============================================== */
/*-----　headerナビゲーション　-----*/
#header-container {
  width: 100%;
  background-color: #fff;
  position: fixed;
  height: 50px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 95%;
  z-index: 1000;
  padding: 0;
}
.logo, .sns {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.logo {
  text-align: left;
}
.logo img {
  width: auto;
  height: 35px;
  z-index: 1000;
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns ul li {
  margin-left: 8px;
}
#hero h1 {
  font-size: 28px;
}
h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.badge {
  font-size: 12px;
}
.btn-entry {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
/*-----　contents内容　-----*/
#contents {
  padding-top: 50px;
  margin: 0 auto;
}
.inner-section {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px;
}
.note {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.note-mark {
  font-size: 12px;
}
/* ===========================
   Hero
=========================== */
#hero {
  padding: 20px 10px;
}
#hero p {
  margin: 20px 0;
}
/* ===========================
   Navi
=========================== */
/* === 角丸 === */
/*
#contents_navi{
    padding:24px 16px;
    background:#fff;
}
.navi_list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}
.navi_list li{
    margin:0;
}
.navi_list a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:12px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:999px;
    color:#334155;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}
.navi_list a:hover{
    background:#eaf6ff;
    border-color:#7dd3fc;
}
.navi_list a::after{
    content:"›";
    margin-left:8px;
    color:#60a5fa;
}

/* === 左ライン === */
.navi_list {
  display: grid;
  /* grid-template-columns:repeat(2,1fr); */
  grid-template-columns: 1fr;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.navi_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #fff;
  border-left: 4px solid #60a5fa;
  color: #334155;
  text-decoration: none;
  transition: .3s;
}
.navi_list a:hover {
  background: #f8fafc;
  padding-left: 20px;
}
/* === 左ライン + 矢印 === */
/*
#contents_navi{
    padding:24px 16px;
    background:#fff;
}
.inner_contents_navi{
    max-width:1100px;
    margin:0 auto;
}
.navi_list{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;

    list-style:none;
    margin:0;
    padding:0;
}
.navi_list li{
    margin:0;
}
.navi_list a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 18px;
    background:#fff;
    border-left:4px solid #7dd3fc;
    color:#1e293b;
    text-decoration:none;
    font-weight:600;
    transition:all .25s ease;
}
.navi_list a::after{
    content:"→";
    color:#7dd3fc;
    font-size:1rem;
}
.navi_list a:hover{
    background:#f8fafc;
    padding-left:24px;
}
.navi_list a:hover::after{
    transform:translateX(3px);
}
*/
/* === アンダーライン ===
.navi_list a{
    display:block;
    padding:16px 0;
    border-bottom:1px solid #dbeafe;
    color:#334155;
    text-decoration:none;
    font-weight:600;
    position:relative;
}
.navi_list a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:0;
    height:2px;
    background:#60a5fa;
    transition:.3s;
}
.navi_list a:hover::after{
    width:100%;
}
*/
/* === タブ型 === */
/*
.navi_list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.navi_list a{
    display:block;
    padding:12px 18px;
    background:#fff;
    border:1px solid #cbd5e1;
    color:#334155;
    text-decoration:none;
    font-weight:600;
}
.navi_list a:hover{
    border-color:#60a5fa;
    color:#2563eb;
}
*/
/* === カードなし シンプル矢印 === */
/*
.navi_list{
    list-style:none;
    margin:0;
    padding:0;
}
.navi_list li{
    border-bottom:1px solid #e2e8f0;
}
.navi_list a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    color:#334155;
    text-decoration:none;
    font-weight:600;
}
.navi_list a::after{
    content:"→";
    color:#60a5fa;
}
*/
/* ===========================
   Card
=========================== */
.card-section {
  padding: 10px 0;
}
.card-section .col-1, .card-section .col-2, .card-section .col-3 {
  grid-template-columns: 1fr;
}
.card-section .col-4 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.card-title {
  font-size: 18px;
}
.card-text {
  font-size: 16px;
  color: #64748b;
  /* margin: 10px; */
  /* line-height: 1.8; */
}
.card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  transition: .3s;
  padding: 15px 15px 30px;
  /* margin-bottom: 20px */
}
.card img {
  /* width: 100%; */
  display: block;
}
.card-title {
  font-size: 20px;
  color: #1e293b;
}
.card-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #94a3b8;
  letter-spacing: .1em;
  margin: 20px 10px 10px;
}
.card h3 {
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #dbeafe; */
  color: #1e293b;
}
/* ===========================
   Buttons
=========================== */
/*
.btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background: #7dd3fc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 9999px;
  transition: .3s;
  transition: all .3s ease;
  text-decoration: none;
}
.btn-container a {
  color: #ffffff;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
*/
.btn-container {
  margin: 20px auto;
  width: 90%;
}
.btn-container .btn {
  position: relative;
}
.btn-container .btn a {
  display: flex;
  background: #7dd3fc;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  padding: 20px 0;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s 0s ease;
  outline: none; /* クリック時の四角い枠線を消す */
  text-align: center;
}
.btn-container a:hover {
  transform: translateY(3px);
  /* box-shadow: 0 12px 30px rgba(125,211,252,.4); */
  border-radius: 30px; /* 角丸を明示的に指定 */
  outline: none; /* 四角い枠を出さない */
}
.btn a:focus {
  transform: translateY(0);
  border-radius: 30px; /* 角丸を明示的に指定 */
  outline: none; /* 四角い枠を出さない */
}
.btn a:active {
  transform: translateY(0);
  border-radius: 30px; /* 角丸を明示的に指定 */
  outline: none; /* 四角い枠を出さない */
}
/* ===========================
   Service-info
=========================== */
.service-info {
  /* padding: 60px 16px; */
  /* background:#f8fafc; */
}
.service-info h2 {
  font-size: 20px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dbeafe;
  /* color: #1e293b; */
}
/* カード */
.feature-card {
  background: #fff;
  padding: 0px;
  margin-bottom: 40px;
  /*
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
  border: 1px solid #e2e8f0;
  */
}
.schedule-card {
  background: #fff;
  padding: 0px;
  /*
  margin-bottom: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
  border: 1px solid #e2e8f0;
  */
}
.feature-card h3, .schedule-card h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #dbeafe; */
  color: #1e293b;
}
.feature-card .sp-display {
  display: flex !important;
  flex-wrap: wrap;
}
.feature-card .sp-display .col4 {
  width: 50%;
}
/* リスト */
.feature-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-card li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 14px;
}
.feature-card li::before {
  content: "✓";
  position: absolute;
  left: -2px;
  top: 0;
  color: #60a5fa;
  font-weight: bold;
}
/* タイムライン */
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 24px;
  border-left: 2px solid #bfdbfe;
  margin-left: 20px;
}
.timeline li:last-child {
  padding-bottom: 0;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #60a5fa;
  border-radius: 50%;
}
.date {
  display: block;
  color: #2563eb;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.event {
  display: block;
  color: #1e293b;
  font-size: 16px;
  font-weight: 600;
}
/* ==========================
   Notice
========================== */
/* .notice-section {
  margin-bottom: 50px;
} */
.notice-card {
  background: #fff;
  /*
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .05);
  */
  display: grid;
  /* gap: 20px; */
  /* padding: 10px; */
  /* margin-bottom: 50px; */
  margin: 20px 0;
}
#notice h2 {
  margin-bottom: 18px;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #c2efd6; */
  /* color: #1e293b; */
}
/* 見出し */
.notice-text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dbeafe;
}
.notice-text {
  margin: 20px auto;
}
.notice-image {
  margin-bottom: 30px;
}

/* リスト */
.notice-text ul {
  margin: 0 0 20px 0;
  padding: 10px;
  list-style: none;
}
.notice-text li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  /* color: #475569; */
}
.notice-text li:last-child {
  margin-bottom: 0;
}
.notice-text li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #60a5fa;
  font-weight: bold;
}
/* 画像 */
.notice-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e2e8f0;
}
/* テキストのみ */
.text-only {
  display: block;
}
/* ===========================
   Event
=========================== */
#event p.img {
  text-align: center;
}
#event .inner-event {
  position: relative;
}
#event .inner-event .inner-collayout {
  position: relative;
}
#event .inner-event p.bnr {
  margin: 20px 0 0;
}
#event .inner-event p {
  margin: 10px;
}
#event .inner-event p.date {
  background-color: #dddddd;
  color: #ffffff;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 10;
  font-size: 14px;
}
/* ===========================
   Detail
=========================== */
#detail {
  padding: 60px 16px;
  /* background: #f8fafc; */
}
#detail .inner-detail {
  max-width: 100%;
  margin: 0 auto;
}
#detail .inner-detail h2 {
  font-size: 1.75rem;
  margin-bottom: 32px;
  color: #1e293b;
  font-weight: bold;
}
#detail h3 {
  text-align: left;
}
/* === 横ライン === */
/*
#detail .inner-detail > dl > dt {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2563eb;
  margin-top: 32px;
  margin-bottom: 12px;
  border-left:4px solid #93c5fd;
  padding-left:12px;
}
*/
/* === ライン＋アクセントバー === */
#detail .inner-detail > dl > dt {
  position: relative;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #1e293b;
  border-bottom: 1px solid #dbeafe;
}
#detail .inner-detail > dl > dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 3px;
  background: #7dd3fc;
}
#detail .inner-detail > dl > dd {
  margin: 0;
  background: #fff;
}
#detail .inner-detail p {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #475569;
}
#detail .inner-detail p:last-child {
  margin-bottom: 0;
}
#detail .inner-detail a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}
#detail .inner-detail a:hover {
  text-decoration: underline;
}
#detail .inner-detail h4 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #1e293b;
  font-weight: bold;
}
#detail .mt20 {
  margin-top: 16px !important;
}
#detail .accordion-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#detail .inner-faq {
  background: #fff;
}
#detail .question {
  margin: 0;
  padding: 10px;
  background: #eff6ff;
  color: #1e293b;
  font-size: 15px;
  font-weight: bold;
}
#detail .question:before {
  content: "Q";
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
}
#detail .answer {
  padding: 10px;
}
#detail .answer ul {
  margin: 0;
  padding: 0;
}
#detail .answer li {
  list-style: none;
  position: relative;
  padding-left: 38px;
  color: #475569;
  line-height: 1.8;
}
#detail .answer li:before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-weight: bold;
}
#detail .caution {
  margin-bottom: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 3px solid #93c5fd;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
}
#detail .caution:last-child {
  margin-bottom: 0;
}
#detail .caution dt {
  font-size: 16px;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 12px;
}
#detail .caution ul {
  margin: 0;
  padding: 0;
}
#detail .caution li {
  list-style: none;
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #475569;
}
#detail .caution li:last-child {
  margin-bottom: 0;
}
#detail .caution li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #60a5fa;
}
#detail .inner-detail span {
  font-weight: bold;
  color: #1e293b;
}
/*----- footer -----*/
#footer {
  padding: 10px 0 50px !important;
  background-color: #eee !important;
  font-size: 10px !important;
  text-align: center !important;
}
#footer p {}
/*----- 終了時のおしらせ -----*/
.info-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9998;
  background-color: rgba(55, 55, 55, 0.2);
}
.info-end p {
  /* font-size: 2em;*/
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin: auto;
  background-color: rgba(55, 55, 55, 0.9);
  padding: 20px 0;
  border-radius: 20px;
  width: 90%;
  position: absolute; /*IE*/
  top: 50%; /*IE*/
  left: 50%; /*IE*/
  -ms-transform: translate(-50%, -50%); /*IE*/
  -webkit-transform: translate(-50%, -50%); /*IE*/
  transform: translate(-50%, -50%); /*IE*/
}
.info-end p span {
  font-size: 14px;
}
/*----- 表示/非表示 -----*/
.pc-display {
  display: none !important;
}
.sp-display {
  display: block !important;
  margin: 0 auto;
}
/* ==============================================
      【SP】 freepage カスタム
============================================== */
/*============  #honlove_renewal ============*/
#wrapper #honlove_renewal {
  background-color: #e3f3ff;
}
#honlove_renewal #hero {
  background: none;
}
#honlove_renewal p {
  color: #334155;
}
#honlove_renewal .service-info h2 {
  border-bottom: 2px solid #ffe2eb;
}
#honlove_renewal .notice-text h3 {
  border-bottom: 2px solid #32bf72;
}
#honlove_renewal #contact h3 {
  border-bottom: 2px solid #ffd2b4;
}
#honlove_renewal #faq h3 {
  border-bottom: 2px solid #ffd2b4;
}
#wrapper #honlove_renewal #contents02 .container-collayout {
  margin: 0 auto 30px;
}
#honlove_renewal #page-top a {
  color: #ff8534;
  align-items: center;
  flex-direction: column;
  background: rgb(152 174 195 / 30%);
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 2;
  border-radius: 50%;
  margin-top: 20px;
}
#honlove_renewal #page-top a::before {
  border-top: 2px solid #203d64;
  border-left: 2px solid #203d64;
  top: 30px;
  width: 8px;
  height: 8px;
}
#honlove_renewal #page-top a img {
  width: 50%;
  height: auto;
}

/* ==============================================
      【TAB】 共通
============================================== */
/*@media screen and (min-width:600px){
.sp-display {
display: none !important;
}
.pc-display {
display:block !important;
}


}*/
/* ==============================================
      【PC】 共通
============================================== */
@media screen and (min-width:751px) {
  /*----- wrapper背景 -----*/
  #wrapper {
    /*min-width: 960px;*/
  }
  /*----- header固定のナビゲーション----- */
  #header-container {
    height: 55px;
  }
  #head-inner {
    width: 100%;
    padding: 0 1.5%;
  }
  .logo, .sns {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .logo img {
    width: 160px;
    height: auto;
  }
  .sns ul li {
    margin: 0;
    padding-left: 1rem;
  }
  /*----- contents内容 -----*/
  #contents {
    padding-top: 55px;
    max-width: 1000px;
  }
  .section {
    width: inherit;
    position: relative;
  }
  section {
    padding: 40px 20px;
  }
  /* ===========================
   Hero
=========================== */
  #hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #EAF6FF 0%, #F5EEFF 50%, #EAFBF3 100%);
    padding: 20px;
  }
  .hero-content {
    max-width: 1000px;
  }
  .badge {
    display: inline-block;
    padding: 8px 18px;
    background: #ffffff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
  }
  #hero h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    color: #1e293b;
    margin-top: 20px;
  }
  #hero p {
    margin: 24px auto 32px;
    max-width: 600px;
  }
  /* ===========================
   Navi
=========================== */
  /* === 左ライン === */
  .navi_list {
    grid-template-columns: repeat(3, 1fr);
  }
  /* ===========================
   Buttons
=========================== */
  .btn-container {
    width: 50% !important;
  }
  /* ===========================
   Card
=========================== */
  .card {
    padding: 40px;
  }
  /* .card:hover {
    transform: translateY(-6px);
  } */
  .card-section {
    padding: 0;
  }
  .card-layout {
    max-width: 1200px;
    margin: auto;
    display: grid;
    gap: 20px;
  }
  .card-layout .col-1 {
    grid-template-columns: 1fr;
  }
  .card-layout .col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-layout .col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-layout .col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* ===========================
   Service-info
=========================== */
  .service-info {
    max-width: 1100px;
    margin: auto;
    padding: 30px 20px;
  }
  .feature-card, .schedule-card {
    margin-bottom: 60px;
  }
  .feature-card .sp-display {
    display: none !important;
  }
  /* ==========================
   Notice
========================== */
  .notice-card {
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    padding: 20px;
    margin: 0;
  }
  .text-only {
    display: block;
  }
  /* ===========================
   Event
=========================== */
  #event .inner-event {
    position: relative;
  }
  #event .inner-event .inner-collayout {
    position: relative;
  }
  #event .inner-event p.bnr {
    margin: 20px 0 0;
  }
  #event .inner-event p {
    margin: 10px;
  }
  #event .inner-event p.date {
    background-color: #dddddd;
    color: #ffffff;
    font-weight: bold;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 10;
    font-size: 14px;
  }
  /* ===========================
   Detail
=========================== */
  #detail .inner-detail {
    padding: 10px 20px;
  }
  /* ===========================
   CTA Area
=========================== */
  .cta {
    /* background: #eef8ff; */
    text-align: center;
  }
  .cta h2 {
    margin-bottom: 20px;
  }
  .cta .btn.primary {
    margin-top: 20px;
  }
  /* ===========================
   Floating CTA
=========================== */
  .fixed-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 999;
  }
  .fixed-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    background: #38bdf8;
    color: #fff;
    border-radius: 999px;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(56, 189, 248, .3);
  }
  /* ===========================
   Notice Area
=========================== */
  .notice {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
  }
  .notice ul {
    padding-left: 20px;
  }
  .notice li {
    margin-bottom: 8px;
  }
  .notice-text {
    margin: 20px;
  }
  /* ===========================
   Footer
=========================== */
  #footer {
    padding: 40px 20px 80px;
    text-align: center;
    font-size: 14px;
    color: #94a3b8;
  }
  /*----- collayout -----*/
  .container-collayout.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .col1 {
    width: 100% !important;
  }
  .col2 {
    width: 49% !important;
  }
  .col3 {
    width: 33% !important;
  }
  .col4 {
    width: 24% !important;
  }
  .col5 {
    width: 19% !important;
  }
  /*----- 終了時のおしらせ -----*/
  .info-end p {
    width: 50%;
  }
  /*----- 表示/非表示 -----*/
  .sp-display {
    display: none !important;
  }
  .pc-display {
    display: block !important;
  }
  /* ==============================================
      【PC】 freepage カスタム
============================================== */
}
/* ==============================================
      共通
============================================== */
/*----- margin-top//variation -----*/
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt010 {
  margin-top: -10px;
}
.mt020 {
  margin-top: -20px;
}
.mt025 {
  margin-top: -25px;
}
.mt030 {
  margin-top: -30px;
}
/*----- margin-right//variation -----*/
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
/*----- margin-bottom//variation -----*/
.mb0 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
/*----- margin-bottom//variation -----*/
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
/*----- text//variation -----*/
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.bold {
  font-weight: bold !important;
}
/* .red { color: #FF0000;} */
.red {
  color: #c6141d !important;
}
.pink {
  color: #ec3b71 !important;
}
.orange {
  color: #ff8534 !important;
}
.green {
  color: #32bf72 !important;
}
.cap {
  font-size: 85%;
}