  @charset "utf-8";

/* ======================================================
 * recruit.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* media-section */
	.media-lead {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.5;
}
	}
	.two-to-one {
		display: flex;
	}
	.two-to-one .twoBox{
		width: 70%;
	}
	.two-to-one .twoBox iframe{
		width: 840px;
		height: 450px;
	}
	.two-to-one .oneBox{
		margin-left: 15px;
		width: 30%;
	}
	.two-to-one .oneBox .media-profile .media_image img {
    width: 90%;
}
	.two-to-one .oneBox .media-profile .media_detail {
    width: 73.5%;
    padding: 2px;
}
	.two-to-one .oneBox .media-profile .media_detail p{
    font-size: 95%;
}
		.two-to-one .oneBox .media-profile{
		margin-top: 50px;
	}
	.two-to-one .oneBox .media-profile:nth-child(2) {
		margin-top: 75px;
	}
	
  .media-section {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* media-profile */
  .media-profile {
    margin-top: 50px;
  }
  .media-profile a {
    display: block;
  }
  .media-profile .media_column {
    background-color: #ededed;
  }
  .media-profile a.media_column:link,
  .media-profile a.media_column:visited {
    color: #333;
  }
  .media-profile a.media_column:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .media-profile .media-item {
    display: flex;
    align-items: center;
  }
  .media-profile .media_image {
    width: 26.4%;
    min-width: 154px;
  }
  .media-profile .media_image img {
    width: 100%;
  }
  .media-profile .media_detail {
    width: 73.5%;
    padding: 15px 35px;
  }

  .media-profile .media_detail .media_link {
    font-size: 2.0rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    display: inline-block;
    position: relative;
    padding-left: 18px;
    color: #333;
  }
  .media-profile .media_detail .media_link::before {
    position: absolute;
    top: .7em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #eb3747;
    border-right: 1px solid #eb3747;
    content: "";
  }
  .media-profile .a-pdf .media_detail .media_link::after {
    vertical-align: top;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    content: "";
    width: 17px;
    height: 17px;
    background-position: -80px 0;
    display: inline-block;
    margin: .5em 0 0 12px;
  }
  .media-movie .column_item > a.a-modal-movie > *:first-child {
    margin-top: 0;
  }
  .a-modal-movie .image-set {
    display: block;
    position: relative;
  }
  .a-modal-movie .image-set::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -400px -200px;
    content: "";
    z-index: 1;
  }
  .media-movie .a-modal-movie .image-set > figure > img {
    width: 100%;
  }
  .media-movie .a-modal-movie .a-video {
    font-weight: bold;
  }
  .media-pr .image-set {
    display: block;
    position: relative;
  }
  .media-pr .image-set > figure > img {
    width: 100%;
  }
  .media-pr[data-row-pc="1"] .link-text {
    font-weight: bold;
  }
  .media-profile a:hover,
  .media-poster > a:hover span.block,
  .media-movie > a:hover span.block,
  .media-pr > a:hover span.block {
    color: #aaa;
  }
  .media-step-more {
    margin-top: 50px;
    text-align: center;
  }
  .media-step-more > a {
    display: inline-block;
    min-width: 300px;
    border: 1px solid #999;
    text-align: center;
    line-height: 3;
    color: #333;
  }
  .media-step-more > a:hover {
    background: #efefef;
    text-decoration: none;
  }
  .media-step-more > a > span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px;
  }
  .media-step-more > a > span::before,
  .media-step-more > a > span::after {
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 18px;
    margin-top: -1px;
    background: #e50115;
    content: "";
  }
  .media-step-more > a > span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
	.column-layout .column_item .image-set iframe {
		margin-top: 0px;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1150px) {
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	.media-lead {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
}
	.two-to-one {
		display: block;
	}
	.two-to-one .twoBox{
		width: 100%;
	}
	.two-to-one .twoBox iframe{
		width: 100%;
		height: auto;
	}
	.two-to-one .oneBox{
		margin-left: 0px;
		width: 100%;
	}
	.two-to-one .oneBox .media-profile .media_image img {
    width: 100%;
}
	.two-to-one .oneBox .media-profile .media_detail {
    width: 73.5%;
    padding: 2px;
}
	.two-to-one .oneBox .media-profile .media_detail p{
    font-size: 95%;
}
		.two-to-one .oneBox .media-profile{
		margin-top: 10px;
	}
		.two-to-one .oneBox .media-profile:nth-child(2) {
		margin-top: 10px;
	}
  /* media-profile */
  .media-profile {
    margin-top: 30px;
  }
  .media-profile .media_column {
    background-color: #ededed;
    display: block;
  }
  .media-profile .media_column + .media_column {
    margin-top: 20px;
  }
  .media-profile a.media_column:link,
  .media-profile a.media_column:visited {
    color: #333;
  }
  .media-profile .media-item {
    display: flex;
    align-items: center;
  }
  .media-profile .media_image {
    width: 33%;
    min-width: 115px;
  }
  .media-profile .media_image img {
    width: 100%;
  }
  .media-profile .media_detail {
    width: 67%;
    padding: 15px 20px;
  }
  .media-profile .media_detail .media_link {
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #333;
  }
  .media-profile .media_detail .media_link::before {
    position: absolute;
    top: .5em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #eb3747;
    border-right: 1px solid #eb3747;
    content: "";
  }
  .media-profile .a-pdf .media_detail .media_link::after {
    vertical-align: top;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    content: "";
    background-size: 240px auto;
    width: 13px;
    height: 13px;
    background-position: -160px 0;
    display: inline-block;
    margin: .5em 0 0 12px;
  }
  .media-poster  .image-set {
    width: 70%;
    margin: 0 auto;
  }
  .media-movie .column_item > a.a-modal-movie > *:first-child {
    margin-top: 0;
  }
  .a-modal-movie .image-set {
    display: block;
    position: relative;
  }
  .a-modal-movie .image-set::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -200px -100px;
    background-size: 240px auto;
    content: "";
    z-index: 1;
  }
  .media-movie .a-modal-movie .image-set > figure > img {
    width: 100%;
  }
  .media-movie .a-modal-movie .a-video {
    font-weight: bold;
  }
  .media-pr .image-set {
    display: block;
    position: relative;
  }
  .media-pr .image-set > figure > img {
    width: 100%;
  }
  .media-pr[data-row-pc="1"] .link-text {
    font-weight: bold;
  }
  .media-step-more {
    margin-top: 30px;
    text-align: center;
  }
  .media-step-more > a {
    display: inline-block;
    min-width: 210px;
    border: 1px solid #999;
    text-align: center;
    line-height: 3.45;
    color: #333;
  }
  .media-step-more > a > span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 35px;
  }
  .media-step-more > a > span::before,
  .media-step-more > a > span::after {
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: #e50115;
    content: "";
  }
  .media-step-more > a > span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #mediaTop .image-set iframe {
    width: 100%;
  }

}
