@charset "UTF-8";

/* CSS Document */
body {
  background-image: url(../images/bg_paper.jpg);
  background-repeat: repeat;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
  width: 920px;
  margin: 0px auto;
}

header {
  width: 100%;
  margin-bottom: 30px;
}

#sp_btn {
  display: none;
}

header h1 {
  font-size: 12px;
  font-weight: normal;
  margin: 25px 0px 70px;
}

header .header-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px;
}

header .header-row.sp-only {
  display: none;
}

header .logo {
  width: 220px;
  height: 62px;
  margin-right: 30px;
}

header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

header .logo img {
  width: 100%;
  height: auto;
}

header .st_tt {
  width: 538px;
  background-image: url(../images/st_tt.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  height: 0px;
  margin: 0 55px 0 0;
  padding-top: 86px;
  overflow: hidden;
}

header #contact {
  width: 75px;
  height: 75px;
}

header #contact a {
  display: block;
  width: 75px;
  height: 0px;
  padding-top: 75px;
  overflow: hidden;
  background-image: url(../images/btn_mail.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

section {
  margin: 0px auto 40px auto;
}

footer {
  clear: both;
  width: 100%;
}

footer p {
  clear: both;
  width: 100%;
  font-size: 77%;
  color: #FFF;
  height: 30px;
  background-color: #2d2819;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: center;
  line-height: 30px;
}

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

li {
  list-style: none;
}

#pr_block {
  width: 910px;
  margin: 0px auto;
}

#contents {
  line-height: 150%;
  width: 100%;
  color: #555;
}

/*ナビ*/
nav {
  margin-bottom: 30px;
}

nav ul {
  list-style: none;
  padding: 0px;
}

nav>ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

nav>ul>li {
  width: 145px;
  height: 42px;
  flex: none;
  margin: 0 4px;
  position: relative;
}

nav>ul>li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #3c8c64;
  color: #fff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

nav>ul>li a:hover {
  background: #3aaf72;
  color: #fff;
}

nav>ul>li>ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}

nav>ul>li:hover>ul {
  z-index: 3;
  width: 100%;
  margin: 0 auto;
}

nav>ul>li>ul>li {
  overflow: hidden;
  height: 0;
  transition: .2s;
}

nav>ul>li:hover>ul li {
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}

nav>ul>li:hover>ul li:first-child {
  border-top: 1px solid #fff;
}

nav>ul>li>ul>li a {
  background: #3c8c64;
}

#home #pr_block {
  display: flex;
  justify-content: space-between;
}

#home #img_block {
  flex: none;
  width: 595px;
  margin-bottom: 20px;
}

/*スライダー*/
#slider-area {
  margin: 0px 0px 20px;
}

#slider-area ul {
  list-style: none;
}

#home #news {
  width: 100%;
}

#home #news #twitter {
  display: flex;
  justify-content: space-between;
}

#home #news #twitter .col {
  flex: none;
  width: 446px;
}

#home #tw_hmm,
#home #tw_nmz {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 14px;
  padding: 0px;
  margin: 20px 0px 5px;
  font-size: 12px;
  line-height: 2;
  box-sizing: border-box;
  white-space: nowrap;
}

#home #tw_hmm::before,
#home #tw_nmz::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_twitter.png) top left / contain no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  flex: none;
}

.tw_block {
  width: 100%;
  height: 200px;
  background-color: #fff;
  margin: 0px 0px 10px;
}

#news h2.st_blog {
  width: 100%;
  display: block;
  height: 0px;
  margin: 20px 0px 10px;
  background-image: url(../images/st_blog.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 19px;
  overflow: hidden;
}

#blog_block.row {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}

#blog_block.row .col {
  flex: none;
  width: 100%;
}

#blog_block h2.st_blog {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 0px;
  margin: 20px 0px 20px;
  font-size: 12px;
  line-height: 14px;
  box-sizing: border-box;
}

#blog_block h2.st_blog::before {
  content: "BLOG";
  height: 18px;
  padding: 0 8px;
  margin-right: 1em;
  display: inline-block;
  background: #943a3b;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: 18px;
}

#blog_block h2.st_blog.bnmz::before {
  background: #286e3c;
}

#blog_block h2.st_blog::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 56%;
  height: 20px;
  background-color: transparent;
  background-image:
    radial-gradient(#943a3b 16%, transparent 16%), radial-gradient(#943a3b 16%, transparent 16%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
}

#blog_block h2.st_blog.bnmz::after {
  background-image:
    radial-gradient(#286e3c 16%, transparent 16%), radial-gradient(#286e3c 16%, transparent 16%);
}

/*feed*/
#feedH,
#feedN {
  width: 100%;
  margin: 0px auto;
  background-color: #F2F2F2;
  height: 230px;
  white-space: nowrap;
  overflow: auto;
}

#feedH div.newsItem,
#feedN div.newsItem {
  color: #555;
  padding: 10px;
  line-height: 1em;
  margin-right: 5px;
  margin-left: 5px;
  width: 150px;
  height: 185px;
  overflow: hidden;
  position: relative;
  white-space: normal;
  display: inline-block;
}

#feedH p.bImg,
#feedN p.bImg {
  width: 150px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}

#feedH p.bImg img,
#feedN p.bImg img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#feedH .bDate,
#feedN .bDate {
  font-size: 10px;
  width: 100%;
  margin-bottom: 5px;
}

#feedH h3.bTitle,
#feedN h3.bTitle {
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  overflow: hidden;
}

#feedH .bText,
#feedN .bText {
  font-size: 10px;
  line-height: 1.2em;
  width: 100%;
  margin-bottom: 0px;
}

#feedH a.linkItem,
#feedN a.linkItem {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#feedH div.newsItem:hover,
#feedN div.newsItem:hover {
  background-color: #FFF;
}

/*右側*/
#home #cm_block {
  flex: none;
  width: 294px;
  margin-bottom: 20px;
}

#home #cm_block #cm {
  flex: none;
  width: 100%;
  margin: 0 0 10px auto;
}

#home #cm_block #cm h2 {
  width: 100%;
  height: 23px;
  margin-bottom: 10px;
}

#home #cm_block #cm h2 img {
  width: auto;
  height: 23px;
}

#home #cm_block iframe {
  width: 100%;
  height: 165px;
}

#banner ul {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 290px;
}

#banner>ul>li {
  position: relative;
  height: 38px;
  width: 100%;
  margin-bottom: 4px;
}

#banner>ul>li:first-child {
  height: 51px;
}

#banner>ul>li>a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 38px;
  font-size: xx-small;
  overflow: hidden;
}

#banner>ul>li:first-child>a {
  padding-top: 51px;
}

#banner .nhp>a {
  background-image: url("../images/bn_nhp.png");
}

#banner .nbj>a {
  background-image: url("../images/bn_nbj.png");
}

#banner .nfb>a {
  background-image: url("../images/bn_nfb.png");
}

#banner>ul>li>ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  left: 0;
}

#banner>ul>li:hover>ul {
  z-index: 10;
  width: 100%;
}

#banner>ul>li>ul>li {
  overflow: hidden;
  height: 0;
  transition: .2s;
}

#banner>ul>li:hover>ul>li {
  overflow: visible;
  height: 32px;
  border-top: 1px solid #fff;
}

#banner>ul>li>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #2E6DB5;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

#banner ul li a:hover {
  opacity: 0.75;
}

/*日本語教師の魅力*/
#home .st,
#interview .st,
#basic .st,
#major .st,
#inq .st,
#briefing .st,
#school .st {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  overflow: hidden;
  padding: 64px 0px 0px;
  height: 0px;
  width: 100%;
  margin: 0px auto 20px;
}

/*日本語教師になるには*/
#home #become .st {
  background-image: url(../images/st_become.png);
}

#home #become ol {
  color: #543c3c;
  font-size: 22PX;
  font-weight: bold;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0px 0px 25px 30px;
  width: 28em;
}

#home #become ol li {
  padding: 10px 0px 10px 34px;
  line-height: 150%;
  position: relative;
}

#home #become ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #286e3c;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  width: 31px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
}

#home #become ol li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-image: linear-gradient(to right, #286e3c, #286e3c 8px, transparent 8px, transparent 16px);
  background-size: 16px 2px;
  background-repeat: repeat-x;
}

#home #become .ssst {
  margin: 0 0 20px 30px;
  color: #286e3c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
}

#home #become p {
  color: #543c3c;
  font-size: 18PX;
  font-weight: bold;
  padding: 0;
  margin: 0px 30px 20px 30px;
}

#home #become p img {
  width: 860px;
}

#home #become p.ex {
  margin: -20px 30px 50px 30px;
  color: #543c3c;
  font-size: 14PX;
  text-align: center;
}

#home #become p.ex a {
  color: #543c3c;
}

/*問い合わせボタン*/
.btn-form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 40px auto 40px;
}

.btn-form .btn {
  width: 280px;
  height: 60px;
}

.btn-form .btn a {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 60px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.btn-form .btn a:hover {
  opacity: 0.8;
}

.btn-form .btn.inq a {
  background-image: url(../images/btn_inq.png);
}

.btn-form .btn.brief a {
  background-image: url(../images/btn_setsumei.png);
}

.btn-form .btn.school a {
  background-image: url(../images/btn_openschool.png);
}

#home .btn a:hover {
  opacity: 0.8;
}

/*5つの特徴*/
#home #features {
  padding: 45px 0px 0px;
  background: #fff;
  border: solid 6px #E6DECD;
  border-radius: 36px;
}

