﻿
@charset "utf-8";

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
    color: #000;
    font-family: Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}


aside,figure,footer,header,main,menu,section {display: block;}

h1,h2,h3,p,span,small,dl,dt,dd,ul,li {
    margin: 0;
  }

@media (min-width: 769px) { /* PCだけ */
  section[id] {
    scroll-margin-top: 100px; /* ← 固定ヘッダーの高さに合わせて調整 */
  }
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #1d7fc9;
}


a:hover {
  outline: 0;
  text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
	border: 0;
	max-width: 100%;
    height:auto;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

section {
    margin: 0 auto;
    padding: 30px 0 40px;
    text-align: center;
}

h1 {display:none;}
h2{font-size: 38px;}

h2.oreline,h2.sankaku {
  font-size:38px;
  position: relative;
  padding: 2rem 1.5rem 1rem 1.5rem;
  text-align: center;
}

h2.oreline span {font-size:28px;
  display: block;
}


h2.white {
	color:#fff;	  
    font-weight: bold;
	font-size: 42px;
}
/*------------------ \/付タイトル ------------------*/
h2.line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  text-align: center;
}
h2.line2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
}
h2.line::before,
h2.line::after,h2.line2::before,
h2.line2::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #000;
}

h2.line::before,h2.line2::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
h2.line::after,h2.line2::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/*------------------ \/付タイトル 青字 ------------------*/
h2.line_b {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  color:#1d7fc9;
  text-align: center;
}

h2.line_b::before,
h2.line_b::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #1d7fc9;
}

h2.line_b::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
h2.line_b::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/*------------------ \/付タイトル 白字 ------------------*/
.line_h {color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.line_h::before,
.line_h::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #fff;
}

.line_h::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.line_h::after {
  margin-left: 30px;
  transform: rotate(35deg)}

/*------------------ 上box付２行タイトル ------------------*/
h2.box {font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size:48px;
  position: relative;
  padding: 2rem 1.5rem 3rem 1.5rem;
  text-align: center;
  font-weight: bold;
}
h2.box::before {
  content: attr(data-en);
  display: block;
  color: #707070;
  padding: 0.2em;
  background:#fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  font-size: 28px;
  font-style: italic;
  text-transform: uppercase;
  width:30%;
  margin:0 auto;
  margin-bottom:30px;
}

/*------------------ 背景文字２行タイトル ------------------*/
h2.backtxt {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size:38px;
  text-align: center;
}

h2.backtxt span {
  position: relative;
  z-index: 2;
}

