@media screen and (max-width: 767px) {
  /* ===================================================================
  info
=================================================================== */
  .info_list {
    padding: 10px 8%;
    clear: both;
  }
  .info_list li {
    border-bottom: solid 1px #e5e5e5;
  }
  .info_list li:first-child {
    border-top: solid 1px #e5e5e5;
  }
  .info_list div.nolink, .info_list a {
    display: block;
    padding: 12px 0;
  }
  .info_list .date, .info_list .title {
    line-height: 1.8;
    text-align: left;
  }
  .info_list .date {
    width: 120px;
    color: #fc9e06;
  }
  .info_list div.nolink .title {
    text-decoration: none;
  }
  .info_list .title {
    text-decoration: underline;
  }
  /*---------------------------------------------*/
  .entry-container {
    padding: 10px 6% 55px;
  }
  .entry-container .date {
    color: #fc9e06;
    font-size: 1.25rem;
    margin-bottom: 4px;
  }
  .entry-container .title {
    font-size: 1.35rem;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: solid 1px #e5e5e5;
    line-height: 1.8;
  }
  .entry-container .photo {
    margin-bottom: 20px;
  }
  .entry-container .entry-content p {
    line-height: 1.8;
  }
  .entry-container .btn {
    margin-top: 50px;
  }
  /* ===================================================================
  use toppage
=================================================================== */
  .section {
    text-align: center;
    padding: 0 3%;
  }
  .section h2 {
    line-height: 1;
  }
  .section h2 img {
    height: 44px;
    width: auto;
  }
  /*---------------------------------------------------------------------------*/
  .main {
    width: 100%;
    position: relative;
  }
  .slider {
    width: 100%;
    height: 172px;
    position: relative;
  }
  .slider > div {
    width: 100%;
    height: 172px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .slider p {
    position: absolute;
    left: 50%;
  }
  .slider .slide01 {
    background-image: url("/wp-content/themes/recruit_skylark/newgrad/images/slide01.jpg");
  }
  .slider .slide01 p {
    width: 55%;
    top: 65px;
    margin-left: -10%;
  }
  .slider .slide02 {
    background-image: url("/wp-content/themes/recruit_skylark/newgrad/images/slide02.jpg");
  }
  .slider .slide02 p {
    width: 55%;
    top: 65px;
    margin-left: -45%;
  }
  .slider .slide03 {
    background-image: url("/wp-content/themes/recruit_skylark/newgrad/images/slide03.jpg");
  }
  .slider .slide03 p {
    width: 45%;
    top: -15px;
    margin-left: -22%;
  }
  .bnr_area {
    text-align: center;
    background-color: #feead8;
    padding-bottom: 12px;
  }
  .bnr_area h2 {
    height: 42px;
    line-height: 42px;
    background-color: #ffc897;
  }
  .bnr_area h2 img {
    image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
    height: 15px;
    width: auto;
  }
  .bnr_area a {
    display: inline-block;
    margin: 12px 30px 0;
  }
  .bnr_area__intern {
    text-align: center;
    padding: 12px 6px 10px;
    background-color: #fc9e06;
    margin: 12px 30px 0;
  }
  .bnr_area__intern-caption {
    margin-bottom: 12px;
  }
  .bnr_area__intern a {
    margin: 0;
  }
  .info {
    position: relative;
    /* For IE 6/7 only */
    *zoom: 1;
    background-color: #575757;
    padding: 40px 3% 23px;
  }
  .info:before {
    content: ' ';
    display: table;
  }
  .info:after {
    content: ' ';
    display: table;
    clear: both;
  }
  .info h2 {
    margin-bottom: 20px;
    text-align: left;
  }
  .info h2 img {
    height: 38px;
    width: auto;
  }
  .info .btn {
    float: right;
    margin-top: -35px;
    padding: 2px 0 2px 25px;
    background: url("/wp-content/themes/recruit_skylark/common/images/bullet_orange_right.png") left 6px no-repeat;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
  }
  .info .info_list {
    padding: 0;
  }
  .info .info_list li {
    border-bottom: solid 2px #5b5b5b;
  }
  .info .info_list li:first-child {
    border-top: solid 2px #5b5b5b;
  }
  .info .info_list li .title {
    color: #ffffff;
  }
  .info .info_list a {
    color: inherit;
  }
  .message {
    padding: 55px 3%;
  }
  .message h2 {
    margin-bottom: 32px;
  }
  .message .catch {
    margin: 0 auto;
    width: 90%;
  }
  .message .btn {
    margin-top: 30px;
  }
  .message .entry_box {
    margin: 30px auto 0;
  }
  .process {
    padding: 42px 0 45px;
    background-color: #fef6ef;
  }
  .process h2 {
    margin-bottom: 20px;
  }
  .process .catch {
    font-weight: bold;
    font-size: 1.35rem;
    margin-top: 10px;
    text-align: left;
  }
  .process .img {
    margin-top: 30px;
  }
  .process .bnr {
    margin-top: 35px;
  }
  .movie {
    padding: 50px 3% 0;
    text-align: center;
  }
  .movie h2 {
    margin-bottom: 40px;
  }
  .movie h2 img {
    height: 44px;
    width: auto;
  }
  .movie_list li {
    margin-bottom: 10px;
  }
  .pop_wrap {
    display: none;
  }
  .mv_body {
    width: 100%;
    padding: 56% 0 0;
    position: relative;
    margin: 0 auto;
  }
  .mv_body iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: auto;
  }
  .story {
    padding: 65px 0 75px;
    overflow: hidden;
    position: relative;
  }
  .story h2 {
    margin-bottom: 35px;
  }
  .story .swiper-button-prev {
    z-index: 99;
    background: url("/wp-content/themes/recruit_skylark/common/images/arrow_orange_left_thin.png") no-repeat center center;
    left: 5px;
    margin-top: 20px;
  }
  .story .swiper-button-next {
    z-index: 99;
    background: url("/wp-content/themes/recruit_skylark/common/images/arrow_orange_right_thin.png") no-repeat center center;
    right: 5px;
    margin-top: 20px;
  }
  .news_list > div {
    width: 260px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .news_list .content_box {
    position: relative;
    overflow: hidden;
  }
  .news_list .photo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
  }
  .news_list .title {
    padding: 13px 18px;
    line-height: 1.6;
  }
  .news_list .text_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding: 10px;
    background-image: url("/wp-content/themes/recruit_skylark/common/images/btn_arrow_orange.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    -moz-background-size: 8px auto;
    background-size: 8px auto;
    font-size: 1.3rem;
  }
  .news_list .name {
    padding-top: 4px;
    margin-top: 4px;
    border-top: solid 1px #dcdcdc;
    text-align: right;
    font-size: 1.3rem;
  }
  .news_list .name span {
    font-size: 2rem;
    margin-left: 5px;
  }
  .faq {
    text-align: center;
    padding: 55px 0;
    background-color: #fef6ef;
  }
  .faq h2 {
    margin-bottom: 20px;
  }
  .faq p {
    font-size: 1.25rem;
  }
  .faq .contents_navi {
    margin-top: 15px;
    margin-left: -2%;
    font-size: 0rem;
    text-align: center;
  }
  .faq .contents_navi > * {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
  }
  .faq .contents_navi li {
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 31%;
    height: 85px;
    margin-left: 2%;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .faq .contents_navi li.type01 {
    background-color: #fd7429;
    -moz-box-shadow: 0 2px 0 0 #eb671e;
    box-shadow: 0 2px 0 0 #eb671e;
  }
  .faq .contents_navi li.type02 {
    background-color: #f5ad02;
    -moz-box-shadow: 0 2px 0 0 #db9b00;
    box-shadow: 0 2px 0 0 #db9b00;
  }
  .faq .contents_navi li.type03 {
    background-color: #76ca49;
    -moz-box-shadow: 0 2px 0 0 #55a62a;
    box-shadow: 0 2px 0 0 #55a62a;
  }
  .faq .contents_navi li.type04 {
    background-color: #5fa5e7;
    -moz-box-shadow: 0 2px 0 0 #418dd5;
    box-shadow: 0 2px 0 0 #418dd5;
  }
  .faq .contents_navi li.type05 {
    background-color: #5fa5e7;
    -moz-box-shadow: 0 2px 0 0 #418dd5;
    box-shadow: 0 2px 0 0 #418dd5;
  }
  .faq .contents_navi li.type05 a {
    padding-top: 10px;
  }
  .faq .contents_navi a {
    color: #ffffff;
    display: block;
    padding-top: 20px;
    height: 100%;
    background: url("/wp-content/themes/recruit_skylark/common/images/bullet_white_bottom.png") center 65px no-repeat;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
    line-height: 1.3;
  }
  .faq .contents_navi.right li {
    height: 65px;
  }
  .faq .contents_navi.right a {
    padding-top: 17px;
    padding-left: 12px;
    text-align: left;
    -moz-background-size: 14px auto;
    background-size: 14px auto;
    background-position: 92% center;
    background-image: url("/wp-content/themes/recruit_skylark/common/images/bullet_white_right.png");
  }
  .faq .contents_navi li {
    font-size: 1.25rem;
  }
  .faq .contents_navi a {
    padding-top: 27px;
  }
  .contact {
    padding: 45px 3%;
  }
  .contact h2 {
    margin-bottom: 25px;
    text-align: center;
  }
  .contact h2 img {
    height: 44px;
    width: auto;
  }
  .contact .contact_center {
    text-align: left;
  }
  .contact .contact_center dl {
    width: 300px;
    margin: 0 auto;
    padding-left: 54px;
    position: relative;
    background: url("/wp-content/themes/recruit_skylark/common/images/icon_tel.png") left bottom no-repeat;
    -moz-background-size: 48px auto;
    background-size: 48px auto;
  }
  .contact .contact_center dl dt {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .contact .contact_center dl dd {
    padding-bottom: 4px;
    border-bottom: solid 7px #fff2dd;
  }
  .contact .contact_center dl dd img {
    height: 26px;
    width: auto;
  }
  .contact .contact_center .time {
    width: 300px;
    margin: 10px auto 0;
    font-size: 0.8rem;
    padding-left: 54px;
  }
  .contact .contact_center .time span {
    font-size: 0.6rem;
    padding: 4px 10px;
    background-color: #575757;
    color: #ffffff;
    margin-right: 10px;
  }
  .contact .entry_box {
    margin: 20px auto 0;
  }
  .crew_entry .boxl {
    text-align: center;
    padding: 25px 0 35px;
    color: #ffffff;
    background-color: #fc9e06;
    font-size: 1.3rem;
  }
  .crew_entry .boxl p {
    line-height: 1.8;
  }
  .crew_entry .boxl p + p {
    margin-top: 1em;
  }
  .crew_entry .boxl .btn {
    margin-top: 20px;
  }
  .crew_entry .boxl .btn a {
    font-weight: bold;
  }
  .crew_entry .boxl .under {
    display: block;
    width: 80%;
    text-align: right;
    margin: 10px auto 0;
    color: #ffffff;
  }
  .crew_entry .boxr {
    position: relative;
    height: 260px;
    background: url("/wp-content/themes/recruit_skylark/newgrad/images/crew_photo.jpg") center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .crew_entry .boxr:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/recruit_skylark/newgrad/images/crew_photo_cover.png") center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .crew_entry .boxr .text {
    padding: 70px 5% 0;
    position: relative;
    z-index: 9;
    opacity: 0;
  }
  .crew_entry .boxr.on:before {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: bounce1 .4s .5s ease-in forwards;
    -moz-animation: bounce1 .4s .5s ease-in forwards;
    animation: bounce1 .4s .5s ease-in forwards;
  }
  .crew_entry .boxr.on .text {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: bounce2 .4s .8s linear forwards;
    -moz-animation: bounce2 .4s .8s linear forwards;
    animation: bounce2 .4s .8s linear forwards;
  }
  .fancybox-opened .fancybox-skin, .fancybox-skin {
    background: none;
    background-color: transparent;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .fancybox-close {
    background: url("/wp-content/themes/recruit_skylark/newgrad/images/btn_close.png") no-repeat center center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    right: 0;
    bottom: -10px;
    top: auto;
    width: 25px;
    height: 25px;
  }
  .intern_area {
    padding: 15px 0 80px;
  }
  .intern_area .intern_lead {
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  .intern_area .intern_bnr_area {
    padding: 0 5%;
  }
  .intern_area .intern_bnr_area + .intern_bnr_area {
    margin-top: 20px;
  }
  .intern_area .intern_bnr_area .intern_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .intern_area .intern_bnr_area div:nth-of-type(2) {
    margin-top: 20px;
  }
  .intern_area .intern_bnr_area .text_bnr a {
    -moz-border-radius: 5px;
         border-radius: 5px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    padding: 10px 10% 10px 5%;
    width: 100%;
  }
  .intern_area .intern_bnr_area .text_bnr a:hover {
    text-decoration: none;
  }
  .intern_area .intern_bnr_area .text_bnr a p:first-of-type {
    color: #fff;
    font-size: 1.6rem;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .intern_area .intern_bnr_area .text_bnr a p:last-of-type {
    color: #fff;
    font-size: 2.0rem;
    padding-top: 10px;
  }
  .intern_area .intern_bnr_area .text_bnr a p.b_none {
    border-top: none !important;
  }
  .intern_area .intern_bnr_area .text_bnr.blue_bnr a {
    background: url(/wp-content/themes/recruit_skylark/newgrad/images/icon_blue.png) 98% center no-repeat #56c1f8;
    -moz-background-size: 4% auto;
         background-size: 4% auto;
  }
  .intern_area .intern_bnr_area .text_bnr.orange_bnr a {
    background: url(/wp-content/themes/recruit_skylark/newgrad/images/icon_orange.png) 98% center no-repeat #f08a63;
    -moz-background-size: 4% auto;
         background-size: 4% auto;
  }
  .intern_area .intern_bnr_area .text_bnr.yellow_bnr a {
    background: url(/wp-content/themes/recruit_skylark/newgrad/images/icon_yellow.png) 98% center no-repeat #cbb74b;
    -moz-background-size: 4% auto;
         background-size: 4% auto;
  }
  .intern_area .intern_bnr_area .text_bnr.blue_bnr a p:last-of-type {
    border-top: 1px solid #80d3fa;
  }
  .intern_area .intern_bnr_area .text_bnr.orange_bnr a p:last-of-type {
    border-top: 1px solid #f4ad91;
  }
  .intern_area .intern_bnr_area .intern_txt {
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  /* ===================================================================
  info
=================================================================== */
  .info_list {
    clear: both;
    padding-top: 30px;
  }
  .info_list li {
    border-bottom: solid 1px #e5e5e5;
  }
  .info_list li:first-child {
    border-top: solid 1px #e5e5e5;
  }
  .info_list div.nolink {
    padding: 15px;
    display: table;
    width: 100%;
    text-decoration: none;
  }
  .info_list div.nolink .title {
    text-decoration: none;
  }
  .info_list a {
    padding: 15px;
    display: table;
    width: 100%;
    text-decoration: none;
  }
  .info_list a:hover {
    text-decoration: none;
  }
  .info_list a:hover .title {
    text-decoration: underline;
  }
  .info_list .date, .info_list .title {
    display: table-cell;
    vertical-align: top;
    line-height: 1.8;
    text-align: left;
  }
  .info_list .date {
    width: 120px;
    color: #fc9e06;
  }
  /*---------------------------------------------*/
  .entry-container {
    padding: 30px 100px 130px;
  }
  .entry-container .date {
    color: #fc9e06;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .entry-container .title {
    font-size: 2.3rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: solid 1px #e5e5e5;
  }
  .entry-container .photo {
    margin-bottom: 30px;
  }
  .entry-container .entry-content p {
    line-height: 1.8;
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  .entry-container .btn {
    margin-top: 75px;
  }
  /* ===================================================================
  use toppage
=================================================================== */
  .section {
    text-align: center;
  }
  .section h2 {
    line-height: 1;
  }
  /*---------------------------------------------------------------------------*/
  .main {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
  }
  .main .entry_box {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -132px;
    z-index: 99;
    -moz-box-shadow: 0 -2px 10px 0 rgba(222, 222, 222, 0.9);
    box-shadow: 0 -2px 10px 0 rgba(222, 222, 222, 0.9);
  }
  .slider {
    width: 100%;
    height: 700px;
    position: relative;
  }
  .slider > div {
    width: 100%;
    height: 700px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .slider p {
    position: absolute;
    left: 50%;
  }
  .slider .slide01 {
    background-image: url("/wp-content/themes/recruit_skylark/newgrad/images/slide01.jpg");
  }
  .slider .slide01 p {
    top: 220px;
    margin-left: -105px;
  }
  .slider .slide02 {
    background-image: url("/wp-content/themes/recruit_skylark/newgrad/images/slide02.jpg");
  }
  .slider .slide02 p {
    top: 220px;
    margin-left: -425px;
  }
  .slider .slide03 {
    background-image: url("/wp-content/themes/recruit_skylark/newgrad/images/slide03.jpg");
  }
  .slider .slide03 p {
    top: 70px;
    margin-left: -175px;
  }
  .bnr_area {
    text-align: center;
    background-color: #feead8;
    padding-bottom: 25px;
  }
  .bnr_area h2 {
    height: 50px;
    line-height: 50px;
    background-color: #ffc897;
  }
  .bnr_area h2 img {
    image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
    height: 18px;
  }
  .bnr_area a {
    display: inline-block;
    margin: 25px auto 0;
  }
  .bnr_area a + a {
    margin-left: 20px;
  }
  .bnr_area__intern {
    text-align: center;
    width: 926px;
    padding: 23px 25px 29px;
    background-color: #fc9e06;
    margin: 18px auto 0;
  }
  .bnr_area__intern-caption {
    margin-bottom: 15px;
  }
  .bnr_area__intern a {
    margin-top: 0;
  }
  .info {
    position: relative;
    /* For IE 6/7 only */
    *zoom: 1;
    background-color: #575757;
    padding: 40px 0;
  }
  .info:before {
    content: ' ';
    display: table;
  }
  .info:after {
    content: ' ';
    display: table;
    clear: both;
  }
  .info h2 {
    margin-bottom: 20px;
    text-align: left;
  }
  .info .btn {
    float: right;
    margin-top: -35px;
    padding: 2px 0 2px 25px;
    background: url("/wp-content/themes/recruit_skylark/common/images/bullet_orange_right.png") left 6px no-repeat;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
  }
  .info .info_list {
    padding-top: 0;
  }
  .info .info_list li {
    border-bottom: solid 2px #5b5b5b;
  }
  .info .info_list li:first-child {
    border-top: solid 2px #5b5b5b;
  }
  .info .info_list li .title {
    color: #ffffff;
  }
  .info .info_list a {
    color: inherit;
  }
  .info .info_list a:hover .title {
    text-decoration: none;
  }
  .info .info_list .title {
    text-decoration: underline;
  }
  .message {
    padding: 100px 0;
  }
  .message h2 {
    margin-bottom: 55px;
  }
  .message .btn {
    margin-top: 45px;
  }
  .message .entry_box {
    margin: 85px auto 0;
  }
  .process {
    padding: 85px 0 90px;
    background-color: #fef6ef;
  }
  .process h2 {
    margin-bottom: 32px;
  }
  .process .catch {
    line-height: 2;
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .process .img {
    margin-top: 75px;
  }
  .process .bnr {
    margin-top: 50px;
  }
  .movie {
    padding-top: 80px;
    text-align: center;
  }
  .movie h2 {
    margin-bottom: 40px;
  }
  .movie_list {
    font-size: 0rem;
    text-align: center;
    margin-left: -2%;
  }
  .movie_list > * {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
  }
  .movie_list li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 20px;
    position: relative;
  }
  .movie_list li:nth-child(odd) {
    text-align: right;
  }
  .movie_list li:nth-child(even) {
    text-align: left;
  }
  .pop_wrap {
    display: none;
  }
  .mv_body {
    width: 100%;
    padding: 56% 0 0;
    position: relative;
    margin: 0 auto;
  }
  .mv_body iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: auto;
  }
  .story {
    padding: 65px 0 75px;
  }
  .story h2 {
    margin-bottom: 35px;
  }
  #story_slider {
    width: 920px;
    margin: auto;
    overflow: hidden;
  }
  .story .swiper-button-prev {
    z-index: 99;
    background: url("/wp-content/themes/recruit_skylark/common/images/arrow_orange_left_thin.png") no-repeat center center;
    left: 0;
    margin-top: 35px;
  }
  .story .swiper-button-next {
    z-index: 99;
    background: url("/wp-content/themes/recruit_skylark/common/images/arrow_orange_right_thin.png") no-repeat center center;
    right: 0;
    margin-top: 35px;
  }
  .news_list {
    font-size: 0rem;
    text-align: center;
  }
  .news_list > * {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
  }
  .news_list > div {
    height: auto;
    font-size: 1.4rem;
    width: 300px;
  }
  .news_list .content_box {
    position: relative;
    margin: 0 10px;
    overflow: hidden;
  }
  .news_list a:hover {
    opacity: 1;
  }
  .news_list a:hover .photo {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_list .photo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: all .4s 0s ease;
    -moz-transition: all .4s 0s ease;
    transition: all .4s 0s ease;
  }
  .news_list .text_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding: 10px;
    background-image: url("/wp-content/themes/recruit_skylark/common/images/btn_arrow_orange.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    -moz-background-size: 8px auto;
    background-size: 8px auto;
  }
  .news_list .job_name {
    line-height: 1.3;
    min-height: 2.6em;
  }
  .news_list .title {
    padding: 15px 18px;
    line-height: 1.6;
  }
  .news_list .name {
    padding-top: 5px;
    margin-top: 5px;
    border-top: solid 1px #dcdcdc;
    text-align: right;
  }
  .news_list .name span {
    font-size: 2rem;
    margin-left: 5px;
  }
  .faq {
    text-align: center;
    padding: 60px 0;
    background-color: #fef6ef;
  }
  .faq h2 {
    margin-bottom: 32px;
  }
  .faq p {
    font-size: 1.6rem;
  }
  .faq .contents_navi {
    margin-top: 35px;
    font-size: 0rem;
    text-align: center;
    margin-left: -29px;
  }
  .faq .contents_navi > * {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
  }
  .faq .contents_navi li {
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 180px;
    height: 76px;
    margin-left: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-transition: all .2s 0s ease;
    -moz-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
  }
  .faq .contents_navi li.type01 {
    background-color: #fd7429;
    -moz-box-shadow: 0 2px 0 0 #eb671e;
    box-shadow: 0 2px 0 0 #eb671e;
  }
  .faq .contents_navi li.type01:hover {
    -moz-box-shadow: 2px 5px 3px 0 rgba(235, 103, 30, 0.2);
    box-shadow: 2px 5px 3px 0 rgba(235, 103, 30, 0.2);
  }
  .faq .contents_navi li.type02 {
    background-color: #f5ad02;
    -moz-box-shadow: 0 2px 0 0 #db9b00;
    box-shadow: 0 2px 0 0 #db9b00;
  }
  .faq .contents_navi li.type02:hover {
    -moz-box-shadow: 2px 5px 3px 0 rgba(235, 103, 30, 0.2);
    box-shadow: 2px 5px 3px 0 rgba(235, 103, 30, 0.2);
  }
  .faq .contents_navi li.type03 {
    background-color: #76ca49;
    -moz-box-shadow: 0 2px 0 0 #55a62a;
    box-shadow: 0 2px 0 0 #55a62a;
  }
  .faq .contents_navi li.type03:hover {
    -moz-box-shadow: 2px 5px 3px 0 rgba(85, 166, 42, 0.2);
    box-shadow: 2px 5px 3px 0 rgba(85, 166, 42, 0.2);
  }
  .faq .contents_navi li.type04, .faq .contents_navi li.type05 {
    background-color: #5fa5e7;
    -moz-box-shadow: 0 2px 0 0 #418dd5;
    box-shadow: 0 2px 0 0 #418dd5;
  }
  .faq .contents_navi li.type04:hover {
    -moz-box-shadow: 2px 5px 3px 0 rgba(65, 141, 213, 0.2);
    box-shadow: 2px 5px 3px 0 rgba(65, 141, 213, 0.2);
  }
  .faq .contents_navi li.type05:hover {
    -moz-box-shadow: 2px 5px 3px 0 rgba(65, 141, 213, 0.2);
    box-shadow: 2px 5px 3px 0 rgba(65, 141, 213, 0.2);
  }
  .faq .contents_navi li.type05 a {
    padding-top: 12px;
  }
  .faq .contents_navi li:hover {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  .faq .contents_navi a {
    color: #ffffff;
    display: block;
    padding-top: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 52px;
    background-image: url("/wp-content/themes/recruit_skylark/common/images/bullet_white_bottom.png");
    -moz-background-size: 16px auto;
    background-size: 16px auto;
  }
  .faq .contents_navi a:hover {
    text-decoration: none;
  }
  .faq .contents_navi.right a {
    -moz-background-size: 20px auto;
    background-size: 20px auto;
    background-position: 92% center;
    background-image: url("/wp-content/themes/recruit_skylark/common/images/bullet_white_right.png");
  }
  .faq .contents_navi li {
    width: 314px;
    margin-left: 29px;
    font-size: 1.6rem;
  }
  .faq .contents_navi a {
    padding-top: 27px;
  }
  .contact {
    padding: 90px 0;
    text-align: center;
  }
  .contact h2 {
    margin-bottom: 55px;
  }
  .contact .contact_center dl, .contact .contact_center p {
    display: inline-block;
    vertical-align: bottom;
  }
  .contact .contact_center dl {
    padding-left: 110px;
    position: relative;
    margin-right: 20px;
    background: url("/wp-content/themes/recruit_skylark/common/images/icon_tel.png") left bottom no-repeat;
    -moz-background-size: 95px auto;
    background-size: 95px auto;
  }
  .contact .contact_center dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
  }
  .contact .contact_center dl dd {
    padding-bottom: 10px;
    border-bottom: solid 7px #fff2dd;
  }
  .contact .contact_center dl:before {
    content: '';
    display: inline-block;
  }
  .contact .contact_center .time {
    font-size: 1.6rem;
  }
  .contact .contact_center .time span {
    font-size: 1.2rem;
    padding: 4px 10px;
    background-color: #575757;
    color: #ffffff;
    margin-right: 10px;
  }
  .contact .entry_box {
    margin: 75px auto 0;
  }
  .crew_entry {
    height: 524px;
  }
  .crew_entry > * {
    vertical-align: middle;
    width: 50%;
    text-align: center;
  }
  .crew_entry .boxl {
    padding: 105px 0 73px;
    color: #ffffff;
    background-color: #fc9e06;
    font-size: 1.8rem;
  }
  .crew_entry .boxl p {
    line-height: 1.8;
  }
  .crew_entry .boxl p + p {
    margin-top: 1em;
  }
  .crew_entry .boxl .btn {
    margin-top: 45px;
  }
  .crew_entry .boxl .btn a {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .crew_entry .boxl .under {
    display: block;
    width: 450px;
    text-align: right;
    margin: 15px auto 0;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .crew_entry .boxr {
    float: right;
    height: 100%;
    padding-top: 145px;
    position: relative;
    background: url("/wp-content/themes/recruit_skylark/newgrad/images/crew_photo.jpg") center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .crew_entry .boxr:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/recruit_skylark/newgrad/images/crew_photo_cover.png") center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .crew_entry .boxr .text {
    position: relative;
    z-index: 9;
    opacity: 0;
  }
  .crew_entry .boxr.on:before {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: bounce1 .4s .5s ease-in forwards;
    -moz-animation: bounce1 .4s .5s ease-in forwards;
    animation: bounce1 .4s .5s ease-in forwards;
  }
  .crew_entry .boxr.on .text {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: bounce2 .4s .8s linear forwards;
    -moz-animation: bounce2 .4s .8s linear forwards;
    animation: bounce2 .4s .8s linear forwards;
  }
  .fancybox-opened .fancybox-skin, .fancybox-skin {
    background: none;
    background-color: transparent;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .fancybox-close {
    background: url("/wp-content/themes/recruit_skylark/newgrad/images/btn_close.png") no-repeat center center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    right: 0;
    bottom: -25px;
    top: auto;
  }
  .intern_area {
    padding: 30px 0 150px;
  }
  .intern_area .intern_lead {
    font-size: 1.8rem;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: center;
  }
  .intern_area .intern_bnr_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intern_area .intern_bnr_area + .intern_bnr_area {
    margin-top: 40px;
  }
  .intern_area .intern_bnr_area .intern_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .intern_area .intern_bnr_area div:nth-of-type(2) {
    margin-left: 40px;
  }
  .intern_area .intern_bnr_area .text_bnr a {
    -moz-border-radius: 5px;
         border-radius: 5px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    padding: 10px 50px 20px 20px;
    width: 479px;
  }
  .intern_area .intern_bnr_area .text_bnr a:hover {
    text-decoration: none;
  }
  .intern_area .intern_bnr_area .text_bnr a p:first-of-type {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.0rem;
    height: 62px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .intern_area .intern_bnr_area .text_bnr a p:last-of-type {
    color: #fff;
    font-size: 2.5rem;
    padding-top: 20px;
  }
  .intern_area .intern_bnr_area .text_bnr a p.b_none {
    border-top: none !important;
  }
  .intern_area .intern_bnr_area .text_bnr.blue_bnr a {
    background: url(/wp-content/themes/recruit_skylark/newgrad/images/icon_blue.png) 450px center no-repeat #56c1f8;
  }
  .intern_area .intern_bnr_area .text_bnr.orange_bnr a {
    background: url(/wp-content/themes/recruit_skylark/newgrad/images/icon_orange.png) 450px center no-repeat #f08a63;
  }
  .intern_area .intern_bnr_area .text_bnr.yellow_bnr a {
    background: url(/wp-content/themes/recruit_skylark/newgrad/images/icon_yellow.png) 450px center no-repeat #cbb74b;
  }
  .intern_area .intern_bnr_area .text_bnr.blue_bnr a p:last-of-type {
    border-top: 1px solid #80d3fa;
  }
  .intern_area .intern_bnr_area .text_bnr.orange_bnr a p:last-of-type {
    border-top: 1px solid #f4ad91;
  }
  .intern_area .intern_bnr_area .intern_txt {
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}

@-webkit-keyframes bounce1 {
  0% {
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-moz-keyframes bounce1 {
  0% {
    -moz-transform: scale(4, 4);
    transform: scale(4, 4);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: .5;
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes bounce1 {
  0% {
    -webkit-transform: scale(4, 4);
    -moz-transform: scale(4, 4);
    transform: scale(4, 4);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: scale(5, 5) rotate(180deg);
    transform: scale(5, 5) rotate(180deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(4, 3) rotate(90deg);
    transform: scale(4, 3) rotate(90deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes bounce2 {
  0% {
    -moz-transform: scale(5, 5) rotate(180deg);
    transform: scale(5, 5) rotate(180deg);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(4, 3) rotate(90deg);
    transform: scale(4, 3) rotate(90deg);
    opacity: .5;
  }
  100% {
    -moz-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
    opacity: 1;
  }
}

@keyframes bounce2 {
  0% {
    -webkit-transform: scale(5, 5) rotate(180deg);
    -moz-transform: scale(5, 5) rotate(180deg);
    transform: scale(5, 5) rotate(180deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(4, 3) rotate(90deg);
    -moz-transform: scale(4, 3) rotate(90deg);
    transform: scale(4, 3) rotate(90deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    -moz-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
    opacity: 1;
  }
}
