@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-pc { display: none; }
}
@media screen and (min-width: 768px) {
  .br-sp { display: none; }
}



.button {
  max-width: 20.625rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #ffa800 0%, #c82cff 100%);
  transition: box-shadow 0.3s, border-color 0.3s, opacity 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.button a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button {
    min-width: 17.0625rem;
  }
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  border: 1px solid #333;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}

.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: rotate(45deg) translateY(-50%);
  transition: right 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .button::after {
    right: 1.875rem;
  }
}

.button:hover::after {
  right: 0.3125rem;
  transition: right 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .button:hover::after {
    right: 1.25rem;
  }
}

.button__link {
  font-size: clamp(1.125rem, 1.018rem + 0.536vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 0.625rem 1.5625rem 0.625rem 0.625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .button__link {
    padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
  }
}

.button__link:hover {
  opacity: 1;
}


.contents-title-boshu2025 {
  background: url("../images/boshu_index1.jpg") no-repeat center 0;
  background-size: cover;
}

@media screen and (min-width: 768px) {
	.contents-title-boshu2025 {
		background: url("../images/boshu_index1.jpg") no-repeat center 0;
		background-size: cover;
	}
}

.boshu-index-box1 {}
.boshu-index-box1 p {
  font-size: 16px;
  margin-top: 10px;
}
.boshu-index-box1 .button {
  max-width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .boshu-index-box1 p {
    font-size: 18px;
  }
}




.contents-title-boshu2025-teacher {
  background: url("../images/boshu_t01.jpg") no-repeat center 0;
  background-size: cover;
}
.boshu-main {
  padding: 80px 0;
  text-align: center;
}
.boshu-main div {
  text-align: center;
  margin: 40px 10% 0 10%;
  background: none;
  padding: 0;
}
.boshu-main div span {
  margin: 0;
  background: #ff6701;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}
.boshu-main h1 {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .boshu-main {
    padding: 120px 0;
  }
}

.boshu-wrap1 {}
.boshu-title {
  background: #000;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.boshu-wrap1 p {
  margin-top: 10px;
}
p.boshu-subtitle {
  text-align: center;
  margin-top: 40px;
}
.boshu-subtitle span {
  background: linear-gradient(transparent 60%, #f7fa19 60%);
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.boshu-index-box1 {}
.boshu-index-box1 h3 {
  border: 3px double #000;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  padding: 10px;
  text-align: center;
}
.boshu-index-box1 div {
  margin-top: 10px;
}
.boshu-index-box1 p {
  margin-top: 10px;
}
.boshu-ul1 {}
.boshu-ul1 li {
  margin-top: 20px;
  position: relative;
  padding-left: 1.8em; /* チェック分の余白 */
  margin-bottom: 0.5em;
}
.boshu-ul1 li span {
  background: linear-gradient(transparent 60%, #f7fa19 20%);
}
.boshu-ul1 li::before {
  content: "✔"; /* チェックマーク */
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6701; /* 緑色など好みに */
  font-weight: bold;
}

.table-boshu {
  border:3px solid #ccc;
}
.table-boshu th {
  background: #eee;
  display: block;
}
.table-boshu td {
  display: block;
}
.table-boshu td ul {
  list-style: none;  /* デフォルトの丸を消す */
  padding: 0;
  margin: 0;
}

.table-boshu td ul li {
  position: relative;
  padding-left: 1em;
}

.table-boshu td ul li::before {
  content: "・";     /* 好きな記号に変更可 */
  position: absolute;
  left: 0;
}
.table-boshu td div {
  margin-top: 10px;
}
.boshu-teacher-box2 {
  background: url("../images/boshu_teacher_img.jpg") no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.boshu-teacher-box2 p {
  background: none;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.boshu-teacher-box2 p span {
  background: rgba(255,255,255,.7);
  display: inline;
}

.boshu-ul2 {
  list-style: none;   /* デフォルトの・を消す */
  padding: 0;
  margin: 0;
  text-align: center; /* 中央寄せしたい場合 */
}

.boshu-ul2 li {
  position: relative;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.boshu-ul2 li span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.boshu-ul2 li:not(:last-child)::after {
  content: "▼";        /* 矢印マーク */
  display: block;
  margin: 5px auto 0;   /* 上下余白、中央寄せ */
  font-size: 18px;      /* 矢印の大きさ */
  color: #ccc;       /* 矢印の色 */
}

.contact {
  line-height: 1.8;
  border: 8px double #ccc;
  padding: 10px;
}
.contact {
  line-height: 1.8;
}
.contact h3 {
  font-size: 18px;
}
.contact .label {
  color: #000;
  font-size: 18px;
}
.contact .contact__item {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

/* デフォルトはPC表示：電話はテキストのみ */
.tel-sp { display: none; }   /* モバイル用のtelリンクは隠す */
.tel-pc { display: inline; } /* PC用のテキストを表示 */

/* モバイル（Bootstrapのlg未満）ではtelリンクを有効化 */
@media (max-width: 769px) {
  .tel-sp {
    display: inline;
  }
  .tel-pc { display: none; }
}

.bubble-wrap {
  text-align: center;
}

.bubble {
  --bg:#ffff00;   /* 背景色 */
  --bd:#ccc;      /* 枠線色 */
  --bw:3px;       /* 枠線太さ */
  --arrow:20px;   /* 三角の大きさ */

  position: relative;
  display: inline-block;
  max-width: min(90vw, 900px);
  padding: 0.5rem;
  background: var(--bg);
  border: var(--bw) solid var(--bd);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  line-height: 1.7;
  margin-top: calc(var(--arrow) / 2 + 8px); /* 三角分の余白 */
  font-weight: bold;
}

/* 上向き三角（中央） */
.bubble.top::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: var(--arrow);
  height: var(--arrow);
  top: calc(-1 * var(--arrow) / 2 + var(--bw));

  background: var(--bg);
  border-top: var(--bw) solid var(--bd);
  border-left: var(--bw) solid var(--bd);
  box-sizing: border-box;
}

.boshu-wrap1 { margin-top: 40px; }
.boshu-wrap1 h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.triumph-logo {
  width: 70%;
  margin: 10px auto 0 auto;
}



.numtitles {
  counter-reset: num; /* 番号リセット */
}
.boshu-title2 {
  counter-reset: num; /* 番号リセット */
}

.numtitles h3 {
  counter-increment: num;
  position: relative;
  padding-left: 1.5em;  /* 番号ぶん余白 */
  margin: 2em 0 1em 0;
  font-size: 1.2rem;
}

.numtitles h3::before {
  content: counter(num) "）";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.boshu-creator-box1 {}
.boshu-creator-box1 p { margin-top: 10px; }

.boshu-creator-box2 h3 {
  margin-top: 20px;
  font-weight: bold;
}

.boshu-teacher-top {
  margin-top: 0;
}
.boshu-teacher-top h2 {
  margin-top: 40px;
  padding: 0 10%;
}

@media screen and (min-width: 768px) {
  .boshu-wrap1 {}
  .boshu-title {
    padding: 20px;
    font-size: 30px;
    margin-top: 80px;
  }
  .boshu-wrap1 p {
    margin-top: 10px;
  }
  p.boshu-subtitle {
    margin-top: 40px;
  }
  .boshu-subtitle span {
    font-size: 24px;
  }

  .boshu-index-box1 {}
  .boshu-index-box1 h3 {
    font-size: 20px;
  }
  .boshu-index-box1 div {
  }
  .boshu-index-box1 p {
  }
  .boshu-ul1 {}
  .boshu-ul1 li {
    margin-left: 0;
    list-style-type: none;
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
  }
  .boshu-ul1 li span {
    background: linear-gradient(transparent 60%, #f7fa19 20%);
  }
  
  
  .boshu-ul1 {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
  }

  /* 横並びで中央寄せ。左パディングをゼロにしてリセット */
  .boshu-ul1 li {
    display: flex;              /* ✔ とテキストを横並び */
    align-items: center;        /* 縦位置揃え */
    margin: 30px 0;
    padding-left: 0;            /* ← ここがポイント（前ルールを打ち消し） */
  }

  /* absoluteを解除してインライン化＋間隔だけ取る */
  .boshu-ul1 li::before {
    content: "✔";
    position: static;           /* ← absoluteをリセット */
    margin-right: 0.4em;        /* テキストとの間隔 */
    color: #ff6701;
    font-weight: bold;
    line-height: 1;             /* 余白のズレ防止に */
    flex-shrink: 0;
  }

  .boshu-ul1 li span {
    background: linear-gradient(transparent 60%, #f7fa19 20%);
    display: inline-block;      /* テキストを塊として扱う */
  }

  .table-boshu {
    border: 8px solid #ccc;
  }
  .table-boshu th {
    background: #eee;
    min-width: 150px;
    display: table-cell;
  }
  .table-boshu td {
    display: table-cell;
  }
  
  .boshu-teacher-box2 {
    height: 480px;
  }
  .boshu-teacher-box2 p {
    font-size: 30px;
  }
  .boshu-teacher-box2 p span {
  }
  
  .boshu-ul2 li {
    font-size: 26px;
  }
  .boshu-ul2 li span {
    font-size: 18px;
  }

  .boshu-ul2 li:not(:last-child)::after {
    font-size: 24px;      /* 矢印の大きさ */
  }
  
  .contact {
    line-height: 1.8;
    border: 8px double #ccc;
    padding: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .contact h3 {
    font-size: 24px;
  }
  .contact .label {
    color: #000;
    font-size: 24px;
  }
  .contact .contact__item {
    font-weight: 600;
    color: #000;
    font-size: 24px;
  }
  
  
  .bubble {
    font-size: 24px;
  }
  
  
  .boshu-wrap1 {}
  .boshu-wrap1 h3 {
    font-size: 20px;
    margin-top: 60px;
  }
  .triumph-logo {
    width: 40%;
    margin: 10px auto 0 auto;
  }
  
  
  .boshu-teacher-top {
    margin-top: 80px;
  }
  .boshu-teacher-top h2 {
    margin-top: 0;
    padding: 0;
  }
}