@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* --------------------------------------------- */
/* 強力リセット（.main 配下専用）               */
/* --------------------------------------------- */
body {
  background: none;
}

.main,
.main * .top-lp,
.top-lp * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;

  color: #000;
}

/* ブラウザ特有の装飾を削除 */
.main img,
.main picture,
.main video,
.main canvas,
.main svg {
  display: block;
  max-width: 100%;
}

.main a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.main ul,
.main ol {
  list-style: none;
}

.main button,
.main input,
.main textarea,
.main select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  color: inherit;
}

/* テーブルのリセット */
.main table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 見出しのサイズや太さを継承（LP では独自に指定するため） */
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit;
  line-height: 1.5;
}

.main p {
  line-height: 1.5;
}

/* strong の太字解除（必要であれば） */
.main strong {
  font-weight: inherit;
}
/* --------------------------------------------- */
/* 共通               */
/* --------------------------------------------- */
:root {
  --color-blue: #0058b3;
  --color-red: #ff3131;
  --color-yellow: #ffd21f;
  --fontsize-h2: clamp(24px, 6.4vw, 30px);
}
.main {
  margin-top: clamp(50px, 13.3vw, 100px);
}

.heading__wrap {
  display: block;
  text-align: center;
  margin-bottom: 32px;
}

.heading__wrap h2 {
  display: inline-block;
  position: relative;
  font-size: var(--fontsize-h2);
  color: var(--color-blue);
  font-weight: bold;
  padding-bottom: 2px;
  margin: 0 auto;
}

.heading__wrap h2::after {
  content: "";
  position: absolute;
  left: 50%; /* 起点を中央に */
  transform: translateX(-50%); /* 中央基準にする */
  bottom: -8px; /* 文字からの距離 */
  width: 108%; /* ← コレで左右に少し広げられる！ */
  height: 6px;
  background: var(--color-blue);
}

.heading_yellow {
  text-align: center;
}

.heading_yellow > span {
  position: relative;
}

.heading_yellow > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%); /* 中央寄せ */
  width: 98%;
  height: 66%;
  background: var(--color-yellow);
}

.heading_yellow > span span {
  font-size: clamp(19px, 5vw, 40px);
  font-weight: bold;
  color: var(--color-red);
  position: relative;
  z-index: 1;
}

.btn {
  display: block;
  background: var(--color-yellow);
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 4.2vw, 24px);
  border-radius: 12px;
  max-width: clamp(300px, 80vw, 380px);
  width: 100%;
  line-height: 1.5;
  margin: 0 auto;
  border: 4px solid white;
  padding: 6px 0;
}

.btn-type2 {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
}

.large {
  font-size: clamp(18px, 4.2vw, 26px);
  text-align: center;
  font-weight: bold;
}

.note {
  text-align: center;
  font-size: clamp(14px, 3.7vw, 16px);
  font-weight: bold;
  padding-top: 8px;
}

.wrap-excise img {
  /* max-width: 920px; */
  /* width: 100%; */
  width: 100%;
  border-radius: 48px;
  border: 5px solid var(--color-blue);
}

.wrap-excise {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.container {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

#gHeader p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 25px 0 0 15px;
}

@media screen and (max-width: 768px) {
  #gHeader p {
    font-size: 1.2rem;
    display: block;
    margin: 10px;
  }
}

@media (max-width: 1066px) {
  .container {
    padding: 0 16px;
  }
}

.main > section {
  margin-bottom: 90px;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}
