@charset "UTF-8";
/* -------------------- 汎用パーツ */
/* ------------------------ 基本section */
.section {
  padding: 0 80px;
}

.section-inner {
  max-width: 1280px;
  min-height: 50vh;
  margin: 0 auto;
}

.section-photo {
  max-width: 960px;
  margin: 0 auto 60px;
  border-radius: 10px;
  text-align: center;
}

.section-photo img {
  border-radius: 10px;
}

.section-contents {
  max-width: 750px;
  margin: 0 auto 60px;
  font-size: 1.8rem;
  line-height: 1.9;
}

.section-contents a {
  text-decoration: underline;
}

.section-contents a:hover {
  text-decoration: none;
}

.section-contents h3 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 50px;
}

.section-contents h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-contents p {
  margin-bottom: 1.5em;
}

.section-contents table {
  width: 100%;
  line-height: 1.6;
}

.section-contents table th, .section-contents table td {
  padding: 25px 25px;
}

.section-contents table th {
  width: 25%;
  border-top: solid 1px #cccccc;
}

.section-contents table td {
  border-top: solid 1px #e5e5e5;
}

.section-contents table tr:last-child th {
  border-bottom: solid 1px #cccccc;
}

.section-contents table tr:last-child td {
  border-bottom: solid 1px #e5e5e5;
}

.section-contents dl.director-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-contents dl.director-list dt {
  width: 9em;
}

.section-contents dl.director-list dd {
  width: calc(100% - 9em);
}

.section-contents ul li {
  margin-left: 1em;
  position: relative;
}

.section-contents ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: -1em;
}

.section .return-btn {
  margin: 60px auto;
}

.section .require {
  color: #c80505;
}

.section .note {
  font-size: 1.4rem;
}

.section .has-text-align-left {
  text-align: left;
}

.section .has-text-align-right {
  text-align: right;
}

.section .has-text-align-center {
  text-align: center;
}

/* ------------------------ page-title */
.page-title {
  padding: 40px 80px 100px;
  text-align: center;
}

.page-title > .en {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 5.2rem;
  font-weight: 500;
}

.page-title > .ja {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}

.page-title-inner {
  display: block;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: solid 1px #e5e5e5;
}

.page-title-inner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 760px;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

.page-title-inner-head .category-icon {
  margin-right: 20px;
}

.page-title-inner-head .date {
  color: #325186;
}

.page-title-inner-contents {
  display: block;
  max-width: 760px;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1.3;
  text-align: left;
}

.single .page-title {
  padding-bottom: 0px;
  margin-bottom: 60px;
}

/* ------------------------ button */
a.btn,
span.btn,
input.btn,
button.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 75px;
  margin: 0 auto;
  color: #fff !important;
  text-decoration: none;
  background-color: #325186;
  border-radius: 100px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.btn-defalt,
span.btn-defalt,
input.btn-defalt,
button.btn-defalt {
  color: #fff !important;
  background-color: #325186;
}

a.btn-arrow,
span.btn-arrow,
input.btn-arrow,
button.btn-arrow {
  background-image: url(../img/allow_right_white.png);
  background-repeat: no-repeat;
  background-position: right 25px  top 50%;
  background-size: 20px auto;
}

a.btn-return,
span.btn-return,
input.btn-return,
button.btn-return {
  background-image: url(../img/allow_left_white.png);
  background-repeat: no-repeat;
  background-position: left 25px  top 50%;
  background-size: 20px auto;
}

a.btn-dl,
span.btn-dl,
input.btn-dl,
button.btn-dl {
  background-image: url(../img/icon_dl_white.png);
  background-repeat: no-repeat;
  background-position: right 25px  top 50%;
  background-size: 16px auto;
}

a.btn-plus::after, a.btn-plus::before,
span.btn-plus::after,
span.btn-plus::before,
input.btn-plus::after,
input.btn-plus::before,
button.btn-plus::after,
button.btn-plus::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  content: "";
  background-color: #325186;
}

a.btn-plus::before,
span.btn-plus::before,
input.btn-plus::before,
button.btn-plus::before {
  right: 25px;
  width: 18px;
  height: 2px;
}

a.btn-plus::after,
span.btn-plus::after,
input.btn-plus::after,
button.btn-plus::after {
  right: 33px;
  width: 2px;
  height: 18px;
}

a.btn-plus.js-active::after,
span.btn-plus.js-active::after,
input.btn-plus.js-active::after,
button.btn-plus.js-active::after {
  display: none;
}

a.btn-white,
span.btn-white,
input.btn-white,
button.btn-white {
  color: #325186 !important;
  background-color: #fff;
}

a.btn:hover,
span.btn:hover,
input.btn:hover,
button.btn:hover {
  opacity: 0.8;
}

