#internship header #toplogo h1 {
  align-items: center;
  display: flex;
}
#internship header #head-nav .back {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 0 0 0px #eee inset;
  transition: all 0.3s ease;
  width: 130px;
}
@media screen and (max-width: 768px) {
  #internship header #head-nav .back {
    font-size: 1rem;
    width: 80px;
  }
}
#internship header #head-nav .back:hover {
  box-shadow: 0 0 0 10px #d5d5d5 inset;
}
#internship header #head-nav #nav-title {
  width: 130px;
}
@media screen and (max-width: 768px) {
  #internship header #head-nav #nav-title {
    width: 60px;
  }
}

#theme-special {
  background-color: #FEF3F4;
}

#specialHeader {
  position: relative;
}
#specialHeader .layout {
  position: relative;
}
#specialHeader h1 {
  font-size: 5.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #specialHeader h1 {
    font-size: 7vw;
    margin-bottom: 50px;
  }
}
#specialHeader h1 small {
  display: inline-block;
  font-size: 2.3rem;
  color: #C73024;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #specialHeader h1 small {
    display: block;
    margin-left: 0;
    font-size: 3vw;
  }
}
#specialHeader .image {
  position: absolute;
  right: 0;
  top: -50px;
  width: 48%;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  #specialHeader .image {
    top: -10px;
  }
}

#searchArea {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
#searchArea .raundbox {
  border-radius: 8px;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #searchArea .raundbox {
    padding: 40px 20px;
  }
}
#searchArea .first-message {
  position: absolute;
  background-color: #E31F26;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 25px 50px;
  border-radius: 80px;
  left: 3%;
  top: 0;
  transform: translateY(-50%);
}
#searchArea .first-message::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #E31F26;
}
@media screen and (max-width: 768px) {
  #searchArea .first-message {
    font-size: 1.6rem;
    padding: 15px 25px;
    transform: translateY(-80%);
  }
}
#searchArea .searchHeadLayout {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #searchArea .searchHeadLayout {
    display: block;
  }
}
#searchArea .searchHeadLayout .lead {
  color: #999;
  margin-bottom: 0;
}
#searchArea .clearBtn {
  width: 155px;
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #searchArea .clearBtn {
    margin: 25px auto 0;
  }
}
#searchArea .clearBtn:hover {
  background-color: #bdbdbd;
}
#searchArea .clearBtn img {
  width: 33px;
}
#searchArea #searchBlock .searchLayout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #searchArea #searchBlock .searchLayout {
    display: block;
  }
}
#searchArea #searchBlock .searchLayout .col {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #searchArea #searchBlock .searchLayout .col {
    width: 100%;
  }
}
#searchArea #searchBlock .searchLayout .wide {
  width: 100%;
}
#searchArea #searchBlock .searchLayout select {
  width: 100%;
  padding: 6px;
}
#searchArea #searchBlock .more {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #searchArea #searchBlock .more {
    padding: 15px 0;
  }
}
#searchArea #searchBlock .more.dropdown h3 {
  cursor: pointer;
}
#searchArea #searchBlock .more h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #searchArea #searchBlock .more h3 {
    font-size: 1.6rem;
  }
}
#searchArea #searchBlock .more h3.active .oc::after {
  transform: rotate(180deg);
}
#searchArea #searchBlock .more h3 .oc {
  position: absolute;
  width: 11px;
  height: 11px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#searchArea #searchBlock .more h3 .oc::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
}
#searchArea #searchBlock .more h3 .oc::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
  transform: rotate(90deg);
  transition: all 0.2s;
}
#searchArea #searchBlock .more .hide-block {
  display: none;
}
#searchArea #searchBlock .more ul {
  display: flex;
  flex-wrap: wrap;
}
#searchArea #searchBlock .more ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}
#searchArea #searchBlock .more ul li label {
  display: inline-block;
  background-color: #F4F4F4;
  line-height: 1;
  padding: 4px 12px;
  line-height: 1;
  border-radius: 10px;
  font-size: 1.4rem;
}
#searchArea #searchBlock .more ul li input[type=checkbox] {
  display: none;
}
#searchArea #searchBlock .more ul li input[type=checkbox]:checked + label {
  background-color: #E31F26;
  color: #fff;
}
#searchArea .message {
  text-align: center;
  margin-bottom: 1rem;
}
#searchArea #searchSubmit {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 40px;
  padding: 15px;
  font-size: 2.4rem;
  cursor: pointer;
}

#themeBox .raundbox {
  border-radius: 8px;
  box-shadow: none;
}
#themeBox .box::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #themeBox .box {
    padding-top: 20px;
  }
}
#themeBox .box .bunya {
  display: none;
}
#themeBox .box h3 {
  width: calc(100% + 90px);
  transform: translateX(-90px);
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #themeBox .box h3 {
    width: 100%;
    transform: none;
  }
}
#themeBox .box h3 .num {
  background-color: #000;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
@media screen and (max-width: 768px) {
  #themeBox .box h3 .num {
    position: relative;
    top: 10px;
  }
}
#themeBox .box h3 .num i {
  background-color: transparent;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #themeBox .box h3 .num i {
    font-size: 2rem;
  }
}
#themeBox .box h3 .tit {
  background-color: #E31F26;
  color: #fff;
  padding: 15px 25px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #themeBox .box h3 .tit {
    font-size: 1.5rem;
  }
}
#themeBox .box .info {
  margin-bottom: 50px;
}
#themeBox .box .info th,
#themeBox .box .info td {
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 768px) {
  #themeBox .box .info th {
    width: 20%;
  }
}
#themeBox .box .data {
  background-color: #F4F4F4;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  #themeBox .box .data {
    padding: 15px;
  }
}
#themeBox .box .data .layout {
  display: flex;
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #themeBox .box .data .layout {
    flex-wrap: wrap;
  }
}
#themeBox .box .data .layout dl {
  display: flex;
  margin-right: 30px;
}
#themeBox .box .data .layout dl dt {
  margin-right: 20px;
  font-weight: 500;
}
#themeBox .box .data .rem {
  padding-top: 15px;
}
#themeBox .box .data .rem dl {
  display: flex;
}
#themeBox .box .data .rem dl dt {
  margin-right: 20px;
  font-weight: 500;
}