@media (max-width: 1066px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

/* --------------------------------------------- */
/* 個別               */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* mv
/* --------------------------------------------- */

.top-lp {
  background-image: url("../img/training-lp/mv.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 680px;
  text-align: center;
  font-weight: bold;
}

.top-lp .container {
  /* max-width: 870px; */
  /* width: 100%; */
  margin-top: clamp(60px, 16vw, 120px);
}

@media (max-width: 999px) {
  .top-lp {background: none;height: auto;padding-top: 50px;}
  .top-lp .container {
    padding-top: 13vw;
    padding-bottom: 13vw;
}

  .top-lp__bg {
    background: url("../img/training-lp/mv-sp.png");
    background-size: cover;
    background-repeat: no-repeat;
}
  
}


  
}

@media (max-width: 1066px) {


  .top-lp .container {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}
/* --------------------------------------------- */
/* mv
/* --------------------------------------------- */
.mv__txt {
  background: white;
  font-size: clamp(14px, 3.7vw, 29px);
  font-weight: bold;
  padding: 4px 0;
  border-radius: clamp(4px, 1vw, 8px);
  margin-bottom: 26px;
  position: relative;
}

.mv__heading {
  /* background: #19539d;
    opacity: 0.9; */
  padding: 14px 0;
  margin-bottom: clamp(32px, 8.5vw, 107px);
  position: relative;
}

.mv__heading h1 {
  font-size: clamp(20px, 5.3vw, 63px);
  color: white;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.mv__heading:after {
  position: absolute;
  content: "";
  background: var(--color-blue);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%); /* 完全に中央配置 */
}

.mv__txt:after {
  content: "";
  position: absolute;
  bottom: -24px; /* ← 縦を伸ばすのでここも調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 24px solid #fff; /* ← 縦だけ倍にする */
}

/* --------------------------------------------- */
/* background
/* --------------------------------------------- */
.background .heading_yellow {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 35px;
  line-height: 1.4;
}

.background .heading_yellow > span:before {
  height: 70%;
  top: 57%;
}

.background .container > p {
  text-align: center;
  font-size: clamp(20px, 5.3vw, 28px);
  font-weight: bold;
  margin-bottom: 34px;
}

.background .wrap {
  display: grid;
  grid-template-columns: 400px auto 400px;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}

.background .item,
.background .arrow {
  text-align: center;
}

.background .background__inner {
  display: grid;
  grid-template-rows: 20px 140px 1fr auto;
  gap: 12px;
  height: 100%;
  justify-items: center;
  align-items: center;
}

.txt_background {
  text-align: center;
  font-size: clamp(18px, 4.8vw, 22px);
  font-weight: bold;
}

.background__inner .red-txt,
.background__inner .red-txt span {
  color: var(--color-red);
  font-weight: bold;
}

.background__inner .red-txt {
  font-size: 70px;
}

.background__inner .red-txt span {
  font-size: 32px;
}

.background .note {
  font-size: 14px;
  padding-top: 0;
}

.background .item {
  margin-top: -30px;
  display: flex;
  justify-content: center;
}

.background .arrow {
  margin-top: 80px;
}

.background .ambulance {
  margin-top: -40px;
  width: 40%;
}

@media (max-width: 1066px) {
  .background .wrap {
    display: flex;
    flex-direction: column;
  }

  .background .ambulance {
    margin-top: 0;
  }

  .background .background__inner {
    display: flex;
    flex-direction: column;
  }

  .background .arrow {
    margin-top: 0;
    transform: rotate(90deg);
    width: 30%;
  }
  .background .arrow img {
    width: 100%;
    height: 100%;
  }

  .background .heading_yellow {
    line-height: 1.2;
  }

  .background__inner .red-txt {
    margin-bottom: 16px;
  }
}

/* --------------------------------------------- */
/* important            */
/* --------------------------------------------- */

.important {
  text-align: center;
}

.important {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.important .red-txt {
  font-size: clamp(16px, 4.2vw, 28px);
  color: var(--color-red);
}

.important p {
  font-weight: bold;
  font-size: clamp(16px, 4.2vw, 18px);
  text-align: center;
  line-height: 1.8;
  padding-top: 4px;
}

.important .wrap > div:not(:last-child) {
  padding-bottom: 8px;
}
/* --------------------------------------------- */
/* flow           */
/* --------------------------------------------- */

.wrap-txt {
  font-size: clamp(16px, 4.2vw, 22px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  flex-direction: column;
}

@media (max-width: 1100px) {
  .wrap-excise img {
    /* width: 90%; */
    border-radius: 16px;
    border: 3px solid var(--color-blue);
  }

  .wrap-excise {
    border-radius: 16px;
  }
}

/* --------------------------------------------- */
/* voice           */
/* --------------------------------------------- */
.voice .heading_yellow {
  font-size: clamp(20px, 5.3vw, 28px);
}

.voice ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 29px 0 16px;
  margin: 0 auto;
}

.voice ul li {
  background: #d9d9d9;
  padding: 29px 5px 16px;
  font-weight: bold;
  border-radius: 8px;
}

.voice ul li h3 {
  text-align: center;
  font-size: clamp(22px, 5.8vw, 30px);
  color: var(--color-blue);
  padding-bottom: clamp(16px, 4.2vw, 30px);
}

.voice ul li p {
  font-size: clamp(16px, 4.2vw, 25px);
  padding-bottom: 8px;
  min-height: 120px;
}

.voice .wrap-img {
  mix-blend-mode: multiply;
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}

.voice .warp-img {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 24px;
}

.voice .heading_yellow > span span {
  font-size: 26px;
}

.movie .video_wrap {
  max-width: 820px;
  width: 100%;
  height: 465px;
  margin: 0 auto;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1066px) {
  .voice ul {
    display: flex;
    flex-direction: column;
  }

  .voice ul li p {
    min-height: initial;
  }

  .voice .heading_yellow > span:before {
    height: 89%;
  }
  .voice ul li img {
    width: 20%;
  }
  .movie .video_wrap {
    height: auto;
  }
}