/* ------------------------ form */
input[type=text], input[type=email], input[type=password], textarea {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input.error[type=text], input.error[type=email], input.error[type=password], textarea.error {
  background-color: #FFE1E3;
}

input.size-small[type=text], input.size-small[type=email], input.size-small[type=password], textarea.size-small {
  width: 150px;
}

input.size-medium[type=text], input.size-medium[type=email], input.size-medium[type=password], textarea.size-medium {
  width: 300px;
}

input.size-large[type=text], input.size-large[type=email], input.size-large[type=password], textarea.size-large {
  width: 450px;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cccccc;
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, textarea::placeholder {
  color: #cccccc;
}

input:focus[type=text], input:focus[type=email], input:focus[type=password], textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

input[type=file] {
  margin-bottom: 10px;
}

.mwform-file-delete {
  padding: 5px 10px;
  font-size: 1.4rem;
  background: #eee;
  border-radius: 5px;
  border: solid 1px #ddd;
}

.mwform-file-delete::after {
  content: "添付ファイルを取り消す";
  margin-left: 5px;
}

.mw_wp_form_confirm .display_none_confirm {
  display: none;
}

/* スケジュールリスト */
.schedule-list {
  margin-bottom: 40px;
  border-top: solid 1px #e5e5e5;
}

.schedule-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: solid 1px #e5e5e5;
}

.schedule-list li .thum {
  width: 60px;
  margin-right: 15px;
}

.schedule-list li .thum img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

.schedule-list li .text {
  width: calc(100% - 75px);
}

.schedule-list li .text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.schedule-list li .text .title .category-icon {
  margin-right: 10px;
}

.schedule-list li a {
  text-decoration: underline;
}

/* ニュースリスト */
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-list::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

.news-list li {
  width: 30%;
  margin-bottom: 80px;
  position: relative;
}

.news-list li a .date {
  margin-bottom: 10px;
  color: #325186;
  font-size: 1.2rem;
  line-height: 1;
}

.news-list li a .title {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.55;
}

.news-list li a .thum {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-list li a .thum img {
  margin-bottom: 0px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-list li a:hover .thum {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}

.news-list li a:hover .thum img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list li .category-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* カテゴリアイコン */
.category-icon {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  background-color: #f59f18;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.category-icon a {
  color: #fff !important;
}

.category-icon.company {
  background-color: #325186;
}

.category-icon.talent {
  background-color: #f59f18;
}

/* ------------------------ wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  color: #9a9a9a;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 0 10px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #325186;
  color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
}

.wp-pagenavi .previouspostslink {
  margin-right: 15px;
}

.wp-pagenavi .nextpostslink {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  /* ------------------------ 基本section */
  .section {
    padding: 0 5%;
  }
  .section-contents {
    font-size: 1.2rem;
  }
  .section-contents h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .section-contents h4 {
    font-size: 1.6rem;
  }
  .section-contents table {
    display: block;
    line-height: 1.6;
  }
  .section-contents table th, .section-contents table td {
    display: block;
  }
  .section-contents table th {
    width: 100%;
    padding: 10px 0px 5px;
    border-top: solid 0px #cccccc;
    border-bottom: solid 1px #cccccc;
  }
  .section-contents table td {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-top: solid 0px #e5e5e5;
    border-bottom: solid 0px #e5e5e5;
  }
  .section-contents table tr:last-child th {
    border-bottom: solid 1px #cccccc;
  }
  .section-contents table tr:last-child td {
    border-bottom: solid 0px #e5e5e5;
  }
  .section-photo {
    margin: 0 auto 30px;
    border-radius: 5px;
  }
  .section-photo img {
    border-radius: 5px;
  }
  .section .return-btn {
    margin: 40px auto;
  }
  .section .return-btn .btn {
    width: 100%;
    max-width: 480px;
  }
  /* ------------------------ page-title */
  .page-title {
    padding: 0px 5% 0px;
    margin-bottom: 30px;
  }
  .page-title > .en {
    font-size: 3.6rem;
  }
  .page-title > .ja {
    font-size: 1.0rem;
  }
  .page-title-inner {
    padding-bottom: 30px;
  }
  .page-title-inner-head {
    margin-bottom: 10px;
  }
  .page-title-inner-head .category-icon {
    margin-right: 10px;
  }
  .page-title-inner-head .date {
    font-size: 1.2rem;
  }
  .page-title-inner-contents {
    font-size: 2.4rem;
  }
  .single .page-title {
    margin-bottom: 30px;
  }
  /* ------------------------ button */
  a.btn,
  span.btn,
  input.btn,
  button.btn {
    max-width: 235px;
    height: 50px;
    font-size: 1.4rem;
  }
  a.btn-arrow,
  span.btn-arrow,
  input.btn-arrow,
  button.btn-arrow {
    background-position: right 20px  top 50%;
    background-size: 15px auto;
  }
  a.btn-return,
  span.btn-return,
  input.btn-return,
  button.btn-return {
    background-size: 15px auto;
  }
  a.btn-dl,
  span.btn-dl,
  input.btn-dl,
  button.btn-dl {
    background-position: right 20px  top 50%;
    background-size: 12px auto;
  }
  a.btn-plus::before,
  span.btn-plus::before,
  input.btn-plus::before,
  button.btn-plus::before {
    right: 25px;
    width: 16px;
    height: 2px;
  }
  a.btn-plus::after,
  span.btn-plus::after,
  input.btn-plus::after,
  button.btn-plus::after {
    right: 32px;
    width: 2px;
    height: 16px;
  }
  /* スケジュールリスト */
  .schedule-list {
    margin-bottom: 20px;
  }
  .schedule-list li {
    padding: 20px 0;
  }
  .schedule-list li .thum {
    width: 50px;
    margin-right: 15px;
  }
  .schedule-list li .thum img {
    width: 50px;
    height: 50px;
  }
  .schedule-list li .text {
    width: calc(100% - 65px);
    line-height: 1.5;
  }
  .schedule-list li .text .title {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  /* ニュースリスト */
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list::after {
    content: "";
    display: block;
    width: 48%;
    height: 0;
  }
  .news-list li {
    width: 48%;
    margin-bottom: 30px;
  }
  .news-list li a .date {
    margin-bottom: 7px;
    font-size: 1.0rem;
  }
  .news-list li a .title {
    font-size: 1.2rem;
  }
  .news-list li a .thum {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .news-list li a .thum img {
    border-radius: 5px;
  }
  .news-list li .category-icon {
    top: 5px;
    right: 5px;
    padding: 3px 5px;
    border-radius: 2px;
  }
  /* カテゴリアイコン */
  .category-icon {
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 1.0rem;
  }
}
/*# sourceMappingURL=parts.css.map */