/*========================================================================*\

$body

\*========================================================================*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}


/*========================================================================*\

$header

\*========================================================================*/

#header .header_in {
  background: #ffffff;
}

#header .header_in::before,
#header .header_in::after {
  content: none;
}

#header .header_in .logo {
  flex-basis: 190px;
}

#header .menu {
  width: calc(100% - 500px);
}

#header .intern_btn {
  width: 250px;
  padding: 2.1rem 0;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1280px) {
  #header .intern_btn {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  #header .header_in .logo {
    flex-basis: 120px;
  }
  #header .intern_btn {
    width: 100%;
  }
}

/*========================================================================*\

$main

\*========================================================================*/

#mainInner {
  background: url(../../img/info/info_main.jpg) no-repeat center 35%;
  background-size: cover;
  height: 100vh;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 1140px) {
  #mainInner {
    width: 100%;
    padding: 0 2rem;
  }
}

#mainInner .itemBox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#mainInner .itemBox h2 {
  text-align: center;
  color: #ffffff;
  font-family: "Cardo", serif;
  font-weight: 700;
  line-break: strict;
  font-size: 9rem;
  line-height: 1.2;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

#mainInner .itemBox h2 span {
  font-size: 6rem;
  display: block;
}

#mainInner .textBox {
  margin: 5rem auto 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 4rem;
  display: inline-block;
}

#mainInner .textBox p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

#mainInner .textBox span {
  color: #e83650;
  text-decoration: underline;
}

#mainInner .textBox .btn {
  text-shadow: none;
  margin: 3rem auto 0 auto;
  text-align: center;
  width: 60%;
}

#mainInner .textBox .btn a {
  background: #0096dc;
  display: block;
  width: 100%;
  color: #ffffff;
  border-radius: 600px;
  padding: 2rem 0;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  border: 3px solid #0096dc;
}

#mainInner .textBox .btn a:hover {
  background: #cccccc;
  color: #0096dc;
  border: 3px solid #0096dc;
}

#mainInner .textBox .btn a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

#mainInner .textBox .btn a:hover:after {
  border-right: solid 2px #0096dc;
  border-top: solid 2px #0096dc;
}

@media all and (max-width: 1140px) {
  #mainInner {
    width: 100%;
    padding: 0 2rem;
  }
}

@media all and (max-width: 767px) {
  #mainInner .itemBox h2 {
    font-size: 4.5rem;
  }

  #mainInner .itemBox h2 span {
    font-size: 3.5rem;
  }

  #mainInner .textBox {
    margin: 3rem auto 0 auto;
    padding: 3rem;
  }

  #mainInner .textBox p {
    font-size: 1.7rem;
  }

  #mainInner .textBox .btn {
    width: 100%;
    margin: 2rem auto 0 auto;
  }

  #mainInner .textBox .btn a {
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
}

/*========================================================================*\

$anchorBox

\*========================================================================*/

.content #anchorBox {
  background: #0b2655;
}

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

.content #anchorBox ul li {
  width: 25%;
  border-right: 1px solid #ffffff;
}

.content #anchorBox ul li:last-child {
  border-right: none;
}

.content #anchorBox ul li a {
  width: 100%;
  display: block;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0;
  font-size: 2rem;
  background: #0b2655;
  border: 3px solid #0b2655;
}

.content #anchorBox ul li a:hover {
  color: #0b2655;
  border: 3px solid #0b2655;
  background: #ffffff;
}

@media all and (max-width: 767px) {
  .content #anchorBox ul li {
    width: 50%;
    border-bottom: 1px solid #ffffff;
  }

  .content #anchorBox ul li:nth-child(even) {
    border-right: none;
  }

  .content #anchorBox ul li a {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}

/*========================================================================*\

$content

\*========================================================================*/

.content {
  background: #f2f2f2;
}

.content .sectionInner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}

@media all and (max-width: 1140px) {
  .content .sectionInner {
    max-width: 100%;
    padding: 10rem 2rem;
  }
}

@media all and (max-width: 767px) {
  .content .sectionInner {
    padding: 4rem 2rem;
  }
}

/*========================================================================*\

$company-overview

\*========================================================================*/

.content.company-overview {
  background: url(../../img/info/bg_company.jpg) no-repeat center 35%;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.content.company-overview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: radial-gradient(#fff 10%, #000 0%);
  background-size: 11px 11px;
  z-index: -1;
  opacity: 0.3;
}

.content.company-overview .sectionInner .description {
  padding: 5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

.content.company-overview .sectionInner .description p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2;
}

.content.company-overview .sectionInner .description p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .content.company-overview .sectionInner .description {
    padding: 3rem;
  }

  .content.company-overview .sectionInner .description p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/*========================================================================*\

$anchorBox

\*========================================================================*/

.content h2 {
  color: #444444;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.content .courseBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.content .courseBox.reverse {
  flex-direction: row-reverse;
}

.content .courseBox:last-child {
  margin-bottom: 0;
}

.content .courseBox .courseBoxInner {
  width: 60%;
  background: #ffffff;
  padding: 5rem;
}

.content .courseBox .courseBoxInner:first-child {
  width: 40%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.content .courseBox .courseBoxInner h3 {
  font-size: 3rem;
  color: #ffffff;
  position: relative;
  z-index: 10;
  font-weight: 700;
}

.content .courseBox .courseBoxInner p {
  margin-bottom: 1.5rem;
  color: #5d5d5d;
  line-height: 1.6;
}

.content .courseBox .courseBoxInner th,
.content .courseBox .courseBoxInner td {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(93, 93, 93, 0.6);
  color: #5d5d5d;
}

.content .courseBox .courseBoxInner th {
  width: 25%;
}

.content .courseBox .courseBoxInner:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.content .courseBox .courseBoxInner:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(11, 38, 85, 0.3);
  mix-blend-mode: multiply;
  z-index: 0;
  transition: 0.3s ease-in-out;
}

.content .course_5days .courseBoxInner:first-child::before {
  content: "";
  background: url(../../img/info/course_5days_img.jpg) no-repeat center center;
  background-size: cover;
}

.content .course_1days .courseBoxInner:first-child::before {
  content: "";
  background: url(../../img/info/course_1days_img.jpg) no-repeat center center;
  background-size: cover;
}

.content .course_self .courseBoxInner:first-child::before {
  content: "";
  background: url(../../img/info/course_self_img.jpg) no-repeat center center;
  background-size: cover;
}

.content .course_industry .courseBoxInner:first-child::before {
  content: "";
  background: url(../../img/info/course_industry_img.jpg) no-repeat center
    center;
  background-size: cover;
}

.content .btn {
  width: 450px;
  margin: 0 auto;
}

.content .btn a {
  width: 100%;
  display: block;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.6rem;
  background: #0b2655;
  border: 3px solid #0b2655;
  position: relative;
  border-radius: 600px;
}

.content .btn a:hover {
  color: #0b2655;
  border: 3px solid #0b2655;
  background: #ffffff;
}

.content .btn a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

.content .btn a:hover:after {
  border-right: solid 2px #0b2655;
  border-top: solid 2px #0b2655;
}

#footer {
  padding-top: 0;
}

#footer .copy {
  text-align: center;
  padding: 3rem 0 2rem 0;
}

@media all and (max-width: 767px) {
  .content h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  .content .courseBox {
    display: block;
    margin-bottom: 3rem;
  }

  .content .courseBox .courseBoxInner {
    width: 100%;
    padding: 2rem;
  }

  .content .courseBox .courseBoxInner:first-child {
    width: 100%;
    height: 200px;
  }

  .content .courseBox .courseBoxInner:first-child br {
    display: none;
  }

  .content .courseBox .courseBoxInner h3 {
    font-size: 2.4rem;
  }

  .content .courseBox .courseBoxInner th,
  .content .courseBox .courseBoxInner td {
    padding: 1rem;
    font-size: 1.4rem;
  }

  .content .courseBox .courseBoxInner th,
  .content .courseBox .courseBoxInner td {
    padding: 1rem 0;
    color: #5d5d5d;
    width: 100%;
    display: block;
  }

  .content .courseBox .courseBoxInner th {
    width: 100%;
    border-bottom: none;
    padding: 2rem 0 0 0;
    color: #0096dc;
  }

  .content .courseBox .courseBoxInner td {
    padding: 0.5rem 0 2rem 0;
  }

  .content .btn {
    width: 100%;
  }

  .content .btn a {
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }

  #footer .copy {
    padding: 2rem 0 1rem 0;
  }
}
