@charset "UTF-8";
/* CSS Document */
h2.title-blg {
    margin: 20px 0px 40px 0px;
    padding: 0.9rem 2.5rem;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ca1368), to(#920783));
    background-image: -webkit-linear-gradient(left, #ca1368 0%, #920783 100%);
    background-image: linear-gradient(to right, #ca1368 0%, #920783 100%);
}

h2.ttl_2d1 {
	font-size: 24px;
  font-weight: bold;
  border: 2px solid #920783;
  padding: 0.7em 1.2em;
  position: relative;
  border-radius: 3px;
}

h2.ttl_2d1::after {
  content: '';
  background-color: #f0d4f9;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
	border-radius: 3px;
  top: -7px;
  left: 4px;
  z-index: -1;
}

h2.ttl_2d2 {
	font-size: 24px;
  font-weight: bold;
  border: 2px solid #ca1268;
  padding: 0.7em 1.2em;
  position: relative;
  border-radius: 3px;
}

h2.ttl_2d2::after {
  content: '';
  background-color: #f2c2da;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
	border-radius: 3px;
  top: -7px;
  left: 4px;
  z-index: -1;
}

h2.ttl_2d3 {
	font-size: 24px;
  font-weight: bold;
  border: 2px solid #e73819;
  padding: 0.7em 1.2em;
  position: relative;
  border-radius: 3px;
}

h2.ttl_2d3::after {
  content: '';
  background-color: #f4cdc9;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
	border-radius: 3px;
  top: -7px;
  left: 4px;
  z-index: -1;
}

h2.ttl_3d1 {
  position: relative;
  padding: 0.7em 1.3em;
  background: #910782;
	border-radius: 3px;
  color: #fff;
}

h2.ttl_3d1::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 40px;
  border: 13px solid transparent;
  border-top: 13px solid #910782;
  width: 0;
  height: 0;
}

h2.ttl_3d2 {
  position: relative;
  padding: 0.7em 1.3em;
  background: #ca1368;
	border-radius: 3px;
  color: #fff;
}

h2.ttl_3d2::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 40px;
  border: 13px solid transparent;
  border-top: 13px solid #ca1368;
  width: 0;
  height: 0;
}

h2.ttl_3d3 {
  position: relative;
  padding: 0.7em 1.3em;
  background: #e73819;
	border-radius: 3px;
  color: #fff;
}

h2.ttl_3d3::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 40px;
  border: 13px solid transparent;
  border-top: 13px solid #e73819;
  width: 0;
  height: 0;
}


.cstm-box-label {
   --box-color: #920783;
   position: relative;
   margin: 2em 2em;
   border: 1px solid var(--box-color);
   border-radius: 4px;
   max-width: 800px;
}