#home #features #features01 {
  order: 1;
}

#home #features #features02 {
  order: 3;
}

#home #features #features03 {
  order: 2;
}

#home #features .accordion-tab {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0 40px;
  border-radius: 0 0 32px 32px;
  color: #286E3C;
  font-weight: bold;
  text-align: center;
}

#home #features .accordion-tab:hover {
  cursor: pointer;
  background: #286E3C;
  color: #fff;
  transition: .5s;
}

#home #features .accordion-tab::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 20px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #286E3C;
  border-right: 4px solid #286E3C;
  transform-origin: center;
  transform: translateX(-50%) rotate(135deg);
}

#home #features .accordion-tab:hover::after {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transition: .5s;
}

#home #features .accordion {
  display: none;
}

#home #features .st {
  position: relative;
  width: 402px;
  height: 90px;
  padding: 0;
  overflow: visible;
}

#home #features .st img {
  width: 100%;
  height: 100%;
}

#home #features .st::before,
#home #features .st::after {
  position: absolute;
  content: "";
  display: block;
}

#home #features .st::before {
  left: -205px;
  top: -100px;
  width: 188px;
  height: 206px;
  background: url("../images/img_features_hamamatsu.png") center center / contain no-repeat;
}

#home #features .st::after {
  right: -250px;
  top: -100px;
  width: 241px;
  height: 206px;
  background: url("../images/img_features_shizuoka.png") center center / contain no-repeat;
}

#home #features ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}

#home #features .stripe {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 238, 201, 1) 5px, rgba(255, 238, 201, 1) 7px);
}

#home #features ul li {
  display: flex;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 270px;
  height: 120px;
  margin: 0 18px 18px 0;
  padding: 20px;
  background: #fff;
  border: solid 4px #5A8470;
  border-radius: 36px;
  box-sizing: border-box;
}

#home #features ul li:nth-child(3),
#home #features ul li:last-child {
  margin-right: 0px;
}

#home #features ul li:nth-child(4),
#home #features ul li:nth-child(5) {
  margin-bottom: 0px;
}

#home #features ul li span.num {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  background-color: #286e3c;
  color: #fff;
  border-radius: 22px;
  font-size: 26px;
  font-weight: bold;
  width: 44px;
  height: 44px;
}

#home #features ul li span.spb {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

#home #features ul li span.spb em {
  font-style: normal;
  font-size: 25px;
  color: #286E3C;
}

#home #features .sst {
  display: flex;
  justify-content: flex-start;
  width: 880px;
  margin: 0 auto;
}

#home #features .sst img {
  display: block;
  width: 190px;
  height: 88px;
}

#home #features .sst::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 690px;
  height: 5px;
  margin: 30px 0 0 -20px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(145deg, transparent, transparent 2px, rgba(128, 41, 45, 1) 2px, rgba(128, 41, 45, 1) 3px);
}

#home #features .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 848px;
  margin: 0 auto;
}

#home #features .row .col {
  width: 420px;
}

#home #features .row .col:last-child {
  border-left: dashed 1px #286e3c;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

#home #features .dt-item {
  margin: 0 0 50px;
}

#home #features .dt-item:last-child {
  margin: 0;
}

#home #features .dt-item .ssst {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #286e3c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

#home #features .dt-item .ssst .num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  background-color: #286e3c;
  color: #fff;
  border-radius: 13px;
  font-size: 16px;
  width: 26px;
  height: 26px;
  margin-right: 14px;
}

#home #features .dt-item p {
  width: 350px;
  margin: 0 0 1em 40px;
  text-align: justify;
}

#home #features .dt-item p.bg-gr {
  padding: 12px 2px;
  background: #868686;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#home #features .dt-item p.bg-gr span {
  display: inline-block;
  text-align: left;
}

#home #features .dt-item p.ex {
  font-size: 80%;
}

#home #features .dt-item p img {
  width: 100%;
  height: auto;
}

#home #features .btn.voice-b a {
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding: 52px 0px 0px;
  background-image: url(../images/btn_voice.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

#home #features .dt-item.wide {
  width: 100%;
  margin: 20px auto 30px;
  padding: 0;
}

#home #features .dt-item.wide .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#home #features .dt-item.wide .dt-col {
  width: 358px;
  margin: 0;
  padding: 0;
}

#home #features .dt-item.wide .dt-col p {
  width: 320px;
  padding: 0;
}

#home #features .dt-item.wide .btn.voice-b {
  width: 320px;
}

#home #features .dt-item.wide p.photo {
  width: 456px;
  height: 248px;
  margin: 0 0 0 26px;
}

#home #features .dt-item.wide .dt-col:last-child {
  width: 490px;
  text-align: right;
}

#home #features .dt-item.wide .dt-col:last-child .b-box {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 6px 10px;
  color: #E56D4C;
  border: solid 2px #E56D4C;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

#home #features .dt-item.wide .dt-col:last-child .b-box span {
  font-size: 150%;
  font-weight: bold;
}

#home #features .dt-item.wide .dt-col:last-child .ex {
  width: auto;
  margin: 0;
  text-align: right;
}

#home #features .dt-item.wide img {
  flex: none;
  display: inline-block;
  vertical-align: middle;
}

#home #features .dt-item.wide img.hikaku01 {
  width: 447px;
  height: 231px;
}

#home #features .dt-item.wide img.hikaku02 {
  width: 363px;
  height: 157px;
}

#home #careerpath .st {
  background-image: url(../images/st_careerpath.png);
}

#home #careerpath .stripe {
  width: 894px;
  margin: 0 auto;
  padding: 32px 86px 36px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(201, 230, 255, 1) 5px, rgba(201, 230, 255, 1) 7px);
  border-radius: 36px;
  box-sizing: border-box;
}

#home #careerpath .lead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 780px;
  height: 128px;
  margin: 0 auto 32px;
  color: #543C3C;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border-radius: 64px;
}

#home #careerpath .lead em {
  font-size: 34px;
  font-style: normal;
}

#home #careerpath .sst {
  margin: 0 auto 32px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#home #careerpath .sst span {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 34px;
  color: #286E3C;
}

#home #careerpath ul {
  width: 720px;
  height: 0px;
  margin: 0 auto;
  padding: 236px 0 0 0;
  background: url("../images/img_careerpath.png") center center / contain no-repeat;
  overflow: hidden;
}

#home #course .st {
  background-image: url(../images/st_kouza.png);
}

#home #course .sst {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  overflow: hidden;
  padding: 92px 0px 0px;
  margin: 0px 0px 0px 10px;
  height: 0px;
  width: 910px;
}

#home #course .sst.course2 {
  background-image: url(../images/sst_course.png);
}

#home #course .course-row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

#home #course .course-col {
  width: 390px;
}

#home #course .course-col .img {
  margin: 20px 0 10px 0;
}

#home #course .row {
  display: flex;
  align-items: center;
}

#home #course #basic-course.course-col .btn.cur-hmt,
#home #course #basic-course.course-col .btn.cur-siz {
  width: 310px;
  padding: 0px;
}

#home #course #basic-course.course-col .btn.cur-hmt {
  margin-bottom: 5px;
}

#home #course #basic-course.course-col .btn.cur-siz {
  margin-bottom: 20px;
}

#home #course #basic-course.course-col .btn.cur-hmt a,
#home #course #basic-course.course-col .btn.cur-siz a {
  width: 100%;
  height: 0px;
  padding: 76px 0px 0px 0px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

#home #course #basic-course.course-col .btn.cur-hmt a {
  background-image: url(../images/btn_cur_basic.png);
}

#home #course #basic-course.course-col .btn.cur-siz a {
  background-image: url(../images/btn_cur_basic_siz.png);
}

/*#home #course #basic-course.course-col .btn.cur-nmz a {
  background-image: url(../images/btn_cur_basic_nmz.png);
}*/
#home #course #major-course.course-col .btn.cur-hmt {
  width: 310px;
  padding: 0px;
  margin-bottom: 20px;
}

#home #course #major-course.course-col .btn.cur-hmt a {
  width: 100%;
  height: 0px;
  padding: 76px 0px 0px 0px;
  display: block;
  overflow: hidden;
  background-image: url(../images/btn_cur_major_hmt.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

#home #course #basic-course.course-col .img {
  margin: 0px 0px 12px;
}

#home #course #major-course.course-col .img-major {
  position: relative;
  margin: 0px 0px 12px;
}

#home #course #major-course.course-col .img-major .osusume {
  display: block;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 226px;
}

#home #course #major-course.course-col .img-major .osusume a {
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding: 58px 0px 0px;
  background-image: url(../images/btn_osusume.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

#home #course .text {
  margin: 0px auto 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

#home #course .text.sf {
  font-size: 80%;
}

#home #course .ssst {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #286e3c;
  font-weight: bold;
  margin: 0 30px 20px 30px;
  font-size: 23px;
}

#home #course .course-col .ssst {
  margin: 20px 30px 10px 0px;
}

#home #course .ssst .num {
  display: block;
  background-color: #286e3c;
  color: #fff;
  border-radius: 13px;
  font-size: 17px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  margin-right: 2px;
}

#home #course .ssst .smfont {
  font-size: 18px;
  color: #3c8c64;
}

#home #course .ssst .d-btn {
  width: 128px;
  height: 0px;
  padding-top: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  margin-bottom: -4px;
}

#home #course .ssst .d-btn:hover {
  opacity: 0.8;
}

#home #course .ssst .d-btn.pink {
  background-image: url(../images/btn_detail_pink.png);
}

