@charset "utf-8";
@media screen and (max-width: 750px) {
  /*-------------------------------------------
  all
  -------------------------------------------*/
  html {
    font-size: calc(14 / 16 * 100%);
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    color: #000;
    width: 100%;
    overflow: hidden;
    line-height: 2;
  }

  a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
  }

  img {
    height: auto;
  }

  .btn {
    color: #fff;
    background: #5f933f;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 1.4rem;
    margin: 20px auto;
    border-bottom: 5px solid #3a5a26;
  }

  .subtitle {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    background: #568ab7;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }

  .subtitle:before,
  .subtitle:after {
    position: absolute;
    content: "";
  }

  .subtitle:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #437096;
    border-left: 10px solid transparent;
  }

  .subtitle:after {
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #437096;
    border-right: 10px solid transparent;
  }

  .shadow {
    padding: 10px;
    margin: 0 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  .graf dt {
    background: #568ab7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
  }

  .graf dd {
    background: #dfeaf4;
    padding: 10px;
  }

  .graf dd p {
    font-weight: bold;
  }

  .graf dd p span {
    font-weight: bold;
    color: #ff6c00;
    display: block;
  }

  .graf dd iframe {
    display: block;
    width: 100%;
    height: 200px;
  }


  /*-------------------------------------------
header
-------------------------------------------*/
.h_blc {
  background: #fff;
}

.h_blc .inner {
  padding: 20px;
}

.h_logo a {
  display: block;
  margin-bottom: 20px;
}
.h_logo a img {
  display: block;
}
.h_blc .h_logo img:first-of-type {
  margin-bottom: 5px;
}
.h_subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h_subnav li {
  width: 48%;
}

.h_subnav a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.h_subnav li:first-child a {
  background: #ff6c00;
}
.h_subnav li:last-child a {
  background: #0963b0;
}

/*ハンバーガー*/
.menubtn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: #0963b0;
}

.menubtn span,
.menubtn span:before,
.menubtn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  position: absolute;
}

.menubtn span:before {
  bottom: 8px;
}

.menubtn span:after {
  top: 8px;
}

#menubtn_check:checked ~ .menubtn span {
  background: rgba(255, 255, 255, 0);
}

#menubtn_check:checked ~ .menubtn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menubtn_check:checked ~ .menubtn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menubtn_check {
  display: none;
}

.menu_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background: #0963b0;
  transition: all 0.5s;
}

.menu_content > ul {
  padding: 70px 10px 0;
}

.menu_content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu_content ul li a {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 20px;
  font-family: "Saira SemiCondensed", sans-serif;
}

.menu_content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 28px;
}

#menubtn_check:checked ~ .menu_content {
  left: 0;
}
/**/

.catch {
  position: relative;
}

.catch img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}

.catchcopy {
  position: absolute;
  left: 20px;
  top: 60%;
  transform: translateY(-60%);
}

.catchcopy span {
  display: block;
  font-size: 3.6vw;
}

.catchcopy > strong {
  display: block;
  color: #ff6c00;
  font-weight: bold;
  font-size: 8.4vw;
  line-height: 1.6;
}

.catchcopy p {
  font-size: 4vw;
}

.catchcopy p > strong {
  color: #ff6c00;
  font-weight: bold;
}

.bread {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 0.8rem;
}

.bread li:first-child {
  background: #568ab7;
  width: 80px;
}

.bread li:first-child:after {
  border-color: transparent transparent transparent #568ab7;
}

.bread li {
  display: table-cell;
  position: relative;
  background: #0963b0;
  padding: 0 5px 0 40px;
  color: #fff;
  text-align: right;
}

.bread li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  border-style: solid;
  border-color: transparent transparent transparent #0963b0;
  border-width: 10px 0 10px 10px;
  z-index: 10;
}

.bread li a {
  color: #fff;
}

  /*-------------------------------------------
main
-------------------------------------------*/
#curriculum {
  padding: 20px;
}

#curriculum h3 {
  font-size: 1.4rem;
  color: #0963b0;
  font-weight: bold;
  margin-bottom: 20px;
}

#curriculum ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#curriculum li {
  margin-bottom: 20px;
  width: 48%;
}

#curriculum li img {
  margin: 0 auto;
  display: block;
}

#curriculum p {
  font-weight: 500;
  margin-bottom: 30px;
}

#curriculum p span {
  color: #ff6c00;
  font-weight: 500;
}

#curriculum table {
  width: 100%;
  letter-spacing: 0;
  font-size: 0.6rem;
}

#curriculum th {
  background: #568ab7;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #a7c0d6;
  vertical-align: middle;
  padding: 5px;
  width: 30%;
}

#curriculum .thin {
  width: 30%;
}

#curriculum .wide {
  width: 45%;
}

#curriculum td {
  background: #dfeaf4;
  font-weight: 500;
  border: 1px solid #a7c0d6;
  vertical-align: middle;
  padding: 5px;
}

#conditions {
  padding: 20px;
}

#conditions ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#conditions li {
  width: 48%;
  margin-bottom: 20px;
}

#conditions li img {
  width: 100%;
}

#conditions .txt {
  font-weight: 500;
  margin-bottom: 20px;
}