.cstm-box-label .box-title {
   position: absolute;
   top: -0.5em;
   left: 1em;
   background-color: #fff;
   color: var(--box-color); 
   padding: 0 .5em;
   font-weight: 500;
   line-height: 1;
   display: inline-block;
   width: auto; 
   max-width: calc(100% - 2em);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.cstm-box-label .box-content {
	padding: 1.2em 2em 1.2em;
}
.cstm-box-label p { margin:0; }

.cstm-box-title-topleft {
  --box-color: #920783;
   margin: 2em 2em;
  position: relative;
  border: 1px solid var(--box-color);
  border-radius: 3px;
  max-width: 800px;
}

.cstm-box-title-topleft .box-title {
  background: var(--box-color);
  color: #fff;
  padding: 0.4em 1em;
  position: absolute;
  top: -0.7em; left: 0.7em;
  display: inline-block;
  font-size: 0.9em;
  font-weight:500;
  border-radius: 3px;
  max-width: calc(100% - 2em);
  white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}

.cstm-box-title-topleft .box-content {
  padding: 2em 2em 1.2em;
}

.cstm-box-title-topleft p { margin: 0; }

.writt {
  border: 1px solid #ddd;
	margin: -80px 0 35px 0!important; 
  padding: 18px 30px; 
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
}

/* フッターボタンスタイル */
.footer-btn {
    display: inline-block;
    width: 240px;
    height: 60px;
    background: linear-gradient(135deg, #ca1368, #920783);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(172, 0, 112, 0.3);
    position: relative;
    overflow: hidden;
}

.footer-btn:hover {
    transform: translateY(-0.5px);
    box-shadow: 0 8px 20px rgba(172, 0, 112, 0.3);
    background: linear-gradient(135deg, #920783, #ca1368);
}

.footer-btn:active {
    transform: translateY(0);
	    color: #fff;
}

.footer-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(159, 0, 97), transparent);
    transition: left 0.2s;
}

.footer-btn:hover::before {
    left: 100%;
}

/* カリキュラム欄 */
.curriculum-title {
    text-align: left;
    margin: 15px 80px 40px 80px!important;
}

/* 各ページヘッダーグラデーション */
.pc-h {
    font-size: 26px;
    font-weight: 500;
}
.mobile {
    font-size: 18px;
    font-weight: 500;
}
.common_headline-2 {
    position: relative;
    color: white;
    text-shadow:
        0 1px 0 #fecfef,
        0 2px 0 #ca1368,
        0 2px 0 #920783,
        0 6px 2px rgba(202, 19, 104, .30),
        0 0 10px rgba(202, 19, 104, .30),
        0 1px 6px rgba(156, 39, 176, .50),
        0 10px 20px rgba(142, 36, 170, .40),
        0px -10px 40px rgba(123, 31, 162, .30),
        0 10px 40px rgba(123, 31, 162, .30),
        0 2px 2px rgba(0, 0, 0, .20);
}
.animate_item-header {
    position: relative;
    color: white;
    text-shadow:
        0 1px 0 #fecfef,
        0 2px 0 #ca1368,
        0 2px 0 #920783,
        0 6px 2px rgba(202, 19, 104, .30),
        0 0 10px rgba(202, 19, 104, .30),
        0 1px 6px rgba(156, 39, 176, .50),
        0 10px 20px rgba(142, 36, 170, .40),
        0px -10px 40px rgba(123, 31, 162, .30),
        0 10px 40px rgba(123, 31, 162, .30),
        0 2px 2px rgba(0, 0, 0, .20);
    font-size: 26px;
}
/* TOPヘッダーテキストグラデーションカラー */
#header_slider .catch {
    position: relative;
    color: white;
    font-weight: 700;
}
#header_slider .catch:before {
    position: absolute;
    top: 0;
	  left: 25%;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(90deg, #4bc0c8 0%, #c779d0 60%, #feac5e 100%);
    filter: blur(20px);
    content: "";
    z-index: -1;
}
#header_slider .desc {
    position: relative;
    color: white;
    font-weight: 700;
}
#header_slider .desc:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #4bc0c8 0%, #c779d0 60%, #feac5e 100%);
    filter: blur(20px);
    content: "";
    z-index: -1;
}
/* カリキュラムテーブル1級 */