#home #course .ssst .d-btn.green {
  background-image: url(../images/btn_detail_green.png);
}

#home #course .border_h {
  overflow: hidden;
  background-image: url(../images/border_vertical_5_green.png);
  background-repeat: repeat-y;
  background-position: center;
  margin-bottom: 20px;
}

#home #course .iblock {
  width: 390px;
}

#home #course .iblock:nth-child(3) {
  padding-bottom: 0px !important;
}

#home #course .iblock:nth-child(-n+2) {
  padding-bottom: 20px;
  background-image: url(../images/border_horizontal_5_green.png);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 20px;
}

#home #course .iblock.leftside {
  float: left;
  padding-bottom: 20px;
  margin-left: 25px;
}

#home #course .iblock.rightside {
  float: right;
  padding-bottom: 20px;
  margin-right: 25px;
  width: 370px;
}

#home #course .btn.voice {
  width: 256px;
}

#home #course .btn.voice a {
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding: 42px 0px 0px;
  background-image: url(../images/btn_voice.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

#home #course .btn.voice-b {
  width: 320px;
}

#home #course .btn.voice-b a {
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding: 52px 0px 0px;
  background-image: url(../images/btn_voice.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

#home #course .img img {
  width: 380px;
  height: 230px;
}

#home #course h5 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background-color: #868686;
  padding: 5px;
  text-align: center;
  margin-bottom: 1em;
}

#home #course .shimada {
  display: flex;
  justify-content: space-between;
}

#home #course .shimada .text {
  width: 230px;
  margin: 0px;
}

#home #course .shimada .photo {
  width: 100px;
}

#home #course .shimada .photo img {
  width: 100%;
  height: 117px;
}

#home #course .photo2 {
  margin-bottom: 10px;
}

#home #course .photo2 img {
  width: 368px;
  height: 180px;
}

#home #curriculum .st {
  background-image: url(../images/st_sonotakouza.png);
}

#home #curriculum .accordion-tab {
  width: 280px;
  height: 0px;
  padding: 60px 0px 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  cursor: pointer;
  margin-bottom: 40px;
  margin-left: 40px;
}

#home #curriculum .accordion-tab:hover {
  opacity: 0.8;
}

#home #curriculum #hmt-block .accordion-tab {
  background-image: url(../images/btn_acc_hmt.png);
}

#home #curriculum .sst {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  overflow: hidden;
  padding: 92px 0px 0px;
  margin: 0px 0px 0px 10px;
  height: 0px;
  width: 900px;
}

#home #curriculum #hmt-block .sub.kouza1 .sst {
  background-image: url(../images/st_sp_course.png);
}

#home #curriculum #hmt-block .sub.kouza2 .sst {
  background-image: url(../images/st_cm_course.png);
}

#home #curriculum #hmt-block .sub.kouza3 .sst {
  background-image: url(../images/st_sub_course.png);
}

#home #curriculum #hmt-block .sub {
  margin-bottom: 50px;
}

#home #curriculum .sp-kouza-block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

#home #curriculum .sp-kouza {
  width: 500px;
}

#home #curriculum .sp-kouza span {
  display: inline-block;
  padding: 5px 20px;
  background-color: #ffd3b7;
  border: solid 1px #fff;
  margin-right: 5px;
}

#home #curriculum .sp-kouza span.noon {
  background-color: #fff;
}

#home #curriculum .sp-kouza-block h5 {
  font-size: 26px;
  margin-bottom: 12px;
}

#home #curriculum .sub.kouza1 .sp-kouza p {
  margin-bottom: 10px;
}

#home #curriculum .sub.kouza1 .sp-kouza h5 {
  color: #555;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  margin-bottom: 10px;
}

#home #curriculum #hmt-block .sub.kouza2 .sp-kouza {
  background-color: #fff;
  border: solid 1px #80292d;
  padding: 1em;
  border-radius: 8px;
  display: block;
  text-align: center;
}

#home #curriculum #hmt-block .sub.kouza2 .sp-kouza p {
  display: inline-block;
  color: #80292d;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0px;
  text-align: left;
}

#home #curriculum #hmt-block .sub.kouza3 .sp-kouza h5 {
  color: #80292d;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  margin-bottom: 10px;
}

#home #curriculum .btn.contact {
  width: 332px;
}

#home #curriculum .btn.contact a {
  display: block;
  width: 100%;
  height: 0px;
  padding: 98px 0px 0px;
  background-image: url(../images/btn_adv_app_hmt.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  overflow: hidden;
}

#home #curriculum table {
  width: 890px;
  margin: 0px 0px 10px 20px;
}

#home #curriculum tr {
  border-bottom: dashed 1px #cecece;
}

#home #curriculum tr:first-child,
#home #curriculum tr:last-child {
  border-bottom: none;
}

#home #curriculum th,
#home #curriculum td {
  padding: 14px 12px;
  text-align: center;
  vertical-align: middle;
  border-right: dashed 1px #cecece;
  white-space: nowrap;
}

#home #curriculum th {
  background-color: #a84f49;
  color: #fff;
  border-bottom: none;
}

#home #curriculum td {
  background-color: #fff;
}

#home #curriculum td.am {
  background-color: #ffd3b7;
}

#home #curriculum th.aff,
#home #curriculum td.aff {
  text-align: left;
  border-right: none;
  white-space: normal;
}

#home #curriculum th.aff {
  text-align: center;
}

#home #curriculum .note {
  width: 860px;
  text-align: left;
  text-indent: -1em;
  margin-left: 3em;
}

#home #curriculum .note:last-of-type {
  text-align: right;
  margin-bottom: 30px;
}

#home #curriculum .cur2 th {
  background-color: #999;
  white-space: nowrap;
}

#home #curriculum #hmt-block .accordion {
  border-bottom: dashed 3px #999;
  margin-bottom: 60px;
}

#home #curriculum #hmt-block .row {
  display: flex;
  justify-content: center;
  margin: 0px 0px 40px;
}

#home #curriculum #hmt-block .row p {
  width: 412px;
  height: 295px;
}

#home #curriculum #hmt-block .row p:first-child {
  margin-right: 10px;
}

#home #curriculum #hmt-block .row p img {
  width: 100%;
  height: 100%;
}

#home #curriculum #hmt-block .jt {
  margin-left: 20px;
}

#home #curriculum #hmt-block .jt ul {
  margin: 0 auto 80px;
}

#home #curriculum #hmt-block .jt li {
  margin-left: 1em;
  text-indent: -1em;
}

#home #teacher .st {
  background-image: url(../images/st_teacher.png);
}

#home #teacher .instructor {
  width: 436px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 3px #E6DECD;
  border-radius: 8px;
  box-sizing: border-box;
  color: #555;
}

#home #teacher .instructor .row {
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 10px;
  /* min-height: 200px; */
}

#home #teacher .instructor .col {
  flex: 1;
  width: auto;
  margin: 0 10px 0 0;
}

#home #teacher .instructor .iphoto {
  flex: none;
  width: 140px;
  /*  width: 152px;
  height: 142px;*/
}

#home #teacher .instructor .iphoto img {
  width: 100%;
  aspect-ratio: 152 / 142;
  /*height: 100%;*/
}

#home #teacher .instructor .iname {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 5px;
  border-bottom: dashed 1px #286E3C;
  font-size: 18px;
  font-weight: bold;
}

#home #teacher .instructor .sicon {
  height: 46px;
}

#home #teacher .instructor .sicon img {
  width: 46px;
  height: 46px;
  margin: 0 4px 0 0;
}

#home #teacher .instructor .sicon img:last-child {
  margin: 0;
}

#home #teacher .instructor .ibelong {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}

#home #teacher .instructor .isubject {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 12px;
  background: #555;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

#home #teacher .instructor ul {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
}

/* #home #teacher .instructor dl {
  display: flex;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
}
#home #teacher .instructor dt {
  flex: none;
  margin-right: 0.5em;
}
#home #teacher .instructor dd {
  flex: 1;
  width: auto;
  line-break: strict;
} */
#home #teacher .instructor .comment {
  width: 368px;
  margin: 0 auto 20px;
  font-size: 14px;
  text-align: justify;
}

#home #teacher #inst-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 886px;
  margin: 0px auto 40px;
}

#home #teacher #inst1.instructor .btn-teacher {
  right: 41px;
}

#home #teacher #inst1 {
  width: 900px;
  padding-top: 235px;
  background-image: url(../images/img_teacher_inst1.png);
  margin: 0px auto 20px;
}

#home #interview .st {
  background-image: url(../images/st_interview.png);
}

#home #interview .sst {
  width: 913px;
  height: 0px;
  padding-top: 32px;
  overflow: hidden;
  background-image: url(../images/st_voice.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  margin: 0px auto 20px auto;
}

#home #interview #gra-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  margin: 0px auto 20px;
}

#home #interview .graduate {
  width: 439px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 3px #E6DECD;
  border-radius: 8px;
  box-sizing: border-box;
}

#home #interview .graduate .row {
  display: flex;
  justify-content: space-between;
  width: 403px;
  margin: 0 0 20px 10px;
}

#home #interview .graduate .col {
  flex: none;
  width: 233px;
}

#home #interview .graduate .gtt {
  width: 100%;
  margin: 0 0 10px;
  padding: 8px 0;
  border-bottom: dashed 1px #286E3C;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.25;
  color: #286E3C;
}

#home #interview .graduate .gname {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #555;
}

#home #interview .graduate .gpost {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#home #interview .graduate .gphoto {
  flex: none;
  width: 146px;
  height: 140px;
}

