.p-category-hero {
  background-image: url(../img/common/mv1_sp.jpg);
  background-position: center;
  background-size: cover; }
  @media only screen and (min-width: 900px) {
    .p-category-hero {
      background-image: url(../img/common/mv1.jpg);
      background-size: cover; } }

.p-hero {
  background-repeat: no-repeat;
  background-size: cover; }
  .p-hero__copy {
    color: #3C87CB;
    top: 250px; }
    @media only screen and (min-width: 900px) {
      .p-hero__copy {
        top: 315px; } }
  .p-hero__button {
    color: #3C87CB;
    background: #fff;
    border: 2px solid #3C87CB;
    bottom: 40px; }
    @media only screen and (min-width: 900px) {
      .p-hero__button {
        bottom: 70px; } }

.p-info-detail__contents table {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border-collapse: collapse;
  box-sizing: border-box;
  margin: 30px 0; }
  .p-info-detail__contents table th {
    height: 40px;
    background: #EBF5FD;
    font-weight: 400; }
  .p-info-detail__contents table th,
  .p-info-detail__contents table td {
    border: 1px solid #C9C9C9;
    text-align: center;
    padding: 10px;
    box-sizing: border-box; }

.c-bannerFooter {
  background: rgba(228, 228, 228, 0.6);
  border: 1px solid rgba(112, 112, 112, 0.6);
  padding: 10px 15px;
  max-width: 234px; }
  .c-bannerFooter > a {
    text-decoration: none; }
  .c-bannerFooter .ttl1 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px; }
  .c-bannerFooter .txt1 {
    font-size: 12px;
    line-height: 1.5;
    color: #fff; }
    .c-bannerFooter .txt1 a,
    .c-bannerFooter .txt1 span {
      color: #fff; }

.c-table--style1 {
  margin: 0 0 50px; }
  .c-table--style1 th {
    max-width: 260px;
    min-width: auto; }

@media only screen and (min-width: 900px) {
  .p-nav-global__overlay {
    background-color: transparent;
    justify-content: center;
    align-items: center; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .p-message__img {
    max-width: 100%;
    top: 50%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%); } }
@media only screen and (min-width: 1000px) {
  .p-message__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 200%;
    transform: translate(-50%, -50%);
    object-fit: cover; } }

/*# sourceMappingURL=common_new.css.map */

/* custom by TTD */

.c-youtube__wrapper{
  max-width: 560px;
  width: 100%;
  margin: 25px auto 0;
}

.c-youtube{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.c-youtube iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-btn__linkrecruit{
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 25px auto 0;
}
