@charset "utf-8";
/* CSS Document */
html{font-size:62.5%}
body{width:100%; height:100%; text-align:center;color:#282828; font-family: 'Noto Sans JP', sans-serif; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); margin:0 auto}
ul{list-style-type:none; margin-block-start:0; margin-block-end:0; padding-inline-start:0}
p{line-height: 1.7em;}
img{max-width:100%; height:auto; width /***/:auto; vertical-align:bottom; display:block}
a:hover img, input[type="image"]:hover, input[type="submit"]{cursor:pointer; cursor:hand} input[type="submit"]:hover{opacity:0.7}
	/* link */
	a:link, a:visited, a, a:hover, a:active{text-decoration: none}
	a:hover{opacity:0.8}

/*--共通--*/
.red{color: #fc5300;font-weight: 500;}
.flex {display: flex;}
/*背景*/
.bg{padding:0px 0}.bgt0{padding:0 0 70px}
.wrapper, .wrap{max-width:960px; margin:0 auto; padding:5%; box-shadow:0px 3px 7px 3px #ccc;}
.wrap{padding:14px 10px; box-shadow:none}.header{color:#000}

/*block*/
    #block_wrapper, .block_wrapper, .shadow{box-shadow: 0 5px 10px rgba(0,0,0,0.25)} .drop-shadow img{filter: drop-shadow(5px 5px 10px rgba(0,0,0,.25))}
    .block{padding:0 5.2% 50px; text-align:left}
    .hl, .h, .hlh{padding:50px 1% 4%; font-weight:900; font-size:2.4em; line-height:1.5em; text-align:center}.h{padding:0 1% 4%}.hlh{padding:70px 2% 40px}

/*footer*/
    #footer{width:100%; margin:0 auto; font-size: 1.5rem;}
    .footer-inner{background:#d65e26; padding:35px 0 35px; text-align:center}
    #footer a{color:#fff; text-decoration:none} #footer p{color:#fff}
    .fco{font-style:normal; line-height:2.4em; text-align:center; color:#fff; margin:0; padding:0}
/*見出し*/

/*---------------------------------
ヘッダー
---------------------------------*/
header {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: fixed;
    z-index: 999;
}
header .logo {
  height: 100%;
  padding: 10px 0 10px 7%;
  display: flex;
  align-items: center;
}
header .logo img {
    height: 100%;
    width: auto;
}
header .header-btn {
    width: fit-content;
    height: 100%;
    padding: 10px 4%;
    color: #ffec1a;
    font-size: 18px;
    line-height: 0em;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: #fc5300;
    gap: 0.5em;
    transition: background-color 0.2s ease;
}
header .header-btn .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/btn-icon.png") no-repeat center;
  background-size: contain;
}

/*---------------------------------
ファーストビュー
---------------------------------*/
.fv {
    width: 100%;
    height: auto;
    background: url("../images/fv-bg.jpg") no-repeat center;
    background-size: cover;
    flex-flow: column;
	justify-content: center;
    box-sizing: border-box;
    padding-top: 100px;
}
.fv .img {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
	align-items: flex-end;
	justify-content: center;
    padding: 0 4%;
}
.fv .fv-bottom {
    display: flex;
    width: 100%;
    padding: 20px 4%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
    background-color: #bf1616;
}
.fv .fv-bottom p {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 500;
}
.fv .fv-bottom .fv-btn {
    width: fit-content;
    height: 100%;
    padding: 20px 4%;
    color: #ffec1a;
    font-size: 18px;
    line-height: 0em;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: #fc5300;
    gap: 0.5em;
    transition: background-color 0.2s ease;
    border-radius: 150px;
    box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, .2);
}
.fv .fv-bottom .fv-btn .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/btn-icon.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1280px) and (max-width: 1550px) {
  .fv .img{padding-top: 0px !important;}
  .fv .img img {width: 65%;}
}

/*---------------------------------
ボタン
---------------------------------*/
.btn {
    width: fit-content;
    height: 100%;
    padding: 35px 50px;
    margin: 0 auto;
    color: #ffec1a;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: #fc5300;
    gap: 20px;
    transition: background-color 0.2s ease;
    border-radius: 150px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2);
}
.btn .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/btn-icon.png") no-repeat center;
  background-size: contain;
}

/*---------------------------------
block01
---------------------------------*/
.block01 {
    width: 100%;
    background: url("../images/block01-bg.jpg") center top;
    background-size: cover;
}
.block01 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 120px;
    position: relative;
}
.block01 h2::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 3px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -30px;
    background-color: #bf1616;
}
.block01 .contents {
    height: 100%;
    box-sizing: border-box;
    padding: 120px 4% 100px;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 0.7);
}
.block01 .bled {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 40px;
}
.block01 .bled p {
    width: auto;
    text-align: center;
    font-size: 18px;
    line-height:1.5em;
    font-weight: 500;
    color: #218d9d;
    margin: 0.5em 0;
}
.block01 .text p {
    max-width: 730px;
    text-align: left;
    margin: 50px auto 2em;
}


