@charset "utf-8";

/* ---------------------------------------------------------------

  common.css

--------------------------------------------------------------- */

@media only screen and (min-width: 741px) { /* for PC */

  /*
    Base styles
  --------------------------------------------------------------- */
  html {
    width: 100%;
    min-width: 1000px;
  }

  body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    background: #fff;
    width: 100%;
    text-align: left;
    color: #111;
    min-width: 1000px;
  }

  :root * {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  img {
    border-width: 0 0 0 0;
    vertical-align: top;
  }

  /*  Anchor default
  ------------------------------------------ */
  a {
    color: #111;
    text-decoration: none;
    outline: none;
  }

  a:link {
    color: #111;
    text-decoration: none;
  }

  a:visited {
    color: #111;
    text-decoration: none;
  }

  a:hover {
    color: #111;
    text-decoration: none;
  }

  a img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  a:hover img {
    opacity: .7;
  }

  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: .7;
  }

  /*  input & textarea Font
  ------------------------------------------ */
  input {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
  }

  textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
  }

  .forSP {
    display: none;
  }

  .wrap {
    min-width: 1000px;
    overflow: hidden;
  }

  /*
    common width
  --------------------------------------------------------------- */
  .common-w {
    width: 960px;
    margin: auto;
  }

  /*
    anchor
  --------------------------------------------------------------- */

  .blank {
    display: inline-block;
    padding-right: 17px;
    background: url(/resource/images/common/icon_blank_bk.png) right center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
  }

  .blank.orange {
    background: url(/resource/images/common/icon_blank_orange.png) right center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
  }

  .blank.white {
    background: url(/resource/images/common/icon_blank_wh.png) right center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
  }

  .dll-link {
    display: inline-block;
    padding-left: 30px;
    padding-top: 4px;
    background: url(/resource/images/common/icon_dll.png) left center no-repeat;
  }

  .dll-link:hover {
    color: #E1690D;
  }

  .arrow-right {
    display: inline-block;
    padding-right: 17px;
    padding-left: 19px;
    background-image: url(/resource/images/common/arrow_return_right.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }

  .blank-arrow {
    display: inline-block;
    padding-right: 17px;
    padding-left: 19px;
    background-image:
    url(/resource/images/common/arrow_return_right.png),
    url(/resource/images/common/icon_blank_orange.png);
    background-repeat: no-repeat;
    background-position:
    left center,
    right center;
    -webkit-background-size: 12px auto ,13px auto;
    background-size: 12px auto ,13px auto;
  }

  .blank-arrow:hover {
    color: #E1690D;
  }

  /*
    btn
  --------------------------------------------------------------- */
  .btn-box {
    text-align: center;
  }

  .btn {
    display: inline-block;
    margin: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .btn img {
    vertical-align: middle;
    margin-right: 10px;
  }

  /*
    size
  ------------------------------------------ */
  .btn.size-auto {
    padding: 0 70px;
    height: 70px;
    border: 3px solid;
    font-size: 20px;
    line-height: 64px;
  }

  .btn.size-ll {
    width: 400px;
    height: 70px;
    border: 3px solid;
    font-size: 20px;
    line-height: 64px;
  }

  .btn.size-ll:hover {
    font-size: 19px;
  }

  .btn.size-l {
    width: 300px;
    height: 70px;
    border: 3px solid;
    font-size: 20px;
    line-height: 64px;
  }

  .btn.size-l:hover {
    font-size: 19px;
  }

  .btn.size-m {
    width: 240px;
    height: 65px;
    border: 2px solid;
    font-size: 18px;
    line-height: 61px;
  }

  .btn.size-m:hover {
    font-size: 17px;
  }

  .btn.size-ms {
    width: 210px;
    height: 60px;
    border: 2px solid;
    font-size: 14px;
    line-height: 56px;
  }

  .btn.size-ms.row-2 {
    line-height: 18px;
    padding-top: 11px;
  }

  .btn.size-s {
    width: 210px;
    height: 48px;
    border: 2px solid;
    font-size: 14px;
    line-height: 44px;
  }

  /*  type
  ------------------------------------------ */
  .btn.type-orange {
    border-color: #E1690D;
    color: #E1690D;
  }

  .btn.type-orange:hover {
    background-color: #E1690D;
    color: #fff;
  }

  .btn.type-white {
    border-color: #fff;
    color: #fff;
  }

  .btn.type-white:hover {
    background-color: #fff;
    color: #E1690D;
  }

  /*  btn icon
  ------------------------------------------ */

  .btn.icon-return {
    position: relative;
    text-indent: 20px;
  }
  .btn.icon-return.aliance {
    font-size: 13px;
    text-indent: 22px;
  }

  .btn.icon-return:before,
  .btn.icon-return:after {
    content: " ";
    display: block;
    width: 15px;
    height: 16px;
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -8px;
    background-repeat: no-repeat;
  }
  .btn.icon-return:before {
    background-image: url(/resource/images/common/arrow_return_off.png);
  }
  .btn.icon-return:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    background-image: url(/resource/images/common/arrow_return_on.png);
  }
  .btn.icon-return:hover:after {
    opacity: 1;
  }

  /*
    type-icon
  --------------------------------------------------------------- */
  .type-icon {
    display: inline-block;
    text-align: center;
    width: 80px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;
    vertical-align: middle;
  }

  .type-icon.icon-news {
    background: #E1690D;
  }

  .type-icon.icon-media {
    background: #B25900;
  }

  .type-icon.icon-press {
    background: #666;
  }

  /*
    under-nav
  --------------------------------------------------------------- */

  .under-nav {
    background: #eee;
  }

  .under-nav ul {
    text-align: center;
    font-size: 0;
    letter-spacing: -.4em;
  }

  .under-nav ul li {
    font-size: 14px;
    letter-spacing: normal;
    display: inline-block;
  }

  .under-nav ul li a {
    display: block;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .under-nav ul li a.current {
    border-bottom: 2px solid #E1690D;
  }

  .under-nav ul li a:not(.current):hover {
    background-color: #ccc;
  }

  .under-nav a.blank {
    padding-right: 20px;
    border-right: 10px solid transparent;
  }

  /*
    page ttl
  --------------------------------------------------------------- */

  .page-ttl {
    font-size: 36px;
    padding: 40px 0;
    line-height: 1.2;
  }

  .page-ttl span {
    display: block;
  }

  /*
    page anchor
  --------------------------------------------------------------- */

  .page-anchor ul {
    text-align: center;
    padding: 25px 0;
  }

  .page-anchor ul li {
    display: inline-block;
    padding: 0 17px;
    border-right: 1px solid #ccc;
  }

  .page-anchor ul li:last-child {
    border-right: none;
  }

  .page-anchor ul li a {
    display: inline-block;
    padding-right: 27px;
    background: url(/resource/images/common/arrow_page_anchor.png) right center no-repeat;
  }

  .page-anchor ul li a:hover {
    color: #E1690D;
  }

  /*
    contents-section
  --------------------------------------------------------------- */

  .contents-section .section-box {
    margin: 60px auto;
  }

  .contents-section .section-h + .section-box {
    margin-top: 0;
  }

  .contents-section .section-box .lead {
    line-height: 2.4;
  }

  .contents-section .section-box .lead-l {
    font-size: 18px;
    text-align: center;
    line-height: 2.4;
  }

  .contents-section .section-box .lead + .btn-box {
    margin-top: 60px;
  }

  .contents-section .section-h {
    line-height: 1.2;
    font-size: 32px;
    padding: 60px 0 40px;
    color: #E1690D;
    text-align: center;
  }

  .contents-section .section-h img {
    vertical-align: middle;
    margin-right: 15px;
  }

  /*
    spread view
  --------------------------------------------------------------- */

  .spread-view {
    position: relative;
  }

  .spread-view:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }

  .spread-view.no-mask:before {
    display: none;
  }

/*  .spread-view.no-mask .btn {
    border-color: #E1690D;
    color: #E1690D;
    background: rgba(255,255,255,.6);
  }

  .spread-view.no-mask .btn:hover {
    background: #E1690D;
    color: #fff;
  }*/

  .spread-view.no-mask-02:before {
    display: none;
  }

  .spread-view.no-mask-02 .btn {
    border-color: #fff;
    color: #fff;
    background: rgba(0,0,0,.6);
  }

  .spread-view.no-mask-02 .btn:hover {
    background: #fff;
    color: #E1690D;
  }

  .spread-view > img {
    width: 100%;
  }

  .spread-view .catch {
    position: absolute;
    width: 100%;
    bottom: 43%;
    font-size: 18px;
    line-height: 2.4;
    color: #fff;
    text-align: center;
  }

  .spread-view .btn-box {
    position: absolute;
    width: 100%;
    bottom: 60px;
  }

  /*
    return-box
  --------------------------------------------------------------- */

  .return-box {
    margin-top: 40px;
  }

  .return-box .btn {
    margin-left: 0;
  }

  /*
    news-list
  --------------------------------------------------------------- */

  .news-list ul li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
  }

  .news-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .news-list ul li > div,
  .news-list ul li > a {
    overflow: hidden;
    display: block;
  }

  .news-list ul li .info {
    float: left;
    /*width: 190px;*/
    padding-right: 15px;
  }

  .news-list ul li .txt {
    float: left;
    width: 770px;
  }

  .news-list ul li .txt img {
    padding-left: 5px;
    vertical-align: middle;
  }

  .news-list ul li .info .date {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    width: 95px;
    vertical-align: middle;
  }

  .news-list ul li a:hover {
    color: #E1690D;
  }


  /*
    info-table
  --------------------------------------------------------------- */

  .info-table {
    width: 800px;
    margin: auto;
  }

  .info-table a {
    color: #E1690D;
  }

  .info-table .blank {
    color: #111;
  }

  .info-table a:hover {
    text-decoration: underline;
  }

  .info-table th,
  .info-table td {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    line-height: 1.4;
    vertical-align: top;
  }

  .info-table tr:first-child th,
  .info-table tr:first-child td,
  .info-table tr.noline th,
  .info-table tr.noline td {
    border-top: none;
  }

  .info-table th {
    width: 150px;
  }

  /*
    lineup-list
  --------------------------------------------------------------- */

  .section-box .lineup-list {
    margin-left: -20px;
  }

  .lineup-list {
    width: 1000px;
    margin: auto;
  }

  .lineup-list ul {
    overflow: hidden;
  }

  .lineup-list ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dashed #ccc;
  }

  .lineup-list ul li:last-child {
    border-right: none;
  }

  .lineup-list .lineup-icon {
    padding: 5px 0 35px;
  }

  .lineup-list .lineup-icon img {
    width: 330px;
  }

  .lineup-list .lead {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .lineup-list .des {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 20px;
    letter-spacing: -.5px;
  }

  .lineup-list.okinawa ul li {
    width: 25%;
  }

  .lineup-list.okinawa .lineup-icon {
    padding-bottom: 5px;
  }

  .lineup-list.okinawa .lineup-icon img {
    width: 200px;
  }

  .lineup-list.okinawa .lead {
    font-size: 16px;
  }

  .lineup-list.okinawa .des {
    text-align: left;
    height: 54px;
    margin-bottom: 10px;
  }

  .lineup-list.okinawa .btn {
    margin-bottom: 10px;
  }

  /*
    article-common
  --------------------------------------------------------------- */

  /*  記事見出し
  ------------------------------------------ */

  .article-common .article-info {
    width: 960px;
    margin: auto;
    padding: 60px 0 0;
  }

  .article-common .article-info .article-h {
    line-height: 1.2;
    font-size: 32px;
    text-align: left;
    color: #E1690D;
    margin-bottom: 10px;
  }

  .article-common .article-info p {
    text-align: right;
  }

  /*  記事パーツ
  ------------------------------------------ */

  .article-common .section-box  h3 {
    font-size: 18px;
    color: #E1690D;
    margin-bottom: 5px!important; /* ボックス内mb回避 */
  }

  .article-common a:not(.btn):hover {
    color: #E1690D;
  }

  .article-common .section-box .tar {
    text-align: right;
  }

  .article-common .section-box .fs {
    font-size: 12px;
  }


  /*  section-box 内共通
  ------------------------------------------ */

  .article-common .section-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
  }

  .article-common .section-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .article-common .section-box > * {
    margin-bottom: 40px;
  }

  .article-common .section-box > *:last-child {
    margin-bottom: 0;
  }

  /*  box共通
  ------------------------------------------ */

  .article-common .section-box .box > * {
    margin-bottom: 20px;
  }

  .article-common .section-box .box > *:last-child {
    margin-bottom: 0;
  }

  .article-common .section-box .box ul li {
    margin-bottom: 5px;
  }

  .article-common .section-box .box ul li:last-child {
    margin-bottom: 0;
  }

  /*  table
  ------------------------------------------ */

  .article-common .section-box table {
    width: 100%;
  }

  .article-common .section-box table th,
  .article-common .section-box table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    vertical-align: middle;
  }

  .article-common .section-box table th {
    font-size: 16px;
    background: #eee;
  }

  .article-common .section-box table td {
    font-size: 13px;
  }

  .article-common .section-box table .tac {
    text-align: center;
  }

  .article-common .section-box table .tal {
    text-align: left;
  }

  .article-common .section-box table .tar {
    text-align: right;
  }
  .article-common .section-box table .vat {
    vertical-align: top;
  }
  .article-common .section-box table .nowrap {
    white-space: nowrap;
  }

  /*  ph-area
  ------------------------------------------ */

  .article-common .ph-area ul {
    display: table;
    width: 1020px;
    margin-left: -30px;
    table-layout: fixed;
    border-spacing: 30px 0;
  }

  .article-common .ph-area ul li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
  }

  .article-common .ph-area ul li .ph {
    width: 100%;
    max-width: 465px;
    position: relative;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
  }

  .article-common .ph-area ul li .ph img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .article-common .ph-area ul li .cap {
    margin-top: 20px;
    font-size: 12px;
  }

  /*  contents-list
  ------------------------------------------ */

  .article-common .contents-list dt {
    font-size: 18px;
    color: #E1690D;
  }

  .article-common .contents-list dd {
    margin-bottom: 20px;
  }

  .article-common .contents-list dd:last-child {
    margin-bottom: 0;
  }

  /*  gray-box
  ------------------------------------------ */

  .article-common .gray-box {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
  }

  .article-common .gray-box a:hover {
    color: #E1690D;
  }


  .article-common .gray-box .heading {
    font-size: 20px;
    text-align: center;
    color: #E1690D;
    margin-bottom: 10px!important;
  }

  .article-common .gray-box .layout {
    display: table;
    margin: auto;
  }

  .article-common .gray-box .layout > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    font-size: 14px;
    line-height: 1.8;
  }

  .article-common .gray-box .layout > div img {
    width: 100px;
  }

  .article-common .gray-box .layout > div:first-child {
    border-left: none;
  }
  .article-common .gray-box .layout > div:last-child {
    border-right: none;
  }

  /*  section-box 直子要素 ph
  ------------------------------------------ */

  .article-common .section-box > .ph {
    border: 1px solid #ddd;
    text-align: center;
    padding: 1px;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .article-common .section-box > .ph img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  /*  layout-box
  ------------------------------------------ */

  .article-common .layout-box {
    overflow: hidden;
  }

  .article-common .layout-box .txt {
    width: 640px;
  }

  .article-common .layout-box .ph {
    height: 300px;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: relative;
  }

  .article-common .layout-box .ph img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .article-common .layout-box .txt > * {
    margin-bottom: 20px;
  }
  .article-common .layout-box .txt > *:last-child {
    margin-bottom: 0;
  }

  .article-common .layout-box .left {
    float: left;
  }

  .article-common .layout-box .right {
    float: right;
  }

  /*
    item-row
  --------------------------------------------------------------- */

  .item-row ul {
    overflow: hidden;
  }

  .item-row ul li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*  li type
  ------------------------------------------ */
  .item-row.border ul li {
    border: 1px solid #ddd;
  }

  /*  vertical item num
  ------------------------------------------ */

  /* v2 */
  .item-row.v2 ul {
    margin-left: -26px;
    margin-bottom: -26px;
  }

  .item-row.v2 ul li {
    width: 467px;
    margin-left: 26px;
    margin-bottom: 26px;
  }

  /* v3 */
  .item-row.v3 ul {
    margin-left: -30px;
    margin-bottom: -30px;
  }

  .item-row.v3 ul li {
    width: 300px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  /*
    modal style
  --------------------------------------------------------------- */

  body {
    position: relative;
  }

  .wrap.back {
    position: fixed;
    width: 100%;
  }

  .modal {
    position: absolute;
    display: none;
    opacity: 0;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    min-height: 100%;
  }

  .modal.open {
    display: block;
  }


  .modal .close {
    display: block;
    position: fixed;
    z-index: 2;
    right: 30px;
    top: 50px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .modal .close .inner {
    position: relative;
    width: 30px;
    height: 30px;
  }

  .modal .close .inner span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -19px;
    display: block;
    height: 2px;
    width: 38px;
    background: #333;
    -webkit-transform-origin: center center ;
    -moz-transform-origin: center center ;
    -ms-transform-origin: center center ;
    -o-transform-origin: center center ;
    transform-origin: center center ;
  }
  .modal .close .inner .border01 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal .close .inner .border02 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .modal .close:hover {
    opacity: .7;
  }

  .modal-box {
    display: none;
  }
  .modal-box.target {
    display: block;
  }

  .modal-box > .inner {
    position: relative;
    padding-top: 190px;
    width: 960px;
    margin: auto;
  }

  .modal-box > .btn-box {
    padding: 70px 0;
    border-top: 1px solid #ccc;
  }

  .modal-box .main {
    position: relative;
    border: 1px solid #ccc;
  }

  .modal-box .main img {
    position: relative;
    z-index: 1;
  }

  .modal-box .main .label {
    position: absolute;
    height: 118px;
    right: -10px;
    top: 50%;
    margin-top: -59px;
  }

  .modal-box .main .label .inner {
    position: relative;
    height: 118px;
  }

  .modal-box .main .label .inner:before {
    content: " ";
    display: block;
    height: 100%;
    width: 50px;
    position: absolute;
    background: #B9550B;
    right: 34px;
    bottom: -34px;
    z-index: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .modal-box .main .label .txt {
    position: relative;
    z-index: 1;
    height: 118px;
    background: #E1690D;
    width: 433px;
    padding: 26px 0;
    color: #fff;
    display: table;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .modal-box .main .label .txt > * {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
  }

  .modal-box .main .label .txt .position {
    padding-left: 40px;
  }

  .modal-box .main .label .txt .name {
    font-size: 36px;
    padding-left: 15px;
  }

  .modal-box .q-list dt {
    padding: 40px 0 20px;
    font-size: 26px;
    color: #E1690D;
  }

  .modal-box .q-list dd {
    padding-bottom: 50px;
    line-height: 2.4;
    border-bottom: 1px dashed #ccc;
  }

  .modal-box .q-list dd:last-child {
    border-bottom: none;
  }

  .modal-box .q-list dd .btn-box {
    padding-top: 30px;
  }

  .modal-box .btn:hover {
    font-size: 20px;
  }

  .introduction > .inner {
    position: relative;
    padding-top: 60px;
    width: 960px;
    margin: auto;
  }

  .introduction > .btn-box {
    padding: 70px 0;
    border-top: 1px solid #ccc;
  }

  .introduction .main {
    position: relative;
    border: 1px solid #ccc;
  }

  .introduction .main img {
    position: relative;
    z-index: 1;
  }

  .introduction .main .label {
    position: absolute;
    height: 118px;
    right: -10px;
    top: 50%;
    margin-top: -59px;
  }

  .introduction .main .label .inner {
    position: relative;
    height: 118px;
  }

  .introduction .main .label .inner:before {
    content: " ";
    display: block;
    height: 100%;
    width: 50px;
    position: absolute;
    background: #B9550B;
    right: 34px;
    bottom: -34px;
    z-index: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .introduction .main .label .txt {
    position: relative;
    z-index: 1;
    height: 118px;
    background: #E1690D;
    width: 433px;
    padding: 26px 0;
    color: #fff;
    display: table;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .introduction .main .label .txt > * {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
  }

  .introduction .main .label .txt .position {
    padding-left: 40px;
  }

  .introduction .main .label .txt .name {
    font-size: 36px;
    padding-left: 15px;
  }

  .introduction .q-list dt {
    padding: 40px 0 20px;
    font-size: 26px;
    color: #E1690D;
  }

  .introduction .q-list dd {
    padding-bottom: 50px;
    line-height: 2.4;
    border-bottom: 1px dashed #ccc;
  }

  .introduction .q-list dd:last-child {
    border-bottom: none;
  }

  .introduction .q-list dd .btn-box {
    padding-top: 30px;
  }

  .introduction .btn:hover {
    font-size: 20px;
  }
  .recruit-intro .contents-section .introduction .btn-box {
    margin-top: 0;
  }
  .recruit-intro .contents-section .introduction .btn-box .btn {
    background-image: none;
    text-indent: 0;
  }
  .recruit-intro .contents-section .introduction .btn-box .btn:hover {
    background-image: none;
    font-size: 20px;
  }

  /*
    contents-mediba
  --------------------------------------------------------------- */

  .contents-mediba .page-ttl {
    border-top: 1px solid #ddd;
  }

  .contents-mediba .contents-section {
    border: solid #ddd;
    border-width: 1px 0;
  }

} /* @media only screen and (min-width: 741px) for PC end */

@media only screen and (max-width: 740px) { /* for SP */

  /*
    Base styles
  --------------------------------------------------------------- */
  html {
    width: 100%;
  }

  body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    background: #fff;
    width: 100%;
    text-align: left;
    color: #111;
  }

  :root * {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  img {
    border-width: 0 0 0 0;
    vertical-align: top;
  }

  /*  Anchor default
  ------------------------------------------ */
  a {
    color: #111;
    text-decoration: none;
    outline: none;
  }

  a:link {
    color: #111;
    text-decoration: none;
  }

  a:visited {
    color: #111;
    text-decoration: none;
  }

  a:hover {
    color: #111;
    text-decoration: none;
  }

  a img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  a,
  label,
  input,
  button,
  textarea,
  select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);
  }

  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: .7;
  }

  /*  input & textarea Font
  ------------------------------------------ */
  input {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
  }

  textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
  }

  .forPC {
    display: none;
  }

  /*
    anchor
  --------------------------------------------------------------- */
  .blank {
    display: inline-block;
    padding-right: 17px;
    background: url(/resource/images/common/icon_blank_bk.png) right center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
  }


  .blank.orange {
    background: url(/resource/images/common/icon_blank_orange.png) right center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
  }

  .blank.white {
    background: url(/resource/images/common/icon_blank_wh.png) right center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
  }

  .dll-link {
    display: inline-block;
    padding-left: 15px;
    padding-top: 4px;
    background: url(/resource/images/common/icon_dll.png) left center no-repeat;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
  }


  .arrow-right {
    display: inline-block;
    padding-right: 17px;
    padding-left: 19px;
    background-image: url(/resource/images/common/arrow_return_right.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }


  .blank-arrow {
    display: inline-block;
    padding-right: 17px;
    padding-left: 19px;
    background-image:
    url(/resource/images/common/arrow_return_right.png),
    url(/resource/images/common/icon_blank_orange.png);
    background-repeat: no-repeat;
    background-position:
    left center,
    right center;
    -webkit-background-size: 12px auto ,13px auto;
    background-size: 12px auto ,13px auto;
  }

  /*
  btn
  --------------------------------------------------------------- */
  .btn-box {
    text-align: center;
  }

  .btn {
    display: inline-block;
    margin: 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .btn img {
    vertical-align: middle;
    margin-right: 10px;
  }

  /*
    size
  ------------------------------------------ */
  .btn.size-auto {
    border: 2px solid;
    font-size: 12px;
    padding: 10px 10px;
  }

  .btn.size-ll {
    width: 250px;
    height: 45px;
    border: 2px solid;
    font-size: 14px;
    line-height: 41px;
  }

  .btn.size-l {
    width: 145px;
    height: 45px;
    border: 2px solid;
    font-size: 14px;
    line-height: 41px;
  }

  .btn.size-m {
    width: 145px;
    height: 45px;
    border: 2px solid;
    font-size: 14px;
    line-height: 41px;
  }

  .btn.size-ms {
    width: 250px;
    height: 45px;
    border: 2px solid;
    font-size: 14px;
    line-height: 41px;
  }

  .btn.size-ms.row-2 br {
    display: none;
  }


  .btn.size-s {
  }

  /*  type
  ------------------------------------------ */
  .btn.type-orange {
    border-color: #E1690D;
    color: #E1690D;
  }

  .btn.type-white {
    border-color: #fff;
    color: #fff;
  }


  /*  btn icon
  ------------------------------------------ */

  .btn.icon-return {
    width: 165px;
    height: 45px;
    border: 2px solid;
    font-size: 12px;
    line-height: 41px;
    position: relative;
    text-indent: 13px;
  }

  .btn.icon-return.aliance {
    font-size: 11px;
    text-indent: 15px;
  }

  .btn.icon-return:before {
    content: " ";
    display: block;
    width: 11px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    background-repeat: no-repeat;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }

  .btn.icon-return:before {
    background-image: url(/sp/resource/images/common/arrow_return_off.png);
  }

  /*
  type-icon
  --------------------------------------------------------------- */
  .type-icon {
    display: inline-block;
    text-align: center;
    width: 80px;
    line-height: 18px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 10px;
    color: #fff;
    vertical-align: middle;
  }

  .type-icon.icon-news {
    background: #E1690D;
  }

  .type-icon.icon-media {
    background: #B25900;
  }

  .type-icon.icon-press {
    background: #666;
  }

  /*
    under-nav
  --------------------------------------------------------------- */

  .under-nav .btn-toggle {
    position: relative;
    display: block;
    background: #eee;
    color: #E1690D;
    border: solid #ddd;
    border-width: 1px 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }

  .under-nav .btn-toggle:before,
  .under-nav .btn-toggle:after {
    content: " ";
    display: block;
    width: 3px;
    height: 12px;
    background: #E1690D;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }

  .under-nav .btn-toggle:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .under-nav .btn-toggle:before {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .under-nav .btn-toggle.on:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .under-nav .btn-toggle .en {
    font-weight: bold;
    font-size: 16px;
    font-family: arial, sans-serif;
    vertical-align: middle;
  }

  .under-nav .btn-toggle .sub {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
  }

  .under-nav ul {
    display: none;
    background: #f5f5f5;
  }

  .under-nav ul li {
    font-size: 14px;
    letter-spacing: normal;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
  }

  .under-nav ul li a {
    display: block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .under-nav a.blank {
    border-right: 10px solid transparent;
  }

  /*
    page ttl
  --------------------------------------------------------------- */

  .page-ttl {
    font-size: 25px;
    padding: 20px 10px;
    line-height: 1.2;
  }

  .page-ttl span {
    display: block;
  }

  /*
    contents-section
  --------------------------------------------------------------- */

  .contents-section {
    border-top: 1px solid #ddd;
  }

  .page-anchor + .contents-section,
  .page-ttl + .contents-section {
    border-top: none;
  }

  .contents-section .section-box {
    margin: 30px 10px;
  }

  .contents-section .section-h + .section-box {
    margin-top: 0;
  }

  .contents-section .section-box .lead {
    font-size: 12px;
  }

  .contents-section .section-box .lead + .btn-box {
    margin-top: 30px;
  }

  .contents-section .section-h {
    line-height: 1.2;
    font-size: 20px;
    padding: 30px 0;
    color: #E1690D;
    text-align: center;
  }

  .contents-section .section-h img {
    vertical-align: middle;
    margin-right: 10px;
  }

  /*  spread view
------------------------------------------ */

  .spread-view {
    position: relative;
  }

  .spread-view.in-btn {
    margin-bottom: 105px;
  }

  .spread-view:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }

  .spread-view.no-mask:before {
    display: none;
  }


  .spread-view.no-mask-02:before {
    display: none;
  }

  .spread-view > img {
    width: 100%;
  }

  .spread-view .catch {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 13%;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .spread-view .btn-box {
    position: absolute;
    width: 100%;
    bottom: -75px;
  }

  .spread-view .btn-box .btn {
    border-color: #E1690D;
    color: #E1690D;
  }

  /*
    return-box
  --------------------------------------------------------------- */

  .return-box {
    margin-top: 30px;
  }

  .return-box .btn {
    margin-left: 10px;
  }

  /*
    news-list
  --------------------------------------------------------------- */

  .news-list ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
  }

  .news-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .news-list ul li a {
    display: block;
  }

  .news-list ul li .info {
    margin-bottom: 5px;
  }

  .news-list ul li .txt {
    font-size: 12px;
  }

  .news-list ul li .txt img {
    padding-left: 5px;
    vertical-align: middle;
  }

  .news-list ul li .info .date {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    width: 75px;
    vertical-align: middle;
  }

  /*
    info-table
  --------------------------------------------------------------- */

  .info-table {
    width: 100%;
    font-size: 12px;
  }

  .info-table a {
    color: #E1690D;
  }

  .info-table .blank {
    color: #111;
  }

  .info-table tr {
    display: block;
  }

  .info-table th,
  .info-table td {
    display: block;
  }

  .info-table th {
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    border-top: 1px dashed #ccc;
  }

  .info-table td {
    padding-bottom: 10px;
  }

  .info-table tr:first-child th,
  .info-table tr.noline th {
    border-top: none;
    padding-top: 0;
  }

  .info-table tr:last-child td {
    padding-bottom: 0;
  }

  /*
    lineup
  --------------------------------------------------------------- */

  .lineup-list ul li {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0;
  }

  .lineup-list ul li:first-child {
    padding-top: 0;
  }

  .lineup-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .lineup-list .lineup-icon {
    padding-bottom: 20px;
  }

  .lineup-list .lineup-icon img {
    width: 300px;
  }

  .lineup-list .lead {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .lineup-list .des {
    font-size: 11px;
    line-height: 1.4;
    padding: 0 20px;
    letter-spacing: -.5px;
  }



  .lineup-list.okinawa .lineup-icon {
    padding-bottom: 20px;
  }

  .lineup-list.okinawa .lineup-icon img {
    width: 200px;
  }

  .lineup-list.okinawa .lead {
    font-size: 16px;
  }

  .lineup-list.okinawa .des {
    text-align: left;
    margin-bottom: 20px;
  }


  /*
    article-common
  --------------------------------------------------------------- */

  .article-common {
    border-top: none;
    border-bottom: 1px solid #ddd;
  }



  /*  記事見出し
  ------------------------------------------ */

  .article-common .article-info {
    padding: 30px 10px 0;
  }

  .article-common .article-info .article-h {
    line-height: 1.2;
    font-size: 20px;
    text-align: left;
    color: #E1690D;
    margin-bottom: 10px;
  }

  .article-common .article-info p {
    text-align: right;
    font-size: 12px;
  }

  /*  記事パーツ
  ------------------------------------------ */

  .article-common .section-box  h3 {
    font-size: 16px;
    color: #E1690D;
    margin-bottom: 5px!important; /* ボックス内mb回避 */
  }

  .article-common .section-box .tar {
    text-align: right;
  }

  .article-common .section-box .fs {
    font-size: 10px;
  }


  /*  section-box 内共通
  ------------------------------------------ */

  .article-common .section-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }

  .article-common .section-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .article-common .section-box > * {
    margin-bottom: 20px;
  }

  .article-common .section-box > *:last-child {
    margin-bottom: 0;
  }


  /*  box共通
  ------------------------------------------ */

  .article-common .section-box .box > * {
    margin-bottom: 15px;
  }

  .article-common .section-box .box > *:last-child {
    margin-bottom: 0;
  }

  /*  table
  ------------------------------------------ */

  .article-common .section-box table {
    width: 100%;
  }

  .article-common .section-box table th,
  .article-common .section-box table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
  }

  .article-common .section-box table th {
    font-size: 14px;
    background: #eee;
  }

  .article-common .section-box table td {
    font-size: 10px;
  }

  .article-common .section-box table .tac {
    text-align: center;
  }

  .article-common .section-box table .tal {
    text-align: left;
  }

  .article-common .section-box table .tar {
    text-align: right;
  }
  .article-common .section-box table .vat {
    vertical-align: top;
  }
  .article-common .section-box table .nowrap {
    white-space: nowrap;
  }

  /*  ph-area
  ------------------------------------------ */

  .article-common .ph-area ul li {
    margin-bottom: 20px;
  }

  .article-common .ph-area ul li:last-child {
    margin-bottom: 0;
  }

  .article-common .ph-area ul li .ph {
    text-align: center;
    padding: 20px 0;
    position: relative;
    border: 1px solid #ddd;
    max-width: 100%;
  }

  .article-common .ph-area ul li .ph img {
    max-width: 100%;
  }


  .article-common .ph-area ul li .cap {
    margin-top: 10px;
    font-size: 10px;
  }

  /*  contents-list
  ------------------------------------------ */

  .article-common .contents-list dt {
    font-size: 16px;
    color: #E1690D;
  }

  .article-common .contents-list dd {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .article-common .contents-list dd:last-child {
    margin-bottom: 0;
  }

  /*  gray-box
  ------------------------------------------ */

  .article-common .gray-box {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
  }

  .article-common .gray-box .heading {
    font-size: 18px;
    text-align: center;
    color: #E1690D;
    margin-bottom: 10px;
  }

  .article-common .gray-box .layout {
    display: table;
    margin: auto;
  }

  .article-common .gray-box .layout > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    font-size: 12px;
    line-height: 1.8;
  }

  .article-common .gray-box .layout > div:first-child {
    border-left: none;
  }
  .article-common .gray-box .layout > div:last-child {
    border-right: none;
  }


  /*  section-box 直子要素 ph
  ------------------------------------------ */

  .article-common .section-box > .ph {
    text-align: center;
    padding: 20px 0;
    position: relative;
    border: 1px solid #ddd;
  }

  .article-common .section-box > .ph img {
    max-width: 100%;
    max-height: 100%;
  }


  /*  layout-box
  ------------------------------------------ */

  .article-common .layout-box {
    overflow: hidden;
  }

  .article-common .layout-box > * {
    margin-bottom: 20px;
  }
  .article-common .layout-box > *:last-child {
    margin-bottom: 0;
  }

  .article-common .layout-box .ph {
    text-align: center;
    padding: 20px 0;
    position: relative;
    border: 1px solid #ddd;
  }

  .article-common .layout-box .ph img {
    max-width: 100%;
    max-height: 100%;
  }

  .article-common .layout-box .txt > * {
    margin-bottom: 15px;
  }

  .article-common .layout-box .txt > *:last-child {
    margin-bottom: 0;
  }




  /*
    item-row
  --------------------------------------------------------------- */

  .item-row ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*  li type
  ------------------------------------------ */
  .item-row.border ul li {
    border: 1px solid #ddd;
  }

  /*  vertical item num
  ------------------------------------------ */

  .item-row.v3 ul li {
    margin-bottom: 20px;
  }

  .item-row.v3 ul li:last-child {
    margin-bottom: 0;
  }


  /*
    modal style
  --------------------------------------------------------------- */

  body {
    position: relative;
  }

  .wrap.back {
    position: fixed;
    width: 100%;
  }

  .modal {
    position: absolute;
    display: none;
    opacity: 0;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    min-height: 100%;
  }

  .modal.open {
    display: block;
  }


  .modal .close {
    display: block;
    position: fixed;
    z-index: 2;
    right: 30px;
    top: 30px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .modal .close .inner {
    position: relative;
    width: 30px;
    height: 30px;
  }

  .modal .close .inner span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -19px;
    display: block;
    height: 2px;
    width: 38px;
    background: #333;
    -webkit-transform-origin: center center ;
    -moz-transform-origin: center center ;
    -ms-transform-origin: center center ;
    -o-transform-origin: center center ;
    transform-origin: center center ;
  }
  .modal .close .inner .border01 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal .close .inner .border02 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }


  .modal-box {
    display: none;
  }
  .modal-box.target {
    display: block;
  }

  .modal-box > .inner {
    position: relative;
    padding: 100px 10px 0;
    margin: auto;
  }

  .modal-box > .btn-box {
    padding: 40px 0;
    border-top: 1px solid #ccc;
  }

  .modal-box .main {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 80px;
  }

  .modal-box .main img {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .modal-box .main .label {
    position: absolute;
    left: -1px;
    width: 100%;
    bottom: -65px;
    border: solid #E1690D;
    border-width: 0 1px;
  }

  .modal-box .main .label .inner {
    position: relative;
  }

  .modal-box .main .label .txt {
    position: relative;
    z-index: 1;
    background: #E1690D;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    display: table;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .modal-box .main .label .txt > * {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
  }

  .modal-box .main .label .txt .position {
    padding-left: 20px;
    font-size: 12px;
  }

  .modal-box .main .label .txt .name {
    font-size: 24px;
    padding-left: 10px;
  }

  .modal-box .q-list dt {
    padding: 30px 0 10px;
    font-size: 18px;
    color: #E1690D;
  }

  .modal-box .q-list dd {
    padding-bottom: 30px;
    line-height: 1.8;
    border-bottom: 1px dashed #ccc;
  }

  .modal-box .q-list dd:last-child {
    border-bottom: none;
  }

  .modal-box .q-list dd .btn-box {
    padding-top: 30px;
  }

  .introduction > .inner {
    position: relative;
    padding: 60px 10px 0;
    margin: auto;
  }

  .introduction > .btn-box {
    padding: 40px 0;
    border-top: 1px solid #ccc;
  }

  .introduction .main {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 80px;
  }

  .introduction .main img {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .introduction .main .label {
    position: absolute;
    left: -1px;
    width: 100%;
    bottom: -65px;
    border: solid #E1690D;
    border-width: 0 1px;
  }

  .introduction .main .label .inner {
    position: relative;
  }

  .introduction .main .label .txt {
    position: relative;
    z-index: 1;
    background: #E1690D;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    display: table;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .introduction .main .label .txt > * {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
  }

  .introduction .main .label .txt .position {
    padding-left: 20px;
    font-size: 12px;
  }

  .introduction .main .label .txt .name {
    font-size: 24px;
    padding-left: 10px;
  }

  .introduction .q-list dt {
    padding: 30px 0 10px;
    font-size: 18px;
    color: #E1690D;
  }

  .introduction .q-list dd {
    padding-bottom: 30px;
    line-height: 1.8;
    border-bottom: 1px dashed #ccc;
  }

  .introduction .q-list dd:last-child {
    border-bottom: none;
  }

  .introduction .q-list dd .btn-box {
    padding-top: 30px;
  }

  .introduction .btn-box .btn {
    text-indent: 0 !important;
  }

  .recruit-intro .contents-section .introduction .btn-box {
    margin-top: 0;
  }
  .recruit-intro .contents-section .introduction .btn-box .btn {
    background-image: none;
    text-indent: 0;
  }

  /*
  contents-mediba
--------------------------------------------------------------- */

  .contents-mediba .page-ttl {
    border-top: 1px solid #ddd;
  }

  .contents-mediba .contents-section {
    border: solid #ddd;
    border-width: 1px 0;
  }


} /* @media only screen and (max-width: 740px) for SP end */
