@charset "UTF-8";
/*
2024/5/9以降は_pc.scssや_sp.scssを使わず、style.scssに書いていく
*/
/*
Theme Name: 宇野バスドライバー採用
Version: 1.0.0
*/
@media (min-width: 641px) {
  body {
    overflow: hidden;
    background-color: #504a3d;
    margin: 0 auto;
  }
  .nonePC {
    display: none;
  }
  /* @group ヘッダー */
  #header {
    background: #fff url("./img/common/header_bg.gif") repeat-x 0 0;
    height: 90px;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  #header .inner {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
    padding-top: 10px;
  }
  #header .logo {
    float: left;
    padding-top: 10px;
  }
  #header .entry a {
    text-decoration: none;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 80px;
    cursor: pointer;
    background-color: #429b2f;
    color: #fff;
    line-height: 80px;
    font-size: 16px;
    display: block;
  }
  #header .entry a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  /* @end */
  /* @group グローバルナビ */
  /*!------------------------------------*\
        Base
    \*!------------------------------------*/
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    right: -450px;
    width: 400px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .drawer-menu {
    padding: 120px 50px;
  }
  .drawer-menu li {
    text-align: left;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .drawer-menu li a {
    text-decoration: none;
    color: #fff;
  }
  .drawer-menu li a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .drawer-menu li ul li {
    padding: 0 0 0 1em;
    font-size: 14px;
    font-weight: normal;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  /*!------------------------------------*\
        Right
    \*!------------------------------------*/
  .drawer--right .drawer-nav {
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger {
    right: 0;
  }
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background-color: #000;
  }
  /*!------------------------------------*\
        Hamburger
    \*!------------------------------------*/
  .drawer-hamburger {
    position: absolute;
    z-index: 104;
    top: 0;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 36px;
    padding: 28px 22px 42px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: #504a3d;
    color: #fff;
    height: 10px;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
  }
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
  }
  .drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    top: 10px;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*!------------------------------------*\
        accessibility
    \*!------------------------------------*/
  /*!
     * Only display content to screen readers
     * See: http://a11yproject.com/posts/how-to-hide-content
     */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
     * Use in conjunction with .sr-only to only display content when it's focused.
     * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
     * Credit: HTML5 Boilerplate
     */
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /* @end */
  /* @group フッター */
  #footer {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    background-color: #504a3d;
    padding: 0 0 20px;
  }
  #footer a:link {
    text-decoration: none;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  #footer a:visited {
    text-decoration: none;
  }
  #footer .inner {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
  }
  #footer .inner:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
  }
  #footer .pagetop {
    display: none;
    position: fixed;
    bottom: 115px;
    right: 25px;
  }
  #footer .bg {
    background-color: #cbbb9d;
    padding: 40px 0 25px;
  }
  #footer dl {
    float: left;
    margin-right: 45px;
    margin-bottom: 40px;
  }
  #footer dl.last {
    float: none;
    margin: 0;
  }
  #footer dl.last:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
  }
  #footer dt {
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
  }
  #footer dt:first-child {
    margin-top: 0;
  }
  #footer dd {
    margin-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer dd a {
    position: relative;
  }
  #footer dd .new {
    margin-left: 0.3em;
    /* background-color: #429b2f; */
    background-color: #ee0707;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 0 5px;
    line-height: 16px;
    height: 16px;
    vertical-align: text-top;
  }
  #footer .logo {
    float: left;
    margin-right: 30px;
  }
  #footer .address {
    margin-top: 30px;
  }
  #footer .copyright {
    font-size: 12px;
    margin-top: 20px;
    color: #cbbb9d;
    line-height: 1.2;
    float: right;
  }
  #footer .privacy {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.2;
    float: left;
  }
  #footer .privacy li {
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    display: inline;
  }
  #footer .privacy li:last-child {
    margin-right: 0;
    border: none;
  }
  #footer .privacy a:link, #footer .privacy a:hover, #footer .privacy a:visited {
    color: #fff;
  }
  /* @end */
  #wrapper {
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    padding-top: 90px;
  }
  .w1000 {
    width: 1000px;
    margin: 0 auto;
  }
  /* @group パンくずリスト */
  #topicPath {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
    font-size: 12px;
    padding: 25px 0;
  }
  #topicPath li {
    display: inline;
    list-style-type: none;
  }
  #topicPath li a {
    background: url("./img/common/topicpath.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
  }
  /* @end */
  .red {
    color: #d60018;
  }
}
@media print and (min-width: 641px) {
  body {
    zoom: 60%;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    /* 文字サイズを自動調整する機能を無効化 */
    background-color: #504a3d;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .noneSP {
    display: none;
  }
  /* @group ヘッダー */
  #header {
    top: 0;
    left: 0;
    position: fixed;
    height: 70px;
    background: #fff url("./img/common/header_bg.gif") repeat-x 0 -20px;
    z-index: 999;
    width: 100%;
  }
  #header .inner {
    padding: 0 20px;
  }
  #header .logo {
    float: left;
    padding-top: 16px;
  }
  #header .logo img {
    height: 30px;
    width: auto;
  }
  #header .entry a {
    text-decoration: none;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 60px;
    cursor: pointer;
    background-color: #429b2f;
    color: #fff;
    line-height: 60px;
    font-size: 14px;
    display: block;
  }
  #header .entry a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  /* @end */
  /* @group グローバルナビ */
  /*!------------------------------------*\
        Base
    \*!------------------------------------*/
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    right: -450px;
    width: 400px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .drawer-menu {
    padding: 30px 50px;
  }
  .drawer-menu li {
    text-align: left;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .drawer-menu li a {
    color: #fff;
    text-decoration: none;
  }
  .drawer-menu li a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .drawer-menu li ul li {
    padding: 0 0 0 1em;
    font-size: 14px;
    font-weight: normal;
  }
  /*!------------------------------------*\
        Right
    \*!------------------------------------*/
  .drawer--right .drawer-nav {
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger {
    right: 0;
  }
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background-color: #000;
  }
  /*!------------------------------------*\
        Hamburger
    \*!------------------------------------*/
  .drawer-hamburger {
    position: absolute;
    z-index: 104;
    top: 0;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 32px;
    padding: 18px 14px 32px;
    /*-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);*/
    /*transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: #504a3d;
    color: #fff;
    height: 10px;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
  }
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
  }
  .drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    top: 10px;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*!------------------------------------*\
        accessibility
    \*!------------------------------------*/
  /*!
     * Only display content to screen readers
     * See: http://a11yproject.com/posts/how-to-hide-content
     */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
     * Use in conjunction with .sr-only to only display content when it's focused.
     * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
     * Credit: HTML5 Boilerplate
     */
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /* @end */
  /* @group フッター */
  #footer {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    background-color: #504a3d;
    padding-bottom: 20px;
  }
  #footer a:link {
    text-decoration: none;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  #footer a:visited {
    text-decoration: none;
  }
  #footer .inner {
    padding: 0 20px;
  }
  #footer .bg {
    background-color: #e5ddce;
    padding: 20px 0 15px;
  }
  #footer .pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
  }
  #footer dl {
    display: none;
  }
  #footer .logo {
    width: 130px;
    margin: 0 auto 15px;
  }
  #footer .copyright {
    font-size: 11px;
    color: #cbbb9d;
  }
  #footer .privacy {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    margin: 25px auto 10px;
  }
  #footer .privacy li {
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    text-align: center;
    display: inline;
  }
  #footer .privacy li:last-child {
    margin-right: 0;
    border: none;
    padding: 0;
  }
  #footer .privacy a:link, #footer .privacy a:hover, #footer .privacy a:visited {
    color: #fff;
  }
  #footer .bnr {
    margin-top: 25px;
  }
  #footer .bnr img {
    width: 100%;
  }
  /* @end */
  #wrapper {
    text-align: left;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    padding-top: 100px;
  }
  .w1000 {
    margin: 0 auto;
    padding: 0 20px;
  }
  /* @group パンくずリスト */
  #topicPath {
    display: none;
  }
  /* @end */
  .titleBg {
    background-color: #f5f5f0;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
  h1.title {
    margin: 0 auto;
    font-size: 22px;
  }
  .red {
    color: #d60018;
  }
}
@media (min-width: 641px) {
  /* @group INTERVIEW */
  #interview h1 {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #000;
    text-align: center;
  }
  #interview h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #interview h1.index {
    margin: 0 auto 20px;
  }
  #interview h2.lead {
    font: 36px "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: 30px;
  }
  #interview .name {
    text-align: center;
    margin-bottom: 60px;
  }
  #interview .name span {
    text-align: center;
    font-size: 32px;
  }
  #interview .leftBox {
    width: 615px;
    float: left;
    margin-bottom: 80px;
  }
  #interview h3.lead2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  #interview .photo {
    width: 335px;
    float: right;
    font-size: 13px;
    margin-bottom: 80px;
  }
  #interview .photo img {
    margin-bottom: 10px;
  }
  #interview .bg {
    background-color: #f5f5f0;
  }
  #interview .indexBox {
    padding: 30px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #interview .indexBox .photo {
    float: left;
    margin-right: 30px;
    width: 250px;
    margin-bottom: 0;
  }
  #interview .indexBox .new {
    /* background-color: #429b2f;*/
    background-color: #ee0707;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 0 8px;
    margin-bottom: 10px;
    line-height: 24px;
    height: 24px;
  }
  #interview .indexBox h2 {
    font: 24px/1.4 "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 25px;
  }
  #interview .indexBox ul {
    font-size: 14px;
  }
  #interview .indexBox li span {
    color: #cbbb9d;
  }
  #interview .indexBox li em {
    font-weight: bold;
  }
  #interview .indexBox .name {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
  #interview .indexBox .name span {
    font-size: 22px;
  }
  #interview .indexBox .cap {
    margin-top: 20px;
    font-size: 12px;
    text-align: right;
  }
  /* @end */
  /* @group ドライバーの1日 */
  #day h1 {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
  }
  #day h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #day #flow .box-column:first-child {
    padding-top: 40px;
  }
  #day #flow .box-column .w1000 {
    display: table;
  }
  #day #flow .box-column.bg {
    background-color: #f5f5f0;
  }
  #day #flow .image,
  #day #flow .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 900px;
  }
  #day #flow .time {
    padding: 40px 25px 40px 0;
    width: 95px;
    color: #429b2f;
    font-size: 24px;
    text-align: right;
  }
  #day #flow .first .time {
    padding: 0 25px 40px 0;
  }
  #day #flow .text {
    border-left: 1px solid #06153f;
    padding: 40px 0 40px 30px;
    position: relative;
  }
  #day #flow .first .text {
    padding: 0 0 40px 30px;
  }
  #day #flow .text::after {
    clear: both;
    content: "";
    display: table;
  }
  #day #flow .text::before {
    background-color: #06153f;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: -4px;
    position: absolute;
    top: 56px;
    width: 7px;
  }
  #day #flow .first .text::before {
    background-color: #06153f;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: -4px;
    position: absolute;
    top: 16px;
    width: 7px;
  }
  #day #flow .text figure {
    float: right;
    margin: 0;
    text-align: right;
  }
  #day #flow .text dl {
    width: 420px;
    float: left;
  }
  #day #flow .text dt {
    font-size: 24px;
    font-weight: bold;
  }
  /* @end */
  /* @group 8つの入社理由 */
  #reasons h1 {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #000;
    text-align: center;
  }
  #reasons h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #reasons #main {
    margin-bottom: 80px;
  }
  #reasons #main .item {
    width: 33%;
    margin: 0 0.5% 0.5% 0;
    float: left;
    position: relative;
    overflow: hidden;
    height: 330px;
    background-color: #f2eee6;
  }
  #reasons #main .item.bg {
    background-color: #e5ddce;
  }
  #reasons #main h2 {
    font-size: 36px;
    line-height: 1.3;
    padding: 30px 30px 20px;
    font-weight: bold;
  }
  #reasons #main h3 {
    font-size: 27px;
    line-height: 1.3;
    padding: 30px 30px 20px;
    font-weight: bold;
  }
  #reasons #main .item.last {
    margin-right: 0;
  }
  #reasons #main .item.x2 {
    width: 66.5%;
    background-color: #4f493c;
    color: #fff;
  }
  #reasons #main .item p {
    padding: 0 30px;
  }
  /* @end */
  /* @group 社長メッセージ */
  #message .titleBg {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    height: 500px;
    color: #fff;
    position: relative;
    background: #504a3d url("./img/message/bg_pc.jpg") no-repeat center 0;
  }
  #message #main {
    margin-bottom: 80px;
  }
  #message .w1000 {
    text-align: left;
  }
  #message h1 {
    margin-bottom: 30px;
  }
  #message .titleBg .w1000 {
    position: absolute;
    top: 50px;
    line-height: 1.6;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    text-align: left;
  }
  #message .name {
    font-size: 13px;
    line-height: 1.5;
  }
  #message .name2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #message h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  #message #btn a {
    background-color: #429b2f;
    width: 220px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 30px auto 0;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 60px;
  }
  /* @end */
  /* @group 募集要項 */
  #recruitment h1.image {
    width: 100%;
    margin: 0 auto 50px;
    background-color: #000;
    text-align: center;
  }
  #recruitment h1.image img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #recruitment #main {
    margin-bottom: 80px;
  }
  #recruitment h2.lead {
    font: 36px "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 30px;
  }
  #recruitment h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 45px;
    background-color: #4f493c;
    color: #fff;
    padding: 0 20px;
    margin-top: 50px;
  }
  #recruitment .leftBox {
    width: 605px;
    float: left;
    padding-left: 20px;
  }
  #recruitment .photo {
    width: 335px;
    float: right;
  }
  #recruitment .leftBox ul {
    margin-top: 20px;
  }
  #recruitment .leftBox li {
    font-size: 18px;
    padding-left: 1.1em;
    position: relative;
  }
  #recruitment .leftBox li::after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background-color: #429b2f;
    border-radius: 100%;
    top: 0.35em;
  }
  #recruitment h2.subTit {
    font-size: 36px;
    font-weight: bold;
    float: left;
  }
  #recruitment .back {
    float: right;
    margin-top: 20px;
  }
  #recruitment h3.mt30 {
    margin: 30px 0 0;
  }
  #recruitment table {
    width: 100%;
    font-size: 17px;
  }
  #recruitment td {
    border-bottom: 2px solid #cccccc;
    padding: 20px;
  }
  #recruitment table h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #recruitment table .cap {
    font-size: 14px;
  }
  #recruitment table .bg {
    background-color: #f2eee6;
    padding: 20px;
    margin: 20px -20px 10px;
  }
  #recruitment table .bg p {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #recruitment table .bg ul {
    float: none;
    margin: 0;
  }
  #recruitment table .bg li {
    float: left;
    margin-right: 1em;
  }
  #recruitment table .bg li::after {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    background-color: #429b2f;
    border-radius: 100%;
    top: 0.35em;
  }
  #recruitment table ul.w470 {
    width: 470px;
    float: left;
    margin-right: 50px;
  }
  #recruitment table ul.w430 {
    width: 430px;
    float: left;
  }
  #recruitment table li {
    padding-left: 1.1em;
    position: relative;
  }
  #recruitment table li .font14 {
    line-height: 1.5;
    margin-top: 5px;
  }
  #recruitment table li::after {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    background-color: #caba9c;
    border-radius: 100%;
    top: 0.35em;
  }
  #recruitment #btn a {
    background-color: #429b2f;
    width: 220px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 30px auto 0;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 60px;
  }
  #recruitment table ul.recruitmentUl2 {
    float: none;
    margin-right: 0;
  }
  #recruitment table.records {
    width: auto;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #recruitment table.records th {
    font-weight: bold;
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #cccccc;
    background-color: #f2eee6;
  }
  #recruitment table.records td {
    padding: 5px 20px;
    border: 1px solid #cccccc;
    text-align: right;
  }
  #recruitment table.records td.tc {
    text-align: center;
  }
  /* @end */
  /* @group 応募フォーム */
  #entry #main {
    margin-bottom: 80px;
  }
  #entry .titleBg {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #4f493c;
    text-align: center;
    height: 115px;
    color: #fff;
    padding-top: 35px;
  }
  #entry .titleBg h1.logo {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
  }
  #entry h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    background-color: #caba9c;
    padding: 0 20px;
    margin-top: 30px;
  }
  #entry .tel,
  #entry .mail {
    padding: 0 20px;
  }
  #entry .message {
    background-color: #ffe6e6;
    margin: 20px 20px 0;
    padding: 5px;
  }
  #entry .message:empty {
    display: none;
  }
  #entry .message.confirm {
    background-color: #dbf3d6;
  }
  #entry .tel .bold {
    font-size: 16px;
  }
  #entry .tel em {
    font-size: 24px;
    font-weight: bold;
  }
  #entry .attention {
    color: #e60000;
  }
  #entry table {
    width: 100%;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
    margin-top: 20px;
  }
  #entry table .attention {
    font-size: 13px;
  }
  #entry table th {
    background-color: #f6f1eb;
    padding: 20px 30px;
    border-bottom: 1px solid #c8c8c8;
    width: 200px;
  }
  #entry table td {
    padding: 20px 30px;
    border-bottom: 1px solid #c8c8c8;
  }
  #entry table tr.err th {
    background-color: #ffe6e6;
  }
  #entry table tr.err td {
    position: relative;
    background-color: #ffe6e6;
  }
  #entry table tr.err td::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 1px;
  }
  #entry select {
    font-size: 15px;
    padding: 2px;
    border: 1px solid #c8c8c8;
  }
  #entry .box60 {
    border: 1px solid #c8c8c8;
    padding: 2px;
    width: 60px;
  }
  #entry .box80 {
    border: 1px solid #c8c8c8;
    padding: 2px;
    width: 80px;
  }
  #entry .box200 {
    border: 1px solid #c8c8c8;
    padding: 2px;
    width: 200px;
  }
  #entry .box250 {
    border: 1px solid #c8c8c8;
    padding: 2px;
    width: 250px;
  }
  #entry .box400 {
    border: 1px solid #c8c8c8;
    padding: 2px;
    width: 400px;
  }
  #entry textarea {
    border: 1px solid #c8c8c8;
    height: 110px;
    padding: 2px;
    width: 500px;
  }
  #entry .error {
    color: #e60000;
    font-size: 12px;
  }
  #entry #btn {
    margin: 40px auto 0;
    text-align: center;
  }
  #entry #btn a {
    background-color: #429b2f;
    width: 220px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 60px;
  }
  #entry .sendBtn {
    color: #fff;
    background-color: #429b2f;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 150px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
  }
  #entry .backBtn {
    color: #fff;
    background-color: #b8b8b8;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 150px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
  }
  #entry .btn {
    background-color: rgb(66, 155, 47);
    width: 220px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 0px auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    line-height: 60px;
    border: none;
    cursor: pointer;
  }
  #entry .shusei {
    background-color: lightgray;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 14px;
    margin: 0px auto;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 60px;
    border: none;
    cursor: pointer;
    border-radius: 0;
  }
  #entry form.wpcf7-form .btn_area-step2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin: auto;
  }
  #entry form.wpcf7-form .btn_area-step2 .btn_area-shusei {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
  #entry form.wpcf7-form .btn_area-step2 .btn_area-sumbit {
    position: relative;
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
  }
  #entry form.wpcf7-form .btn_area-step2 .btn_area-sumbit .btn {
    width: 100%;
    font-size: 22px;
  }
  #entry form.wpcf7-form .btn_area-step2 .btn_area-sumbit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #entry form.wpcf7-form.confirm input:not([type=submit]),
  #entry form.wpcf7-form.confirm select,
  #entry form.wpcf7-form.confirm textarea {
    background-color: lightgray;
  }
  div.checkbox {
    display: inline;
    white-space: nowrap;
  }
  div.checkbox label {
    margin-left: 5px;
    margin-right: 10px;
  }
  /* @end */
  /* @group 安全な運行のために */
  #safety #main {
    margin-bottom: 80px;
  }
  #safety h1 {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #000;
    text-align: center;
  }
  #safety h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #safety h2.lead {
    font: 36px "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 30px;
  }
  #safety .image {
    margin-top: 50px;
  }
  #safety hr {
    border-bottom: 1px solid #c8c8c8;
    margin: 40px 0;
  }
  #safety h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.3;
  }
  #safety h3 {
    background-color: #e5ddce;
    line-height: 39px;
    height: 39px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #safety .box {
    margin-bottom: 30px;
  }
  #safety .box:last-child {
    margin: 0;
  }
  #safety .box p {
    float: left;
    width: 615px;
  }
  #safety .box div {
    float: right;
  }
  #safety .w615 {
    width: 615px;
  }
  /* @end */
  /* @group 宇野バスの運転席 */
  #seat h1 {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #000;
    text-align: center;
  }
  #seat h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #seat #main {
    margin-bottom: 70px;
  }
  #seat #detail {
    position: relative;
    margin-top: 30px;
  }
  #seat .mainPhoto {
    margin-bottom: 50px;
  }
  #seat #detail .btn01 {
    position: absolute;
    top: 135px;
    left: 85px;
    z-index: 2;
  }
  #seat #detail .btn02 {
    position: absolute;
    top: 110px;
    left: 200px;
    z-index: 2;
  }
  #seat #detail .btn03 {
    position: absolute;
    top: 70px;
    left: 305px;
    z-index: 2;
  }
  #seat #detail .btn04 {
    position: absolute;
    top: 200px;
    left: 225px;
    z-index: 2;
  }
  #seat #detail .btn05 {
    position: absolute;
    top: 325px;
    left: 192px;
    z-index: 2;
  }
  #seat #detail .btn06 {
    position: absolute;
    top: 290px;
    left: 302px;
    z-index: 2;
  }
  #seat #detail .btn07 {
    position: absolute;
    top: 180px;
    left: 405px;
    z-index: 2;
  }
  #seat #detail .btn08 {
    position: absolute;
    top: 255px;
    right: 245px;
    z-index: 2;
  }
  #seat #detail .btn09 {
    position: absolute;
    top: 295px;
    right: 270px;
    z-index: 2;
  }
  #seat #detail .btn10 {
    position: absolute;
    top: 310px;
    right: 315px;
    z-index: 2;
  }
  #seat #detail .btn11 {
    position: absolute;
    top: 355px;
    right: 235px;
    z-index: 2;
  }
  #seat #detail .btn12 {
    position: absolute;
    top: 481px;
    right: 279px;
    z-index: 2;
  }
  #seat #detail .btn13 {
    position: absolute;
    top: 490px;
    right: 190px;
    z-index: 2;
  }
  #seat #detail .btn14 {
    position: absolute;
    top: 70px;
    right: 180px;
    z-index: 2;
  }
  #seat #detail .btn15 {
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: 2;
  }
  /* Pulse */
  @-webkit-keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  .hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
  }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  #seat .bg {
    background-color: #efebe2;
    padding: 30px;
  }
  #seat .bg h3 {
    background-color: #504a3d;
    color: #fff;
    line-height: 39px;
    height: 39px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 18px;
  }
  #seat .bg .box2 {
    margin-bottom: 30px;
  }
  #seat .bg .box2:last-child {
    margin: 0;
  }
  #seat .bg .box2 div {
    float: left;
    margin-right: 20px;
  }
  #seat .bg .box2 ul {
    margin-top: 20px;
  }
  .fancybox-nav {
    height: 25px;
  }
  /* @end */
  /* @group Q&A */
  #qanda h1 {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #000;
    text-align: center;
  }
  #qanda h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #qanda #main {
    margin-bottom: 80px;
  }
  #qanda dl {
    border-top: 1px solid #c8c8c8;
    padding-top: 25px;
    margin-top: 30px;
  }
  #qanda dt {
    padding-left: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    background: url("./img/qanda/q.gif") no-repeat 0 0;
    font-size: 18px;
    min-height: 35px;
    padding-top: 5px;
  }
  #qanda dd {
    margin-bottom: 25px;
    padding: 0 0 25px 50px;
    border-bottom: 1px solid #c8c8c8;
    background: url("./img/qanda/a.gif") no-repeat 0 0;
  }
  /* @end */
  /* @group SUPPORT */
  #support #main {
    margin-bottom: 80px;
  }
  #support h1 {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #000;
    text-align: center;
  }
  #support h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #support h1.index {
    margin: 0 auto 20px;
  }
  #support h2.lead {
    font: 36px "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 30px;
  }
  #support table {
    width: 100%;
    margin: 50px 0 60px;
  }
  #support th {
    width: 120px;
    background-color: #f2eee7;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-bottom: 50px;
    line-height: 1.3;
  }
  #support th.bg {
    background-color: #e5ddce;
  }
  #support th .arrow, #support th.bg .arrow {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    height: 61px;
    background-color: #fff;
    bottom: 0;
  }
  #support th .arrow::before, #support th .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 61px;
    height: 61px;
    border-left: 61px solid #fff;
    border-right: 61px solid #fff;
    border-top: 61px solid #f2eee7;
    margin-left: -98px;
  }
  #support th.bg .arrow::before, #support th.bg .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 61px;
    height: 61px;
    border-left: 61px solid #fff;
    border-right: 61px solid #fff;
    border-top: 61px solid #e5ddce;
    margin-left: -98px;
  }
  #support td {
    padding-left: 30px;
  }
  #support td .left {
    float: left;
    width: 475px;
  }
  #support td .photo {
    float: right;
    margin-bottom: 40px;
  }
  #support td h3 {
    background-color: #504a3d;
    color: #fff;
    line-height: 46px;
    height: 46px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 24px;
  }
  #support td h3:last-child {
    margin-bottom: 0;
  }
  #support td h4 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: bold;
  }
  #support #message h3 {
    background-color: #e5ddce;
    color: #504a3d;
    line-height: 40px;
    height: 40px;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 18px;
  }
  #support #message .photo {
    width: 335px;
    float: left;
    margin-right: 35px;
  }
  #support #message .photo img {
    margin-bottom: 10px;
  }
  #support #message .name span {
    font-size: 24px;
  }
  #support #message h4 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: bold;
  }
  #support #message .right {
    width: 630px;
    float: right;
  }
  /* @end */
  /* @group CROSS TALK */
  #talk #main {
    margin-bottom: 80px;
  }
  #talk h1 {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #000;
    text-align: center;
  }
  #talk h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #talk dl {
    margin-top: 50px;
  }
  #talk dt {
    position: relative;
  }
  #talk dt .open {
    width: 70px;
    height: 70px;
    background-image: url("./img/talk/open.png");
    display: block;
    position: absolute;
    top: 35px;
    right: 30px;
  }
  #talk dt .nowOpen {
    background-image: url("./img/talk/close.png");
  }
  #talk dd {
    background-color: #f2eee7;
    padding: 30px 30px 0;
  }
  #talk table.step {
    width: 100%;
  }
  #talk .step th {
    vertical-align: top;
    width: 130px;
  }
  #talk .step td {
    padding-bottom: 30px;
  }
  #talk .step td h3 {
    font-size: 24px;
    color: #604c3f;
    font-weight: bold;
  }
  #talk .step td .w525 {
    float: left;
    width: 525px;
  }
  #talk .step td .photo {
    float: right;
  }
  #talk #member {
    font-size: 14px;
    border-bottom: 2px solid #cbbb9d;
    padding: 60px 0 30px;
  }
  #talk #member h2 {
    font-size: 27px;
    border-bottom: 2px solid #cbbb9d;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  #talk #member .box {
    float: left;
    width: 295px;
    margin-right: 57px;
  }
  #talk #member .box:last-child {
    margin-right: 0;
  }
  #talk #member .box img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #talk #member p {
    line-height: 1.5;
  }
  #talk #member .name span {
    font-size: 22px;
  }
  #talk #thema01,
  #talk #thema02,
  #talk #thema03,
  #talk #thema04 {
    padding-top: 60px;
  }
  #talk #thema01 h2,
  #talk #thema02 h2,
  #talk #thema03 h2,
  #talk #thema04 h2 {
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
  }
  #talk #thema01 h2 span,
  #talk #thema02 h2 span,
  #talk #thema03 h2 span,
  #talk #thema04 h2 span {
    font-size: 32px;
    font-weight: bold;
  }
  #talk table.thema {
    width: 600px;
    float: left;
  }
  #talk .thema th {
    vertical-align: top;
    width: 115px;
    padding-bottom: 50px;
  }
  #talk .thema td {
    padding-bottom: 50px;
  }
  #talk #thema01 .photo,
  #talk #thema02 .photo,
  #talk #thema03 .photo,
  #talk #thema04 .photo {
    float: right;
  }
  /* @end */
}
@media (max-width: 640px) {
  /* @group INTERVIEW */
  #interview h1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #interview h1.index {
    margin: 0 auto;
  }
  #interview h2.lead {
    font: 19px "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: 15px;
  }
  #interview .name {
    text-align: center;
    margin-bottom: 30px;
  }
  #interview .name span {
    text-align: center;
    font-size: 18px;
  }
  #interview .leftBox {
    margin-bottom: 20px;
  }
  #interview h3.lead2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  #interview .photo {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #interview .photo img {
    margin-bottom: 10px;
    width: 100%;
  }
  #interview .bg {
    background-color: #f5f5f0;
  }
  #interview .indexBox {
    padding: 20px;
  }
  #interview .indexBox .photo {
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
  #interview .indexBox .rightBox {
    float: right;
    width: 65%;
    position: relative;
    padding-bottom: 20px;
  }
  #interview .indexBox .new {
    /* background-color: #429b2f; */
    background-color: #ee0707;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 0 5px;
    margin-bottom: 10px;
    line-height: 20px;
    height: 20px;
  }
  #interview .indexBox h2 {
    font: 16px/1.3 "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 10px;
  }
  #interview .indexBox .photo {
    float: left;
    margin-right: 15px;
    width: 30%;
    margin-bottom: 0;
  }
  #interview .indexBox ul {
    font-size: 12px;
    line-height: 1.5;
  }
  #interview .indexBox li span {
    color: #cbbb9d;
  }
  #interview .indexBox li em {
    font-weight: bold;
  }
  #interview .indexBox .name {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
  }
  #interview .indexBox .name span {
    font-size: 18px;
  }
  #interview .indexBox .cap {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    margin-right: -20px;
  }
  /* @end */
  /* @group ドライバーの1日 */
  #day h1 {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
  }
  #day h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #day #flow .box-column:first-child {
    padding-top: 30px;
  }
  #day #flow .box-column .w1000 {
    display: table;
  }
  #day #flow .box-column.bg {
    background-color: #f5f5f0;
  }
  #day #flow .image,
  #day #flow .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }
  #day #flow .time {
    padding: 30px 20px 30px 0;
    width: 70px;
    color: #429b2f;
    font-size: 18px;
    text-align: right;
  }
  #day #flow .first .time {
    padding: 0 20px 30px 0;
  }
  #day #flow .text {
    border-left: 1px solid #06153f;
    padding: 30px 0 30px 20px;
    position: relative;
  }
  #day #flow .first .text {
    padding: 0 0 30px 20px;
  }
  #day #flow .text::after {
    clear: both;
    content: "";
    display: table;
  }
  #day #flow .text::before {
    background-color: #06153f;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: -4px;
    position: absolute;
    top: 42px;
    width: 7px;
  }
  #day #flow .first .text::before {
    background-color: #06153f;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: -4px;
    position: absolute;
    top: 12px;
    width: 7px;
  }
  #day #flow .text figure {
    margin: 20px 0 0;
  }
  #day #flow .text dt {
    font-size: 18px;
    font-weight: bold;
  }
  /* @end */
  /* @group 8つの入社理由 */
  #reasons h1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #reasons #main {
    padding-bottom: 30px;
  }
  #reasons #main .item {
    width: 100%;
    margin: 0 0 0.8%;
    position: relative;
    background-color: #f2eee6;
  }
  #reasons #main .item.bg {
    background-color: #e5ddce;
  }
  #reasons #main h2,
  #reasons #main h3 {
    font-size: 20px;
    line-height: 1.3;
    padding: 20px 20px 10px;
    font-weight: bold;
  }
  #reasons #main .item.x2 {
    width: 100%;
    background-color: #4f493c;
    color: #fff;
  }
  #reasons #main .item p {
    padding: 0 20px 20px;
  }
  /* @end */
  /* @group 社長メッセージ */
  #message #main {
    margin-bottom: 30px;
  }
  #message .titleBg {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #4f493c;
    text-align: center;
    color: #fff;
    padding: 0 0 20px;
  }
  #message .w1000 {
    text-align: left;
    line-height: 1.6;
  }
  #message .titleBg .w1000 {
    line-height: 1.6;
    padding: 0;
  }
  #message h1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #message .titleBg p {
    padding: 0 20px;
  }
  #message .name {
    font-size: 13px;
    line-height: 1.5;
  }
  #message .name2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  #message h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  #message #btn a {
    background-color: #429b2f;
    width: 220px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 20px auto 0;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 60px;
  }
  /* @end */
  /* @group 募集要項 */
  #recruitment h1 {
    width: 100%;
    margin: 0 auto 30px;
  }
  #recruitment #main {
    margin-bottom: 20px;
  }
  #recruitment h2.lead {
    font: 19px "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 15px;
  }
  #recruitment h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 34px;
    background-color: #4f493c;
    color: #fff;
    padding: 0 10px;
    margin-top: 30px;
  }
  #recruitment .photo img {
    width: 100%;
  }
  #recruitment .leftBox ul {
    margin: 10px 0 20px;
  }
  #recruitment .leftBox li {
    padding-left: 1.1em;
    position: relative;
  }
  #recruitment .leftBox li::after {
    display: block;
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    background-color: #429b2f;
    border-radius: 100%;
    top: 0.35em;
  }
  #recruitment h2.subTit {
    font-size: 26px;
    font-weight: bold;
    float: left;
  }
  #recruitment .back {
    float: right;
    margin-top: 15px;
  }
  #recruitment h3.mt30 {
    margin: 10px 0 0;
  }
  #recruitment table {
    width: 100%;
  }
  #recruitment td {
    border-bottom: 2px solid #cccccc;
    padding: 15px;
  }
  #recruitment table h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #recruitment table .cap {
    font-size: 12px;
  }
  #recruitment table .bg {
    background-color: #f2eee6;
    padding: 20px;
    margin: 15px -20px 10px;
  }
  #recruitment table .bg p {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #recruitment table .bg ul {
    float: none;
    margin: 0;
  }
  #recruitment table .bg li::after {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    background-color: #429b2f;
    border-radius: 100%;
    top: 0.35em;
  }
  #recruitment table li {
    padding-left: 1.1em;
    position: relative;
  }
  #recruitment table li::after {
    display: block;
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    background-color: #caba9c;
    border-radius: 100%;
    top: 0.35em;
  }
  #recruitment table li .font14 {
    line-height: 1.5;
    font-size: 12px;
    margin: 5px 0;
  }
  #recruitment #btn a {
    background-color: #429b2f;
    width: 220px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 20px auto 0;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 60px;
  }
  #recruitment table.records {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 13px;
  }
  #recruitment table.records th {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #f2eee6;
  }
  #recruitment table.records td {
    padding: 5px;
    border: 1px solid #cccccc;
    text-align: right;
  }
  #recruitment table.records td.tc {
    text-align: center;
  }
  /* @end */
  /* @group 応募フォーム */
  #entry #main {
    margin-bottom: 20px;
  }
  #entry .titleBg {
    margin: 0 auto 30px;
    background-color: #4f493c;
    text-align: left;
    color: #fff;
    padding: 20px;
  }
  #entry .titleBg h1.logo {
    text-align: left;
    margin-bottom: 0;
  }
  #entry .titleBg h1.logo img {
    width: 70%;
  }
  #entry h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 32px;
    background-color: #caba9c;
    padding: 0 10px;
    margin-top: 20px;
  }
  #entry .tel em {
    font-size: 18px;
    font-weight: bold;
  }
  #entry .attention {
    color: #e60000;
  }
  #entry table {
    width: 100%;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
    margin-top: 10px;
  }
  #entry table .attention {
    font-size: 13px;
  }
  #entry table th {
    background-color: #f6f1eb;
    padding: 10px;
    border-bottom: 1px solid #c8c8c8;
    width: 40%;
  }
  #entry table td {
    padding: 10px;
    border-bottom: 1px solid #c8c8c8;
  }
  #entry table tr.err th {
    background-color: #ffe6e6;
  }
  #entry table tr.err td {
    position: relative;
    background-color: #ffe6e6;
  }
  #entry table tr.err td::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 1px;
  }
  #entry select {
    font-size: 13px;
    padding: 2px;
    width: 100%;
  }
  #entry .box60,
  #entry .box80 {
    border: 1px solid #c8c8c8;
    padding: 2px;
    width: 3em;
  }
  #entry .box200 {
    border: 1px solid #c8c8c8;
    padding: 2px;
    width: 200px;
  }
  #entry .box250,
  #entry .box400 {
    border: 1px solid #c8c8c8;
    padding: 2px;
    width: 100%;
  }
  #entry textarea {
    border: 1px solid #c8c8c8;
    height: 110px;
    padding: 2px;
    width: 100%;
  }
  #entry .error {
    color: #e60000;
    font-size: 12px;
  }
  #entry #btn {
    margin: 20px auto 0;
    text-align: center;
  }
  #entry #btn a {
    background-color: #429b2f;
    width: 220px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 60px;
  }
  #entry .sendBtn {
    color: #fff;
    background-color: #429b2f;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 120px;
    height: 60px;
    line-height: 60px;
    margin: 0 5px;
  }
  #entry .backBtn {
    color: #fff;
    background-color: #b8b8b8;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 120px;
    height: 60px;
    line-height: 60px;
    margin: 0 5px;
  }
  #entry .btn {
    background-color: rgb(66, 155, 47);
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 0px auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    line-height: 60px;
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    border-radius: 0;
  }
  #entry .shusei {
    background-color: lightgray;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 14px;
    margin: 0px auto;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 60px;
    border: none;
    cursor: pointer;
    border-radius: 0;
  }
  #entry form.wpcf7-form .btn_area-step2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10%;
  }
  #entry form.wpcf7-form .btn_area-step2 .btn_area-shusei {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  #entry form.wpcf7-form .btn_area-step2 .btn_area-sumbit {
    position: relative;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  #entry form.wpcf7-form .btn_area-step2 .btn_area-sumbit .btn {
    width: 100%;
    font-size: 22px;
  }
  #entry form.wpcf7-form .btn_area-step2 .btn_area-sumbit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #entry form.wpcf7-form.confirm input:not([type=submit]),
  #entry form.wpcf7-form.confirm select,
  #entry form.wpcf7-form.confirm textarea {
    background-color: lightgray;
  }
  div.checkbox {
    display: inline;
    white-space: nowrap;
  }
  div.checkbox label {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* @end */
  /* @group 安全な運行のために */
  #safety h1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #safety h2.lead {
    font: 19px "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 15px;
  }
  #safety .image {
    margin: 20px 0 30px;
  }
  #safety dt {
    font-weight: bold;
    font-size: 16px;
  }
  #safety dd {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #safety dd:last-child {
    border-bottom: none;
  }
  #safety hr {
    border-bottom: 1px solid #c8c8c8;
    margin: 0 0 20px;
  }
  #safety h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3;
  }
  #safety h3 {
    background-color: #e5ddce;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
  }
  #safety .box {
    margin-bottom: 30px;
  }
  #safety .box p {
    margin-bottom: 15px;
  }
  #safety .w615 {
    margin-bottom: 15px;
  }
  /* @end */
  /* @group 宇野バスの運転席 */
  #seat h1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #seat #main {
    margin-bottom: 20px;
  }
  #seat #detail {
    margin-top: 20px;
  }
  #seat #detail .mainPhoto {
    margin-bottom: 20px;
  }
  #seat #detail .box {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #seat #detail .box img {
    width: 55%;
    float: left;
  }
  #seat #detail .box p {
    padding-left: 58%;
  }
  #seat .bg {
    background-color: #efebe2;
    padding: 20px;
  }
  #seat .bg h3 {
    background-color: #504a3d;
    color: #fff;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.3;
  }
  #seat .bg .box2 {
    margin-bottom: 20px;
  }
  #seat .bg .box2:last-child {
    margin: 0;
  }
  #seat .bg .box2 div {
    margin-bottom: 10px;
  }
  #seat .bg .box2 ul {
    margin-top: 15px;
  }
  /* @end */
  /* @group Q&A */
  #qanda h1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #qanda #main {
    margin-bottom: 20px;
  }
  #qanda dl {
    border-top: 1px solid #c8c8c8;
    padding-top: 20px;
    margin-top: 30px;
  }
  #qanda dt {
    padding-left: 50px;
    font-weight: bold;
    margin-bottom: 15px;
    background: url("./img/qanda/q.gif") no-repeat 0 0;
    font-size: 16px;
    min-height: 32px;
    padding-top: 8px;
    line-height: 1.5;
  }
  #qanda dd {
    margin-bottom: 20px;
    padding: 0 0 20px 50px;
    border-bottom: 1px solid #c8c8c8;
    background: url("./img/qanda/a.gif") no-repeat 0 0;
  }
  #qanda iframe {
    width: 100%;
  }
  /* @end */
  /* @group SUPPORT */
  #support #main {
    margin-bottom: 30px;
  }
  #support h1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #support h1.index {
    margin: 0 auto;
  }
  #support h2.lead {
    font: 19px "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 15px;
  }
  #support table {
    width: 100%;
    margin: 30px 0 50px;
  }
  #support th {
    width: 90px;
    background-color: #f2eee7;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-bottom: 50px;
    line-height: 1.3;
  }
  #support th.bg {
    background-color: #e5ddce;
  }
  #support th .arrow, #support th.bg .arrow {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    height: 46px;
    background-color: #fff;
    bottom: 0;
  }
  #support th .arrow::before, #support th .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 46px;
    height: 46px;
    border-left: 46px solid #fff;
    border-right: 46px solid #fff;
    border-top: 46px solid #f2eee7;
    margin-left: -76px;
  }
  #support th.bg .arrow::before, #support th.bg .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 46px;
    height: 46px;
    border-left: 46px solid #fff;
    border-right: 46px solid #fff;
    border-top: 46px solid #e5ddce;
    margin-left: -76px;
  }
  #support td {
    padding-left: 20px;
  }
  #support td .photo {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #support td h3 {
    background-color: #504a3d;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.3;
  }
  #support td h3:last-child {
    margin-bottom: 0;
  }
  #support td h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: bold;
  }
  #support #message h3 {
    background-color: #e5ddce;
    color: #504a3d;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 18px;
  }
  #support #message .photo img {
    width: 100%;
    margin-bottom: 10px;
  }
  #support #message .name span {
    font-size: 24px;
  }
  #support #message h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 20px;
  }
  /* @end */
  /* @group CROSS TALK */
  #talk #main {
    margin-bottom: 30px;
  }
  #talk h1 {
    width: 100%;
    margin: 0 auto 20px;
    background-color: #000;
    text-align: center;
  }
  #talk h1 img {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  #talk dl {
    margin-top: 20px;
  }
  #talk dt {
    text-align: center;
    background-color: #504a3d;
    color: #fff;
  }
  #talk dt .open {
    display: block;
    padding: 10px;
    position: relative;
    font-size: 20px;
  }
  #talk dt .arrow {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 15px;
    top: 15px;
    left: 56%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 15px;
    position: absolute;
  }
  #talk dt .nowOpen .arrow {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    top: 24px;
    height: 15px;
    left: 60%;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 15px;
  }
  #talk dt .open:after {
    content: "開く　";
  }
  #talk dt .nowOpen:after {
    content: "閉じる　";
  }
  #talk dd {
    background-color: #f2eee7;
    padding: 20px 20px 0;
  }
  #talk table.step {
    width: 100%;
  }
  #talk .step th {
    vertical-align: top;
    width: 25%;
    padding-right: 15px;
  }
  #talk .step td {
    padding-bottom: 20px;
  }
  #talk .step td h3 {
    font-size: 20px;
    color: #604c3f;
    font-weight: bold;
  }
  #talk .step td .photo {
    margin-top: 15px;
  }
  #talk .step td .photo img {
    width: 100%;
  }
  #talk #member {
    font-size: 14px;
    border-bottom: 3px solid #cbbb9d;
    padding: 30px 0 20px;
  }
  #talk #member h2 {
    font-size: 24px;
    border-bottom: 3px solid #cbbb9d;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  #talk #member .box {
    padding-bottom: 20px;
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 20px;
  }
  #talk #member .box:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  #talk #member .box img {
    float: left;
    margin-bottom: 15px;
    width: 30%;
  }
  #talk #member p {
    padding-left: 35%;
    line-height: 1.5;
  }
  #talk #member .name {
    margin-bottom: 10px;
  }
  #talk #member .name span {
    font-size: 22px;
  }
  #talk #thema01,
  #talk #thema02,
  #talk #thema03,
  #talk #thema04 {
    padding-top: 50px;
  }
  #talk #thema01 h2,
  #talk #thema02 h2,
  #talk #thema03 h2,
  #talk #thema04 h2 {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }
  #talk #thema01 h2 span,
  #talk #thema02 h2 span,
  #talk #thema03 h2 span,
  #talk #thema04 h2 span {
    font-size: 22px;
    font-weight: bold;
  }
  #talk table.thema {
    width: 100%;
    margin-top: 25px;
  }
  #talk .thema th {
    vertical-align: top;
    width: 23%;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  #talk .thema td {
    padding-bottom: 25px;
  }
  #talk #thema01 .photo,
  #talk #thema02 .photo,
  #talk #thema03 .photo,
  #talk #thema04 .photo {
    width: 60%;
    margin: 0 auto;
  }
  #talk #thema02 .photo2,
  #talk #thema04 .photo2 {
    margin-top: 20px;
  }
  /* @end */
}
.titleBox {
  background: #4f493c;
  margin-bottom: 30px;
  padding: 20px;
}
@media (min-width: 641px) {
  .titleBox {
    margin-bottom: 50px;
    padding: 30px 0;
  }
}
.titleBox .titleset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: auto;
  line-height: 1.3;
  text-align: left;
  color: white;
}
.titleBox .titleset .en {
  font-size: 28px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 641px) {
  .titleBox .titleset .en {
    font-size: 50px;
  }
}
.titleBox .titleset .jp {
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 641px) {
  .titleBox .titleset .jp {
    font-size: 20px;
  }
}