/*---------------------------------
block02
---------------------------------*/
.block02 {
    width: 100%;
    background: url("../images/block02-bg.jpg") center top;
    background-size: cover;
    padding: 120px 4%;
}
.table-of-contents {
    background: #fff;
    border-radius: 15px;
    padding: 70px 100px;
    box-sizing: border-box;
    max-width: 850px;
    text-align: left;
    margin: 0 auto 0px;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, .1);
    position: relative;
}
.table-of-contents h2 {
    position: absolute;
    top:-30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #bf1616;
    padding: 15px 40px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    color: #fff;
    letter-spacing: 0.1em;
}
.block02 p { font-size:19px;margin-bottom: 0.4em; }
.block02 p.level-1 { font-weight: 600;}
.block02 p.level-2 { text-indent: 1em;}
.block02 p.level-3 { text-indent: 2em;}

/*---------------------------------
block03
---------------------------------*/
.block03 {width: 100%;}
.block03 h2 {
    width: 100%;
    background: url("../images/block03-h2.jpg") no-repeat top center;
    background-size: cover;
    font-size: 40px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 600;
    padding: 60px 4%;
    margin: 0;
}
.block03 h3 {
    width: fit-content;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 15px 30px;
    background-color: #bf1616;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 150px;
}
.block03 .contents {
    width: 100%;
    background: url("../images/block03-bg.jpg") center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 4%;
}
.block03 .contents .bled {
    background: #fff;
    border-radius: 15px;
    padding: 70px 90px;
    box-sizing: border-box;
    max-width: 850px;
    text-align: left;
    margin: 0 auto 40px;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, .1);
    position: relative;
}
/* ===== カリキュラム表 ===== */
:root{
  --ct-left-bg: #9cd2dc;     /* 左列の水色 */
  --ct-left-text: #fff;      /* 左列の文字色 */
  --ct-right-bg: #f4f4f4;    /* 右列の背景 */
  --ct-border: #ffffff;      /* 行の区切り（白線） */
  --ct-outline: #E5EFF3;     /* 外枠の淡い枠線 */
}
.curriculum-table table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ct-right-bg);
  overflow: hidden; /* 角丸反映 */
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
/* 行の区切り */
.curriculum-table tr + tr th,
.curriculum-table tr + tr td{
  border-top: 6px solid var(--ct-border);
}
/* 左列 */
.curriculum-table th.label{
  width: 25%;
  background: var(--ct-left-bg);
  color: var(--ct-left-text);
  text-align: center;
  padding: 16px 14px;
  vertical-align: middle;
  font-weight: normal;
  white-space: nowrap;
  border-right: 6px solid var(--ct-border);
}
/* 右列 */
.curriculum-table td.body{
  background: var(--ct-right-bg);
  color: #333;
  padding: 16px 18px;
  vertical-align: top;
}
/* 番号リスト */
.curriculum-table .list{
  margin: 0;
  padding-left: 1.4em;
  list-style: decimal; 
}
/* スマホ対応 */
@media (max-width: 640px){
  .curriculum-table th.label{ width: 34%; padding: 12px 10px; }
  .curriculum-table td.body{ padding: 12px 12px; }
}
/* アクセシビリティ用：視覚的に隠すが読み上げは残す */
.visually-hidden{
  position:absolute !important;
  width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

/*---------------------------------
block04
---------------------------------*/
.block04 {width: 100%;}
.block04 .contents{
    width: 100%;
    background: url("../images/block04-bg.jpg") center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 4%;
}
.block04 h2 {
    width: 100%;
    background: url("../images/block03-h2.jpg") no-repeat top center;
    background-size: cover;
    font-size: 40px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 600;
    padding: 60px 4%;
    margin: 0;
}
.block04 h3,.block07 h3 {
    width: fit-content;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    padding: 15px 30px;
    background-color: #bf1616;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 150px;
}
.block04 .flex {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 0 3%;
    box-sizing: border-box;
    justify-content: space-between;
    gap:15px;
}
/* カード本体 */
.block04 .box{
  background:#fff;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  overflow:hidden;
  position:relative;
  text-align:center;
  width:100%;
  max-width:360px;
}

/* 上部バー（h4） */
.block04 .box h4{
  position: absolute;
  top:0;
  width: 100%;
  margin:0;
  padding:12px 16px;
  background-color: rgba(35, 156, 177, 0.9);
  color:#fff;
  font-weight:700;
  letter-spacing:.02em;
  font-size:18px;
}

/* 画像 */
.block04 .box .img{ 
  margin:0;
}
.block04 .box .img img{
  display:block;
  width:100%;
  height:320px; 
  object-fit:cover;
}
/* 赤いピル型ラベル */
.block04 .box h5{
    position: absolute;
    top:295px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 230px;
    display:inline-block;
    background:#E53935;
    color:#fff;
    font-weight:700;
    padding:.55em 1.2em;
    border-radius:999px;
    font-size:18px;
}
.block04 .box p{
  margin: 30px 16px 18px;
  color:#333;
  line-height:1.5;
  font-size:17px;
  font-weight: 500;
}
.block04 .box:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.14);
  transition:.2s ease;
}