/* カリキュラムテーブル1級 - 詳細ページのみに適用 */
.table-container-1st {
    max-width: 850px;
    margin: 20px auto;
    background-color: #f7dcee;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}
.table-container-1st .chapter {
    background: linear-gradient(135deg, #ca1368, #d6709a);
    color: white;
    padding: 18px 30px;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 20px 0 20px;
    position: relative;
    z-index: 2;
    border-radius: 8px 8px 0 0;
}
.table-container-1st .chapter:first-child {
    margin-top: 0;
}
.table-container-1st .item1 {
    padding: 20px 40px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
    margin: 0 20px;
}
.table-container-1st .item1:nth-child(even) {
    background-color: white;
}
.table-container-1st .item1:nth-child(odd) {
    background-color: #fff3fb;
}
.table-container-1st .item1:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
    margin-bottom: 0;
}
.item-number {
    margin-right: 8px;
    font-weight: bold;
}
.intro {
    background-color: white;
    color: #616161;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 20px 0 20px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

/* ボタンリスト 1級 */
.button-container01 {
    max-width: 800px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 30px;
    padding: 30px;
}
.nav-button01 {
    background: linear-gradient(135deg, #ca1368, #d6709a);
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(202, 19, 104, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
    min-height: 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.nav-button01:hover {
    transform: translateY(-0.5px);
    box-shadow: 0 6px 8px rgba(202, 19, 104, 0.4);
    background: linear-gradient(135deg, #d6709a, #ca1368);
}
.nav-button01:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(202, 19, 104, 0.3);
}
.button-number01 {
    background-color: white;
    color: #ca1368;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
    pointer-events: none;
}
.button-text01 {
    flex-grow: 1;
    text-align: center;
    margin-right: 45px;
}

.button-text01 a {
    color: white !important;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 45px;
    z-index: 2;
}

/* リンクの色を強制的に白に */
.button-text01 a {
    color: white !important;
    text-decoration: none !important;
}
.button-text01 a:link,
.button-text01 a:visited,
.button-text01 a:hover,
.button-text01 a:active {
    color: white !important;
    text-decoration: none !important;
}



/* タイトル 1級 */
.centered-title {
    font-size: 32px;
    margin: 50px 0px 30px 0px;
    padding: 0 0px 20px 0px;
    text-align: center;
    border-bottom: 3px solid #ca1368;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item1-number {
    margin-right: 8px;
    font-weight: bold;
}
.item1-number {
    margin-right: 8px;
    font-weight: bold;
}
/* H2見出し キャッチ */
h2.title-cont {
    margin: 20px 0px 50px 0px;
    padding: 1.5rem 3rem;
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 22px;
    line-height: 36px!important;
    letter-spacing: 0.5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ca1368), to(#920783));
    background-image: -webkit-linear-gradient(left, #ca1368 0%, #920783 100%);
    background-image: linear-gradient(to right, #ca1368 0%, #920783 100%);
}
.title-cont {
    padding: 1.5rem 3rem;
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 22px;
	line-height: 36px!important;
    letter-spacing: 0.5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ca1368), to(#920783));
    background-image: -webkit-linear-gradient(left, #ca1368 0%, #920783 100%);
    background-image: linear-gradient(to right, #ca1368 0%, #920783 100%);
}


/* 見出しデザイン 標準 */
h2.title-cont06 {
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #ca1368, #920783);
}
/* 見出し キャッチ 標準 */
.title-cont07 {
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #ca1368, #920783);
}
/* H2見出し 目次 */
.title-cont02 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
}
.title-cont02::before,
.title-cont02::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #ca1368;
}
.title-cont02::before {
    margin-right: 20px;
}
.title-cont02::after {
    margin-left: 20px;
}
/* ボタンデザイン １級 */
.curriculum-button01 {
    background: linear-gradient(135deg, #ca1368, #d6709a);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    margin: 30px 0px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.curriculum-button01:hover {
    transform: translateY(-0.5px);
    box-shadow: 0 2px 8px rgba(194, 24, 91, 0.25);
}

/* 箇条書き 1級 */
.container02 {
    max-width: 800px;
    margin: 0 auto;
}
.bullet-points {
    list-style: none;
	  padding: 0;
}
.bullet-point {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.bullet-point:hover {
    background-color: #f8f9fa;
    transform: translateY(-0.5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.bullet-point .icon {
    font-size: 28px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    background-color: #ca1368;
    border-radius: 50%;
}
.text {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    flex: 1;
    line-height: 1;
}



/* H2見出しデザイン 1級 */
h2.title-cont03 {
    padding: 1rem 2rem;
	  margin-bottom: 50px;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 20px;
	line-height: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    background: linear-gradient(135deg, #ca1368, #d6709a);
}

.title-cont03 {
    padding: 1rem 2rem;
	  margin-bottom: 50px;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 20px;
	line-height: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    background: linear-gradient(135deg, #ca1368, #d6709a);
}

/* H2見出し 目次 */
.title-cont02 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
}
.title-cont02::before,
.title-cont02::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #ca1368;
}
.title-cont02::before {
    margin-right: 20px;
}
.title-cont02::after {
    margin-left: 20px;
}
/* ボタンデザイン １級 */
.curriculum-button01 {
    background: linear-gradient(135deg, #ca1368, #d6709a);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    margin: 30px 0px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.curriculum-button01:hover {
    transform: translateY(-0.5px);
    box-shadow: 0 2px 8px rgba(194, 24, 91, 0.25);
}
/* リンク文字デザイン １級 */
.arrowbtn a {
    --arrow-color: #0000ee;
    position: relative;
    padding: 0em 2.5em .3em .5em;
    color: var(--arrow-color);
    text-decoration: none;
}
.arrowbtn a::before {
    border-bottom: 1px solid var(--arrow-color);
    border-right: 1px solid var(--arrow-color);
    bottom: 0;
    content: '';
    height: 12px;
    position: absolute;
    left: 0;
    transform: skewX(50deg);
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.arrowbtn a:hover::before {
    left: 10%;
}
/* カリキュラムテーブル 2級 */
.table-container02 {
    max-width: 1200px;
    margin: 20px auto;
    background-color: #f9cbc5;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}
.chapter02 {
    background: linear-gradient(135deg, #e83819, #f27f70);
    color: white;
    padding: 18px 30px;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 20px 0 20px;
    position: relative;
    z-index: 2;
    border-radius: 8px 8px 0 0;
}
.chapter02:first-child {
    margin-top: 0;
}
.item022 {
    padding: 20px 50px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
    margin: 0 20px;
}
.item022:nth-child(even) {
    background-color: white;
}
.item022:nth-child(odd) {
    background-color: #fcf1f0;
}
.item022:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
    margin-bottom: 0;
}
.item022-number {
    margin-right: 8px;
    font-weight: bold;
}
.intro02 {
    background-color: white;
    color: #616161;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 20px 0 20px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}
/* 箇条書き 2級 */
.container03 {
    max-width: 800px;
    margin: 0 auto;
}
.bullet-points03 {
    list-style: none;
    padding: 0;
}
.bullet-point03 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.bullet-point03:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.bullet-point03 .icon {
    font-size: 28px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    background-color: #e83819;
    border-radius: 50%;
}
.text03 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    flex: 1;
    line-height: 1;
}
/* ボタンリスト 2級 */
.button-container02 {
    max-width: 800px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 30px;
    padding: 30px;
}
.nav-button02 {
    background: linear-gradient(135deg, #e83819, #f27f70);
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(232, 56, 25, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    min-height: 30px;
    width: 100%;
    box-sizing: border-box;
}
.nav-button02:hover {
    transform: translateY(-0.5px);
    box-shadow: 0 6px 8px rgba(232, 56, 25, 0.4);
    background: linear-gradient(135deg, #f27f70, #e83819);
}
.nav-button02:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(232, 56, 25, 0.3);
}
.button-number02 {
    background-color: white;
    color: #e83819;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
    pointer-events: none; 
}
.button-text02 {
    flex-grow: 1;
    text-align: center;
    margin-right: 45px;
}
.button-text02 a {
    color: white !important;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 45px;
    z-index: 2;
}

/* リンクの色を強制的に白に */
.button-text02 a {
    color: white !important;
    text-decoration: none !important;
}
.button-text02 a:link,
.button-text02 a:visited,
.button-text02 a:hover,
.button-text02 a:active {
    color: white !important;
    text-decoration: none !important;
}


/* タイトル 2級 */
.centered-title02 {
    font-size: 32px;
    margin: 50px 0px 30px 0px;
    padding: 0 0px 20px 0px;
    text-align: center;
    border-bottom: 3px solid #e83819;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-number02 {
    margin-right: 8px;
    font-weight: bold;
}
.item-number02 {
    margin-right: 8px;
    font-weight: bold;
}
/* H2見出しデザイン 2級 */
h2.title-cont05 {
    padding: 15px 30px!important;
	margin-bottom: 50px;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    background: linear-gradient(135deg, #e83819, #f27f70);
    ;
}
.title-cont05 {
    padding: 15px 30px;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.5px;
    text-align: center;
    background: linear-gradient(135deg, #e83819, #f27f70);
    ;
}
/* H2見出し 目次 */
h2.title-cont04 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.title-cont04::before,
.title-cont04::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #e83819;
}
.title-cont04::before {
    margin-right: 20px;
}
.title-cont04::after {
    margin-left: 20px;
}

/* ボタンデザイン 購入 */
.curriculum-button02 {
    background: linear-gradient(135deg, #f446d2, #ffaa00);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    margin: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
 
}

.curriculum-button02:hover {
    transform: translateY(-0.5px);
    box-shadow: 0 2px 8px rgba(194, 24, 91, 0.25);
    background: linear-gradient(135deg, #ffaa00, #f446d2);
    color: white;
}

/* リンクの色を強制的に白に */
.curriculum-button02 a {
    color: white !important;
    text-decoration: none !important;
}

.curriculum-button02 a:link,
.curriculum-button02 a:visited,
.curriculum-button02 a:hover,
.curriculum-button02 a:active {
    color: white !important;
    text-decoration: none !important;
}

/* ボタン自体がリンクの場合 */
a.curriculum-button02:link,
a.curriculum-button02:visited,
a.curriculum-button02:hover,
a.curriculum-button02:active {
    color: white !important;
    text-decoration: none !important;
}

/* リンク文字デザイン 2級 */
.arrowbtn02 a {
    --arrow-color: #0000ee;
    position: relative;
    padding: 0em 2.5em .3em .5em;
    color: var(--arrow-color);
    text-decoration: none;
}
.arrowbtn02 a::before {
    border-bottom: 1px solid var(--arrow-color);
    border-right: 1px solid var(--arrow-color);
    bottom: 0;
    content: '';
    height: 12px;
    position: absolute;
    left: 0;
    transform: skewX(50deg);
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.arrowbtn02 a:hover::before {
    left: 10%;
}
/* ロゴ */
#header_logo {
    z-index: 10;
    position: absolute;
    left: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#footer_logo {
    padding-bottom: 80px;
}
/* グローバルメニュー */
#global_menu>ul>li {
    display: inline-block;
    n: relative;
    line-height: 1;
    text-align: center;
    font-size: 18px;
}
#global_menu ul ul li {
    line-height: 1.5;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    display: block;
}

/* フッターロゴ中心 */
#footer_logo {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
/* ナバーコンテンツ */
.content_inner .desc {
    text-align: left;
}
/* 受験料テーブル */
.exam-fee-container {
    padding: 20px;
}
.exam-fee-main-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.exam-fee-table-section {
    flex-shrink: 0;
}
.exam-fee-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 300px;
    margin: 0 0 10px 0;
    border: 2px solid #333;
    background: white;
}
.exam-fee-table th {
    background-color: #f8f8f8;
    border: 1px solid #333;
    padding: 15px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.exam-fee-table th[colspan="2"] {
    text-align: center;
}
.exam-fee-table td {
    border: 1px solid #333;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
}
.exam-fee-table .exam-grade-col {
    font-weight: bold;
    background-color: #fafafa;
}
.exam-fee-table .exam-price-col {
    font-weight: bold;
    color: #333;
}
.exam-fee-tax-note {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 0;
}
.exam-fee-info-section {
    flex: 1;
    margin-top: 0;
}
.exam-fee-info-list {
    list-style: none;
    padding: 0;
}
.exam-fee-info-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    list-style: none;
}
.exam-fee-info-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

/* フッターのスタイル */
.footer02 {
    width: 880px;
    margin: 0 auto 80px auto;
    align-items: center;
}
.footer02 .title-text {
    font-size: 24px;
    margin: 50px 0px 40px 0px;
    font-weight: 600;
    text-align: center;
    color: #333;
}
.footer02 .subtitle-text {
    font-size: 28px;
    margin: 0px 0px 50px 0px;
    font-weight: 300;
    text-align: center;
    line-height: 46px;
    color: #333;
}
/* 試験概要1級 */
.web-exam-container {
    max-width: 800px;
    margin: 20px auto;
    background-color: #f7dcee;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}
.web-exam-header {
    background: linear-gradient(135deg, #ca1368, #d6709a);
    color: white;
    padding: 18px 20px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 20px;
    position: relative;
    z-index: 2;
    border-radius: 8px 8px 0 0;
}
.web-exam-header:first-child {
    border-radius: 8px 8px 0 0;
}
.web-exam-content {
    padding: 18px 20px;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
    margin: 0 20px 10px 20px;
    background-color: #ffffff;
    line-height: 1.5;
}
.web-exam-content:last-of-type {
    border-radius: 0 0 8px 8px;
}
.web-exam-link {
    color: #0066cc;
    text-decoration: underline;
}
.web-exam-bold {
    font-weight: bold;
}

/* 試験概要2級 */
.web-exam-container02 {
    max-width: 800px;
    margin: 20px auto;
    background-color: #f9cbc5;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}
.web-exam-header02 {
    background: linear-gradient(135deg, #e83819, #f27f70);
    color: white;
    padding: 18px 20px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 20px;
    position: relative;
    z-index: 2;
    border-radius: 8px 8px 0 0;
}
.web-exam-header02:first-child {
    border-radius: 8px 8px 0 0;
}
.web-exam-content02 {
    padding: 18px 20px;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
    margin: 0 20px 10px 20px;
    background-color: #ffffff;
    line-height: 1.5;
}
.web-exam-content02:last-of-type {
    border-radius: 0 0 8px 8px;
}


@media screen and (max-width: 768px) {
	
.writt {
  margin-top: 5px!important; 
}
	
/* カリキュラム欄 */
.curriculum-title {
    text-align: left;
    margin: 15px 20px 40px 20px;
}

/* 組織リスト */
.pc-h {
    font-size: 20px;
    font-weight: 500;
}
.mobile {
    font-size: 16px;
    font-weight: 500;
}
/* 各ページヘッダー説明文 */
.animate_item-header {
    font-size: 18px;
}
	
/* ⑦フォントデザイン */
    .animate_item {
        font-weight: 600;
        letter-spacing: 0.5px;
    }
.footer02 {
    max-width: 80%;
    margin: 40px auto;
}
	
.footer02 .title-text {
    margin: 40px auto 0px auto;
    font-size: 22px;
    line-height: 36px;
    align-items: center;
}
.footer02 .subtitle-text {
    margin: 40px auto;
    font-size: 24px;
    line-height: 40px;
    align-items: center;
}
#footer_logo {
    padding-bottom: 40px;
}

    /* H2見出しデザイン 2級 */
    .title-cont05 {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
		
    .title-cont03 {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    /* H2見出し キャッチ*/
    .title-cont {
        max-width: 100%;
        font-size: 16px;
        border-radius: 50px;
        padding: 25px;
    }
    .table-container-1st {
        max-width: 100%;
        margin: 0;
        border-radius: 6px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    }
    .table-container-1st .chapter {
        padding: 10px 15px;
        font-size: 15px;
        line-height: 1.4;
    }
    .table-container-1st .item1 {
        padding: 12px 15px;
        font-size: 13px;
        line-height: 1.5;
    }
    .table-container-1st .item-number {
        margin-right: 6px;
        display: inline-block;
        min-width: 16px;
    }
    .centered-title {
        font-size: 24px;
        line-height: 34px;
        padding: 0 15px 12px 15px;
    }
    .bullet-point {
        padding: 10px;
        margin-bottom: 10px;
    }
    .bullet-point .icon {
        font-size: 22px;
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }
    .text {
        font-size: 20px;
        text-align: left;
        line-height: 34px;
    }
    .button-container01 {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
        margin: 15px auto;
    }
    .nav-button01 {
        padding: 12px 18px;
        font-size: 15px;
        min-height: 45px;
    }
    .button-number01 {
        width: 28px;
        height: 28px;
        font-size: 13px;
        margin-right: 12px;
    }
    .button-text01 {
        margin-right: 40px;
    }
    .item-number01 {
        margin-right: 8px;
        font-weight: bold;
    }
    /* 2級 */
    h2.title-cont04 {
        max-width: 100%;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .title-cont-text02 {
        max-width: 90%;
        margin: 0;
    }
    .table-container02 {
        max-width: 100%;
        margin: 0;
        border-radius: 6px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    }
    .chapter02 {
        padding: 10px 15px;
        font-size: 15px;
        line-height: 1.4;
    }
    .item022 {
        padding: 12px 15px;
        font-size: 13px;
        line-height: 1.5;
    }
    .item-number022 {
        margin-right: 6px;
        display: inline-block;
        min-width: 16px;
    }
    .centered-title02 {
        font-size: 24px;
        padding: 0 15px 12px 15px;
    }
    .bullet-point02 {
        padding: 10px;
        margin-bottom: 10px;
    }
    .bullet-point02 .icon {
        font-size: 22px;
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

.text03 {
    font-size: 20px;
    text-align: left;
    line-height: 36px;
}
	
.button-container02 {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
    margin: 15px auto;
}
.nav-button02 {
    padding: 12px 18px;
    font-size: 15px;
    min-height: 45px;
}
.button-number02 {
    width: 28px;
    height: 28px;
    font-size: 13px;
    margin-right: 12px;
}
.button-text02 {
    margin-right: 40px;
}
.item-number02 {
    margin-right: 8px;
    font-weight: bold;
}
	
/* 受験料テーブル */
.exam-fee-container {
    padding: 20px;
}
.exam-fee-main-content {
    flex-direction: column;
    gap: 20px;
}
.exam-fee-table-section {
    width: 100%;
}
.exam-fee-table {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 20px;
}
.exam-fee-table th,
.exam-fee-table td {
    padding: 12px 8px;
}
.exam-fee-tax-note {
    margin-bottom: 20px;
}
.exam-fee-info-list li {
    font-size: 15px;
    padding-left: 18px;
}
.web-exam-container {
    max-width: 100%;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.web-exam-header {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 15px;
}
.web-exam-content {
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 15px 10px 15px;
}	
@media (max-width: 480px) {
.table-container-1st {
    border-radius: 4px;
}
.table-container-1st .chapter {
    padding: 8px 12px;
    font-size: 14px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.table-container-1st .item1 {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.6;
}
.table-container-1st .item-number {
    margin-right: 5px;
    min-width: 14px;
    font-size: 12px;
}
.button-container01 {
    padding: 10px;
    gap: 12px;
}
.nav-button01 {
    padding: 10px 15px;
    font-size: 14px;
    min-height: 40px;
    border-radius: 20px;
}
.button-number01 {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 10px;
}
.button-text01 {
    margin-right: 35px;
}
.table-container02 {
    border-radius: 4px;
}
/* 2級 */
.chapter02 {
    padding: 8px 12px;
    font-size: 14px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.item022 {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.6;
}
.item-number02 {
    margin-right: 5px;
    min-width: 14px;
    font-size: 12px;
}
.button-container02 {
    padding: 10px;
    gap: 12px;
}
.nav-button02 {
    padding: 10px 15px;
    font-size: 14px;
    min-height: 40px;
    border-radius: 20px;
}
.button-number02 {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 10px;
}
.button-text02 {
    margin-right: 35px;
}
	
.exam-fee-container {
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}
.exam-fee-main-content {
    gap: 15px;
}
.exam-fee-table {
    font-size: 13px;
}
.exam-fee-table th,
.exam-fee-table td {
    padding: 10px 5px;
}
.exam-fee-info-list li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
}