@charset "UTF-8";

#jobtypes-h1{
  font-size: 22px;
}
@media screen and (min-width: 768px){
  #jobtypes-h1{
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  #jobtypes-h1{
    font-size: 40px;
  }
}
@media screen and (min-width: 1921px){
  #jobtypes-h1{
    font-size: 2vw;
  }
}

@media screen and (min-width: 1025px) {
  #contents-top #contents-top-border #title-box {
    width:90%
  }
}

.linkbox {
    margin-bottom: 70px;
  }
  .linkbox:last-of-type {
    margin-bottom: 60px;
  }
  @media screen and (min-width: 1025px) {
    .linkbox {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-around;
    }
  }
  .linkbox div {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    background: #fff url(/homework/common/images/arrow-link.svg) no-repeat;
    background-size: 31.5px auto;
    background-position: right 10px center;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (min-width: 1025px) {
    .linkbox div {
      width: 48%;
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 768px) {
    .linkbox div {
      background-size: auto auto;
      background-position: right 20px center;
    }
  }
  @media screen and (min-width: 2561px) {
    .linkbox div {
      background-size: 126px auto;
      background-position: right 40px center;
    }
  }
  .linkbox div a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .linkbox div a span {
    font-size: 1.25em;
    font-weight: 700;
  }
  .linkbox div.btn-sp {
    background-color: #3C9B7E;
  }
  .linkbox div.btn-co {
    background-color: #ED7780;
  }
  .linkbox div.btn-school {
    background-color: #F5A3D7;
  }
  .linkbox div.btn-license {
    background-color: #0068CF;
  }
  .linkbox div.btn-money {
    background-color: #FFBB00;
  }

.jobtypes-box{
    width: 80%;
    margin: 0 auto 50px auto;
    position: relative;
}
.jobtypes-box > a{
    color: #fff;
    font-size: 1.5rem;
    text-decoration: underline;
    width: 30%;
    text-align: center;
    background-color: #00a5cf;
    position: absolute;
    top: -1.5rem;
    left: 35%;
    padding: .7rem;
}
.jobtypes-box > a:hover{
    text-decoration: none;
    background-color: #0192b6;
}
.jobtypes-box > div{
    border: 2px solid #00a5cf;
    border-radius: 15px;
    background-color: #f3f3f3;
    margin: auto;
    padding: 2.3rem 0 1.8rem 0;
    text-align: center;
}
.jobtypes-box > div > ul{
    display: inline-flex;
    margin: auto;
}
.jobtypes-box > div > ul > li{
    margin-right: 1.5rem;
    font-size: 1.2rem;
}
.jobtypes-box > div > ul > li:first-of-type{
    margin-right: 0;
}
.jobtypes-box > div > ul > li:last-of-type{
    margin-right: 0;
}
@media screen and (max-width: 768px) {
  .jobtypes-box > a{
    width: 60%;
    left: 20%;
  }
  .jobtypes-box > div > ul {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .jobtypes-box > div > ul > li{
    line-height: 2rem;
  }
}


/* 下層ページ */
/* 建築系 */
#contents-top-sub-building {
    width: 100%;
    margin-top: 0;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../jobtypes/building/images/header.jpg);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: left top;
    background-size: cover, cover;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    #contents-top-sub-building {
      height: 200px;
      margin-bottom: 40px;
      background-position: left top;
    }
  }
  @media screen and (min-width: 1025px) {
    #contents-top-sub-building {
      margin-top: -60px;
    }
  }
  @media screen and (min-width: 2561px) {
    #contents-top-sub-building {
      margin-top: -30px;
    }
  }
  #contents-top-sub-building div {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  @media screen and (min-width: 1025px) {
    #contents-top-sub-building div {
      max-width: 1024px;
    }
  }
  @media screen and (min-width: 2561px) {
    #contents-top-sub-building div {
      max-width: 75%;
    }
  }
  #contents-top-sub-building div h1 {
    position: absolute;
    color: #fff;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  @media screen and (min-width: 1025px) {
    #contents-top-sub-building div h1 {
      max-width: 1024px;
      left: 0;
    }
  }