/* ラッパ：影・外枠（角丸なし） */
.nk-compare {
    max-width: 800px;
    margin: 0 auto;
}
.nk-compare .compare{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid #7b0505;     /* 外枠の淡い線 */
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  table-layout:fixed;
  font-size:17px;
  line-height:1.5;
}

/* 列幅（必要に応じて調整） */
.compare .col-label{ width:20%; }
.compare .col-other{ width:40%; }
.compare .col-nk{    width:40%; }

/* セル共通 */
.compare th, .compare td{
  padding:12px 14px;
  color:#222;
  background:#fff;
  border-bottom:1px solid #7b0505; /* 行の細い区切り */
  vertical-align:middle;
}

/* ヘッダー行（左＆中は薄グレー、右は赤） */
.compare thead .th-label,
.compare thead .th-other{
  background:#f3f3f3;
  font-weight:700;
  text-align: center;
}
.compare thead .th-nk{
  background:#d90000;           /* 右ヘッダー赤 */
  color:#ffeb3b;                 /* 見本に近い黄系 */
  font-weight:800;
  text-align: center;
}

/* 列の縦仕切り */
.compare th:nth-child(1),
.compare td:nth-child(1){
  border-right:1px solid #7b0505;
}
.compare th:nth-child(3),
.compare td:nth-child(3){
  border-left:3px solid #000;
  border-right:2px solid #000;
}
.compare th:nth-child(3) {
  border-top:2px solid #000;
}
.compare tbody tr:last-child td.nk{
  border-bottom: 2px solid #000;     /* 下外周 */
}
.compare .row-label{
  text-align:center;
  font-weight:700;
  background:#f3f3f3;
}
.compare td.nk{
  background:#e40000;
  color:#fff;
  font-weight:700;
}
.compare tbody tr:last-child th,
.compare tbody tr:last-child td{
  border-bottom:none;
}
/* スマホで文字が詰まる場合の微調整（任意） */
@media (max-width: 560px){
  .compare th, .compare td{ padding:10px 10px; font-size:14px; }
}

/*---------------------------------
block05
---------------------------------*/
.block05 {
    width: 100%;
    width: 100%;
    background-color: #e6282b;
    padding: 90px 4%;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.block05::before,.block05::after {
    content:"";
    position:absolute;
    pointer-events:none; 
    background-repeat:no-repeat;
    z-index:0;
}
/* 左画像 */
.block05::before{
  left:-10%; bottom:0;
  width:100%;
  height:100%;
  background-image:url("../images/block05-bg-right.png");
  background-position:left bottom;
  background-size: clamp(40%, 30%, 90%) auto;
}

/* 右画像 */
.block05::after{
  right:-10%; bottom:0px;
  width:100%;
  height:100%;
  background-image:url("../images/block05-bg-left.png");
  background-position:right bottom;
  background-size: clamp(40%, 30%, 90%) auto;
}
.block05 .contents{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 100;
}
.block05 h2 {
    position: relative;
    width: 100%;
    font-size: 22px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 60px;
    z-index: 100;
}
.about-nk__list{
  display:grid;
  grid-template-columns: 280px 1fr; /* 左ラベル幅 */
  margin:0;
  font-size: 16px;
  line-height: 1.5em;
}
/* ラベル／内容の行スタイル */
.about-nk__list dt,
.about-nk__list dd{
  margin-top:25px;
  padding:0px;
  border-bottom:1px solid rgba(255,255,255,.6);
  text-align: left;
}

/* ラベル側 */
.about-nk__list dt{
  font-weight:600;
  opacity:.95;
}
/* 内容側 */
.about-nk__list dd{
  line-height:1.5;
}
/* ----- レスポンシブ：縦積み ----- */
@media (max-width: 720px){

}

/*---------------------------------
block06
---------------------------------*/
.block06 {
    width: 100%;
    background:#f0f0f0;
    box-sizing: border-box;
    padding: 120px 0 100px;
}
.block06 h2 {
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 120px;
    position: relative;
}
.block06 h2::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 3px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -30px;
    background-color: #bf1616;
}
.block06 .contents {
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    padding: 0 4%;
}
.faq-card{
  background:#fff;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
  overflow:hidden;
  max-width:1000px;
  margin:0 auto 28px;
}

/* 見出し帯（赤） */
.faq-card__q{
  position:relative;
  background:#c91f1f;
  color:#fff;
  font-weight:500;
  line-height:1.6;
  padding:14px 20px 14px 90px;
  font-size:23px;
}
/* 左のQ丸バッジ */
.faq-card__q .q-badge{
  position:absolute;
  left:35px; top:50%;
  width:36px; height:36px;
  transform:translateY(-50%);
  border-radius:50%;
  display:grid; place-items:center;
  background:#fff;
  color: transparent; 
  font-weight:500;
}
.faq-card__q .q-badge::after{
  content: "Q";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 3px)); 
  color: #c91f1f;
  line-height: 1;
  font-size: 1em;
}
.faq-card__a{
  padding:18px 4% 22px;
  color:#333;
  font-size:22px;
  line-height:1.5;
}

/*---------------------------------
block07
---------------------------------*/
.block07 {
    width: 100%;
    background:#fff;
    box-sizing: border-box;
    padding: 120px 0 100px;
}
.block07 h2 {
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 600;
    margin: 0 4% 120px;
    position: relative;
}
.block07 h4 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;
    color: #bf1616;
    text-align: center;
}
.block07 h2::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 3px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -30px;
    background-color: #bf1616;
}
.block07 .contents {
    max-width: 950px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    padding: 0 3%;
}
.block07 .contents p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2em;
}
.subsidy-info .sec-title{
    margin:0 auto 12px;
    text-align:center;
    color:#d82323;
    font-weight:800;
    font-size:clamp(18px, 2.6vw, 24px);
}
.subsidy-info .sec-title.mt{ margin-top:28px; }
.subsidy-wrap {max-width:650px;margin:0 auto ;}
/* 枠付きテーブル */
.subsidy-table{
    width: 100%;
    margin:0 auto 28px;
    border:1px solid #777;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    table-layout:fixed;
    line-height:1.4;
    font-size:17px;
}

/* セル共通 */
.subsidy-table th,
.subsidy-table td{
  padding:12px 20px;
  border-bottom:1px solid #bdbdbd;
  vertical-align:middle;
}
.subsidy-table th{
  width:170px;                  /* 調整可 */
  text-align:center;
  background:#f2f2f2;
  font-weight:700;
  border-right:1px solid #bdbdbd;
}

/* 最終行の下線は外枠に任せる */
.subsidy-table tr:last-child th,
.subsidy-table tr:last-child td{ border-bottom:none; }

/* 箇条書き（ドットなしで行間だけ） */
.plain-list{ margin:0; padding:0; list-style:none; }
.plain-list li + li{ margin-top:.25em; }

/*---------------------------------
block08
---------------------------------*/
.block08 {width: 100%;}
.block08 .contents{
    width: 100%;
    padding: 80px 4%;
}
.block08 .contents p {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    font-weight: 500;
    margin-bottom: 80px;
}
.block08 h2 {
    width: 100%;
    background: url("../images/block03-h2.jpg") no-repeat top center;
    background-size: cover;
    font-size: 40px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 600;
    padding: 60px 4%;
    margin: 0;
}
.step-card{
  position: relative;
  max-width: 960px;
  margin: 0 auto 28px;
  background: #fff;
  border-radius: 16px;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
  overflow: visible; /* 左のバッジをはみ出させる */
}
/* 左の円形“STEP”バッジ */
.step-card__badge{
  position: absolute;
  left: -15px;
  top: -15px;
  width: 90px; height: 90px;
  border-radius: 50%;
  background: #bf1616;
  color: #fff;
  display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
  text-align: center;
  line-height: 1.05;
}
.step-card__badge span{ display:block; font-size: 16px; font-weight: 500; letter-spacing: .04em; }
.step-card__badge b{ display:block; font-size: 40px; font-weight: 500; }