h2.backtxt::before {
  content: attr(data-en);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(29,127,201,0.1);
  font-size: 130px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*------------------ 下に▼タイトル ------------------*/

h2.sankaku::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #fb3d18 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

h3{font-size: 32px;}

.txt38{font-size: 38px;}
.txt26{margin-top:20px; font-size: 28px; text-align: center;}

red {
    color: #fb3d18;
    font-weight: bold;
}
.red {
    color: #e61c24;
    font-weight: bold;
}
.blue{color: #1d7fc9; font-weight: bold}
.yellow {
    color: #fff68f;
    font-weight: bold;
}

.y_line {
    color: #000;
    font-weight: bold;
	background: linear-gradient(transparent 60%, #fcf885 0%); 
	
}
.y_liner {
    color: #e61c24;
    font-weight: bold;
  background: linear-gradient(transparent 60%, #fcf885 0%); 
  
}
.b,.bold {
  font-weight: bold;
}
.b_line {text-decoration: underline;
  font-weight: bold;
}
small {
  font-size: 80%;
}
.small {
  font-size: 15px;
}
.center{ text-align:center; font-size:13px; margin-top:30px;}
.center2{ text-align:center; }
.menseki{ font-size: 12px;text-align: right;}
.menseki2{ font-size: 12px;text-align: right; color: #fff;}
.m20-t{ margin-top:30px;}
.m20-b{ margin-bottom:20px;}
.m40-b{ margin-bottom:40px;}
.f30{font-size: 26px; font-weight: bold;}
.f42{font-size: 42px; font-weight: bold;}
.katagaki li{font-size: 18px;line-height: 1.8;}
.sma{display: none;}
/*------------------ clearfix ------------------*/

.clear{ clear:both;}
  
  
/*------------------ header ------------------*/

:root{
  --brand:#1d7fc9;
  --orange:#ea5a24;
  --ink:#111827;
  --line:#e5e7eb;
  --bg:#ffffff;
  --shadow:0 8px 20px rgba(0,0,0,.08);
}

/* ヘッダー土台 */
.bc-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:var(--bg);
  box-shadow:0 2px 10px rgba(0,0,0,.06);
  border-bottom:1px solid var(--line);
}

.bc-topbar{
  max-width:1200px;
  margin:0 auto;
  padding:10px 16px;
  display:flex;
  align-items:center;
  gap:18px;
  justify-content:space-between;
}

/* ロゴ */
.bc-logo-wrap{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.bc-logo img{
  height:40px;
  width:auto;
  display:block;
}
.bc-logo-caption{
  display:flex;
  flex-direction:column;
  line-height:1.2;
  font-size:12px;
  color:#374151;
}
.bc-logo-caption span:first-child{ font-weight:700; }
/* ←スマホでも表示 */

/* PCメニュー */
.bc-nav{ display:block; }
.bc-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:22px;
}
.bc-nav a{
  font-size:15px;
  display:inline-flex;
  align-items:center;
  color:#1f2937;
  text-decoration:none;
  padding:10px 0;
  font-weight:700;
  border-bottom:2px solid transparent;
}
.bc-nav a:hover{
  color:var(--brand);
  border-bottom-color:var(--brand);
}

/* PC ボタン */
.bc-cta{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
}
.btn-mail,
.btn-tel{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:8px;
  font-weight:700;
  border:2px solid transparent;
}
.btn-mail{
  background:var(--orange);
  color:#fff;
  border-color:var(--orange);
  text-shadow:0 1px 0 rgba(0,0,0,.12);
}
.btn-mail:hover{text-decoration:none; filter:brightness(.92); }
.btn-tel{
  background:var(--brand);
  color:#fff;
  border-color:var(--brand);
}
.btn-tel:hover{ text-decoration:none; filter:brightness(.92); }

/* ハンバーガーのinput */
.bc-nav-toggle{ display:none; }

/* ハンバーガー本体 */
.bc-hamburger{
  display:none;
  position:relative;
  width:44px;
  height:44px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  user-select:none;
}
.bc-hamburger span{
  position:absolute;
  width:24px;
  height:2px;
  background:var(--brand);
  left:50%;
  transform:translateX(-50%);
  transition:.25s ease;
}
.bc-hamburger span:nth-child(1){ top:14px; }
.bc-hamburger span:nth-child(2){ top:21px; }
.bc-hamburger span:nth-child(3){ top:28px; }

/* 小さくMENU表示（任意） */
.bc-label-open{
  position:absolute;
  bottom:3px;
  left:50%;
  transform:translateX(-50%);
  font-size:10px;
  font-weight:700;
  color:#374151;
  pointer-events:none;
}
.bc-label-close{ display:none; } /* ←使わないので隠しておく */

/* 開いたときに三本線を×にするアニメだけは残す */
.bc-nav-toggle:checked + .bc-hamburger span:nth-child(1){
  top:21px;
  transform:translateX(-50%) rotate(45deg);
}
.bc-nav-toggle:checked + .bc-hamburger span:nth-child(2){ opacity:0; }
.bc-nav-toggle:checked + .bc-hamburger span:nth-child(3){
  top:21px;
  transform:translateX(-50%) rotate(-45deg);
}
.bc-nav-toggle:checked + .bc-hamburger .bc-label-open{
  display:none;
}

/* ドロワー本体 */
.bc-drawer{
  position:fixed;
  inset:0;
  z-index:1200;
  transform:translateX(100%);
  opacity:0;
  pointer-events:none;
  transition:transform .3s ease, opacity .3s ease;
}

/* ドロワー内（右側の白い板） */
.bc-drawer-inner{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:min(85vw,340px); /* ←少し細く */
  background:#fff;
  box-shadow:var(--shadow);
  padding:20px 20px 32px;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:16px;
  z-index:2;
  border-radius:16px 0 0 16px;
}

/* ✨ ドロワーの中のバツボタン */
.bc-drawer-close{
  position:sticky;    /* ←スクロールしても上にいてくれる */
  top:0;
  margin-left:auto;
  width:34px;
  height:34px;
  border-radius:9999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  line-height:1;
  color:#333;
  cursor:pointer;
  z-index:10;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.bc-drawer-close:hover{
  background:#f3f4f6;
}

/* メニュー中身 */
.bc-drawer-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.drawer-links{
  list-style:none;
  margin:0;
  padding:8px 0;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.drawer-links a{
  display:block;
  padding:12px 6px;
  text-decoration:none;
  color:var(--ink);
  border-radius:8px;
}
.drawer-links a:hover{
  background:#f3f4f6;
  color:var(--brand);
}

/* 背景のグレー */
.bc-drawer-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.25);
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease;
  z-index:1;
}

/* 開いたとき */
.bc-nav-toggle:checked ~ .bc-drawer{
  transform:translateX(0);
  opacity:1;
  pointer-events:auto;
}
.bc-nav-toggle:checked ~ .bc-drawer .bc-drawer-overlay{
  opacity:1;
  pointer-events:auto;
}

/* スマホ幅 */
@media (max-width:1080px){
  .bc-nav{ display:none; }
  .bc-cta{ display:none; }
  .bc-hamburger{ display:flex; }
  .bc-topbar{ gap:12px; }
}

/* フォーカス */
a:focus-visible, .bc-hamburger:focus-visible, .bc-drawer-close:focus-visible{
  outline:3px solid #a3d1ff;
  outline-offset:2px;
  border-radius:10px;
}




/*------------------ header img ------------------*/

.top{
    background: url(../images/dot-grid.png) repeat;
    margin: 0 auto;
    text-align: center;
    padding:10px 0 25px;
  }

  .sm_img {
    display: none;
  }
/*------------------ fixed_boxボタン2つ ------------------*/

   .fixed_btn {
     background:rgba(55,55,55,0.8);
     box-sizing: border-box;
     max-width: 100%;
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 15;
   }

   .fixed_btn a {
     box-sizing: border-box;
     display: block;
     float: left;
     margin: 2% 0 0 0;
	 text-align:center;
   }

   .fixed_btn a img {
     height: auto;
     margin: 0;
     max-width: 100%;
     width: 100%;
   }

   .fixed_btn a:first-child {
     margin: 1% 12%;
     width: 32%;
   }

   .fixed_btn a:nth-child(2) {
	 margin: 1% 0;
     width: 32%;
   }
/*------------------ 通常ページに横並びで配置 ------------------*/

.fixed_box2{
  max-width: 1200px;
  margin: 16px auto;          /* 上下の余白。場所に応じて調整してください */
  padding: 0 16px;
  box-sizing: border-box;
}

.fixed_btn2{
  position: static;           /* 下部固定しない */
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;    /* 中央に2つ並べる */
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;          /* スマホでも折り返さず横並び維持 */
  box-sizing: border-box;
}

.fixed_btn2 a{font-size:23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  min-width: 40%;             /* ボタン幅（％なので画面サイズに応じて拡縮） */
  height: 62px;               /* ボタン高さ */
  line-height: 52px;
  padding: 0 16px;
  border-radius: 4px;
  box-sizing: border-box;
}
/*------------------ fadein ------------------*/
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*------------------ results ------------------*/

  .results{ background: url(../images/bk_gr2.png) no-repeat;}

  .results ul {
    margin: 20px auto;
  padding:20px 20px 10px 40px;
    max-width: 788px;
    width: 90%;
  background:#fff;
  }

  .results li {
    margin:15px 0 10px 0;
  padding:0 20px 18px 20px;
  }

  .results1 {
    background: url(../images/1ueda.png)no-repeat left top; width:100%;  height:80px;
  }
    .results2 {
    background: url(../images/8kiyonaga.png)no-repeat left top; width:100%;  height:80px;
  }
  .results3 {
    background: url(../images/11osakabe.png)no-repeat left top; width:100%;  height:80px;
  }
  .results4{
    background: url(../images/12tajiri.png)no-repeat left top; width:100%;  height:80px;
  }
    .results5{
    background: url(../images/matsumoto-naoyuki.jpg)no-repeat left top; width:100%;  height:80px;
  }
      .results6{
    background: url(../images/nyumuramasaya.jpg)no-repeat left top; width:100%;  height:80px;
  }
      .results7{
    background: url(../images/itokeisuke.jpg)no-repeat left top; width:100%;  height:80px;
  }
      .results8{
    background: url(../images/takiitoru.jpg)no-repeat left top; width:100%;  height:80px;
  }
      .results9{
    background: url(../images/fukushimamiho.jpg)no-repeat left top; width:100%;  height:80px;
  }
      .results10{
    background: url(../images/soedatatsuya.jpg)no-repeat left top; width:100%;  height:80px;
  }
    .results11 {
    background: url(../images/5harada.png)no-repeat left top; width:100%;  height:80px;
  }
    .results12 {
    background: url(../images/12minami.png)no-repeat left top; width:100%;  height:80px;
  }
      .results13 {
    background: url(../images/13kataoka.png)no-repeat left top; width:100%;  height:80px;
  }
  .results li dl {
    text-align: left;
    margin-left:80px;
  }

  .results li dt {
    font-weight: bold;
  font-size: 22px;
  }

/*------------------ jisseki ------------------*/
.igarashi_j{width:1380px; margin:0 auto;}
.jisseki {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.jisseki_box {
  margin: 30px 0;
  text-align: center;
  display: inline;
}

.txt2 {
    font-size: 20px;
    width: 35%;
    position: relative;
    margin:30px 15px 40px 15px;
    padding: 2rem 1rem 1rem 1rem;
    color: #333;
    background: #f1f1f1;
    -webkit-box-shadow: 0 5px 0 #ccc;
    box-shadow: 0 5px 0 #ccc;
}

.txt2 span {
    font-size:20px;
    position: absolute;
    top: -15px;
    left: calc(50% - 80px);
    display: block;
    width: 150px;
    padding: 0.2rem 0;
    color: #fff;
    background: #51bcf0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
/*------------------ senseigyou ------------------*/
.seiseigyou_box {
  width: 800px;
    margin:0 auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border:2px solid #579fd6;
}
.seiseigyou_box .box-title {
    font-size: 30px;
    background: #e0eff4;
    padding: 4px;
    text-align: center;
    color: #1d7fc9;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.seiseigyou_box p {
    padding: 15px 20px;
    margin: 0;
    color: #000;
    font-weight: bold;
    font-weight:bold;
    text-align:left;
    clear:both;
}

@media(min-width:751px){
  /*PC版のみ*/
  .senseigyou{
    width:100%;
    margin:0 0 20px 0;
    font-size:20px;
    font-weight:bold;
    text-align:left;
  }
}
/*PC・スマホ共通*/
.senseigyou>div{
  margin:0 1%;
}
/*------------------ lecturer ------------------*/

  .lecturer {
background: url(../images/lecturer_bk.jpg) no-repeat;
  }
  
  .txt_box1,
  .txt_box2 {
    margin: 20px auto 0;
    padding: 0 0 0 28px;
    text-align: left;
    max-width: 980px;
    width: 90%;
  }

  .txt_box3 {
    margin: 20px auto 0;
    padding: 0 0 0 100px;
    text-align: left;
    max-width: 880px;

  }
  .txt_box1 img {
    float: right;
  }
/*------------------ 特典 ------------------*/

.gift{ background:#01053b;}
.gift h2{color:#05eee8;   
  font-weight: bold;
  font-size: 24px;
}
.gift_box {width:90%;
    margin: 0 auto;
    padding: 0;
}

.gift_item {
    margin: 0 0 30px 0;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gift_icon {
    margin: 0;
    padding: 0;
    text-align: center;
}

.gift_icon img {
    width: 80%;
}

.gift_title {
    margin: 0 0 15px 0;
    padding: 20px 0 10px 0;
    font-size: 160%;
    color:#1c54a4;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    border-bottom: solid 1px #043dec;
}

.gift_txt {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 180%;
    text-align: justify;
}

@media screen and (min-width:769px) {
    .gift_box {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .gift_item {
        width: 32%;
    }

    .gift_icon img {
        width: 90%;
    }

    .gift_title {
        font-size: 24px;
    }

    .gift_txt {
        font-size: 16px;
    }
    .gift h2{font-size: 42px;}
    
}

/*------------------ 講座表 ------------------*/

.course-table {
  background: #fff;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
}

/* dlを2カラムに見せる */
.info-table {
  display: grid;
  grid-template-columns: 160px 1fr; /* 左見出し / 右内容 */
  border: 1px solid #d8e3f0;
}

.info-table dt,
.info-table dd {
  border-bottom: 1px solid #d8e3f0;
}

/* 左見出しセル */
.info-table dt {
  background: #edf2fa;
  color: #5f93e1;
  font-weight: bold;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

/* 右側内容セル */
.info-table dd {
  padding: 14px 18px;
  text-align: left;
  line-height: 1.7;
  font-size: 16px;
}

/* ---------- カリキュラム ---------- */
.curriculum {
  background: #fff;
  color: #5f93e1;
  padding: 0;          /* ← 外側の余白ゼロ */
  margin: 0;           /* ← 外側の余白ゼロ */
  border: none;        /* 外枠なし */
}

/* phaseとbodyを2列構成に */
.curriculum .curr-grid {
  display: grid;
  grid-template-columns: 140px 1fr; /* ← 幅倍に（70→140px） */
  margin: 0;
  border: none;
}

/* phaseラベル（前半・後半） */
.curriculum .phase {
  background: #eee;
  color: #333;
  font-weight: bold;
  padding: 20px 10px;   /* ← 縦横の余白を少し広げて見出し強調 */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 18px;
}

.curriculum .phase:last-of-type {
  border-bottom: none;
}

/* phase内容部分 */
.curriculum .phase-body {

  padding: 12px 16px 14px;
  background: #fff;
}

/* 各lesson */
.curriculum .phase-body--dev .lesson {
  background: #fff;
  border: none;
  padding: 6px 0 10px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #d8e3f0;
}

.curriculum .phase-body--dev .lesson:last-child {
  border-bottom: none;
}

/* lessonタイトル（幅感を倍に） */
.lesson-title {
  color: #5f93e1;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 18px;
  letter-spacing: 0.03em;
}

/* 実践期リスト */
.curriculum .phase-body--prac .cur-bullets {
  margin: 0;
  padding-left: 0;

}
.curriculum .phase-prac {
  background: #eee;
  color: #333;
  font-weight: bold;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-top: 1px solid #d8e3f0;   /* ← 上線を追加 */
}
/* 実践期の右側（内容） */
.curriculum .phase-body--prac {
  padding: 12px 16px 14px;
  background: #fff;
  border-top: 1px solid #d8e3f0;   /* ← 同じ線を追加して高さを合わせる */
}

/* 実践期リスト */
.curriculum .phase-body--prac .cur-bullets {
  margin: 0;
  padding-left: 0;
}
.curriculum .phase-body--prac .cur-bullets li {
  list-style: none;
  padding: 6px 0 8px;
  color: #000;
}

.curriculum .phase-body--prac .cur-bullets li:last-child {
  border-bottom: none;
}

/* lesson内のテキスト */
.lesson li {
  color: #000;
}

.teacher-profile p{text-align:left;}
.teacher-profile a{
  background-color: transparent;
  text-decoration: underline;
  color: #1d7fc9;
}


.teacher-profile a:hover {
  outline: 0;
  text-decoration: none;
}
/* ボタン */
.btn-primary {
  display: inline-block;
  background: #5f93e1;
  color: #fff;
  font-weight: bold;
  padding: 9px 16px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-primary:hover {
  text-decoration: none;background: #4d83d5;
}

/* teacher-profile：JSなしトグル */
.tp-toggle {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* 初期は閉じる（高さアニメーション） */
.tp-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

/* 押したら本文を展開、ボタンは消える */
.tp-toggle:checked ~ .tp-more {
  max-height: 9999px; /* 内容量に合わせて十分大きめに */
}
.tp-toggle:checked ~ .tp-button {
  display: none;
}

/* （任意）開くときのちょい余白感 */
.teacher-profile .tp-more .title { margin-top: 16px; }

/* ---------- スマホ対応 ---------- */
@media screen and (max-width:736px){
  .course-table {font-size: 13px;
    max-width: 95%;
  }
  .info-table {
    grid-template-columns: 1fr;
  }
  .info-table dd {
  font-size: 13px;
}
  .curriculum .curr-grid {
    grid-template-columns: 1fr;
  }
  .curriculum .phase {
    justify-content: flex-start;
  padding: 10px;   /* ← 縦横の余白を少し広げて見出し強調 */
  border-bottom:none;}
  .curriculum .phase-prac,.curriculum .phase-body--prac {
border-top:none; }
.teacher-profile .tp-button { font-size: 14px; padding: 9px 14px; }

}

/*------------------ 画像の上に文字box重ねる ------------------*/

.img_box{
    width: 100%;
    max-width: 1080px;
    height: 450px;
    margin: 50px auto;
}
.img_txt{
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.img_txt img{
    position: absolute;
    right: 5%;
    top:0;
    width: 600px;
    height: auto;
    object-fit: cover;
}

.img_txt p{
    position: absolute;
    left: 5%;
    background: #fff;
    z-index: 100;
    top: 70px;
    width: 500px;
    height:  auto;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #999;
    text-align: justify;
}
/*------------------ 左右ボックス ------------------*/
.rl_box {
  width: 1300px;
  display:flex;
  flex-direction: column;
  margin:0 auto;
  padding-top:40px;
}

.rl_box .text {box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  width: 50%;
  height:260px;
  font-size: 20px;
  text-align: left;
  background: #fff;
  padding:20px 40px 40px 40px;
}

.rl_box .text2 {
  width: 68%;
  font-size: 20px;
  text-align: left;
  padding:0 0 20px 30px;
}

.rl_box .text2 ul {
  background: #fff;
  padding:20px;
  color:#000;
}

.rl_box h3 {
  font-size: 36px;
  line-height:1.5;
  color: #00ABDC;
  margin: 0;
}
.rl_box h3.blue {
  font-size: 30px;
  line-height:1.5;
  color: #1d7fc9;
  margin:0 0 15px 0;
}
.rl_box p {
  margin-top:15px;
}

.rl_box .pict,.rl_box .pict2 {
  width: 100%;
  text-align: center;
  min-height: 0%;
}

.rl_box .pict img {
  max-width: 600px;
  height:auto;
}

.rl_box .pict2 img {
  max-width: 400px;
  height:auto;
  margin-left:20px;
  margin-bottom:20px;
}

@media (min-width:768px) {
.rl_box {
    flex-direction: row;
    justify-content: space-between;
  }
.rl_box:nth-child(even) {
    flex-direction: row-reverse;
  }
  
.rl_box .text,.rl_box .text2 {
    text-align: left;
  }
.rl_box:nth-child(even) .text,.rl_box:nth-child(even) .text2 {
    text-align:left;
  }
.rl_box .pict {
    width:60%;
  }
.rl_box .pict2 {
    width:60%;;
  }
.rl_box .pict img,.rl_box .pict2 img {
    width: 100%;
    height:auto;
  }

.rl_box .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 3%;
  }
  .rl_box .box:nth-child(even) .pict2 {
    margin-left: 0;
    margin-right:0;
  }
}
/*------------------web_box ------------------*/
.web_box {display: flex; justify-content: flex-start;}
.web_box .blue {width:25%;
  margin: 5px;
    background:#b7dbfc;}
.web_box .blue .box-title {
    font-size: 1.2em;
    background: #03447b;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;}
.web_box .blue p {
    padding: 15px 20px;
    margin: 0;
    font-size:15px;
    font-weight: bold;
    color: #000;}
/*------------------kaisha table ------------------*/
.kaisha {
width: 100%;
border-collapse:collapse;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 10px;
font-size:13px;
}

.kaisha th {
font-weight: bold;
background: #5da8cc;
color:#FFF;
}
.kaisha td {
background: #fff;
}
@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}

.blue_box2{
  width: 960px;
    padding:0.2em 1em 1em 1em;
    margin:0 auto;
    color: #c6e4ff;
    background: #fff;
    border-bottom: solid 6px #c0c0c0;
    border-radius: 9px;
  font-size:13px;
}
.blue_box2 p{color: #000;}
.blue_box2 a{color: #06F; text-decoration:underline;}
.blue_box2 a:hover{ text-decoration:none;}
@media screen and (max-width:736px){
.blue_box2{width: 100%; padding:0.2em 0.2em 1em 0;}
.kaisha {margin-left:-7px;}
}    
/*------------------ nayami ------------------*/  
  .nayami {
    background:#eeeeee;
  }
/*------------------ swiper ------------------*/  
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/*------------------ content ------------------*/ 

  .content {
    background:#fff;
  }
  .m30b{ margin-bottom:30px;}


/*------------------ content2 ------------------*/  
  .content2 {
    background:#e4f4fc;
  }

/*------------------ content3 ------------------*/  
  .content3 {
    background: #f1f1f1;
  }
/*------------------ content4 ------------------*/  
  .content4 {
    background: url(../images/con4_bk.jpg) no-repeat;
  } 
    .txt_box_h {
    margin: 30px auto 0;
    padding:40px;
    text-align: left;
    max-width: 970px;
    width: 90%;
	background:#fff;
  } 
  /*------------------ content5 ------------------*/ 
.content5 {
    background: url(../images/ore_bk.jpg) repeat;
background-size: cover;
  }
.pc_box {display: flex; justify-content:flex-end;}
.pc_txt{padding:35px; }
.p_circle {border-radius: 50%; width: 100px;}

/*------------------ check list ------------------*/ 
.check_red{
  padding: 1.5em 1em 0.5em 5em;
  position: relative;
}
.check_red li{font-weight: 900;
  line-height: 1.3;
  padding: 0.5em 0;
  list-style-type: none!important;
  font-size:24px;
}
.check_red li:before{ 
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 3em;
  color:#e61c24;
font-weight: 900;
}

.check_red2{
  padding: 0.5em 1em 0.5em 10.5em;
  position: relative;
}
.check_red2 li{font-size:24px;
  font-weight: 900; 
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.check_red2 li:before { 
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 7.5em;
  color:#e61c24;
font-weight: 900;
}

 .check_red3{background:#fff;
  padding: 1em 1em 1em 5em;
  position: relative;
}
.check_red3 li{font-size:27px;
  font-weight: 900; 
  line-height: 1.2;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.check_red3 li:before { 
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 2.5em;
  color:#e61c24;
font-weight: 900;
}

.check_bl{background:#fff;
  max-width: 680px;
  width: 90%;
  padding: 0.5em 1em 0.5em 10.5em;
  position: relative;
}
.check_bl li {font-size:24px;
  font-weight: 900;
  line-height: 1.2;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.check_bl li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 7.5em;
  color: #1d7fc9;
font-weight: 900;
}


 /*------------------ conversation ------------------*/  

.conversation {background:#f1f1f1;}
.conversation h2 {
    margin: 0 auto;
	padding:40px 0 40px 0;
    text-align: center;
	font-weight: bold;
	font-size: 42px;
	color:#1d7fc9;
  }

.cbox-area{background:url(../images/soudan.png) no-repeat left top;padding-left:85px;float:left;margin:0.3em 0;clear:right; width:100%;}
.cbox-area2{background:url(../images/igarashi.png) no-repeat right top;padding-right:95px;float:right;margin:0.3em 0;text-align:right;clear:left; width:100%;}
.cbox{position:relative;display:inline-block;padding:13px 18px;background:#fff;border:2px solid #805022;margin:5px 5px 5px 8px;border-radius:8px;}
.cbox2{position:relative;display:inline-block;padding:13px 18px;background:#fffaec;border:2px solid #fb6101;margin:5px 5px 5px 8px;border-radius:8px;}
.cbox:after,.cbox:before,.cbox2:after,.cbox2:before{content:"";position:absolute;height:0;width:0}
.cbox:after,.cbox:before{left:-18px}
.cbox2:after,.cbox2:before{right:-18px}
.cbox:after,.cbox2:after{top:10px;border:10px solid transparent}
.cbox:before,.cbox2:before{top:12px;border:8px solid transparent}
.cbox:after{border-right:15px solid #f7f7f7}
.cbox:before{border-right:8px solid #805022}
.cbox2:after{border-left:15px solid #fffaec}
.cbox2:before{border-left:8px solid #fb6101}  
/*------------------ hiketsu ------------------*/

  .hiketsu{background:#ebf7f7;}

  .hiketsu ul {text-align:left;
    margin: 0 auto;
    padding:20px;
    max-width: 750px;
    width: 90%;
  }

  .hiketsu li {
margin:15px 0 -10px -45px;
padding: 5px 5px 7px 80px;
margin-bottom:5px;
border:solid 3px #000;
color:#000;
font-size:25px;
font-weight:bold;
box-shadow: 6px 6px #10b3b3;
background: #fff url(../images/semi_c.png)no-repeat left 1em top 0.2em; width:100%;  height:45px;
}

   .hiketsu p {
  color:#000;
  font-weight: bold;
  font-size:22px;
  }
/*------------------ seminar ------------------*/

  .seminar{background:#c1ecfb;}

  .seminar ul {text-align:left;
    margin: 0 auto;
	  padding:20px;
    max-width: 788px;
    width: 90%;
  }

  .seminar li {
margin:15px 0 -10px -45px;
padding: 13px 5px 7px 80px;
margin-bottom:5px;
border:solid 3px #000;
color:#000;
font-weight:bold;
box-shadow: 6px 6px #2fa2d6;
background: #fff url(../images/semi_c.png)no-repeat left 1em top 0.4em; width:100%;  height:45px;
}

   .seminar p {
	color:#000;
	font-weight: bold;
	font-size:22px;
  }
/*------------------ ボックス　タイトル帯------------------*/
.title_obi{
margin: 2em auto;
background-color: #fff;
padding:3em 2em 2em;
position:relative;
border: 1px solid #000;
}
.obi_txt {
background-color:#000;
font-size: 27px;
font-weight: bold;
color: #fff ;
padding: 15px 20px 15px 40px;
line-height: 1;
position:absolute;
top: -30px;
left: calc(19%);
}
.obi_txt2 {
background-color:#000;
font-size: 30px;
font-weight: bold;
color: #fff ;
padding: 15px 30px;
line-height: 1;
position:absolute;
top: -30px;
left: calc(34%);
}
/*------------------ schedule セミナー詳細------------------*/

  .schedule {
    background:#f1f1f1;
  }
  .schedule h3.tokyo ,.schedule h3.osaka,.schedule h3.nagoya,.schedule h3.fukuoka{  
  font-weight: bold;
  font-size: 42px;
  }
  .schedule h3.tokyo{ color:#ea5a24;}
  .schedule h3.osaka{ color:#37579d;}
  .schedule h3.nagoya{ color:#32c0ee;}
  .schedule h3.fukuoka{ color:#37ab0c;}
  .schedule ul {
	  text-align:left;
	  padding:20px;
  }
   .schedule-t {
    border: 9px solid #ea5a24;
    background:#fff;
    margin: 20px auto 20px;
    padding: 24px 0;
    max-width: 860px;
    width: 90%;
  }
  .schedule-o {
    border: 9px solid #37579d;
	background:#fff;
    margin: 20px auto 20px;
    padding: 24px 0;
    max-width: 860px;
    width: 90%;
  }
   .schedule-n {
    border: 9px solid #32c0ee;
	background:#fff;
    margin: 20px auto 20px;
    padding: 24px 0;
    max-width: 860px;
    width: 90%;
  }
   .schedule-f {
    border: 9px solid #37ab0c;
    background:#fff;
    margin: 20px auto 20px;
    padding: 24px 0;
    max-width: 860px;
    width: 90%;
  }

 /*------------------ graph ------------------*/ 
.graph_box{
  display:flex;
  flex-wrap:wrap;              /* 画面が狭いときは自動で折り返す */
  justify-content:center;      /* 中央寄せ */
  gap:16px;                    /* 画像間のすき間 */
  max-width: calc(600px*2 + 16px); /* 2枚＋すき間分で中央に収まる */
  margin: 16px auto;
  padding: 0 12px;             /* 端の余白（安全マージン） */
}

.graph_box .graph{
  margin:0;
  flex: 0 0 600px;             /* 基本幅を600pxに固定（縮小はOK） */
}

.graph_box img{
  display:block;
  width:600px;                 /* 通常は600pxで表示 */
  max-width:100%;              /* 画面が狭い時は縮む */
  height:auto;
  border-radius:6px;           /* お好みで */
}
 /*------------------ pulldown ------------------*/  

.pd_box {
    display: none;
}
.pd_label {color:#fff;font-weight: 900;
    font-size:24px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #37ab0c;
    display: flex;
    justify-content:center;
    margin: 0 auto 5px;
    width: 100%;
}
.pd_label2 {color:#fff;font-weight: 900;
    font-size:24px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #ea5a24;
    display: flex;
    justify-content:center;
    margin: 0 auto 5px;
    width: 100%;
}
.pd_label::after,.pd_label2::after {
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    transition: all 0.3s;
}

.pd_txt {background: #fff;
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.pd_txt p {
    margin: 0;
    padding: 0 20px;
    word-break: break-all;
}
.pd_txt h3 {display:none;}
.pd_txt .schedule {width:100%;}

.pd_box:checked + .pd_label + .pd_txt {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.pd_box:checked + .pd_label::after {
    transform: rotate(180deg);
}
.pd_box:checked + .pd_label2 + .pd_txt {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.pd_box:checked + .pd_label2::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
    .pd_label,.pd_label2 {
        width: 95%;
    }
    .pd_txt {
        width: 95%;
    }
    .pd_box:checked + .pd_label + .pd_txt {
        padding: 10px 0;
    }
    .pd_box:checked + .pd_label2 + .pd_txt {
        padding: 10px 0;
    }
}
/*------------------ qa ------------------*/  
.qa {background:#fff; padding-bottom:30px;}
.qa a {background-color: transparent;
  color: #1d79be;
  text-decoration: underline;}
.qa a:hover {outline: 0;}
.qa_box {
    display: none;
}
.qa_label {color:#fff;font-weight: 900;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #4d4b4b;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 5px;
    width: 100%;
}
.qa_label::after {
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    transition: all 0.3s;
}

.qa_txt {background: #fff;
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 80%;
    padding: 0;
    margin: 0 auto;
}
.qa_txt p {
    margin: 0;
    padding: 0 20px;
    word-break: break-all;
}
.qa_box:checked + .qa_label + .qa_txt {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.qa_box:checked + .qa_label::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
    .qa_label {
        width: 95%;
    }
    .qa_txt {
        width: 95%;
    }
    .qa_box:checked + .qa_label + .qa_txt {
        padding: 10px 0;
    }
}


/*------------------ t_pro ------------------*/
  .t_pro {
	background:#c1ecfb;
  }

  .t_pro_box {box-shadow: 2px 2px 4px gray;
    max-width: 960px;
    margin: 0 auto;
	margin-bottom:20px;
  }

  .t_pro_box img {
    margin:30px 20px 10px 20px;
	float:right;
  }
  .t_pro ul{
    background: #fff;
    font-size: 16px;
    padding:10px 30px 20px 30px;
    text-align: left;
  }
  
  .t_pro_txt {
    background: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: left;
  }
  .t_pro_txt2 {
    background: #fff;
    font-size: 18px;
    padding: 20px 30px 15px 30px;
    text-align: left;
  }

/*------------------ voice ------------------*/

  .voice {
  background:#37579d;
  }

  .voice_box {
    max-width: 960px;
    margin: 0 auto;
  }

  .voice_box img {
    margin:20px 0 -10px 0;
  }
  
  .v_txt {
    background: #fff;
    font-size: 18px;
    margin-left: 45px;
    padding: 30px;
    text-align: left;
  }

  /* もっと見る（JSなしトグル） */
.voices-toggle {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.voices-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  position: relative;
}

.voices-button {
  display: block;
  margin: 16px auto 8px;
  padding: 10px 18px;
  background: #fff;
  color: #0d3683;
  border: 2px solid #0d3683;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  max-width: 200px;
  transition: opacity .2s ease, transform .05s ease;
}
.voices-button:hover { opacity: .9; }
.voices-button:active { transform: scale(.98); }

/* チェックが入ったら展開＋ボタン非表示 */
.voices-toggle:checked ~ .voices-more {
  max-height: 5000px;
}
.voices-toggle:checked ~ .voices-button {
  display: none;
}

.blue_box{
  width: 1150px;
    padding:0.2em 1em ;
    margin:0 auto;
  margin-top:40px;
    color: #e0eff4;
    background: #e0eff4;
    border-bottom: solid 6px #a2d5e6;
    border-radius: 9px;
}
.blue_box ul {
    margin: 0; 
    padding: 0;
}
 
/*------------------ button ------------------*/  
.t_button {
	position: relative;
	background-color: #ea5a24;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #ea8624;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	font-weight:bold;
	text-align:center;
	
}
.tm_button {
  position: relative;
  background-color: #ea5a24;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #ea8624;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  font-weight:bold;
  text-align:center;
  padding:20px 40px 20px 40px;
  
}
.t_button:hover,.tm_button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #ea5a24;
	text-decoration:none;
}

.f_button {
	position: relative;
	background-color: #37ab0c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #80e35b;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	font-weight:bold;
	text-align:center;
	
}
.f_button:hover,.fm_button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #37ab0c;
	text-decoration:none;
}
.moushikomi{ text-align:center;}

/*------------------ footer ------------------*/

.site-footer {
  background: #f5f5f5;
  padding: 16px 0 80px;
  font-size: 13px;             /* フォントサイズ指定 */
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;                       /* gapを0にして縦線を間に配置 */
}

.footer-links li {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}

/* 各項目の間に縦線（最後はなし） */
.footer-links li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #999;                  /* 縦線の色（お好みで変更可） */
  padding-left: 8px;
}

.footer-links a {
  color: #333;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy {
  margin: 0;
  color: #666;
  font-size: 12px;
}

@media (max-width: 480px) {
  .footer-links li {
    padding: 0 6px;
  }
}



  small {
    display: block;
    padding: 15px 0 20px;
  }




/* PC 以外
------------------------------------------------------------*/ 
@media screen and (max-width: 1024px) { br{display:none;}
small {font-size: 13px;}

/*------------------ jisseki ------------------*/
.igarashi_j{width:100%; margin:0 auto;}
/*------------------ senseigyou ------------------*/
  .senseigyou{
    width:100%;
    margin:10px 0 0 10px;
  }
  .senseigyou>div{
    width:46%; 
    float: left;
  }
.seiseigyou_box{width:95%; text-align:left;}  
.rl_box {
  width: 92%;
  padding-top:20px;
}

.rl_box .text {
  width: 90%;
  font-size: 16px;
  padding:20px;
}

.rl_box .text2 {
  width: 93%;
  font-size: 14px;
  padding:0 10px 20px 10px;
}
 /*------------------ voice ------------------*/
.blue_box{width: 95%; padding:0.2em 0.2em ;
  margin-top:10px;}
  }

/* タブレット横～PC 
------------------------------------------------------------*/ 
@media only screen and (min-width: 961px)and (max-width: 1024px){
 #wrap{overflow: hidden;}   
	.simply-scroll-list li {
	width: 280px;
	height: 186px;
}
.form_back{ float:left; width:20%;}
.form_done{width:66%;text-align:center;}
.cbox-area{background:url(../images/soudan_s.png) no-repeat left top;padding-left:40px;float:left;margin:0.3em 0 0 -5px; width:90%}
.cbox-area2{background:url(../images/igarashi_s.png) no-repeat right top;padding-right:50px;float:right;margin:0.3em 0; width:90%}
}


/* tablet 縦
------------------------------------------------------------*/ 

@media only screen and (min-width: 737px) and (max-width: 960px) {
  
#wrap{overflow: hidden;}
.simply-scroll-list li {
	width: 200px;
	height: 133px;
}
h2,h2.white {font-size: 28px; padding:10px;}
.f30{font-size: 22px;}
.f42{font-size: 30px;}
.katagaki li{font-size: 16px;line-height: 1.8;}
.conversation h2 {
	padding:10px;
	font-size: 28px;}
.error_txt{margin:3px 0 0 200px}
.form_back{ float:left; width:20%;}
.form_done{width:80%;text-align:center;}
.cbox-area{background:url(../images/soudan_s.png) no-repeat left top;padding-left:40px;float:left;margin:0.3em 0 0 -5px; width:90%}
.cbox-area2{background:url(../images/igarashi_s.png) no-repeat right top;padding-right:50px;float:right;margin:0.3em 0; width:90%}
.line_h{font-size:18px;}
.line_h::before{margin-right:20px;}
.line_h::after{margin-left:20px;}
/*------------------ voice ------------------*/

  .voice_box {max-width: 93%;}
  .v_txt {margin-left: 10px;}
  .results li dt {font-size: 18px;}
  .seminar li dt{font-size:19px;}
  .sma{display: block;}
}

/* smartPhone
------------------------------------------------------------*/ 

@media screen and (max-width:736px){
body{ font-size: 13px; line-height: 1.5;}
section {
    padding: 10px 0 10px;
}
.sma{display: block;}
h1 { display:none;}
h2{font-size: 18px; padding:10px;}
h2.white,.content2 h2 {font-size: 20px; padding:10px;}
h2.oreline{font-size:20px;padding: 1.5rem 1.5rem 0.5rem 1.5rem;}
h2.oreline:before {
  width: 100px;
  height: 5px;
}
h2.line,h2.line2,h2.line_b,.txt38 {font-size:18px;}

h2.box {
  font-size:20px;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

h2.line2{font-size:18px;}
h2.line_b::before,h2.line::before,h2.line2::before{margin-right:20px;}
h2.line_b::after,h2.line::after,h2.line2::after{margin-left:20px;}
h2.box::before{font-size:16px; width:70%;}
.txt26{font-size:16px;}

h2.backtxt {margin-top:-20px;
  padding-top: 70px;
  padding-bottom: 30px;
  font-size:20px;
}
h2.backtxt::before {
  top: -10px;
  left: 50%;
  font-size: 90px;
}
.line_h{font-size:18px;}
.line_h::before{margin-right:20px;}
.line_h::after{margin-left:20px;}
h3 {font-size: 18px; padding:10px;}
.m40-b{ margin-bottom:20px;}
#wrap{overflow: hidden;}

  .top{
    background:#fff;
    margin:10px 0 10px 0;
    text-align: center;
    padding:0;
  }

  .sm_img {
    display: block;
  }
.m20-t{ margin-top:20px;}
.head_box2 {padding-top:80px;}
.head_box img,.head_box2 img {display:none;}	
.pc_img {display: none;}
.f30{font-size: 18px;}
.f42{font-size: 24px;}
.katagaki li{font-size: 13px;line-height: 1.8;}
.small {font-size: 12px;}
/*------------------ results ------------------*/

  .results{ background: url(../images/bk_gr2.png) no-repeat; width: 100%; padding:-10px 0 -5px 0;}

  .results ul {
    margin: 5px auto;
  padding:10px;
    max-width: 100%;
    width: 90%;
  background:#fff;
  }

  .results li {
    margin:5px 5px 0 0;
  padding:0 10px 15px 5px;
  }

  .results li dt {font-size: 14px;}
/*------------------ senseigyou ------------------*/
  .senseigyou{
    width:100%;
    margin:10px 0 0 10px;
  }
  .senseigyou>div{
    width:46%; 
    float: left;
  }
.seiseigyou_box{width:95%; text-align:left;}    
.seiseigyou_box  ul{text-align:left; font-weight:bold;font-size:10px; padding-left:10px; }  
.seiseigyou_box p {font-size:16px; }
.seiseigyou_box .box-title {font-size: 22px;}

.rl_box {
  width: 92%;
  padding-top:20px;
}

.rl_box .text {
  width: 90%;
  font-size: 16px;
  padding:20px;
}

.rl_box .text2 {
  width: 95%;
  font-size: 13px;
  padding:0 10px 20px 10px;
}

.rl_box h3 {font-size: 24px;}
.rl_box h3.blue {font-size: 20px;}

.rl_box .pict,.rl_box .pict2 {width: 100%;}

.rl_box .pict img {max-width: 100%;}
  .rl_box .pict2 img {
    width: 100%;
    height:auto;
    margin-left:0;
  }
/*------------------ ボックス　タイトル帯------------------*/
.title_obi{
margin: 2.5em auto;
padding:3em 2em 2em;
}
.obi_txt {
font-size: 16px;
padding: 10px 0 10px 10px;
top: -30px;
left: calc(2%);
}
.obi_txt2 {
font-size: 18px;
padding: 10px 20px;
top: -20px;
left: calc(22%);
}
/*------------------ 画像の上に文字box重ねる ------------------*/

.img_box{
    width: 100%;
    max-width:100%;
    height:350px;
    margin:0 auto;
}

.img_txt img{
    position: absolute;
    right: 5%;
    top:200px;
    width: 180px;
    height: auto;
    object-fit: cover;
}

.img_txt p{
    left: 20px;
    top:0;
    width: 60%;
    height:  auto;
    padding: 15px;
}
/*------------------ graph ------------------*/  
.graph_box{
    max-width: 100%;
    gap:12px;
  }
  .graph_box .graph{
    flex: 1 1 100%;
  }
  .graph_box img{
    width:100%;
  }


/*------------------ nayami ------------------*/  
  .nayami {background:#eeeeee; padding:-10px 0 -5px 0; width: 100%;}
/*------------------ check list ------------------*/ 
.check_red{padding: 0 0 0 2em;}
.check_red li{padding: 0.5em 0;font-size:16px;}
.check_red li:before{ left : 0.5em;}

.check_red2{padding: 0 0 0 2em;}
.check_red2 li{font-size:16px;
padding: 0.5em 0;}
.check_red2 li:before{ left : 0.5em;}

.check_red3{padding: 0 0 0 2em;}
.check_red3 li{font-size:16px;
padding: 0.5em 0;}
.check_red3 li:before{ left : 0.5em;}

.check_bl{
  max-width: 89%;
  width: 89%;
  padding: 0 0 0 3em;
}
.check_bl li {font-size:16px;
  padding: 0.5em 0;
}
.check_bl li:before {left : 1em;}
/*------------------web_box ------------------*/
.web_box {display: block; justify-content: flex-start;}
.web_box .blue {width:98%;
  margin: 5px;}
.web_box .blue .box-title {
    font-size: 1.2em;
    padding: 4px;
    letter-spacing: 0.05em;}
.web_box .blue p {
    padding: 15px 20px;
    font-size:15px;}
/*------------------ lecturer ------------------*/ 
  .lecturer {
    background:# url(../images/lecturer_bk.jpg) no-repeat; width: 100%; padding:-10px 0 -5px 0;
  }
  
  .txt_box1,
  .txt_box2 {
    margin: 10px auto 0;
    padding: 0 10px 0 12px;
    text-align: left;
    max-width: 100%;
    width: 90%;
  }
  .txt_box1 img { width:40%;}
/*------------------ jisseki ------------------*/ 
  .jisseki_box img{margin-bottom:10px;}
.txt2 {margin:30px 15px 10px 5px;
    font-size: 18px;
    width: 88%;}
/*------------------ pulldown ------------------*/  
 .pd_label,.pd_label2{font-size:18px;}
/*------------------ conversation ------------------*/  
.conversation h2 {
	padding:10px;
	font-size: 18px;}
.cbox-area{background:url(../images/soudan_s.png) no-repeat left top;padding-left:40px;float:left;margin:0.3em 0 0 -5px; width:90%}
.cbox-area2{background:url(../images/igarashi_s.png) no-repeat right top;padding-right:50px;float:right;margin:0.3em 0; width:90%}
.cbox, .cbox2{ font-size:12px;}
/*------------------ content2 ------------------*/  
  .content2 {
    background:#e4f4fc; width: 100%; padding:-10px 0 -5px 0;
  }
  
/*------------------ content4 ------------------*/  
  .content4 {
    background: url(../images/con4_bk.jpg) repeat; width: 98%; padding:5px 0 -5px 0; margin-top:15px;
  } 
    .txt_box_h {
    margin: 20px auto 0;
    padding:10px 10px 20px 10px;
    text-align: left;
    max-width: 100%;
  }
/*------------------ content5 ------------------*/
.content5 {
    background: url(../images/ore_bk.jpg) repeat; width: 100%; padding:5px 0 -5px 0;
  }
.txt_box3 {
margin:0 auto;
padding:0;
text-align: left;
max-width: 90%;}
.pc_box {display: flex; justify-content:flex-end;}
.pc_txt{padding:15px; }
.p_circle {border-radius: 50%; width: 80px;}
/*------------------ hiketsu ------------------*/
  .hiketsu{ background:#ebf7f7; width: 100%; padding:-10px 0 -5px 0;}

  .hiketsu ul {
    margin: 0 auto;
  padding:10px 30px 10px 0;
    max-width: 100%;
    width: 78%;
  }

  .hiketsu li {font-size:16px;
    margin:5px 5px 10px -15px;
  padding:5px 10px 15px 50px;
  box-shadow: 3px 3px #10b3b3;
background: #fff url(../images/semi_c.png)no-repeat left 0.1em top 0.3em; width:100%;  height:40px;
  }

.hiketsu p{font-size:15px; padding:0;}
/*------------------ seminar ------------------*/
  .seminar{ background:#c1ecfb; width: 100%; padding:-10px 0 -5px 0;}

  .seminar ul {
    margin: 0 auto;
	padding:10px 30px 10px 0;
    max-width: 100%;
    width: 72%;
  }

  .seminar li {
    margin:5px 5px 10px -15px;
	padding:10px 10px 5px 50px;
  box-shadow: 3px 3px #2fa2d6;
background: #fff url(../images/semi_c.png)no-repeat left 0.1em top 0.1em; width:100%;  height:40px;
  }

.seminar p{font-size:15px; padding:0;}

 /*------------------ voice ------------------*/
   .voice {
  background:#37579d; padding:-10px 0 -5px 0; width: 100%;
  }

  .voice_box {
    max-width: 96%;
  }

  .voice_box img {
    margin:10px 0 -10px 0;
  }  
  .v_txt {
    font-size: 12px;
    margin-left:10px;
    padding:20px 10px 20px 20px;
  }
  .voices-button {
    max-width: 180px;
    padding: 10px 14px;
    font-size: 14px;
    margin: 12px auto;
  }

.blue_box{width: 95%; padding:0.2em 0.2em ;
  margin-top:10px;}   
/*------------------ schedule セミナー詳細------------------*/
  .schedule h3.tokyo ,.schedule h3.osaka,.schedule h3.fukuoka{  
	font-size: 32px;
  }

   .schedule-t {
    border: 9px solid #ea5a24;
    background:#fff;
    margin: 20px auto 10px;
    padding:10px 10px 10px 0;
    max-width: 100%;
  }

/*------------------ t_pro ------------------*/
  .t_pro { background:#c1ecfb; width: 100%; padding:-10px 0 -5px 0;}

  .t_pro_box {
    max-width: 96%;
  }

  .t_pro_box img {
	  width:30%;
    margin:20px 5px 5px 10px;
  }  
  .t_pro_txt{
    font-size: 13px;
    padding:20px 10px 20px 20px;
  }
  .t_pro_txt2 {
    font-size: 13px;
    padding:10px 10px 10px 20px;
  }


/*------------------ button ------------------*/  
.t_button,.o_button,.n_button,.f_button {line-height: 40px;font-size:13px;}
.tm_button,.om_button,.nm_button,.fm_button {
	line-height: 52px;
	padding:10px 15px 10px 15px;
	margin-left:10px;
	font-size:15px	
}
.center{font-size:11px;}

   .fixed_btn a:first-child {
     margin: 5.5% 4%;
     width: 44%;
   }

   .fixed_btn a:nth-child(2) {
     width: 44%;
   }

  .fixed_btn2{
    gap: 8px;
  }
  .fixed_btn2 a{
    min-width: 50%;
    font-size: 13px;
    height: 40px;
    padding: 0;
  }

}