#conditions h3 {
  background: #ffa96a;
  text-align: center;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

#conditions .span {
  margin-bottom: 10px;
  font-weight: 500;
}

#conditions .center {
  text-align: center;
}

#conditions .span strong {
  color: #ff6c00;
}

#conditions .span span {
  font-size: 0.8rem;
  font-weight: 500;
}

#conditions .graf {
  margin: 20px auto 10px;
}

#flow {
  padding: 20px;
}

#flow .subtitle {
  background: #d1b24a;
}

#flow .subtitle:before,
#flow .subtitle:after {
  border-top: 15px solid #a08835;
}

#flow ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

#flow li {
  background: #fffbed;
  border-radius: 0 0 5px 5px;
  width: 48%;
  position: relative;
  padding: 20px 10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

#flow li span {
  position: absolute;
  background: #b19539;
  border-radius: 5px 5px 0 0;
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
  top: -20px;
  left: 0;
}

#flow li img {
  margin: auto auto 20px;
  display: block;
}

#flow li p {
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  font-size: 0.8rem;
}

#flow .shadow > p {
  letter-spacing: 0;
  font-weight: 500;
}

#flow .btn {
  margin: 20px auto;
}

#format {
  padding: 20px;
}

#format li {
  margin-bottom: 20px;
}

#format h3 {
  background: #568ab7;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
}

#format p {
  font-weight: 500;
  margin-bottom: 20px;
}

#format span {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.8rem;
}

#support {
  padding: 20px;
}

#support .subtitle {
  background: #de6782;
}

#support .subtitle:before,
#support .subtitle:after {
  border-top: 15px solid #7e3747;
}

#support strong {
  margin: 20px auto;
  font-weight: 500;
  display: block;
}

#support h3 {
  background: #f26b8a;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  font-weight: 500;
  margin-bottom: 20px;
}

#support ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

#support li {
  width: 48%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#support li img {
  margin: 0 auto 10px;
  display: block;
}

#support li p {
  text-align: center;
  font-weight: 500;
  font-size: 0.7rem;
  margin-top: auto;
}

#tokyo {
  padding: 20px;
}

#tokyo .btn {
  margin: 20px auto;
}

#information {
  padding: 20px;
}

#information h2 {
  text-align: center;
  color: #868686;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#information .box {
  border: 3px solid #868686;
  padding: 20px;
  height: 200px;
  overflow: auto;
  border-radius: 5px;
}

#information li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #868686;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#information time {
  display: block;
}

  /*-------------------------------------------
sub
-------------------------------------------*/
.faq {
  padding: 20px;
}

.faq #acMenu dt {
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  background: #568ab7;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin-top: 20px;
}

.faq #acMenu dt:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background: url("../images/itschool/arrow_down.png") no-repeat;
}

.faq #acMenu dt.active:after {
  background: url("../images/itschool/arrow_up.png") no-repeat;
}

.faq #acMenu dt .q {
  font-size: 1.2rem;
  margin-right: 10px;
}

.faq #acMenu dt .txt {
  width: 80%;
  line-height: 1.4;
}

.faq #acMenu dd {
  display: none;
  padding: 20px;
  background: #dfeaf4;
  border-radius: 0 0 5px 5px;
}

.faq #acMenu dd .hide {
  display: flex;
  align-items: center;
}

.faq #acMenu dd .a {
  font-size: 1.4rem;
  color: #0963b0;
  margin-right: 10px;
  font-weight: bold;
}

.faq #acMenu dd .txt {
  width: 90%;
}

.faq #acMenu dd .txt p {
  font-weight: 500;
}

.privacy-it {
  padding: 20px;
}

.privacy-it .txt {
  margin-bottom: 50px;
}

.privacy-it .txt p {
  margin-bottom: 20px;
}

.privacy-it ul {
  background: #dfeaf4;
  padding: 30px;
  margin-bottom: 40px;
}

.privacy-it li {
  margin-bottom: 20px;
}

.privacy-it li:last-child {
  margin-bottom: 0;
}

.privacy-it .info strong {
  background: #568ab7;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.privacy-it .info p {
  margin-left: 20px;
  margin-bottom: 20px;
}

.privacy-it .info p.right {
  text-align: right;
}

.company {
  padding: 20px 20px 40px;
}

.company dt {
  background: #568ab7;
  color: #fff;
  padding: 10px;
}

.company dd {
  background: #dfeaf4;
  padding: 10px;
}

  /*-------------------------------------------
footer
-------------------------------------------*/
footer {
  padding: 20px 0;
  border-top: 2px solid #707070;
}

footer .f_logo {
  text-align: center;
}

footer li a {
  color: #868686;
  border-bottom: 1px solid #868686;
  display: block;
  padding: 20px;
}

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

footer small {
  color: #868686;
  letter-spacing: 0;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  padding: 10px;
}

.pagetop {
  width: 50px;
  height: 50px;
  border: 2px solid #0963b0;
  position: fixed;
  background: #fff;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pagetop a {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #0963b0;
  border-left: 4px solid #0963b0;
  transform: rotate(45deg);
  margin-top: 10px;
}

  /*---------------
other
---------------*/
.pconly {
  display: none !important;
}
}