/* 内部レイアウト（アイコン＋本文） */
.step-card__inner{
  display: grid;
  grid-template-columns: 200px 1fr; /* 左アイコン幅 */
  gap: 18px 22px;
  align-items: top;
  padding: 45px 100px;
}
/* 左の赤アイコン */
.step-card__icon {
    display: flex;
    justify-content: center;
}
.step-card__icon img {
  width: auto !important; 
  height: auto !important; 
  max-width: none !important; 
  max-height: none !important;
  display: block;
  object-fit: contain; 
  flex: 0 0 auto !important;
  align-self: center; 
}
/* 見出しと右のタグ行 */
.step-card__head{
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  column-gap: 12px;
}
.step-card__title{
  margin: 0;
  color: #218d9d;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: .01em;
  text-align: left;
}
.step-card__point_title{
  margin: 0;
  padding: 10px 0;
  color: #ffec1a;
  background-color: #bf1616;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: .01em;
  border-radius: 16px 16px 0 0;
}
.step-card__content ul { padding: 30px 4%;}
.step-card__content li {
    background: url("../images/icon-check.png") no-repeat center left;
    font-size: 21px;
    font-weight: 600;
    padding-left: 2.5em;
    text-align: left;
    color: #bf1616;
    margin-bottom: 0.8em;
}
.step-card__content li:last-child {
    margin: 0;
}

/* 右側のピル型タグ */
.step-card__chips{ display: inline-flex;align-self: center; gap: 8px; }
.chip{
  display: inline-flex;
  align-items: center;
  padding: .35em .8em;
  border-radius: 999px;
  background: #218d9d;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* 説明文 */
p.step-card__text{
  margin: 10px 0 6px !important;
  padding: 0 !important;
  color: #333;
  font-size: 17px;
  line-height: 1.5;
}
.step-card:hover{
  box-shadow: 0 16px 34px rgba(0,0,0,.14);
  transform: translateY(-1px);
  transition: box-shadow .2s ease, transform .2s ease;
}

/*---------------------------------
cta
---------------------------------*/
.cta {
    width: 100%;
    background: url("../images/cta-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 60px 3%;
    color: #fff;
}
.cta .contents {max-width: 740px;margin: 0 auto;}
.cta h2 {
    width: fit-content;
    font-size: 35px;
    line-height: 1.5em;
    border: 2px solid #fff;
    padding: 0.5em;
    margin: 0 auto 1em;
}
.cta h3 {
    font-size: 2.5rem;
    line-height: 1.4em;
    color: #fff;
    margin: 0 auto 1em;
}
.cta p {font-size: 21px;font-weight: 500;}
.cta .btn {font-size: 27px;padding: 30px 50px;margin-top: 50px;}

/*---------------------------------
    form
---------------------------------*/
.apply-form{
  padding: 120px 16px 24px; 
  scroll-margin-top: 120px;
}
.apply-form a {
  text-decoration: underline;
}
/* h2 */
.apply-form h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 120px;
    position: relative;
}
.apply-form h2::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 3px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -30px;
    background-color: #bf1616;
}

.apply-form__card{
  max-width: 880px;
  margin: 0 auto;
  background: #f5f9fc;
  border: 1px solid #cbd9e6;
  border-radius: 8px;
  padding: 40px 4% 40px;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
  text-align: left; 
}