.thanks_box {
  margin: 50px auto;
  padding: 20px;
  border: 2px solid #429b2f;
  border-radius: 15px;
}
@media (min-width: 641px) {
  .thanks_box {
    padding: 30px;
  }
}
.thanks_box strong {
  font-family: sans-serif;
  font-weight: bold;
}

/*---------------
動画バナー
---------------*/
.bnr_movie {
  display: block;
  margin: 10px auto 60px;
  width: calc(100% - 20px);
  height: 150px;
  max-width: 700px;
  background-color: #002;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.bnr_movie:hover .arrow {
  right: 10px;
}
.bnr_movie:hover .movie {
  opacity: 0.5;
}
@media (min-width: 641px) {
  .bnr_movie {
    margin-bottom: 100px;
  }
}
.bnr_movie .movie {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr_movie .new {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}
.bnr_movie .new::before {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 1;
  background-color: #ffdf00;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  z-index: 0;
}
.bnr_movie .new::after {
  content: "NEW";
  position: relative;
}
.bnr_movie .ttl {
  color: #fff;
  position: absolute;
  font-size: clamp(18px, 0px + 5.625vw, 36px);
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 641px) {
  .bnr_movie .ttl {
    font-size: 36px;
    left: 20px;
  }
}
.bnr_movie .ttl .subttl {
  display: -ms-grid;
  display: grid;
  row-gap: 5px;
  font-size: 3vw;
  opacity: 0.7;
  font-weight: normal;
}
@media (min-width: 641px) {
  .bnr_movie .ttl .subttl {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.bnr_movie .yt {
  display: block;
  width: 65px;
}
.bnr_movie .arrow {
  position: absolute;
  display: block;
  width: 13vw;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bnr_movie .arrow img {
  width: 100%;
}
@media (min-width: 641px) {
  .bnr_movie .arrow {
    width: 70px;
    right: 20px;
  }
}

.drawer-menu li .new {
  margin-left: 0.3em;
  /* background-color: #429b2f; */
  background-color: #ee0707;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 0 5px;
  line-height: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-left: 0.5em;
}

.grecaptcha-badge {
  display: none;
}

.google_cap {
  margin-top: 50px;
  color: #999;
  text-align: center;
  line-height: 1.5;
}
.google_cap a {
  color: #999;
}

#entry .message.confirm {
  background-color: #dbf3d6;
}

#interview .chuui {
  margin: 50px auto 20px;
  width: calc(100% - 40px);
  max-width: 700px;
  text-align: right;
  color: #999;
  font-size: 12px;
}
#interview .container {
  margin: 0 auto 100px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#interview .container p {
  text-align: justify;
  margin-bottom: 2em;
}
@media (max-width: 640px) {
  #interview .container figure {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
#interview .container figure img {
  max-width: 100%;
}

#interview_movies .index {
  position: relative;
  width: 100%;
  min-height: 200px;
  max-height: 500px;
  aspect-ratio: 12/5;
  background-color: #002;
  overflow: hidden;
}
#interview_movies .index .index_inner {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 500px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 641px) {
  #interview_movies .index .index_inner {
    padding: 0 100px;
  }
}
#interview_movies .index .index_inner .txt {
  position: relative;
  z-index: 2;
}
#interview_movies .index .index_inner .en_ttl {
  font-weight: bold;
  color: #000;
  display: inline-block;
  background-color: #ffdf00;
  padding: 0 5px;
}
#interview_movies .index .index_inner .ttl {
  display: block;
  font-size: clamp(24px, 12px + 3.75vw, 36px);
  font-weight: 600;
  margin-bottom: 10px;
}
#interview_movies .index .index_inner .exp {
  display: block;
  opacity: 0.7;
}
#interview_movies .index .index_inner .bg_movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  max-width: 1200px;
}
#interview_movies .movie_group {
  margin: 50px auto 80px;
}
@media (min-width: 641px) {
  #interview_movies .movie_group {
    margin: 100px auto 150px;
  }
}
#interview_movies .movie_group .mg_ttl {
  background-color: #504a3d;
  color: #fff;
  padding: 2px 10px;
  font-size: 24px;
  width: 100%;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  margin-bottom: 10px;
}
@media (min-width: 641px) {
  #interview_movies .movie_group .mg_ttl {
    padding: 6px 20px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    margin-bottom: 20px;
  }
}
#interview_movies .movie_group .mg_exp {
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  #interview_movies .movie_group .mg_exp {
    margin-bottom: 50px;
  }
}
#interview_movies .movie_group .mg_movies {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media (min-width: 641px) {
  #interview_movies .movie_group .mg_movies {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
