@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright (C) SOURCENEXT CORPORATION All Rights Reserved.

HTML CSS Selectors recruit information

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------- */

/*ナビゲーション*/
.header-nav li:nth-of-type(5) a::before {
  width: 100%;
  height: 6px;
  background-color: #2d9dc7;
  position: absolute;
  left: 0;
  bottom: -24px;
  content:"";
}

/*コンテンツヘッダー*/
.contents-header {
  width: 100%;
  height: 360px;
  background-image: -moz-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
}
.contents-header__inner {
  width: 970px;
  padding-top: 160px;
}
.contents-header__ttl {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.contents-header__ttl .en {
  display: block;
  padding-bottom: 10px;
  font-family: 'Teko', sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
}


/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
/*コンテンツヘッダー*/
  .contents-header {
    width: 100%;
    height: 280px;
  }
  .contents-header__inner {
    width: 88%;
    margin: 0 auto;
    padding-top: 93px;
  }
  .contents-header__ttl {
    padding-bottom: 90px;
    font-size: 12px;
  }
  .contents-header__ttl .en {
    padding-bottom: 7px;
    font-size: 40px;
  }
}


/*---------------------------------------------------------------------------------
トップ
--------------------------------------------------------------------------------- */
.contents-header__ttl .en.top {
  font-size: 60px;
}
.top .contents-header__ttl {
  padding-bottom: 50px;
}
.top-read-txt {
  padding: 80px 0px 120px;
  text-align: center;
}
.top-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1030px;
  margin: 0 auto 70px;
}
.top-nav__btn {
  width: 300px;
  height: 300px;
  position: relative;
}
.top-nav__btn::before {
  display: block;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  box-shadow: 0px 10px 16px 4px rgba(7, 0, 2, 0.05);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  content:"";
}
.top-nav__btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 28px;
  background-color: #fff;
  border: 1px solid #2d9dc7;
  position: relative;
  z-index: 3;
  line-height: 1;
  letter-spacing: 0;
}
.top-nav__btn a .en {
  display: block;
  padding-bottom: 27px;
  position: relative;
  font-family: 'Teko', sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2d9dc7;
}
.top-nav__btn a .en::before {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #2d9dc7;
  position: absolute;
  left: 0;
  bottom: 17px;
  content:"";
}
.top-nav__btn a:hover {
  opacity: 1;
  transform: translate(10px,10px);
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .contents-header__ttl .en.top {
    font-size: 40px;
  }
  .top-read-txt {
    padding: 45px 0px 90px;
    text-align: center;
  }
  .top-nav {
    display: block;
    width: 88%;
    margin: 0 auto 90px;
  }
  .top-nav__btn {
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 60px;
  }
  .top-nav__btn a {
    padding: 50px 7%;
  }
  .top-nav__btn a .en {
    padding-bottom:25px;
    font-size: 30px;
  }
  .top-nav__btn a .en::before {
    display: block;
    width: 30px;
    bottom: 17px;
  }
  .top-nav__btn a:hover {
    opacity: 1;
    transform: translate(0px,0px);
  }
}


/*---------------------------------------------------------------------------------
募集要項
--------------------------------------------------------------------------------- */
.detai-read-txt {
  padding-top: 95px;
  width: 830px;
  margin: 0 auto 80px;
}
.detai-sec {
  width: 970px;
  margin: 0 auto;
}
.detai-sec-ttl {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.detai-sec-ttl .en {
  display: block;
  padding-bottom: 12px;
  font-family: 'Teko', sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #2d9dc7;
}
.detai-sec-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.detai-sec-dt {
  box-sizing: border-box;
  width: 270px;
  background-color: #2d9dc7;
  padding: 40px 35px 0;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.detai-sec-dt::after {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content:"";
}
.detai-sec-dt:last-of-type::after {
  content:none;
}
.detai-sec-dd {
  box-sizing: border-box;
  width: 670px;
  padding: 40px 60px 15px 60px;
  border-bottom: 1px solid #2d9dc7;
  letter-spacing: 0;
}
.detai-sec-dd:nth-of-type(1) {
  border-top: 1px solid #2d9dc7;
}
.detai-sec-dd p {
  padding-bottom: 30px;
  font-size: 14px;
}

.detai-sec-dd .p-indent1{
  padding-left: 10px;
  padding-bottom: 0px;
}

.detai-sec-dd .p-indent2{
  padding-left: 20px;
  padding-bottom: 0px;
}


.detai-sec-dd .ttl,
.detai-sec-dd strong {
  font-size: 16px;
  font-weight: 500;
}
.detai-sec-dd em {
  font-weight: 500;
}
.detai-sec-dd a {
  border-bottom: 1px solid #2d9dc7;
  color: #2d9dc7;
}
.detai-sec-dd .banner {
  width: 200px;
}
.detai-sec-dd .location {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detai-sec-dd .location dt {
  width: 100px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.detai-sec-dd .location dd {
  width: calc(100% - 100px);
  padding-top: 2px;
  padding-bottom: 20px;
  font-size: 14px;
}


/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .detai-read-txt {
    padding-top: 45px;
    width: 88%;
    margin: 0 auto 52px;
  }
  .detai-sec {
    width: 94%;
    margin: 0 auto;
  }
  .detai-sec-ttl {
    margin-bottom: 35px;
    font-size: 12px;
  }
  .detai-sec-ttl .en {
    padding-bottom: 0px;
    font-size: 30px;
  }
  .detai-sec-data {
    display: block;
    width: 100%;
  }
  .detai-sec-dt {
    width: 100%;
    padding: 7px 0px;
    font-size: 12px;
    text-align: center;
  }
  .detai-sec-dt::after {
    content:none;
  }
  .detai-sec-dt:last-of-type::after {
    content:none;
  }
  .detai-sec-dd {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 3% 20px 3%;
    border-bottom: none;
    letter-spacing: 0;
  }
  .detai-sec-dd:nth-of-type(1) {
    border-top: none;
  }
  .detai-sec-dd p {
    padding-bottom: 15px;
    font-size: 12px;
  }
  .detai-sec-dd .ttl,
  .detai-sec-dd strong {
    font-size: 12px;
  }
  .detai-sec-dd a {
    border-bottom: 1px solid #2d9dc7;
    color: #2d9dc7;
  }
  .detai-sec-dd .banner {
    width: 160px;
  }
  .detai-sec-dd .location {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .detai-sec-dd .location dt {
    width: 100px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .detai-sec-dd .location dd {
    width: calc(100% - 100px);
    padding-top: 2px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