#home #interview .graduate .gphoto img {
  width: 100%;
  height: 100%;
}

#home #interview .graduate .comment {
  width: 379px;
  margin: 0 auto 1em;
  font-size: 14px;
  text-align: justify;
}

#home .btn-more {
  width: 234px;
  height: 46px;
  margin: 28px auto;
}

#home .btn-more a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-indent: -1em;
  text-align: center;
  line-height: 46px;
  background: #3C8C64;
  border-radius: 23px;
}

#home .btn-more a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 9px;
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}

#home .btn-more a::after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 15px;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 10px solid #3C8C64;
}

#home #interview .btn-more a:hover {
  opacity: 0.8;
}

#home #support .st {
  background-image: url(../images/st_support.png);
}

#home #support #support-block {
  width: 880px;
  height: 0px;
  padding-top: 246px;
  display: block;
  overflow: hidden;
  background-image: url(../images/img_support.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  position: relative;
  margin: 0px auto 20px;
}

#home #support #support-block .btn-support {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 220px;
}

#home #support #support-block .btn-support a {
  width: 100%;
  height: 0px;
  padding-top: 39px;
  display: block;
  overflow: hidden;
  z-index: 10;
  background-image: url(../images/btn_support.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

#home #support #support-block .btn-support a:hover {
  opacity: 0.8;
}

#home #faq .st {
  background-image: url(../images/st_faq.png);
}

#home #faq .question,
#home #faq .ex,
#home #faq .ex a {
  font-size: 18px;
  font-weight: bold;
  color: #286e3c;
  margin-bottom: 10px;
}

#home #faq .ex a:hover {
  color: #F60;
}

#home #faq .faq-item {
  width: 880px;
  box-sizing: border-box;
  padding: 20px 0px 36px 105px;
  margin: 0px auto 10px;
  background-image: url(../images/bg_faq_line.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
}

#home #faq #q5.faq-item {
  background-image: none;
}

#home #faq .faq-item:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

#home #faq #q1.faq-item:before {
  background-image: url(../images/icon_faq_q1.png);
}

#home #faq #q2.faq-item:before {
  background-image: url(../images/icon_faq_q2.png);
}

#home #faq #q3.faq-item:before {
  background-image: url(../images/icon_faq_q3.png);
}

#home #faq #q4.faq-item:before {
  background-image: url(../images/icon_faq_q4.png);
}

#home #faq #q5.faq-item:before {
  background-image: url(../images/icon_faq_q5.png);
}

#home #faq #q6.faq-item:before {
  background-image: url(../images/icon_faq_q6.png);
}

/*インタビュー*/
#interview #greeting .st {
  background-image: url(../images/st_greeting.png);
}

#interview .interview-t {
  background-color: #fff;
  margin: 0px auto 30px;
  padding: 20px 40px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

#interview .int-w {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}

#interview .int-w .interview-t {
  width: 360px;
  background-color: #fff;
  margin: 0px 0px 30px;
  padding: 20px 40px;
  font-size: 15px;
  display: block;
}

#interview .interview-t .t-name {
  font-size: 22px;
  line-height: 1em;
  border-bottom: dashed 1px #286e3c;
  padding-bottom: 15px;
  margin: 0px 0px 10px;
}

#interview .interview-t .cic {
  font-size: 14px;
  color: #fff;
  background-color: #555;
  padding: 1px 10px;
  width: 4.5em;
  text-align: center;
  margin: 0px 0px 5px;
}

#interview .interview-t .comment {
  text-align: justify;
  text-justify: inter-ideograph;
}

#interview .interview-t .inter-block {
  width: 516px;
}

#interview .int-w .interview-t .inter-block {
  width: 360px;
}

#interview .interview-t .photo-block {
  width: 255px;
  margin: 20px 0px 0px;
}

#interview .interview-t .photo-block img {
  width: 100%;
  height: auto;
}

#interview .interview-t .photo-block .hp_url {
  width: 180px;
  height: 32px;
  margin: 20px auto;
}

#interview .interview-t .photo-block .hp_url a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
  background: #555;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  border-radius: 16px;
}

#interview .interview-t .photo-block .hp_url a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border: solid 8px transparent;
  border-left: solid 8px #fff;
}

#interview .interview-t .photo-block .hp_url a:hover {
  background: #999;
}

#interview .interview-t .inter-row {
  display: flex;
  justify-content: space-between;
  /*justify-content: flex-end;*/
}

#interview .interview-t .p-list,
#interview .interview-t .c-list {
  margin: 0px 0px 30px;
  flex: 1;
}

#interview .interview-t .p-list li,
#interview .interview-t .c-list li {
  width: 100%;
  white-space: nowrap;
}

#interview .interview-t dl.c-list {
  display: flex;
  justify-content: flex-start;
  /*flex-wrap: wrap;*/
  width: 100%;
}

#interview .interview-t dl.c-list+dl.c-list {
  margin-top: -1em;
}

#interview .interview-t dl.c-list dt {
  width: auto;
  margin-right: 0.5em;
  flex: none;
}

#interview .interview-t dl.c-list dd {
  width: auto;
}

#interview .interview-t .school {
  flex-basis: 200px;
  text-align: right;
}

#interview .interview-t .school img {
  width: 46px;
  height: 46px;
  margin: 0px 2px;
}

#interview #voice .st {
  background-image: url(../images/st_interview.png);
}

#interview #voice .sst {
  background-image: url(../images/st_voice.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  overflow: hidden;
  padding: 36px 0px 0px;
  margin: 0px 0px 20px 0px;
  height: 0px;
  width: 920px;
}

#interview #voice .ssst {
  color: #286e3c;
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
  border-bottom: dashed 1px #286e3c;
  padding-bottom: 5px;
  margin: 0px 0px 15px;
  text-indent: 1em;
}

#interview #voice .interview-g {
  width: 920px;
  height: auto;
  padding: 20px 40px 20px 64px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-image: url(../images/bg_interview.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: left top;
  margin: 0px 0px 45px;
  filter: drop-shadow(0px 0px 4px #ccc);
}

#interview #voice .g-title {
  color: #286e3c;
  font-size: 26px;
  background-image: url(../images/bg_faq_line.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0px 0px 15px;
  margin: 0px 0px 8px;
}

#interview #voice .g-name {
  font-size: 21px;
  font-weight: bold;
  width: 524px;
  margin: 0px 0px 6px;
}

#interview #voice .p-list {
  font-size: 17px;
  font-weight: bold;
  margin: 0px 0px 6px;
}

#interview #voice .comment {
  width: 512px;
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
}

#interview #voice .photo-block {
  width: 282px;
}

#interview #voice .photo-block img {
  width: 100%;
  height: auto;
}

/*基礎課程*/
#basic .st {
  background-image: url(../images/st_basic.png);
}

#major .st {
  background-image: url(../images/st_major.png);
}

#basic .sst,
#major .sst {
  width: 812px;
  height: 42px;
  margin: 0px auto 30px;
  line-height: 42px;
  vertical-align: middle;
  background-color: #e66ea0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-indent: 20px;
  border-radius: 4px;
}

#major .sst {
  background-color: #286e3c;
}

#basic .lead-a,
#major .lead-a {
  color: #543c3c;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  margin: 0px 0px 5px 40px;
}

#basic .lead-b,
#major .lead-b {
  color: #543c3c;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  margin: 0px 0px 30px;
  margin: 0px 0px 60px 40px;
}

#basic .basic-block,
#major .major-block {
  width: 894px;
  background-image: url(../images/bg_box_body.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: cover;
  position: relative;
  margin: 25px auto 95px;
  padding: 5px 0px;
}

#basic .basic-block:before,
#major .major-block:before {
  width: 100%;
  height: 25px;
  content: "";
  background-image: url(../images/bg_box_top.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 0px;
}

#basic .basic-block:after,
#major .major-block:after {
  width: 100%;
  height: 25px;
  content: "";
  background-image: url(../images/bg_box_bottom.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  bottom: -25px;
  left: 0px;
}

#basic .bd-pink,
#major .bd-green {
  margin: 0px auto 20px 40px;
  width: 810px;
  font-size: 18px;
}

#basic .half {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#basic .half .bd-pink {
  width: 410px;
}

#basic .bd-pink li,
#major .bd-green li {
  padding: 0px 0px 10px 1.8em;
  margin: 10px auto 0px;
  background-image: url(../images/line_dashed_pink.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
  font-weight: bold;
}

#major .bd-green li {
  background-image: url(../images/line_dashed_green.png);
}

#major .bd-green li span {
  font-weight: normal;
}

#basic .bd-pink li:last-child,
#major .bd-green li:last-child {
  background-image: none;
}

#basic .bd-pink li:before,
#major .bd-green li:before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #e66ea0;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0.5em;
  top: 2px;
}

#major .bd-green li:before {
  background-color: #286e3c;
}

#basic .half .pic {
  width: 328px;
  margin-right: 65px;
}

#basic .half .pic img {
  width: 328px;
  height: 292px;
}

#basic .curriculum,
#major .curriculum {
  width: 810px;
  margin: 0px auto 1em auto;
}

#basic .curriculum th,
#basic .curriculum td,
#major .curriculum th,
#major .curriculum td {
  padding: 10px 1em;
  border-left: dashed 1px #cecece;
}

#basic .curriculum th,
#major .curriculum th {
  background-color: #999;
  color: #fff;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1em;
  text-indent: 1em;
}