#interview_movies .movie_group .mg_movies .movie {
  text-decoration: none;
  display: block;
}
@media (any-hover: hover) {
  #interview_movies .movie_group .mg_movies .movie:hover .thumbnail::before {
    width: 80px;
    height: 80px;
    opacity: 0.5;
  }
}
#interview_movies .movie_group .mg_movies .movie:active .thumbnail::before {
  width: 80px;
  height: 80px;
  opacity: 0.5;
}
#interview_movies .movie_group .mg_movies .movie .thumbnail {
  display: block;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#interview_movies .movie_group .mg_movies .movie .thumbnail::before, #interview_movies .movie_group .mg_movies .movie .thumbnail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#interview_movies .movie_group .mg_movies .movie .thumbnail::before {
  width: 50px;
  height: 50px;
  background-color: rgb(0, 0, 0);
  opacity: 0.7;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#interview_movies .movie_group .mg_movies .movie .thumbnail::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  left: calc(50% + 3px);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#interview_movies .movie_group .mg_movies .movie .thumbnail:not(.no-dark) img {
  opacity: 0.7;
}
#interview_movies .movie_group .mg_movies .movie .thumbnail img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#interview_movies .movie_group .mg_movies .movie .ttl {
  display: block;
  margin-top: 5px;
  line-height: 1.5;
}
#interview_movies #btn {
  margin: 100px 0;
}
#interview_movies #btn a {
  background-color: #429b2f;
  width: 220px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 60px;
}
@media (any-hover: hover) {
  #interview_movies #btn a:hover {
    opacity: 0.7;
  }
}
#interview_movies #btn a:active {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */