body {
  overflow-x: hidden;
}

.topHeader__logo {
  width: calc(334px / 2);
}

.topHeader__noSticky__border {
  box-shadow: none;
}

html.common .header_breadcrumb {
  display: none;
}

#reskilling {
  background-image: url("../img/bg.png");
  background-size: calc(28px / 2) auto;
  padding: 35px 0 50px;
}
#reskilling .inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#reskilling .blue {
  color: #00aaeb;
}
#reskilling .bold {
  font-weight: 700;
}
#reskilling h2 {
  width: calc(1220px / 2);
  display: block;
  margin: 0 auto 45px;
}
#reskilling h2 img {
  width: 100%;
}
#reskilling p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #000;
}
#reskilling .illust_01 {
  position: absolute;
  right: -26px;
  top: 122px;
  width: calc(820px / 2);
  z-index: -1;
}
#reskilling .illust_02 {
  position: absolute;
  left: 20px;
  top: 317px;
  width: calc(758px / 2);
  z-index: -1;
}
#reskilling .illust_03 {
  position: absolute;
  right: 115px;
  top: 477px;
  width: calc(794px / 2);
  z-index: -1;
}
#reskilling .message {
  margin-bottom: 35px;
}
#reskilling .message p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 2px;
}
#reskilling .message p span {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  background: #fff;
}
#reskilling .message .left,
#reskilling .message .right {
  margin-bottom: 29px;
}
#reskilling .message .left p {
  text-align: left;
}
#reskilling .message .right p {
  text-align: right;
}
#reskilling .boxy {
  margin-bottom: 50px;
  padding: 25px 30px;
  border-radius: 15px;
  background-color: #fff;
}
#reskilling .button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 25px;
  background-image: url("../img/arrow_white.png");
  background-repeat: no-repeat;
  background-size: calc(16px / 2) auto;
  background-position: right 20px center;
  transition: all 0.2s;
}
#reskilling .button:hover {
  opacity: 0.6;
}
#reskilling .button.back {
  font-size: 14px;
  color: #000;
  background-color: #fff;
  background-image: url("../img/arrow_black.png");
  border: 2px solid #000;
}
#reskilling .button.back:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
  background-image: url("../img/arrow_white.png");
}
#reskilling .note {
  font-size: 12px;
  line-height: 1.67;
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
  margin-top: 18px;
}
#reskilling .sites {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 50px 0;
}
#reskilling .sites::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 1199px) {
  #reskilling .sites::before {
    left: calc((950px - 1200px) / 2);
  }
}
#reskilling .site {
  width: 450px;
  padding: 35px 40px 30px;
  border-radius: 15px;
  position: relative;
}
#reskilling .site .logo {
  position: absolute;
  left: 0;
  right: 0;
  height: calc(52px / 2);
  margin: 0 auto;
  background-color: #fff;
}
#reskilling .site p {
  letter-spacing: 0.1em;
}
#reskilling .site .copy {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
}
#reskilling .site .copy .small {
  font-size: 14px;
}
#reskilling .site .copy .large {
  font-size: 22px;
}
#reskilling .site .copy em {
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
#reskilling .site .copy em::after, #reskilling .site .copy em::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto calc(50px / 2);
}
#reskilling .site .copy em::before {
  left: -23px;
  background-image: url("../img/slash_left.png");
  background-position: left center;
}
#reskilling .site .copy em::after {
  right: -23px;
  background-image: url("../img/slash_right.png");
  background-position: right center;
}
#reskilling .site .copy + .copy {
  margin-top: 15px;
}
#reskilling .site .copy + :not(.copy) {
  margin-top: 20px;
}
#reskilling .site .button {
  margin-top: 25px;
  letter-spacing: 0.05em;
}
#reskilling .site.mynavi_tenshoku {
  border: 3px solid #ff0000;
}
#reskilling .site.mynavi_tenshoku .logo {
  top: calc(-52px / 2 / 2 - 4px);
  border-left: calc((200px - 354px / 2) / 2) solid #fff;
  border-right: calc((200px - 354px / 2) / 2) solid #fff;
}
#reskilling .site.mynavi_tenshoku .large {
  color: #ff0000;
}
#reskilling .site.mynavi_tenshoku .button {
  background-color: #ff0000;
}
#reskilling .site.mynavi {
  border: 3px solid #00aaeb;
}
#reskilling .site.mynavi .logo {
  top: calc(-52px / 2 / 2 - 2px);
  border-left: calc((200px - 280px / 2) / 2) solid #fff;
  border-right: calc((200px - 280px / 2) / 2) solid #fff;
}
#reskilling .site.mynavi .large {
  color: #00aaeb;
}
#reskilling .site.mynavi .button {
  background-color: #00aaeb;
}