/* インフラ系 */
#contents-top-sub-infrastructure {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../jobtypes/infrastructure/images/header.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub-infrastructure {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-infrastructure {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-infrastructure {
    margin-top: -30px;
  }
}
#contents-top-sub-infrastructure div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-infrastructure div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-infrastructure div {
    max-width: 75%;
  }
}
#contents-top-sub-infrastructure div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-infrastructure div h1 {
    max-width: 1024px;
    left: 0;
  }
}
/* 製造業系 */
#contents-top-sub-manufacturer {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../jobtypes/manufacturer/images/header.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub-manufacturer {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-manufacturer {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-manufacturer {
    margin-top: -30px;
  }
}
#contents-top-sub-manufacturer div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-manufacturer div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-manufacturer div {
    max-width: 75%;
  }
}
#contents-top-sub-manufacturer div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-manufacturer div h1 {
    max-width: 1024px;
    left: 0;
  }
}
/* サービス系 */
#contents-top-sub-service {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../jobtypes/service/images/header.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub-service {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-service {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-service {
    margin-top: -30px;
  }
}
#contents-top-sub-service div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-service div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-service div {
    max-width: 75%;
  }
}
#contents-top-sub-service div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-service div h1 {
    max-width: 1024px;
    left: 0;
  }
}
/* 技能・技術系 */
#contents-top-sub-skill {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../jobtypes/skill/images/header.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub-skill {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-skill {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-skill {
    margin-top: -30px;
  }
}
#contents-top-sub-skill div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-skill div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-skill div {
    max-width: 75%;
  }
}
#contents-top-sub-skill div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-skill div h1 {
    max-width: 1024px;
    left: 0;
  }
}
/* 運輸・旅客系 */
#contents-top-sub-transport {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../jobtypes/transport/images/header.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub-transport {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-transport {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-transport {
    margin-top: -30px;
  }
}
#contents-top-sub-transport div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-transport div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-transport div {
    max-width: 75%;
  }
}
#contents-top-sub-transport div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-transport div h1 {
    max-width: 1024px;
    left: 0;
  }
}
/* その他 */
#contents-top-sub-other {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../jobtypes/other/images/header.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub-other {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-other {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-other {
    margin-top: -30px;
  }
}
#contents-top-sub-other div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-other div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-other div {
    max-width: 75%;
  }
}
#contents-top-sub-other div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-other div h1 {
    max-width: 1024px;
    left: 0;
  }
}
/* 公務員系 */
#contents-top-sub-public-servant {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../jobtypes/public-servant/images/header.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left top;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub-public-servant {
    height: 200px;
    margin-bottom: 40px;
    background-position: left top;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-public-servant {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-public-servant {
    margin-top: -30px;
  }
}
#contents-top-sub-public-servant div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-public-servant div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub-public-servant div {
    max-width: 75%;
  }
}
#contents-top-sub-public-servant div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub-public-servant div h1 {
    max-width: 1024px;
    left: 0;
  }
}

  @media screen and (min-width: 1025px) {
    #co .bace-contents {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      align-items: stretch;
      justify-content: space-around;
    }
  }
  #co .bace-contents #main-contents {
    width: 100%;
    margin: 0 auto;
  }
  @media screen and (min-width: 1025px) {
    #co .bace-contents #main-contents {
      width: 650px;
    }
  }
  #co .bace-contents #main-contents #video-box {
    margin-bottom: 30px;
  }
  @media screen and (min-width: 1025px) {
    #co .bace-contents #main-contents #video-box {
      margin-bottom: 40px;
    }
  }
  #co .bace-contents #main-contents #video-box .video {
    width: 100%;
    max-width: 650px;
    position: relative;
    /*padding-top: 56.25%;*/
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  #co .bace-contents #main-contents #video-box .video img{
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    #co .bace-contents #main-contents #video-box .video {
      margin-bottom: 20px;
    }
  }
  #co .bace-contents #main-contents #video-box .video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  #co .bace-contents #main-contents #video-box .btn-arrow {
    background: #00CF6E url(/homework/common/images/arrow-link.svg) no-repeat;
    background-size: 31.5px auto;
    background-position: right 10px center;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 10px;
    transition: 0.5s;
  }
  @media screen and (min-width: 768px) {
    #co .bace-contents #main-contents #video-box .btn-arrow {
      background-size: auto auto;
      background-position: right 20px center;
    }
  }
  @media screen and (min-width: 2561px) {
    #co .bace-contents #main-contents #video-box .btn-arrow {
      background-size: 126px auto;
      background-position: right 40px center;
    }
  }
  @media screen and (min-width: 1025px) {
    #co .bace-contents #main-contents #video-box .btn-arrow {
      margin: 0 20px;
    }
  }
  #co .bace-contents #main-contents #video-box .btn-arrow a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #co .bace-contents #main-contents #video-box .btn-arrow:hover {
    opacity: 0.5;
  }

  #co .bace-contents section#explanation01{
    margin-bottom: 3rem;
  }
  #co .bace-contents section#explanation02 h2 {
    font-size: 24px;
    color: #ED7780;
    border-bottom: #CCCCCC solid 5px;
    position: relative;
    margin-bottom: 20px;
  }
  #co .bace-contents section#explanation01 h2{
    font-size: 24px;
    color: #fff;
    background-color: #00A5CF;
    padding: .5rem 1rem;
    width:fit-content;
    width: -moz-fit-content;
    margin-bottom: 20px;
  }
  #co .bace-contents section h2:not(#explanation02) {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-items: flex-start;
  }
  #co .bace-contents section#explanation02 h2::after {
    width: 200px;
    height: 5px;
    background-color: #ED7780;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
  }
  @media screen and (min-width: 1025px) {
    #co .bace-contents section h2::after {
      width: 300px;
    }
  }
  #co .bace-contents section#explanation02 article {
    border: #00A5CF solid 1px;
    border-radius: 5px;
    padding: 38px 10px 20px;
    margin: 54px 0 0;
    position: relative;
    clear: both;
  }
  @media screen and (min-width: 1025px) {
    #co .bace-contents section#explanation02 article {
      margin: 64px 20px 0;
      padding: 38px 20px 20px;
    }
  }
  #co .bace-contents section#explanation02 article h3 {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  #co .bace-contents section#explanation02 article h3 span {
    display: inline-block;
    background-color: #00A5CF;
    padding: 7px 10px;
  }
  #co .bace-contents section#explanation02 article h3 span::before {
    transform: skewX(-30deg);
    content: "";
    position: absolute;
    left: -15%;
    top: 0;
    z-index: -1;
    width: 130%;
    height: 100%;
    background-color: #00A5CF;
  }

  #co aside {
    width: 100%;
    transition: 0.5s;
  }
  @media screen and (min-width: 1025px) {
    #co aside {
      max-width: 350px;
    }
  }
  #co aside .btn-list {
    height: 60px;
    background-color: #3C9B7E;
    margin-bottom: 20px;
    transition: 0.5s;
  }
  #co aside .btn-list:first-of-type{
    background-color: #ED7780;
  }
  #co aside .btn-list a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #co aside .btn-list a::before {
    content: "";
    background-color: #fff;
    display: inline-block;
    height: 12px;
    width: 19px;
    -webkit-mask: url("/homework/common/images/tip-link.svg");
    mask: url("/homework/common/images/tip-link.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -3px;
  }
  @media screen and (min-width: 2561px) {
    #co aside .btn-list a::before {
      height: 24px;
      width: 38px;
    }
  }
  #co aside .btn-list:hover {
    opacity: 0.5;
  }
  #co aside h2 {
    background-color: #ddd012;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    position: relative;
    transition: 0.5s;
  }
  #co aside h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    left: 0;
    bottom: 3px;
  }
  #co aside h2::after {
    position: absolute;
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 15px;
    color: #fff;
  }
  #co aside h2.open-acc::after {
    position: absolute;
    content: "\f139";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 15px;
  }
  @media screen and (min-width: 1025px) {
    #co aside h2 {
      font-size: 22px;
      padding: 10px 0;
    }
    #co aside h2::after {
      display: none;
    }
  }
  #co aside #field_list {
    display: none;
  }
  @media screen and (min-width: 1025px) {
    #co aside #field_list {
      display: inherit;
      position: sticky;
      top: 70px;
    }
  }
  #co aside #field_list.open-list-acc {
    display: inherit;
  }
  #co aside li {
    border-bottom: #DEDEDE solid 1px;
    padding-bottom: 15px;
    position: relative;
    transition: ease-in 0.2s;
    /*hoverした際の形状*/
  }
  #co aside li a {
    padding: 15px 15px 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    position: relative;
    z-index: 3;
  }
  #co aside li a {
    padding: 15px 15px 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    position: relative;
    z-index: 3;
  }
  #co aside li a svg {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    fill: #ED7780;
  }
  #co aside li span {
    display: inline-block;
    background-color: #FFE32D;
    border-radius: 3px;
    padding: 5px;
    font-size: 10px;
    color: #565656;
    margin-left: 59px;
    position: relative;
    z-index: 3;
  }
  #co aside li::before {
    content: "";
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #ddd012; /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  #co aside li:hover a {
    color: #fff;
  }
  #co aside li:hover a svg {
    fill: #fff;
  }
  #co aside li:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }