/*Theme Name:  株式会社オルベック */
@charset "utf-8";
@media screen and (min-width: 751px), print {
  /*--- all ---*/
  html {
    font-size: calc(15 / 16 * 100%);
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    line-height: 2;
    letter-spacing: 2.4px;
  }

  a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
  }

  img {
    height: auto;
  }

  .btn {
    color: #fff;
    background: #5f933f;
    border-radius: 5px;
    display: block;
    width: 450px;
    text-align: center;
    padding: 10px;
    font-size: 2rem;
    margin: 30px 0;
    border-bottom: 5px solid #3a5a26;
  }

  .btn:hover {
    opacity: 0.7;
  }

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

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

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

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

  .shadow {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 50px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  .graf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    letter-spacing: 0;
  }

  .graf dt {
    width: 250px;
    background: #568ab7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a7c0d6;
    padding: 5px;
    vertical-align: middle;
  }

  .graf dd {
    width: 650px;
    background: #dfeaf4;
    border: 1px solid #a7c0d6;
    padding: 5px 20px;
  }

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

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

  /*-------------------------------------------
header
-------------------------------------------*/
header {
  position: relative;
}

/*スクロールで変化*/
.h_blc.change-color {
  background: #fff;
}

.h_blc {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
}

.h_blc.bg {
  background: #fff;
}

.h_blc .inner {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.h_logo a {
  display: block;
  margin: 30px;
}

.h_blc .h_logo img {
  display: block;
}
.h_blc .h_logo img:first-of-type {
  margin-bottom: 15px;
}
.h_subnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.h_subnav a {
  display: block;
  color: #fff;
  text-align: center;
  width: 150px;
  margin-left: 10px;
  letter-spacing: 0;
}

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

.h_subnav a:hover {
  opacity: 0.7;
}

nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

nav > ul > li {
  position: relative;
  white-space: nowrap
}

nav > ul > li > a {
  margin-left: 20px;
  letter-spacing: 2px;
  display: block;
}

nav > ul > li > a:hover {
  text-decoration: underline;
  transition: 0.7s;
}

.catch {
  position: relative;
}

.catch img {
  width: 100%;
}

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

.catchcopy span {
  display: block;
  letter-spacing: 0;
}

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

.catchcopy p {
  font-size: 1.6rem;
}

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

.bread {
  padding: 150px 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

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

.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: -20px;
  border-style: solid;
  border-color: transparent transparent transparent #0963b0;
  border-width: 15px 0 15px 20px;
  z-index: 10;
}

.bread li a {
  color: #fff;
}

  /*-------------------------------------------
main
-------------------------------------------*/
#curriculum {
  margin: -100px auto 50px;
  padding-top: 150px;
}

#curriculum h3 {
  font-size: 2rem;
  color: #0963b0;
  text-align: center;
  font-weight: bold;
}

#curriculum ul {
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#curriculum li {
  margin: 0 10px;
}

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

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

#curriculum table {
  width: 100%;
  letter-spacing: 0;
}

#curriculum th {
  background: #568ab7;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 2px solid #a7c0d6;
  vertical-align: middle;
}

#curriculum .thin {
  width: 250px;
}

#curriculum .wide {
  width: 490px;
}

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

#conditions {
  margin: -150px auto 50px;
  padding-top: 150px;
}

#conditions ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

#conditions li {
  margin: 0 10px;
}

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

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

#conditions .span {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

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

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

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

#flow {
  margin: -150px auto 50px;
  padding-top: 150px;
}

#flow .subtitle {
  background: #d1b24a;
}

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

#flow ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 40px auto 30px;
}

#flow li {
  background: #fffbed;
  border-radius: 0 0 5px 5px;
  width: 200px;
  margin: 0 10px;
  position: relative;
  padding: 20px 10px;
  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-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  top: -40px;
  left: 0;
}

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

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

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

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

#format {
  margin: -150px auto 50px;
  padding-top: 150px;
}

#format ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

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

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

#support {
  margin: -150px auto 50px;
  padding-top: 150px;
}

#support .subtitle {
  background: #de6782;
}

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

#support strong {
  margin: 30px auto;
  font-weight: 500;
  font-size: 1.3rem;
  display: block;
}

#support h3 {
  background: #f26b8a;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px;
  font-weight: 500;
  margin-bottom: 30px;
}

#support ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#support li {
  margin: auto 30px 0;
  display: flex;
  flex-direction: column;
}

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

#support li p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}

#tokyo {
  margin: -150px auto 100px;
  padding-top: 150px;
}

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

#information {
  margin: 0 auto 100px;
  width: 1000px;
}

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

#information .box {
  border: 3px solid #868686;
  padding: 30px;
  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 {
  margin-right: 20px;
}
  /*-------------------------------------------
sub
-------------------------------------------*/
.faq {
  width: 900px;
  margin: 40px auto 100px;
}

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

.faq #acMenu dt:after {
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  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: 2.2rem;
  margin-right: 30px;
}

.faq #acMenu dt .txt {
  width: 90%;
  font-size: 1.4rem;
  line-height: 1.4;
}

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

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

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

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

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

.privacy-it {
  width: 900px;
  margin: 40px auto 100px;
}

.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: 30px;
  margin-bottom: 20px;
}

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

.company {
  width: 900px;
  margin: 40px auto 100px;
}

.company dl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #568ab7;
}

.company dt {
  width: 20%;
  background: #568ab7;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.company dt:last-of-type {
  border-bottom: none;
}

.company dd {
  width: 80%;
  background: #dfeaf4;
  padding: 10px;
  border-bottom: 1px solid #568ab7;
}

.company dd:last-of-type {
  border-bottom: none;
}

  /*-------------------------------------------
footer
-------------------------------------------*/
footer {
  text-align: center;
  padding: 50px 0 30px;
  border-top: 2px solid #707070;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 30px;
}

footer a {
  color: #868686;
  display: inline-block;
  margin: 0 15px;
}

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

footer small {
  color: #868686;
  letter-spacing: 0;
}

.pagetop {
  width: 70px;
  height: 70px;
  border: 4px solid #0963b0;
  position: fixed;
  bottom: 40px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.7s;
}

.pagetop:hover {
  background: #fff;
  transition: 0.7s;
}

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

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