#basic .curriculum tr th:nth-child(2),
#major .curriculum tr th:nth-child(2) {
  letter-spacing: 3em;
  text-indent: 3em;
}

#major .curriculum th,
#major .curriculum tr th:nth-child(2) {
  letter-spacing: 0px;
  text-indent: 0px;
}

#basic .curriculum td,
#major .curriculum td {
  background-color: #f7f6f6;
  border-top: dashed 1px #cecece;
}

#basic .curriculum tr th:first-child,
#basic .curriculum tr td:first-child,
#major .curriculum tr th:first-child,
#major .curriculum tr td:first-child {
  border-left: none;
  text-align: center;
}

#basic .curriculum tr:nth-child(2) td,
#major .curriculum tr:nth-child(2) td {
  border-top: none;
}

#basic .ssst,
#major .ssst {
  font-size: 20px;
  position: relative;
  width: 810px;
  margin: 0px 0px 1em 40px;
  padding: 0px 0px 0px 1.8em;
}

#basic .ssst:before,
#major .ssst:before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #e66ea0;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0.5em;
  top: 1px;
}

#major .ssst:before {
  background-color: #286e3c;
}

#basic .s-data,
#major .s-data {
  margin: 0px 0px 0.5em 50px;
  width: 800px;
}

#basic .s-data.last,
#major .s-data.last {
  padding-bottom: 1em;
  margin-bottom: 1em;
  background-image: url(../images/line_dashed_pink.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

#major .s-data.last {
  background-image: url(../images/line_dashed_green.png);
}

#basic .price,
#major .price {
  font-size: 20px;
  width: 810px;
  margin: 0 0 40px 40px;
}

#basic .price th,
#basic .price td,
#major .price th,
#major .price td {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 1em;
  background-image: url(../images/line_dashed_pink.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

#major .price th,
#major .price td {
  background-image: url(../images/line_dashed_green.png);
}

#basic .price th,
#major .price th {
  text-align: left;
  padding-left: 1.8em;
  position: relative;
}

#basic .price td,
#major .price td {
  vertical-align: middle;
  text-align: center;
}

#basic .price th:before,
#major .price th:before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #e66ea0;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0.5em;
  top: 15px;
}

#basic .price tr:first-child th {
  text-align: center;
  padding: 0;
  background-image: none;
}

#basic .price tr:first-child th:before {
  display: none;
}

#major .price th:before {
  background-color: #286e3c;
}

#basic .btn.inq-wide,
#major .btn.inq-wide {
  width: 600px;
  margin: 0px auto 60px auto;
}

#basic .btn.inq-wide a,
#major .btn.inq-wide a {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 60px;
  overflow: hidden;
  background-image: url(../images/btn_inq_wide.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

#basic .btn.inq-wide a:hover,
#major .btn.inq-wide a:hover {
  opacity: 0.8;
}

/*専攻課程*/
#major .st {
  background-image: url(../images/st_major.png);
}

#major .note {
  margin: -20px 40px 10px 50px;
  font-size: 90%;
}

#major .pic-a {
  width: 176px;
  height: 300px;
  position: absolute;
  right: -28px;
  top: 40px;
  z-index: 100;
}

#major .pic-a img {
  width: 100%;
  height: auto;
}

#major .pic-b {
  width: 582px;
  margin: 0px auto;
}

#major .pic-b img {
  width: 100%;
  height: auto;
}

/*フィックスメニュー*/
.fixMenu {
  position: fixed;
  bottom: 20px;
  height: auto;
  width: 40px;
  background-color: rgba(102, 102, 102, 0.5);
  border-radius: 10px;
  padding: 10px;
  right: 20px;
}

.fixMenu p {
  width: 36px;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #FFF;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.fixMenu p a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  text-align: center;
}

.fixMenu p a:hover {
  color: #7F282D;
}

.fixMenu .return {
  margin-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}

.fixMenu .return a {
  margin-bottom: 10px;
}

.fixMenu .pagetop {
  padding-bottom: 6px;
}

.fixMenu .pagetop a {
  margin-top: 10px;
  width: 100%;
}

/*メールフォーム*/
#inq .st {
  background-image: url(../images/st_form_01.png);
}

#briefing .st {
  background-image: url(../images/st_form_02.png);
}

#school .st {
  background-image: url(../images/st_form_03.png);
}

#inq .shizuoka.row,
#briefing .shizuoka.row,
#school .shizuoka.row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0em 41px 28px;
  padding: 15px 50px;
  border: 3px #80292d solid;
  border-radius: 8px;
  line-height: 1.6;
  font-size: 19px;
}

#inq .sst,
#briefing .sst,
#school .sst {
  font-size: 18px;
  font-weight: 200;
  color: #FFF;
  background-color: #80292d;
  height: 32px;
  width: 810px;
  line-height: 32px;
  border-radius: 4px;
  text-indent: 22px;
  margin: 0px auto 30px;
}

#inq.hamamatsu .sst,
#briefing.hamamatsu .sst,
#school.hamamatsu .sst {
  background-color: #80292d;
}

#inq.numazu .sst,
#briefing.numazu .sst,
#school.numazu .sst {
  background-color: #006e36;
}

.readText {
  font-size: 23px;
  color: #543c3c;
  margin-bottom: 30px;
  margin-left: 40px;
}

/*タブ*/
#contents .tab-group {
  width: 860px;
  margin: 60px auto 20px auto;
  border-bottom: solid 4px #666;
}

.hamamatsu #contents .tab-group {
  border-bottom: solid 4px #7b2a2f;
}

.numazu #contents .tab-group {
  border-bottom: solid 4px #006e36;
}

#contents .tab-group ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

#contents .tab {
  width: 240px;
  margin: 0px 20px;
}

#contents .tab a {
  width: 90%;
  padding: 14px 5% 10px 5%;
  text-align: center;
  display: block;
  line-height: 1em;
  font-size: 16px;
  background-color: #CCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

#contents .tab.hm a {
  background-color: #7b2a2f;
}

#contents .tab.nm a {
  background-color: #006e36;
}

.hamamatsu #contents .tab.hm a {
  background-color: #7b2a2f;
}

.hamamatsu #contents .tab.nm a {
  background-color: #999;
}

.numazu #contents .tab.hm a {
  background-color: #999;
}

.numazu #contents .tab.nm a {
  background-color: #006e36;
}

.hamamatsu #contents .tab.nm a:hover {
  background-color: #006e36;
}

.numazu #contents .tab.hm a:hover {
  background-color: #7b2a2f;
}

#contents .tab.active {
  background-color: #6CF;
}

#contents .form-sec {
  display: none;
}

#contents .form-sec.show {
  display: block;
}

/*お問い合わせ・資料請求・お申し込み*/
div#mfp_overlay_inner h4 {
  padding: 10px;
  margin-bottom: 20px;
}

div#mfp_overlay_inner th,
div#mfp_overlay_inner td {
  font-size: 120%;
  line-height: 1.5em;
}

#mailformpro table {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

#mailformpro th,
#mailformpro td {
  background-image: url(../images/border_horizontal_5_brown.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 8px;
  vertical-align: middle;
}

.numazu #mailformpro th,
.numazu #mailformpro td {
  background-image: url(../images/border_horizontal_5_green.png);
}

#mailformpro table th {
  color: #7F282D;
  text-align: center;
  width: 20%;
  white-space: nowrap;
}

.numazu #mailformpro table th {
  color: #006e36;
}

#mailformpro table th sup {
  color: #F00;
}

#mailformpro .button-block {
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#mailformpro .ex {
  margin-left: 40px;
  color: #F00;
}

#mailformpro table th {
  box-sizing: border-box;
  color: #7F282D;
  text-align: center;
  width: 20%;
}

#mailformpro table td {
  box-sizing: border-box;
  width: 80%;
}

#mailformpro table input[type="text"],
#mailformpro table textarea {
  width: 90%;
}

#mailformpro table input.ext {
  width: 50%;
}

#inq .st,
#school .st {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}

#hdn {
  height: 0px;
  width: 100%;
  overflow: hidden;
}

form#mailformpro .os-schedule label {
  width: 28%;
  margin: 0 2% 1em 0;
}

/*注意書き*/
body.numazu .caution {
  width: 100%;
  height: 400px;
  margin-top: 2em;
  text-align: center;
  color: #FF0000;
}

/*フッターナビ*/
#f-navi {
  width: 920px;
  margin: 0px auto 2em;
}

#f-navi ul {
  list-style: none;
  padding: 0px;
}

#f-navi>ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0px 50px;
  float: left;
}

#f-navi>ul>li {
  width: 110px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0px;
  height: 20px;
  border-left: solid 1px #999;
  position: relative;
}

#f-navi>ul>li:last-child {
  border-right: solid 1px #999;
}

#f-navi>ul>li a {
  display: block;
  padding: 0px;
  /*background: #fff;*/
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

#f-navi>ul>li a:hover {
  color: #80292d;
}

#f-navi>ul>li>ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 150%;
  left: -25%;
  right: 0;
}

#f-navi>ul>li:hover>ul {
  z-index: 3;
  margin: 0 auto;
}

#f-navi>ul>li>ul>li {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .2s;
}

#f-navi>ul>li:hover>ul li {
  overflow: visible;
  height: 2em;
}

#f-navi>ul>li:hover>ul li:first-child a {
  padding-top: 10px;
}

#f-navi>ul>li>ul>li a {
  display: block;
  width: 100%;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 1.1em;
  padding: 0px 0px 5px;
}