/* フィールド */
.apply-form .field{
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;  
}
.apply-form .field label{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
  color: #2a3a48;
  margin-bottom: 6px;
}
.apply-form .req{
  display: inline-block;
  background: #e95b59;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
}
/* 入力要素 */
.apply-form input,
.apply-form textarea{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.apply-form textarea{ min-height: 140px; resize: vertical; }
/* フォーカス */
.apply-form input:focus,
.apply-form textarea:focus{
  border-color: #0f9aa8;
  box-shadow: 0 0 0 3px rgba(15,154,168,.15);
}
/* プレースホルダ */
.apply-form input::placeholder,
.apply-form textarea::placeholder{
  color: #9aa8b6;
}
/* 送信ボタン */
.apply-form .submit-bar{
  text-align: center;
  margin-top: 18px;
}
.apply-form .btn-submit{
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 14px 56px;
  background: #fc5300;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 999px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2);
  transition: transform .06s ease, filter .2s ease, box-shadow .2s ease;
}
.apply-form .btn-submit:hover{
  filter: brightness(1.05);
  box-shadow: 0 8px 22px rgba(238,90,89,.42);
}
.apply-form .btn-submit:active{ transform: translateY(1px); }

/* ===== PC時の左寄せ＋幅短縮 ===== */
@media (min-width: 960px){
  /* ラベル/入力は左寄せ（既に左寄せなら不要だが明示） */
  .apply-form .field label{ text-align: left; }

  /* テキストエリア以外は短めの幅に */
  .apply-form .field input,
  .apply-form .field select{
    max-width: 520px;     /* ここで短くする値を調整 */
  }
  /* お問い合わせ内容（textarea）はカード幅いっぱい */
  .apply-form .field textarea{
    max-width: none;
    width: 100%;
  }
}
/* 同意文 */
.apply-form .consent{
  margin: 10px 0 14px;
  text-align: center;
}
.apply-form .consent__label{
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: #334155;
  font-size: 14px;
}
.apply-form .consent input[type="checkbox"]{
  width: 18px; height: 18px;
  accent-color: #0f9aa8;  /* 対応ブラウザで色付け */
}
.apply-form__errors {
  color: #e40000;
  width: fit-content;
  margin: 1em auto;
}

/* レスポンシブ微調整 */
@media (max-width: 560px){
  .apply-form__card{ padding: 18px 14px 24px; }
  .apply-form .btn-submit{ width: 100%; }
  .apply-form .consent__label{
    display: inline-flex;
flex-direction: column;
  }
}

/*---------------------------------
アニメーション
---------------------------------*/
.reveal{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  transition-property: opacity, transform, filter;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform, filter;
}
.reveal.is-in{
  opacity: 1;
  transform: none;
  filter: none;
}

/* 方向バリエーション */
.reveal--up{ transform: translateY(14px); }
.reveal--down{ transform: translateY(-14px); }

/* スタイル違い */
.reveal--zoom{ transform: scale(.96); }
.reveal--soft{ filter: blur(1px); }  /* ぼかし弱め */

/* スピード（任意） */
.reveal--fast{ transition-duration: .45s; }
.reveal--slow{ transition-duration: 1s; }

/* 遅延ユーティリティ（.1s刻み） */
.delay-0{  transition-delay: 0s; }
.delay-1{  transition-delay: .1s; }
.delay-2{  transition-delay: .2s; }
.delay-3{  transition-delay: .3s; }
.delay-4{  transition-delay: .4s; }
.delay-5{  transition-delay: .5s; }
.delay-6{  transition-delay: .6s; }
.delay-7{  transition-delay: .7s; }
.delay-8{  transition-delay: .8s; }
.delay-9{  transition-delay: .9s; }
.delay-10{ transition-delay: 1s; }

@media screen and (min-width:960px) {
    /*for PC*/
    #wrapper, .wrapper{font-size:1.8rem; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .pc{display:block}.sp{display:none}
    .block01 .contents {
        max-width: 1000px;
    }
}

@media screen and (min-width:481px) and (max-width:960px) {
    /*for iPad tb(タブレット)*/
    #wrapper, .wrapper{font-size:1.8rem; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .hpb{width:100%; margin:0 auto}
    .pc{display:none}.sp{display:block}
    /*共通*/
    .bg{padding:0px}.bgt0{padding:0 2% 70px}
    /*block*/
    .block03 .contents .bled {
        padding: 35px 45px;
        margin: 0 auto 40px;
    }
    .block04 .flex {flex-direction: column;}
    .block04 .box {max-width: 100% !important;}
    /* 左画像 */
    .block05::before{
        left:-50%; bottom:0;
        background-size: 80%;
    }
    /* 右画像 */
    .block05::after{
        right:-50%; bottom:0px;
        background-size: 80%;
    }
    .step-card__badge{ width: 70px; height: 70px; }
    .step-card__badge span{ font-size: 15px; }
    .step-card__badge b{ font-size: 30px; }
    .step-card__inner{
        grid-template-columns: 150px 1fr; 
        gap: 18px 22px;
        align-items: top;
        padding: 45px 50px;
    }
    .step-card__head{
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        row-gap: 6px;
        justify-content: start;
        margin-bottom: 15px;
        text-align: left;
    }
    .step-card__icon img {
        width: auto;
        height: auto;
        max-width: 100%;
        display: block;
    }
    
}

@media screen and (max-width: 480px) {
    /*for iPhone sp(スマートフォン)*/
    #wrapper, .wrapper{font-size:1.8rem; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .hpb{width:100%; margin:0 auto}
    .pc{display:none}.sp{display:block}
	::placeholder{font-size:0.7em}
    .flex {flex-direction: column;}
    /*背景*/
    .bg{padding:0px}.bgt0{padding:0 2% 35px}
    /*block*/
    .block{padding:0 2% 25px; text-align:left}
    .hl, .h, .hlh{padding:25px 1% 4%; font-size:1.625em}.h{padding:0 1% 4%}.hlh{padding:35px 2% 20px; margin-bottom:0}

    /*---------------------------------
    ボタン
    ---------------------------------*/
    .btn {
        width: 100% !important;
        line-height: 1.3em;
        padding: 25px 50px;
        font-size: 20px;
        justify-content: center;
    }
    .btn .icon {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url("../images/btn-icon.png") no-repeat center;
        background-size: contain;
    }

    /*ヘッダー*/
    header { width: 100%;height: 80px; }
    header .logo {
        width: 90%;
        padding: 10px 0 10px 3%;
        display: flex;
        align-items: center;
        justify-content: left !important;
    }
    header .logo img {width: 70%;height: auto;}
    header .header-btn {
        width: 60%;
        height: 100%;
        padding: 10px 2%;
        font-size: 14px;
        line-height: 1.2em;
        display: flex;
        text-align: left;
        align-items: center;
        justify-content: center;
        background-color: #fc5300;
        gap: 0.5em;
    }
    header .header-btn .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../images/btn-icon.png") no-repeat center;
        background-size: contain;
    }
    /*ファーストビュー*/
    .fv {width: 100%;height: auto;padding-top: 100px;}
    .fv .img {padding-bottom: 20px;}
    .fv .fv-bottom { padding: 15px 4% 25px;gap:10px}
    .fv .fv-bottom p {
        font-size: 3.8vw;
        font-weight: 500;
        margin-bottom: 0;
    }
    .fv .fv-bottom .fv-btn {
        width: 100%;
        font-size: 5vw;
        justify-content: center;
    }

    /*block01*/
    .block01 .contents { width: 100%;padding: 60px 0; }
    .block01 {padding: 0px 4% 0px;}
    .bloco01 p {width: auto !important;}
    .block01 h2,.apply-form h2 {font-size: 7vw;margin-bottom: 80px;}
    .block01 h2::before,.apply-form h2::before { width: 100px; }
    .block01 .bled {width: 100%; margin: 25px 0;padding: 0px !important;gap:40px;}
    .block01 .bled .box {width: 100%;}
    .block01 .bled img{width: 100%;}
    .block01 .bled p {
        text-align: center;
        font-size: 25px;
        line-height:1.5em;
        font-weight: 500;
        color: #218d9d;
        margin: 0.5em 0 0;
    }
    .block01 .text p { margin: 0.9em 0 !important; }

    /*---------------------------------
    block02
    ---------------------------------*/
    .block02 { padding: 80px 0; }
    .table-of-contents {
        padding: 50px 10% 40px;
        width: auto;
        margin: 0 4%;
    }
    .table-of-contents h2 {
        width: 80%;
        position: absolute;
        top:-30px;
        padding: 15px 3%;
        border-radius: 100px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1em;
        color: #fff;
        letter-spacing: 0.1em;
    }
    .block02 p {
        font-size:18px;
        margin-bottom: 0.3em;
        line-height: 1.4em;
        text-indent: -0.9em;
    }
    .block02 p.level-2 { text-indent: -1.8em;padding-left: 3em;}
    .block02 p.level-3 { text-indent: 0.5em;padding-left: 1.5em;}

    /*---------------------------------
    block03
    ---------------------------------*/
    .block03 .contents{ padding: 60px 0; }
    .block03 h2,.block04 h2,.block08 h2 {
        width: 100%;
        font-size: 7vw;
        line-height: 1.5em;
        font-weight: 600;
        padding: 20px 4%;
        margin: 0;
        }
    .block03 .contents .bled {
        padding: 30px 30px;
        width: auto;
        margin: 0 3% 20px;
    }
    .block03 h3 {
        font-size: 20px;
        padding: 15px 30px;
        margin: 0 auto 30px;
    }
    .curriculum-table table,
    .curriculum-table tbody,
    .curriculum-table tr,
    .curriculum-table th,
    .curriculum-table td {
        display: block;
        width: 100%;
    }
    .curriculum-table th.label {
        border-right: none;         /* 縦積みなので右線不要 */
        text-align: left;           /* 左寄せに */
        width: 100%;
    }
    .curriculum-table td.body {
        padding-top: 8px;
    }
    /* tr の区切りを明確に */
    .curriculum-table tr + tr {
        margin-top: 0px;
    }
    .block03 .btn {
        font-size: 18px;
        padding: 20px 10%;
    }
    /*---------------------------------
    block04
    ---------------------------------*/
    .block04 .contents{ padding: 60px 3%; }
    .box{
        margin-bottom: 20px;
    }
    .box .img img{
        height:280px !important; 
    }
    .box h5{
        position: absolute;
        top:69%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 230px;
        display:inline-block;
        background:#E53935;
        color:#fff;
        font-weight:700;
        padding:.3em 1.2em;
        border-radius:999px;
        font-size:17px;
    }
    /* 列幅（必要に応じて調整） */
    .compare .col-label{ width:20%; }
    .compare .col-other{ width:30%; }
    .compare .col-nk{    width:50%; }
    /* 赤いピル型ラベル */
    .block04 .box h5{
        top:68%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);

    }
    /*---------------------------------
    block05
    ---------------------------------*/
    .block05 h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .about-nk__list{
        grid-template-columns: 1fr;
        row-gap:0;
    }
    .about-nk__list dt{
        border-bottom:none;         /* ラベル側の線は消す */
        padding-top:18px;
        font-weight:800;
    }
    .about-nk__list dd{
        margin-top:0px;
        padding:0 0 5px 0;
    }
    .block05::before,.block05::after {
        display: none;
    }
    /*---------------------------------
    block06
    ---------------------------------*/
    .block06 .contents { width: 100%;padding: 0px; }
    .block06 {padding: 60px 4%;}
    .block06 h2 {font-size: 7vw;margin-bottom: 80px;}
    /* 見出し帯（赤） */
    .faq-card__q{
        padding:14px 20px 14px 20%;
        font-size: 20px;
        line-height: 1.4em;
    }
    /* 左のQ丸バッジ */
    .faq-card__q .q-badge{
        position:absolute;
        left:6%; top:50%;
        width:36px; height:36px;
        transform:translateY(-50%);
    }
    .faq-card__a{
        padding:18px 8% 22px;
        font-size:20px;
    }
    /*---------------------------------
    block07
    ---------------------------------*/
    .block07 { padding: 60px 0;}
    .block07 h2 {font-size: 7vw;margin-bottom: 80px;}
    .subsidy-table th{width:35%;}
    /*---------------------------------
    block08
    ---------------------------------*/
    .block08 .contents { width: 100%;padding: 0px 4%; }
    .block08 h2 {font-size: 7vw;margin-bottom: 50px;}
    .block08 p {margin-bottom: 40px !important;}
    .block08 {padding: 0 0 60px;}
    .step-card {padding-top: 30px;}
    .step-card__badge{
        left: -10px;
        top: -20px;
        width: 60px; height: 60px;
    }
    /* 見出しと右のタグ行 */
    .step-card__head{
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        row-gap: 6px;
        justify-content: start;
        margin-bottom: 15px;
        text-align: left;
    }
    .step-card__badge span{ font-size: 14px; }
    .step-card__badge b{ font-size: 20px; }
    .step-card__inner{
        grid-template-columns: 30% 1fr;
        gap: 14px 16px;
        padding: 18px 16px;
    }
    .step-card__icon {
        display:block;
        justify-content: center;
    }
    .step-card__icon img {
        width: 100% !important; 
        height: auto !important; 
        max-width: none !important; 
        max-height: none !important;
        display: block;
        object-fit: contain;
        flex: 0 0 auto !important;
        align-self: center;
    }
    .step-card__title{ font-size: 20px; }
    .chip{ font-size: 12px; }
    .step-card__text{ font-size: 15px;margin: 0 !important; }
    .step-card__content p {margin: 0 !important;}
    /*---------------------------------
    cta
    ---------------------------------*/
    .cta .contents {width: auto;margin: 0;}
    .cta h2 {
        font-size: 25px;
        padding: 0.5em;
    }
    .cta p {font-size: 19px;}
    .cta .btn {font-size: 22px;padding: 20px 25px;margin-top: 30px;}


/*-- ▼▼ footer ここから ▼▼ --*/
    .fco, #footer p {font-size:0.8em}.footer-inner{padding:35px 0 20px}
}