#f-navi .fn_list.guideline .fn_item {
  line-height: 1.1em;
  padding: 0px;
}

/*スマホ以外*/
@media (min-width:576px) {
  .sp-only {
    display: none;
  }
}

/*スマホ*/
@media screen and (max-width:575.98px) {
  #wrap {
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
    box-sizing: border-box;
  }

  #sp_btn {
    display: block;
  }

  #sh_btn a.inline {
    width: 100%;
    background-color: #3c8c64;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 15px 0px;
    text-decoration: none;
  }

  header h1 {
    width: 90%;
    margin: 10px auto;
  }

  header .header-row.pc-only {
    display: none;
  }

  header .header-row.sp-only {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    display: block;
  }

  header .logo-sp {
    width: 74%;
    height: auto;
    margin: 0 auto 20px 0;
  }

  header .logo-sp a {
    display: block;
    width: 100%;
  }

  header .header-row .news-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  header .header-row .news-row a {
    display: block;
    width: 48%;
    flex: none;
  }

  header .header-row .news-row a img {
    width: 100%;
    height: auto;
  }

  header .logo-sp img {
    width: 100%;
    height: auto;
  }

  header #contact-sp {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
  }

  header #contact-sp a {
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 15%;
    overflow: hidden;
    background-image: url(../images/btn_mail_sp.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }

  #pr_block {
    width: 100%;
    display: block;
    margin: 0px auto;
  }

  #home #img_block {
    width: 100%;
    margin-bottom: 20px;
  }

  /*スライダー*/
  .slider_block {
    width: 100VW;
    margin: 0 calc(50% - 50vw) 20px;
  }

  #home #cm_block #cm h2 img {
    width: 100%;
    height: auto;
  }

  /*ナビ*/
  #sp_btn a.inline {
    width: 100%;
    background-color: #3c8c64;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 15px 0px;
    text-decoration: none;
  }

  .navToggleWrapFixed {
    position: fixed;
    left: 0;
    top: 21px;
    width: calc(100vw - 30px);
    z-index: 30000;
  }

  .navToggleWrap {
    position: relative;
    width: calc(100vw - 30px);
    margin: 0 auto;
  }

  .navToggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0;
    width: 64px;
    height: 64px;
    background: #3c8c64;
    color: #fff;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    /*border: solid 2px #fff;*/
  }

  .navToggle span {
    display: block;
    position: absolute;
    width: 38px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 12px;
  }

  .navToggle span:nth-child(1) {
    top: 19px;
  }

  .navToggle span:nth-child(2) {
    top: 30px;
  }

  .navToggle span:nth-child(3) {
    top: 42px;
  }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 28px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hd-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.6s;
    -webkit-overflow-scrolling: touch;
    background: #3c8c64;
    padding: 0;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: scroll;
    margin-top: 0;
  }

  .hd-menu.active {
    transform: translateX(0%);
    transition: all 0.6s;
    box-shadow: 2px 2px 6px #333;
  }

  nav {
    margin: 100px auto 0;
    box-sizing: border-box;
    width: 90%
  }

  nav ul {
    list-style: none;
    padding: 0px;
  }

  nav>ul {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 30px auto;
  }

  nav>ul>li {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    border-bottom: dotted 1px #fff;
  }

  nav>ul>li:first-child {
    border-top: dotted 1px #fff;
  }

  nav>ul>li>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 0px;
    background: #3c8c64;
    color: #fff;
    font-size: 16px;
    text-indent: 2em;
    width: 100%;
    margin: 0px auto;
    flex: none;
  }

  /* nav > ul > li:nth-child(2) > a, nav > ul > li:nth-child(6) > a {
    width: 50%;
  } */
  nav>ul>li a:hover {
    background: #3aaf72;
    color: #fff;
  }

  nav>ul>li>ul {
    display: block;
    position: relative;
    width: 50%;
    margin: 0px 0px 0px auto;
  }

  nav>ul>li>ul>li {
    overflow: visible;
    height: 49px;
    text-indent: 1em;
    transition: none;
    margin: 1px auto 0px auto;
  }

  nav>ul>li>ul>li:first-child {
    border-bottom: none;
  }

  nav>ul>li:hover>ul li {
    height: 49px;
    border-bottom: none;
  }

  nav>ul>li:hover>ul li:first-child {
    border-top: none;
  }

  nav>ul>li>ul>li a {
    display: flex;
    justify-content: flex-start;
    background: #3c8c64;
    border-radius: 2px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
  }

  nav>ul>li>ul>li a:before {
    content: ">>";
    margin-right: 5px;
  }

  #contents {
    width: 100%;
    box-sizing: border-box;
  }

  #home #pr_block {
    display: block;
  }

  #home #img_block #news {
    width: 100%;
  }

  #home #news #twitter {
    display: block;
  }

  #home #news #twitter .col {
    flex: none;
    width: 100%;
  }

  #home #cm_block {
    width: 100%;
    margin-bottom: 20px;
  }

  #home #cm_block iframe {
    width: 100%;
    height: 194px;
  }

  #home #banner {
    width: 290px;
    margin: 0 auto 60px;
  }

  #banner>ul>li>ul {
    z-index: 10;
    width: 100%;
  }

  #banner>ul>li:hover>ul {
    z-index: 10;
    width: 100%;
  }

  #banner>ul>li>ul>li {
    overflow: visible;
    height: 32px;
    border-top: 1px solid #fff;
  }

  #banner>ul>li:hover>ul>li {
    overflow: visible;
    height: 32px;
    border-top: 1px solid #fff;
  }

  #banner ul li a:hover {
    opacity: 1;
  }

  #blog_block.row {
    flex-direction: column;
  }

  #blog_block.row .col {
    width: 100%;
  }

  #blog_block h2.st_blog::after {
    width: 45%;
  }

  #home .st,
  #interview .st,
  #basic .st,
  #major .st,
  #inq .st,
  #briefing .st,
  #school .st {
    box-sizing: border-box;
    background-color: #3c8c64;
    background-image: none;
    color: #fff;
    font-size: 20px;
    overflow: visible;
    padding: 10px;
    height: auto;
    width: 100%;
    margin: 0px auto 20px;
    border-radius: 4px;
  }

  #home #interview .st {
    background-image: none;
  }

  #home #interview #gra-block {
    display: block;
    width: 100%;
    margin: 0px auto 20px;
  }

  #home #interview .graduate {
    width: 100%;
    margin-bottom: 20px;
  }

  #home #interview .graduate .row {
    width: 96%;
  }

  #home #interview .graduate .col {
    flex: none;
    width: 46%;
  }

  #home #interview .graduate .comment {
    width: 90%;
    margin: 0 auto 1em;
    font-size: 14px;
    text-align: justify;
  }

  #home #features .st {
    position: relative;
    width: 90%;
    margin-top: 40px;
    height: auto;
    padding: 0;
    overflow: visible;
    background: #fff;
  }

  #home #features .st img {
    width: 100%;
    height: 100%;
  }

  #home #features .st::before,
  #home #features .st::after {
    position: absolute;
    content: "";
    display: block;
  }

  #home #features .st::before {
    left: 10px;
    top: -115px;
    width: 94px;
    height: 103px;
    background: url("../images/img_features_hamamatsu.png") center center / contain no-repeat;
  }

  #home #features .st::after {
    right: 0px;
    top: -117px;
    width: 123px;
    height: 105px;
    background: url("../images/img_features_shizuoka.png") center center / contain no-repeat;
  }

  #home #features ul li {
    display: flex;
    flex: none;
    justify-content: space-around;
    align-items: center;
    width: 270px;
    height: 120px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #fff;
    border: solid 4px #5A8470;
    border-radius: 36px;
    box-sizing: border-box;
  }

  #home #features ul li:nth-child(3),
  #home #features ul li:last-child {
    margin-right: auto;
  }

  #home #features ul li:nth-child(4),
  #home #features ul li:nth-child(5) {
    margin-bottom: 20px;
  }

  #home #features .sst {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  #home #features .sst::after {
    width: 40%;
    margin: 30px 10px 0 -20px;
  }

  #home #features .row {
    display: block;
    width: 100%;
  }

  #home #features .row .col {
    width: 90%;
    margin: 0 auto;
  }

  #home #features .row .col:last-child {
    border-left: none;
    padding: 0;
  }

  #home #features .dt-item .ssst {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #286e3c;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25;
  }

  #home #features .dt-item p {
    width: 90%;
    margin: 0 auto 40px;
  }

  #home #features .dt-item p.bg-gr {
    font-size: 12px;
  }

  #home #features .btn.voice-b {
    width: 100%;
  }

  #home #features .dt-item.wide {
    width: 90%;
  }

  #home #features .dt-item.wide .row {
    display: block;
  }

  #home #features .dt-item.wide .dt-col {
    width: 100%;
  }

  #home #features .dt-item.wide .dt-col:last-child {
    width: 100%;
    text-align: center;
  }

  #home #features .dt-item.wide .dt-col:last-child .ex {
    text-align: center;
    margin-bottom: 20px;
  }

  #home #features .dt-item.wide img.hikaku01 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  #home #features .dt-item.wide img.hikaku02 {
    width: 100%;
    height: auto;
  }

  #home #features .dt-item.wide .dt-col p {
    width: 100%;
  }

  #home #features .dt-item.wide p.photo {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #home #features .dt-item.wide .btn.voice-b {
    width: 100%;
  }

  #home #careerpath .st {
    background-image: none;
  }

  #home #careerpath .stripe {
    width: 100%;
    margin: 0 auto;
    padding: 32px 10px 36px;

  }

  #home #careerpath .lead {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  #home #careerpath .sst {
    font-size: 26px;
  }

  #home #careerpath .sst span {
    font-size: 24px;
    margin-right: 5px;
  }

  #home #careerpath ul {
    width: 100%;
    padding: 110px 0 0 0;
  }

  #home #course .row {
    flex-direction: column;
    justify-content: center;
  }

  #home #course .btn.voice {
    margin: 0 auto;
  }

  #home #become .st {
    background-image: none;
  }

  #home #become ol {
    box-sizing: border-box;
    padding: 0;
    margin: 0px 0px 25px 0px;
    width: 100%;
    font-size: 18px;
  }

  #home #become ol li {
    box-sizing: border-box;
    padding: 10px 0px 10px 30px;
  }

  #home #become ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #286e3c;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27px;
    width: 27px;
    color: #ffffff;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
  }

  #home #become p img {
    width: 100%;
  }

  /*問い合わせボタン*/
  .btn-form {
    display: block;
    margin: 40px auto 40px;
  }

  .btn-form .btn {
    width: 280px;
    height: 60px;
    margin: 0px auto 20px;
  }

  /*日本語教師養成講座*/
  #home #course .st {
    background-image: none;
  }

  #home #course .sst {
    text-indent: 0.5em;
    padding: 4px 0px;
    margin: 0px 0px 20px 0px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    border-top: solid 2px #993333;
    border-bottom: solid 2px #993333;
    font-size: 20px;
  }

  #home #course .sst.course2,
  #home #course .sst.features {
    background-image: none;
  }

  #home #course .course-row {
    display: block;
    background-image: none;
    margin-bottom: 20px;
  }

  #home #course .course-col {
    width: 100%;
    margin: 0px auto 40px;
  }

  #home #course .course-col .img {
    width: 100%;
    margin: 0px auto 15px;
  }

  #home #course .img img {
    width: 100%;
    height: auto;
  }

  #home #course #major-course.course-col .img-major {
    position: relative;
    width: 100%;
    margin: 0px 0px 15px;
  }

  #home #course #basic-course.course-col .img img,
  #home #course #major-course.course-col .img-major img {
    width: 100%;
    height: auto;
  }

  #home #course .text {
    width: 90%
  }

  #home #course .text.sf {
    font-size: 80%;
  }

  #home #course .ssst {
    position: relative;
    display: block;
    width: 100%;
    color: #286e3c;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 20px;
  }

  #home #course .ssst .num {
    display: block;
    background-color: #286e3c;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 2px;
  }

  #home #course .features .ssst .tb {
    display: block;
    width: 85%;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
  }

  #home #course .ssst .smfont {
    font-size: 70%;
    color: #3c8c64;
  }

  #home #course .ssst .d-btn {
    width: 128px;
    height: 0px;
    padding-top: 36px;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    overflow: hidden;
    margin: 20px auto;
  }

  #home #course .border_h {
    overflow: visible;
    background-image: none;
    margin-bottom: 20px;
  }

  #home #course .iblock {
    width: 100%;
  }

  #home #course .iblock:nth-child(3) {
    padding-bottom: 0px !important;
  }

  #home #course .iblock:nth-child(-n+2) {
    padding-bottom: 20px;
    background-image: none;
    margin-bottom: 20px;
  }

  #home #features .wide-block {
    margin: 0px auto 40px;
    padding-bottom: 20px;
    background-image: none;
  }

  #home #features .wide-block.last {
    background-image: none;
  }

  #home #features .wide-block .ssst {
    width: 100%;
  }

  #home #features .wide-block .ssst .smfont {
    width: 50%;
    font-size: 12px;
    line-height: 120%;
  }

  #home #course .iblock.leftside,
  #home #course .iblock.rightside {
    float: none;
    padding-bottom: 20px;
    margin: 0px auto 40px;
    width: 100%;
  }

  #home #features .img img {
    width: 100%;
    height: auto;
  }

  #home #course h5 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #868686;
    padding: 5px;
    text-align: center;
    margin: 0px auto 1em;
    width: 90%;
    box-sizing: border-box;
  }

  #home #course .photo2 {
    width: 100%;
    margin-bottom: 10px;
  }

  #home #course .photo2 img {
    width: 100%;
    height: auto;
  }

  #home #curriculum .st {
    background-image: none;
  }

  #home #curriculum .sst {
    background-image: none;
    overflow: visible;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    height: auto;
    width: 100%;
  }

  #home #curriculum .sp-kouza-block {
    display: block;
    margin-bottom: 20px;
  }

  #home #curriculum .sp-kouza {
    width: 100%;
  }

  #home #curriculum .sp-kouza span {
    display: inline-block;
    padding: 5px 20px;
    background-color: #ffd3b7;
    border: solid 1px #fff;
    margin-right: 5px;
    width: 80%;
    margin: 0px auto 10px;
  }

  #home #curriculum #hmt-block .sub.kouza2 .sp-kouza {
    box-sizing: border-box;
    background-color: #fff;
    border: solid 1px #80292d;
    padding: 1em;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }

  #home #curriculum #hmt-block .sub.kouza1 .sst,
  #home #curriculum #hmt-block .sub.kouza2 .sst,
  #home #curriculum #hmt-block .sub.kouza3 .sst,
  #home #curriculum #nmz-block .sub .sst {
    background-image: none;
    border-top: solid 2px #930;
    border-bottom: solid 2px #930;
    padding: 4px 0px;
    margin: 0px auto 20px;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    text-indent: 0.5em;
  }

  #home #curriculum .sp-kouza-block h5 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  #home #curriculum .sub.kouza1 .sp-kouza p {
    margin-bottom: 10px;
  }

  #home #curriculum .sub.kouza1 .sp-kouza h5 {
    color: #555;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    margin-bottom: 10px;
  }

  #home #curriculum #hmt-block .sub.kouza2 .sp-kouza {
    margin-bottom: 20px;
  }

  #home #curriculum #hmt-block .sub.kouza2 .sp-kouza p {
    color: #80292d;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 10px;
  }

  #home #curriculum #hmt-block .sub.kouza3 .sp-kouza h5 {
    color: #80292d;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    margin-bottom: 10px;
  }

  #home #curriculum .btn.contact {
    width: 80%;
    margin: 0px auto 20px;
  }

  #home #curriculum .btn.contact a {
    display: block;
    width: 100%;
    height: 0px;
    padding: 29.5% 0px 0px;
    background-image: url(../images/btn_adv_app_hmt.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    overflow: hidden;
  }

  #home #curriculum table {
    width: 100%;
    margin: 0px auto 20px;
  }

  #home #curriculum th,
  #home #curriculum td {
    white-space: normal;
  }

  #home #curriculum .note {
    width: 100%;
    font-size: 80%;
    text-align: left;
    margin: 0px auto 0px;
  }

  #home #curriculum .note:last-of-type {
    margin-bottom: 20px;
  }

  #home #curriculum #hmt-block .row {
    display: block;
    margin: 0px auto 40px;
  }

  #home #curriculum #hmt-block .row p {
    width: 90%;
    height: auto;
    margin: 0px auto 10px;
  }

  #home #curriculum #hmt-block .row p:first-child {
    margin-right: auto;
  }

  #home #curriculum #hmt-block .row p img {
    width: 100%;
    height: 100%;
  }

  #home #curriculum #hmt-block .jt {
    margin-left: 0px;
  }

  #home #curriculum #hmt-block .jt ul li {
    margin-left: 1em;
    text-indent: -1em;
  }

  #home #teacher .st {
    background-image: none;
  }

  #home #teacher .instructor {
    width: 100%;
    height: auto;
    background-image: none;
    margin-bottom: 20px;
  }

  #home #teacher .instructor .row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-height: auto;
    margin: 10px auto 20px;
  }

  #home #teacher .instructor .col {
    width: 100%;
    margin: 0 0 20px;
  }

  #home #teacher .instructor .comment {
    width: 90%;
  }

  #home #teacher #inst-row {
    display: block;
    width: 100%;
    margin: 0px auto;
  }

  #home #teacher #inst1.instructor .btn-teacher {
    right: 14px;
  }

  #home #teacher #inst1 {
    width: 100%;
    padding-top: 83.73%;
    background-image: url(../images/img_teacher_inst1_sp.png);
    margin: 0px auto 20px;
  }

  #home #support .st {
    background-image: none;
  }

  #home #support #support-block {
    width: 100%;
    height: auto;
    padding: 5px;
    display: block;
    overflow: visible;
    background-image: none;
    position: relative;
    margin: 0px auto 20px;
  }

  #home #support #support-block p {
    margin: 0px auto 20px;
  }

  #home #support #support-block .btn-support {
    position: static;
    margin: 20px auto 20px;
    width: 80%;
  }

  #home #support #support-block .btn-support a {
    width: 100%;
    height: 0px;
    padding-top: 17.72%;
    display: block;
    overflow: hidden;
    z-index: 10;
    background-image: url(../images/btn_support.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }

  #home #faq .st {
    background-image: none;
  }

  #home #faq .faq-item {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px 36px 52px;
    margin: 0px auto 10px;
    background-image: url(../images/bg_faq_line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    position: relative;
  }

  #home #faq .faq-item:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }

  #home #faq .ex,
  #home #faq .ex a {
    font-size: 18px;
    font-weight: bold;
    color: #286e3c;
    margin-bottom: 10px;
    word-break: break-all;
  }

  #home #news #twitter .col {
    margin-bottom: 40px;
  }

  /*インタビュー*/
  #interview #greeting .st {
    background-image: none;
  }

  #interview .int-w {
    width: 100%;
    display: block;
    background-color: transparent;
  }

  #interview .interview-t {
    background-color: #fff;
    margin: 0px auto 30px;
    padding: 20px 40px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
  }

  #interview .int-w .interview-t {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    margin: 0px 0px 30px;
    padding: 20px 40px;
    font-size: 15px;
    display: block;
  }

  #interview .interview-t .inter-block {
    width: 100%;
  }

  #interview .int-w .interview-t .inter-block {
    width: 100%;
  }

  #interview .interview-t .inter-row {
    display: flex;
    justify-content: space-between;
  }

  #interview .interview-t .inter-row {
    display: flex;
    flex-direction: column;
  }

  #interview .interview-t .photo-block {
    width: 100%;
    margin: 20px 0px 0px;
  }

  #interview .interview-t .p-list,
  #interview .interview-t .c-list {
    margin: 0px 0px 20px;
    width: 100%;
  }

  #interview .interview-t .p-list li,
  #interview .interview-t .c-list li {
    width: auto;
    white-space: normal;
  }

  #interview .interview-t .school {
    width: 100%;
    text-align: right;
    flex-basis: auto;
  }

  #interview #voice .st {
    background-image: none;
  }

  #interview #voice .sst {
    box-sizing: border-box;
    background-image: none;
    color: #3c8c64;
    overflow: visible;
    padding: 4px;
    margin: 0px 0px 20px 0px;
    height: 30px;
    font-size: 20px;
    line-height: 1em;
    vertical-align: middle;
    width: 100%;
  }

  #interview #voice .interview-g {
    width: 100%;
    height: auto;
    padding: 20px 40px 20px 40px;
    box-sizing: border-box;
    display: block;
    background-image: url(../images/bg_interview.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: left top;
    margin: 0px 0px 45px;
    filter: drop-shadow(0px 0px 4px #ccc);
  }

  #interview #voice .g-title {
    font-size: 20px;
  }

  #interview #voice .g-name {
    width: 100%;
    margin: 0px 0px 6px;
  }

  #interview #voice .comment {
    width: 100%;
  }

  /*基礎課程*/
  #basic .st {
    background-image: none;
  }

  #major .st {
    background-image: none;
  }

  #basic .sst,
  #major .sst {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0px auto 30px;
    line-height: 1.2;
    vertical-align: middle;
    background-color: #e66ea0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-indent: 0px;
    border-radius: 4px;
    box-sizing: border-box;
  }

  #major .sst {
    background-color: #286e3c;
  }

  #basic .lead-a,
  #major .lead-a {
    width: 90%;
    margin: 0px auto 5px;
  }

  #basic .lead-b,
  #major .lead-b {
    width: 90%;
    margin: 0px auto 30px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #basic .basic-block,
  #major .major-block {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px auto 50px;
  }

  #basic .basic-block:before,
  #major .major-block:before {
    width: 100%;
    height: 25px;
    content: "";
    background-image: url(../images/bg_box_top.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: 0px;
  }

  #basic .basic-block:after,
  #major .major-block:after {
    width: 100%;
    height: 25px;
    content: "";
    background-image: url(../images/bg_box_bottom.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    bottom: -25px;
    left: 0px;
  }

  #basic .bd-pink,
  #major .bd-green {
    margin: 0px auto 20px;
    width: 100%;
    font-size: 18px;
  }

  #basic .half {
    width: 100%;
    display: block;
  }

  #basic .half .bd-pink {
    width: 100%;
  }

  #basic .half .pic {
    width: 80%;
    margin: 0px auto;
  }

  #basic .half .pic img {
    width: 100%;
    height: auto;
  }

  #basic .curriculum,
  #major .curriculum {
    width: 100%;
    margin: 0px auto 1em auto;
  }

  #basic .ssst,
  #major .ssst {
    font-size: 20px;
    position: relative;
    width: 100%;
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0px 1.8em;
    box-sizing: border-box;
  }

  #basic .s-data,
  #major .s-data {
    margin: 0px 1em 0.5em 1em;
    width: auto;
  }

  #basic .price,
  #major .price {
    font-size: 16px;
    width: auto;
    margin-left: 0px;
  }

  #basic .price td,
  #major .price td {
    text-align: right;
    padding-right: 0em;
    font-size: 18px;
  }

  #basic .btn.inq-wide,
  #major .btn.inq-wide {
    width: 100%;
    margin: 0px auto 60px auto;
  }

  #basic .btn.inq-wide a,
  #major .btn.inq-wide a {
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 10%;
    overflow: hidden;
    background-image: url(../images/btn_inq_wide.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
  }

  #basic .curriculum th,
  #major .curriculum th {
    letter-spacing: 0em;
    text-indent: 0em;
  }

  #major .pic-a {
    width: 80px;
    height: 144px;
    position: absolute;
    top: auto;
    right: 5px;
    bottom: -75px;
    z-index: 100;
  }

  #major .pic-b {
    width: 100%;
    margin: 0px auto;
  }

  /*メールフォーム*/
  #inq .st,
  #briefing .st,
  #school .st {
    background-image: none;
    font-size: 18px;
  }

  #inq .shizuoka.row,
  #briefing .shizuoka.row,
  #school .shizuoka.row {
    display: block;
    margin: 0 0 2em;
    padding: 1em 1.5em;
    border: 3px #80292d solid;
    border-radius: 8px;
    line-height: 1.6;
    font-size: 19px;
  }

  #inq .shizuoka.row .tel,
  #briefing .shizuoka.row .tel,
  #school .shizuoka.row .tel {
    margin-top: 1em;
  }

  #inq .sst,
  #briefing .sst,
  #school .sst {
    font-size: 18px;
    font-weight: 200;
    color: #FFF;
    background-color: #80292d;
    height: 32px;
    width: 100%;
    line-height: 32px;
    border-radius: 4px;
    text-indent: 22px;
    margin: 0px auto 30px;
  }

  .readText {
    font-size: 18px;
    color: #543c3c;
    width: 90%;
    margin: 0px auto 30px;
  }

  #contents .tab-group {
    width: 100%;
    margin: 60px auto 20px auto;
    border-bottom: solid 4px #666;
  }

  #contents .tab {
    width: 240px;
    margin: 0px 10px;
  }

  #mailformpro table {
    width: 100%;
  }

  #mailformpro table th,
  #mailformpro table td {
    font-size: 12px;
  }

  #mailformpro table th {
    box-sizing: border-box;
    color: #7F282D;
    text-align: center;
    width: 20%;
  }

  #mailformpro table td {
    box-sizing: border-box;
    width: 80%;
  }

  #mailformpro table input[type="text"],
  #mailformpro table textarea {
    width: 90%;
  }

  form#mailformpro .os-schedule label {
    width: 90%;
    margin: 0 2% 10px 2px;
  }

  /*scroll*/
  #home #curriculum .scroll table,
  #home #curriculum .scroll table th,
  #home #curriculum .scroll table td {
    width: auto;
  }

  #home #curriculum .scroll table th,
  #home #curriculum .scroll table td {
    white-space: nowrap;
  }

  #contents .scroll {
    overflow: auto;
    position: relative;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  #contents .scroll.touch {
    -webkit-overflow-scrolling: touch;
  }

  #contents .scroll:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #666;
    opacity: 0.6;
  }

  #contents .scroll:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    border: solid 19px transparent;
    border-right: solid 19px #fff;
  }

  #contents .scroll.active:before,
  #contents .scroll.active:before,
  #contents .scroll.active:after,
  #contents .scroll.active:after {
    display: none;
  }

  footer {
    width: 100%;
    padding: 10px 0px;
    height: 30px;
    margin: 20px 0px 0px 0px;
  }

  footer p {
    width: 100%;
    font-size: 9px;
    padding: 10px 0px;
    height: 30px;
    color: #FFF;
    background-color: #2d2819;
    margin: 20px auto 0px;
    text-align: center;
    line-height: 100%;
  }

  footer h3.sp-only {
    color: #7a7a7a;
    margin: 0 15px 40px;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
  }

  #f-navi {
    clear: both;
    width: 280px;
    margin: 30px auto;
    overflow: hidden;
  }

  #f-navi ul {
    height: auto;
    margin-bottom: 20px;
    float: none;
    display: block;
    box-sizing: border-box;
  }

  #f-navi>ul>li {
    border: none;
  }

  #f-navi .fn_list {
    width: 280px;
    height: auto;
    margin: 0px auto 10px;
    vertical-align: middle;
  }

  /* #f-navi .fn_list.courses {
    box-sizing: border-box;
    width: 280px;
    height: auto;
    padding: 5px;
    background-color: #792128;
    border-radius: 5px;
  } */
  #f-navi .fn_list .fn_item {
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 1em;
    padding: 10px 0px;
    background-color: #792128;
    border-radius: 5px;
  }

  /* #f-navi .fn_list.courses .fn_item {
    border-radius: 0px;
  } */
  #f-navi>ul>li>ul {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 0px;
    width: 100%;
    flex-direction: row;
    left: auto;
    border-top: dashed 1px #FFFFFF;
  }

  #f-navi ul li>ul>li.s_list {
    height: 30px;
    margin: 0px 0px 0px;
    transition: none;
    width: 120px;
  }

  .pc-only {
    display: none;
  }
}

@media screen and (orientation:landscape) {
  footer {
    width: 100%;
  }
}