@charset "UTF-8";
/*  02_base
================================================ */
/*  02_base
================================================ */
html { overflow: auto; width: 100%; }

@media (min-width: 600px) { html.is_fixed { overflow: hidden; } }

body { min-width: 320px; font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; color: #292828; font-size: 1.4rem; line-height: 1.8; overflow: hidden; letter-spacing: .08em; -webkit-text-size-adjust: 100%; }

@media (min-width: 600px) { body { min-width: 1160px; font-size: 1.5rem; } }

::selection { background: #f2f1f0; }

::-moz-selection { background: #f2f1f0; }

.yugothic { font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-weight: bold; letter-spacing: .11em; }

.yugothic.is_txt_normal { font-weight: normal; }

.roboto { font-family: 'Roboto', 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif; font-weight: 700; }

.robotoSlab { font-family: 'Roboto Slab','Roboto', 'Helvetica Neue', Helvetica, 'Noto Sans JP', serif; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea { font-size: inherit; font-weight: inherit; font-family: inherit; }

a { color: #292828; text-decoration: underline; }

@media (min-width: 600px) { a:hover { text-decoration: none; } }

.alpha { display: block; text-decoration: none; }

@media (min-width: 600px) { .alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .alpha:hover { opacity: .7; } }

img { width: 100%; height: auto; vertical-align: top; }

@media (min-width: 600px) { img { width: auto; max-width: 100%; } }

.cf:after { content: ''; display: block; clear: both; }

/* pc <--> sp切り替え
-------------------------------------- */
#mediaquery { display: none; font-family: 'sp'; }

@media (min-width: 600px) { #mediaquery { font-family: 'pc'; } }

@media (max-width: 599px) { .viewPc { display: none !important; } }

@media (min-width: 600px) { .viewSp { display: none !important; } }

/* txt
-------------------------------------- */
.is_txt_bold { font-weight: 700; }

.is_txt_center { text-align: center; }

@media (min-width: 600px) { .is_txt_center_pc { text-align: center; } }

.is_txt_right { text-align: right; }

.is_txt_rl { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }

@media (min-width: 600px) { .is_txt_rl_pc { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; } }

sup, sub { display: inline-block; position: relative; font-weight: inherit; text-indent: 0; -webkit-transform: scale(0.6, 0.6) translateY(-5%); -ms-transform: scale(0.6, 0.6) translateY(-5%); transform: scale(0.6, 0.6) translateY(-5%); -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; }

sup { -webkit-transform: scale(0.6, 0.6) translateY(-50%); -ms-transform: scale(0.6, 0.6) translateY(-50%); transform: scale(0.6, 0.6) translateY(-50%); }

/* layout
-------------------------------------- */
@media (max-width: 599px) { .mod_inner01 { padding-right: 15px; padding-left: 15px; } }

@media (min-width: 600px) { .mod_inner01 { width: 1160px; margin: auto; } }

#wrapper { position: relative; }

#container { position: relative; }

#main { position: relative; z-index: 1; }

#overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 50; }

/*  03_layout
================================================ */
/* #gFooter
================================================ */
@media (max-width: 599px) { #ftEntry { overflow: hidden; position: relative; background: url(../image/bg_footer02_sp.png) no-repeat 0 0; background-size: cover; color: #fff; text-align: center; }
  #ftEntryIn { position: relative; padding: 59px 20px 60px; z-index: 2; }
  #ftEntry .line01 { position: absolute; top: 0; left: 50%; width: 308px; height: 220px; -webkit-transform: skewX(22deg); -ms-transform: skewX(22deg); transform: skewX(22deg); margin-left: -160px; background-size: 0% 100%; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(171, 7, 7, 0.3)), color-stop(50%, rgba(171, 7, 7, 0.3)), color-stop(50%, #e42c2c), to(#e42c2c)); background-image: linear-gradient(to bottom, rgba(171, 7, 7, 0.3) 0%, rgba(171, 7, 7, 0.3) 50%, #e42c2c 50%, #e42c2c 100%); -webkit-transition: background-size 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: background-size 0.2s cubic-bezier(0.19, 1, 0.22, 1); z-index: 1; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  #ftEntry .line01.is_active { background-size: 100% 200%; }
  #ftEntry .line02 { position: absolute; bottom: -20px; left: 50%; width: 100px; height: 220px; -webkit-transform: skewX(-70deg); -ms-transform: skewX(-70deg); transform: skewX(-70deg); background-size: 100% 200%; background-position: 0 -100%; background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(171, 7, 7, 0.5)), to(rgba(171, 7, 7, 0.5))); background-image: linear-gradient(to top, transparent 0%, transparent 50%, rgba(171, 7, 7, 0.5) 50%, rgba(171, 7, 7, 0.5) 100%); -webkit-transition: background-position 0.5s cubic-bezier(0.19, 1, 0.22, 1); transition: background-position 0.5s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: .2s; transition-delay: .2s; z-index: 2; margin-left: -80px; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  #ftEntry .line02.is_active { background-position: 0 0; }
  #ftEntry .tit { margin-bottom: 22px; font-size: 2rem; font-weight: bold; letter-spacing: .12em; line-height: 1.2; }
  #ftEntry .btn { width: 215px; margin: auto; }
  #ftEntry .btn a { display: block; padding: 13px 0 14px; background: #fff; color: #e42c2c; font-size: 1.6rem; font-weight: 500; letter-spacing: .14em; text-decoration: none; } }

@media (min-width: 600px) { #ftEntry { position: relative; overflow: hidden; height: 460px; background-image: url(../image/bg_footer02_pc.png); color: #fff; text-align: center; }
  #ftEntry .line01 { position: absolute; top: 0; left: 50%; width: 780px; height: 460px; -webkit-transform: skewX(22deg); -ms-transform: skewX(22deg); transform: skewX(22deg); margin-left: -400px; background-size: 0% 100%; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(171, 7, 7, 0.3)), color-stop(50%, rgba(171, 7, 7, 0.3)), color-stop(50%, #e42c2c), to(#e42c2c)); background-image: linear-gradient(to bottom, rgba(171, 7, 7, 0.3) 0%, rgba(171, 7, 7, 0.3) 50%, #e42c2c 50%, #e42c2c 100%); -webkit-transition: background-size 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: background-size 0.2s cubic-bezier(0.19, 1, 0.22, 1); z-index: 1; }
  #ftEntry .line01.is_active { background-size: 100% 200%; }
  #ftEntry .line02 { position: absolute; bottom: 0; left: 50%; width: 325px; height: 460px; -webkit-transform: skewX(-70deg); -ms-transform: skewX(-70deg); transform: skewX(-70deg); background-size: 100% 200%; background-position: 0 -100%; background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(171, 7, 7, 0.5)), to(rgba(171, 7, 7, 0.5))); background-image: linear-gradient(to top, transparent 0%, transparent 50%, rgba(171, 7, 7, 0.5) 50%, rgba(171, 7, 7, 0.5) 100%); -webkit-transition: background-position 0.5s cubic-bezier(0.19, 1, 0.22, 1); transition: background-position 0.5s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-delay: .2s; transition-delay: .2s; z-index: 2; margin-left: -150px; }
  #ftEntry .line02.is_active { background-position: 0 0; }
  #ftEntryIn { position: relative; padding: 144px 0 140px; z-index: 2; }
  #ftEntry .tit { position: relative; margin-bottom: 36px; font-size: 5rem; font-weight: bold; letter-spacing: .1em; line-height: 1.2; }
  #ftEntry .btn { position: relative; width: 380px; margin: auto; }
  #ftEntry .btn a { overflow: hidden; position: relative; display: block; padding: 21px 0; background: #fff; color: #e42c2c; font-size: 2.2rem; font-weight: 500; letter-spacing: .14em; text-decoration: none; -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); } }

@media all and (min-width: 600px) and (-ms-high-contrast: none) { #ftEntry .btn a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } }

@media (min-width: 600px) { #ftEntry .btn a .txt { position: relative; z-index: 2; }
  #ftEntry .btn a:before { position: absolute; content: ''; width: 100%; height: 100%; left: -100%; top: 0; background: #920000; z-index: 1; -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); } }

@media all and (min-width: 600px) and (-ms-high-contrast: none) { #ftEntry .btn a:before { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } }

@media (min-width: 600px) { #ftEntry .btn a:hover { color: #fff; }
  #ftEntry .btn a:hover:before { left: 0; } }

/* #pagetop
================================================ */
#pagetop { width: 100%; height: 0; }

#pagetop a { position: relative; z-index: 1; top: -45px; right: 5px; display: block; width: 40px; height: 40px; margin: 0 0 0 auto; padding-top: 15px; text-align: center; background: #292828; box-sizing: border-box; }

#pagetop a img { width: 16px; }

@media (min-width: 600px) { #pagetop { position: fixed; right: 7px; bottom: 7px; opacity: 0; visibility: hidden; width: 50px; height: 50px; z-index: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #pagetop a { display: block; top: 0; right: 0; width: auto; height: auto; margin: auto; padding: 18px 0; box-sizing: border-box; background: rgba(24, 24, 24, 0.9); }
  #pagetop a img { display: block; width: auto; margin: auto; }
  #pagetop.is_view { opacity: 1; visibility: visible; } }

/* #corpFooter
================================================ */
#corpFooter { background: #808485; color: #fff; }

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

#corpFooter .go_pagetop_frame { display: none; }

#corpFooter .inner { position: relative; width: 94%; margin-left: 3%; }

@media (min-width: 600px) { #corpFooter .inner { width: 1160px; margin: auto; }
  #corpFooter .inner a:hover { text-decoration: underline; } }

/* #footer_sp, #footer(pc)
================================================ */
#footer_sp { padding: 20px 0; background: #82888E; color: #fff; line-height: 1.7; /*fnav_smart*/ /*youtube*/ }

#footer_sp .inner { width: 94% !important; margin-left: 3% !important; text-align: left; position: relative; }

#footer_sp img { width: auto; }

#footer_sp a { color: #fff; text-decoration: none; }

#footer_sp a:hover { text-decoration: underline; }

#footer_sp .full-width .col6 .col { width: 155px; }

#footer_sp .full-width .col6 .l { margin-right: 6px; }

#footer_sp ul.link li { font-size: 92.3%; padding-left: 20px; background: url(/common_smart/images/arrow_white.png) no-repeat 6px 0.4em; }

#footer_sp .logo { position: relative; /*float: left;*/ width: 96px; height: 40px; margin-right: 20px; }

#footer_sp .fnav_top { /*float: left;*/ width: auto; color: #FFF; margin-top: 3px; }

#footer_sp .fnav_top li { /*float: left;*/ display: inline-block; width: auto; margin-right: 1em; }

#footer_sp .fnav { clear: both; display: inherit; }

#footer_sp .fnav .ctg { padding: 0 0 0 20px; margin-bottom: 0.5em; background: url(/common_smart/images/arrow_gray_large_reverse.png) no-repeat 0 0.3em; font-weight: bold; }

#footer_sp .fnav ul.link li { font-size: 84.6%; }

#footer_sp .inner_info { clear: both; float: right; width: 140px; padding: 10px 0 0; margin-bottom: -1.4em; line-height: 1.33; }

#footer_sp .utility_bottom { clear: both; border-bottom: #B9BABA 1px solid; padding-bottom: 10px; overflow: hidden; }

#footer_sp .utility_bottom .logo_jp { /*float: left;*/ width: 140px; margin-top: 0.5em; margin-right: 24px; letter-spacing: 0.1em; font-size: 107%; font-weight: bold; }

#footer_sp .utility_bottom ul { /*float: left;*/ width: auto; margin-top: 2px; }

#footer_sp .utility_bottom ul li { font-size: 92.3%; /*float: left;*/ width: auto; margin-right: 2em; }

#footer_sp #copyright_sp { clear: both; font-family: arial; font-size: 84.6%; padding: 1em 0 2em; }

#footer_sp ul.link { position: static; float: none !important; left: 0px; margin-bottom: 10px; }

#footer_sp ul.link li { margin: 0; }

#footer_sp .logo, #footer_sp .fnav .col, #footer_sp .logo_jp, #footer_sp .utility_bottom li { float: none !important; }

#footer_sp .fnav .col ul { display: none !important; }

#footer_sp .inner_info { margin: 0; width: 50%; position: absolute; bottom: 3em; right: 2%; }

#footer_sp #copyright_sp { float: none; padding: 0; margin: 10px 0 20px; font-size: 64.2%; text-align: left; }

#footer_sp .utility_bottom { max-width: 100%; padding: 0 0 1em; }

#footer_sp .footer_youtube { margin-bottom: 16px; padding-bottom: 12px; border-bottom: #B9BABA 1px solid; text-align: center; }

#footer_sp .footer_youtube a { font-size: 12px; line-height: 1.4; }

#footer_sp .footer_youtube__icon { width: auto; display: block; margin-bottom: 8px; }

#footer_sp .footer_youtube__txt { display: block; }

@media (min-width: 600px) { #corpFooter > * { font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; }
  #corpFooter { padding: 0; background: #82888E; color: #fff; }
  #corpFooter .inner { width: 1160px; margin: auto; }
  #corpFooter .inner a:hover { text-decoration: underline; }
  #footer { display: block; font-size: 13px; line-height: 1; width: 1160px; padding: 20px 0; background: #82888E; color: #fff; font-weight: 500; }
  #footer .inner { line-height: 1.7; position: relative; }
  #footer * { box-sizing: border-box; letter-spacing: 0; }
  #footer a { color: #fff; text-decoration: none; }
  #footer a:hover { text-decoration: underline; }
  #footer ul.link li { font-size: 14px; padding-left: 20px; background: url(/common/image/arrow_white.png) no-repeat 6px 0.4em; }
  #footer ul:after { display: none; }
  .footer_main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; line-height: 1; margin-bottom: 72px; }
  .footer_company_name { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 164px; }
  .footer_company_name__logo { margin-top: 2px; margin-bottom: 18px; }
  .footer_company_name__jp { font-size: 15px; }
  .footer_fnav { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 800px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 16px; }
  .footer_fnav li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 190px; margin-bottom: 15px; font-weight: 500; }
  .footer_fnav li a { display: block; padding: 3px 8px 3px 24px; background: url(/common/image/arrow_red_large_reverse.png) no-repeat 2px 5px; }
  .footer_sub { position: relative; font-size: 14px; }
  .footer_sub .utility_bottom li { display: inline-block; margin-right: 24px; }
  .footer_sub__inner_info.link { position: absolute; width: 370px; right: 0px; bottom: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 14px 0 0; border-top: #C0C5CC 1px solid; }
  .footer_sub__inner_info.link li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; margin-bottom: 8px; line-height: 1.33; }
  .footer_sub__inner_info.link li a { display: block; }
  .footer_sns { position: absolute; width: 180px; top: 0px; right: 0px; font-size: 13px; }
  .footer_sns ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .footer_sns ul li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 158px; overflow: hidden; margin: 0 4px; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; text-align: center; font-weight: normal; }
  .footer_sns ul li:hover { opacity: 0.7; }
  .footer_sns ul li a { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50%; }
  .footer_sns ul li.youtube a { background-image: url(/common/image/icon_footer_youtube_logo.png); background-size: 64px 60px; background-position: 50% 0px; padding-top: 68px; }
  #corpFooter img.link_icon { margin: 0 3px 0 5px; vertical-align: baseline; }
  #corpFooter #copyright { border-top: #C0C5CC 1px solid; font-size: 13px; padding: 11px 0 20px; margin-top: 12px; font-weight: 400; } }

/* #gHeader
================================================ */
#gHeader { background: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

#gHeader.is_fixed { position: fixed; }

#gHeader.is_nav_open #hdIn { background: #fff; }

@media (max-width: 599px) { #gHeader { position: absolute; top: 0; left: 0; width: 100%; border-top: 4px solid #e42c2c; box-sizing: border-box; z-index: 500; background: #fff; }
  #hdIn { padding: 0 0 0 15px; }
  #hdIn .logo { float: left; margin-top: 12px; width: 175px; } }

@media all and (max-width: 599px) and (max-width: 320px) { #hdIn .logo { width: 140px; } }

@media (max-width: 599px) { #hdIn .logo a { display: inline-block; text-decoration: none; }
  #hdIn .logo a + a { margin-left: 7px; } }

@media all and (max-width: 599px) and (max-width: 320px) { #hdIn .logo a + a { margin-left: 3px; } }

@media (max-width: 599px) { #hdIn .logo .img { display: block; width: 55px; margin-bottom: 3px; }
  #hdIn .logo .img img { display: block; }
  #hdIn .logo .txt { position: relative; top: -3px; width: 70px; display: block; color: #e42c2c; font-size: 1rem; font-weight: 700; line-height: 1.3; }
  #hdIn .hdNav { float: right; }
  #hdIn .hdNav .btns .item { float: left; display: table; width: 55px; height: 51px; box-sizing: border-box; } }

@media all and (max-width: 599px) and (max-width: 320px) { #hdIn .hdNav .btns .item { width: 52px; } }

@media (max-width: 599px) { #hdIn .hdNav .btns .item a { display: table-cell; vertical-align: middle; text-align: center; text-decoration: none; }
  #hdIn .hdNav .btns .item a .txt { display: block; font-size: 1rem; font-weight: 500; line-height: 1.33333; letter-spacing: .14em; }
  #hdIn .hdNav .btns .item01 a { background: #e42c2c; color: #fff; }
  #hdIn .hdNav .btns .item02 a { background: #f2f1f0; color: #e42c2c; }
  #hdIn .hdNav .btns .navBtn { padding-top: 16px; background: #fff; }
  #hdIn .hdNav .btns .navBtn .box { display: block; width: 20px; margin: auto; height: 17px; -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); }
  #hdIn .hdNav .btns .navBtn .box span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: #e42c2c; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
  #hdIn .hdNav .btns .navBtn .box span:nth-child(1) { margin-top: 0; }
  #hdIn .hdNav .btns .navBtn .box span:nth-child(2) { margin-top: 7px; }
  #hdIn .hdNav .btns .navBtn .box span:nth-child(3) { margin-top: 14px; }
  #hdIn .hdNav .btns .navBtn.is_open .box { -webkit-transform: skewX(0); -ms-transform: skewX(0); transform: skewX(0); }
  #hdIn .hdNav .btns .navBtn.is_open .box span:nth-child(1) { margin-top: 2px; left: 4px; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  #hdIn .hdNav .btns .navBtn.is_open .box span:nth-child(2) { left: 100%; opacity: 0; }
  #hdIn .hdNav .btns .navBtn.is_open .box span:nth-child(3) { margin-top: 16px; left: 4px; -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  #gNavWrap { display: none; position: absolute; top: 51px; left: 0; width: 100%; height: calc(100vh - 50px); background: #fff; padding: 60px 10px 30px; box-sizing: border-box; overflow-x: scroll; -webkit-overflow-scrolling: touch; }
  #gNavWrap .btnClose { overflow: hidden; position: relative; display: block; width: 55px; height: 51px; margin: auto; border: 1px solid #e42c2c; box-sizing: border-box; text-indent: 200%; white-space: nowrap; }
  #gNavWrap .btnClose:before, #gNavWrap .btnClose:after { position: absolute; content: ''; top: 50%; left: 50%; width: 20px; height: 3px; margin: -2px 0 0 -10px; background: #e42c2c; }
  #gNavWrap .btnClose:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  #gNavWrap .btnClose:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  #gNav { margin-bottom: 120px; }
  #gNav .list > .item { border-bottom: 1px solid #dadada; }
  #gNav .list > .item:first-child { border-top: 1px solid #dadada; }
  #gNav .list > .item a { display: block; text-decoration: none; }
  #gNav .list > .item > .link { position: relative; padding: 15px 35px 14px 14px; line-height: 1.4; }
  #gNav .list > .item > .link:before { position: absolute; content: ''; top: 50%; right: 20px; width: 5px; height: 5px; border-top: 1px solid #e42c2c; border-right: 1px solid #e42c2c; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); }
  #gNav .list > .item > .link .tit { font-size: 1.5rem; font-weight: 500; letter-spacing: .1em; }
  #gNav .list > .item .parent { position: relative; padding: 15px 35px 14px 14px; line-height: 1.4; }
  #gNav .list > .item .parent:before, #gNav .list > .item .parent:after { position: absolute; content: ''; top: 50%; right: 15px; width: 15px; height: 3px; background: #e42c2c; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #gNav .list > .item .parent:before { -webkit-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
  #gNav .list > .item .parent:after { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  #gNav .list > .item .parent.is_active:before { -webkit-transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); }
  #gNav .list > .item .parent .tit { font-size: 1.5rem; font-weight: 500; letter-spacing: .1em; }
  #gNav .list > .item .gchildList { display: none; }
  #gNav .list > .item .gchildList.is_active { display: block; }
  #gNav .list > .item .gchildList .link { border-top: 1px solid #dadada; padding-left: 42px !important; }
  #gNav .list > .item .child { display: none; }
  #gNav .list > .item .child .parent { padding-left: 28px; }
  #gNav .list > .item .child .gchildList .link { padding-left: 42px; }
  #gNav .list > .item .child > .item { border-top: 1px solid #dadada; }
  #gNav .list > .item .child > .item .link { position: relative; padding: 15px 35px 14px 28px; line-height: 1.4; font-size: 1.3rem; }
  #gNav .list > .item .child > .item p.link { color: #c1c1c1; }
  #gNav .list > .item .child > .item a.link:before { position: absolute; content: ''; top: 50%; right: 20px; width: 5px; height: 5px; border-top: 1px solid #e42c2c; border-right: 1px solid #e42c2c; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); } }

_::-webkit-full-page-media, _:future, :root #gNav { margin-bottom: 80px; }

_::-webkit-full-page-media, _:future, :root #gNavWrap { padding-bottom: 100px; }

@media (min-width: 600px) { #gHeader { position: fixed; top: 0; left: 0; width: 100%; border-top: 6px solid #e42c2c; box-sizing: border-box; z-index: 500; }
  #hdIn { padding: 0 0 0 30px; }
  #hdIn .logo { float: left; margin-top: 5px; width: 260px; }
  #hdIn .logo a { display: inline-block; text-decoration: none; }
  #hdIn .logo .img { float: left; display: block; width: 86px; }
  #hdIn .logo .img img { display: block; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  #hdIn .logo .txt { float: left; display: block; margin: 19px 0 0 21px; width: 96px; }
  #hdIn .hdNav { float: right; }
  #hdIn .hdNav .btns .item { float: left; display: table; width: 80px; height: 75px; background: #fff; box-sizing: border-box; }
  #hdIn .hdNav .btns .item a { display: table-cell; vertical-align: middle; text-align: center; text-decoration: none; }
  #hdIn .hdNav .btns .item a .txt { display: block; font-size: 1.3rem; font-weight: 500; line-height: 1.38462; letter-spacing: .14em; }
  #hdIn .hdNav .btns .item01 a { background: #e42c2c; color: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #hdIn .hdNav .btns .item01 a:hover { background: #920000; }
  #hdIn .hdNav .btns .item02 a { background: #f2f1f0; color: #e42c2c; }
  #hdIn .hdNav .btns .navBtn { padding-top: 24px; background: #fff; cursor: pointer; }
  #hdIn .hdNav .btns .navBtn .box { display: block; width: 27px; height: 24px; margin: auto; -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
  #hdIn .hdNav .btns .navBtn .box span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: #e42c2c; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
  #hdIn .hdNav .btns .navBtn .box span:nth-child(1) { margin-top: 0; }
  #hdIn .hdNav .btns .navBtn .box span:nth-child(2) { margin-top: 10px; }
  #hdIn .hdNav .btns .navBtn .box span:nth-child(3) { margin-top: 20px; }
  #hdIn .hdNav .btns .navBtn.is_open .box { -webkit-transform: skewX(0); -ms-transform: skewX(0); transform: skewX(0); }
  #hdIn .hdNav .btns .navBtn.is_open .box span:nth-child(1) { margin-top: 1px; left: 6px; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  #hdIn .hdNav .btns .navBtn.is_open .box span:nth-child(2) { left: 100%; opacity: 0; }
  #hdIn .hdNav .btns .navBtn.is_open .box span:nth-child(3) { margin-top: 19px; left: 6px; -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  #gNavWrap { display: none; padding: 0; height: 100%; background: #fff; background: url(../../common/image/bg_block01.jpg) repeat-y 50% 0; }
  #gNav { position: relative; width: 1160px; height: 100%; margin: 0 auto; padding-top: 40px; box-sizing: border-box; }
  #gNav .link { display: block; position: relative; padding: 11px 15px 11px 30px; line-height: 1.4; font-size: 1.4rem; text-decoration: none; }
  #gNav .link:first-of-type { border-top: 0; }
  #gNav .link:before { position: absolute; content: ''; top: 50%; left: 13px; width: 5px; height: 5px; border-top: 1px solid #e42c2c; border-right: 1px solid #e42c2c; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); }
  #gNav p.link { color: #b5b5b5; }
  #gNav p.link:before { border-top: 1px solid #b5b5b5; border-right: 1px solid #b5b5b5; }
  #gNav a.link:hover { text-decoration: underline; }
  #gNav .list { display: block; max-height: 500px; }
  #gNav .list > .item { float: left; width: 330px; box-sizing: border-box; margin: 0; }
  #gNav .list > .item02, #gNav .list > .item03 { margin-left: 85px; }
  #gNav .list > .item:last-child { float: right; margin-top: 50px; }
  #gNav .list > .item > .child > .item { border-top: solid 1px #ddd; }
  #gNav .gchildList .item .link { padding: 0 15px 8px 40px; }
  #gNav .gchildList .item .link:before { left: 26px; margin-top: -5px; border-top: 1px solid #292828; border-right: 1px solid #292828; }
  #gNav .typeInternship, #gNav .parent:not(.typeBusiness) { position: relative; padding-left: 25px; padding-bottom: 5px; font-size: 1.8rem; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", sans-serif; font-weight: bold; border-bottom: solid 2px #d7d7d7; }
  #gNav .typeInternship:before, #gNav .parent:not(.typeBusiness):before { position: absolute; left: 6px; top: 50%; content: ""; display: block; width: 10px; height: 3px; margin-top: -3px; background: #e42c2c; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  #gNav .typeInternship .item, #gNav .parent:not(.typeBusiness) .item { border-top: solid 1px #ddd; }
  #gNav .parent.typeBusiness { padding: 10px 0 7px 10px; font-size: 1.4rem; font-weight: 700; color: #e42c2c; }
  #gNav .parent.typeBusiness + .gchildList { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 5px; }
  #gNav .parent.typeBusiness + .gchildList .item { -webkit-box-flex: 0; -ms-flex: 0 0 130px; flex: 0 0 130px; }
  #gNav .typeInternship { padding: 0 0 10px 25px; }
  #gNav .typeInternship:after { position: absolute; right: 0; top: 50%; content: ""; display: block; width: 14px; height: 14px; margin-top: -5px; background: url(../image/ico_arw05.png) no-repeat 0 0; background-size: cover; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } }

/* #hdIn
-------------------------------------- */
/* #mainVisual HOME
================================================ */
#mainVisual { position: relative; }

#mainVisual .sliderWrap { position: relative; }

#mainVisual .slider { width: 100%; opacity: 0; -webkit-transition: opacity .3s linear; transition: opacity .3s linear; background-color: #192d43; }

#mainVisual .slider.slick-initialized { opacity: 1; }

#mainVisual .slider .slick-list { opacity: .8; }

#mainVisual .slider .item { width: 100%; height: 498px; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; }

#mainVisual .line { overflow: hidden; position: absolute; top: 0; left: 0; width: 250px; height: 498px; }

#mainVisual .line .item { position: absolute; top: 0; left: -101px; width: 250px; height: 100%; -webkit-transition: backgroundsize 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: backgroundsize 0.2s cubic-bezier(0.19, 1, 0.22, 1); }

#mainVisual .line .item01 { -webkit-transform: skewX(-22deg); -ms-transform: skewX(-22deg); transform: skewX(-22deg); background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))); background: linear-gradient(to top, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%); background-position: 0 100%; background-size: 100% 200%; -webkit-transition: background-position 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1); transition: background-position 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1); }

#mainVisual .line .item02 { -webkit-transform: skewX(22deg); -ms-transform: skewX(22deg); transform: skewX(22deg); background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(50%, transparent), to(transparent)); background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent 100%); background-position: 0 0; background-size: 0 100%; -webkit-transition: background-size 0.3s cubic-bezier(0.19, 1, 0.22, 1); transition: background-size 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

#mainVisual .line.is_active .item01 { background-position: 0 200%; }

#mainVisual .line.is_active .item02 { background-size: 100% 200%; }

#mainVisual .areaTxt { position: absolute; top: 200px; left: 0; width: 100%; padding: 0 0 0 25px; box-sizing: border-box; opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); -webkit-transition: all 0.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

#mainVisual .areaTxt .tit { width: 80%; }

#mainVisual .areaTxt.is_active { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

@media (min-width: 600px) { #mainVisual .slider .item { height: 1076px; }
  #mainVisual .slider .item01 { background-image: url(../../home/image/bg_main01_pc.jpg); }
  #mainVisual .slider .item02 { background-image: url(../../home/image/bg_main02_pc.jpg); }
  #mainVisual .line { position: absolute; top: 0; left: 50%; width: 650px; height: 1076px; overflow: hidden; margin-left: -960px; z-index: 0; }
  #mainVisual .line .item { left: auto; right: 215px; width: 650px; margin-right: 0; }
  #mainVisual .areaTxt { padding: 0; top: 430px; left: 13%; width: 100%; }
  #mainVisual .areaTxt .tit { width: 40%; max-width: 608px; }
  #mainVisual .areaTxt .tit img { display: block; width: 100%; } }

@media (max-width: 599px) { #mainVisual .slider .item01 { background-image: url(../../home/image/bg_main01_sp.jpg); }
  #mainVisual .slider .item02 { background-image: url(../../home/image/bg_main02_sp.jpg); }
  #mainVisual .slider .item03 { background-image: url(../../home/image/bg_main03_sp.jpg); }
  #mainVisual .slider .item04 { background-image: url(../../home/image/bg_main04_sp.jpg); }
  #mainVisual .slider .item05 { background-image: url(../../home/image/bg_main05_sp.jpg); }
  #mainVisual .slider .item06 { background-image: url(../../home/image/bg_main06_sp.jpg); }
  #mainVisual .slider .item07 { background-image: url(../../home/image/bg_main07_sp.jpg); }
  #mainVisual .slider .item08 { background-image: url(../../home/image/bg_main08_sp.jpg); }
  #mainVisual .slider .item09 { background-image: url(../../home/image/bg_main09_sp.jpg); }
  #mainVisual .slider .item10 { background-image: url(../../home/image/bg_main10_sp.jpg); }
  #mainVisual .slider .item11 { background-image: url(../../home/image/bg_main11_sp.jpg); }
  #mainVisual .slider .item12 { background-image: url(../../home/image/bg_main12_sp.jpg); }
  #mainVisual .slider .item13 { background-image: url(../../home/image/bg_main13_sp.jpg); }
  #mainVisual .slider .item14 { background-image: url(../../home/image/bg_main14_sp.jpg); }
  #mainVisual .slider .item15 { background-image: url(../../home/image/bg_main15_sp.jpg); } }

@media (min-width: 600px) { #mainVisual .slider .item01 { background-image: url(../../home/image/bg_main01_pc.jpg); }
  #mainVisual .slider .item02 { background-image: url(../../home/image/bg_main02_pc.jpg); }
  #mainVisual .slider .item03 { background-image: url(../../home/image/bg_main03_pc.jpg); }
  #mainVisual .slider .item04 { background-image: url(../../home/image/bg_main04_pc.jpg); }
  #mainVisual .slider .item05 { background-image: url(../../home/image/bg_main05_pc.jpg); }
  #mainVisual .slider .item06 { background-image: url(../../home/image/bg_main06_pc.jpg); }
  #mainVisual .slider .item07 { background-image: url(../../home/image/bg_main07_pc.jpg); }
  #mainVisual .slider .item08 { background-image: url(../../home/image/bg_main08_pc.jpg); }
  #mainVisual .slider .item09 { background-image: url(../../home/image/bg_main09_pc.jpg); }
  #mainVisual .slider .item10 { background-image: url(../../home/image/bg_main10_pc.jpg); }
  #mainVisual .slider .item11 { background-image: url(../../home/image/bg_main11_pc.jpg); }
  #mainVisual .slider .item12 { background-image: url(../../home/image/bg_main12_pc.jpg); }
  #mainVisual .slider .item13 { background-image: url(../../home/image/bg_main13_pc.jpg); }
  #mainVisual .slider .item14 { background-image: url(../../home/image/bg_main14_pc.jpg); }
  #mainVisual .slider .item15 { background-image: url(../../home/image/bg_main15_pc.jpg); } }

/* #mv --member
================================================ */
#mvMember { position: relative; padding-top: 50px; }

@media (min-width: 600px) { #mvMember { padding-top: 0; background: no-repeat 50% 81px; background-size: cover; } }

#mvMember .inner { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 285px; }

@media (max-width: 599px) { #mvMember .inner { background: no-repeat 50% 50%; background-size: cover; } }

#mvMember .inner .numWrap { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; box-sizing: border-box; }

@media (min-width: 600px) { #mvMember .inner .numWrap { border-left: solid 3px #e42c2c; color: #e42c2c; font-size: 2.2rem; font-weight: 700; } }

@media (max-width: 599px) { #mvMember .inner .numWrap.lineTwo .unit { max-width: 180px; height: 44px; padding-top: 5px; line-height: 1.6; }
  #mvMember .inner .numWrap.lineTwo .unit:before, #mvMember .inner .numWrap.lineTwo .unit:after { border-width: 22px 6px; } }

#mvMember .inner .numWrap .label { color: #e42c2c; font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }

@media (min-width: 600px) { #mvMember .inner { height: 835px; }
  #mvMember .inner .numWrap { position: absolute; right: 0; bottom: -84px; margin: 0; width: 223px; height: 214px; padding-left: 0; border-width: 5px; background: #fff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  #mvMember .inner .numWrap .label { display: block; text-align: center; font-size: 2rem; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  #mvMember .inner .numWrap .number { line-height: 1; font-size: 4.4rem; } }

#mvMember .unit { position: relative; display: inline-block; height: 26px; margin: 0 0 0 10px; padding-right: 3px; background: #292828; color: #fff; font-size: 1.1rem; line-height: 2.2; box-sizing: border-box; }

@media (min-width: 600px) { #mvMember .unit { height: 30px; margin: 30px 0 0 10px; font-size: 1.5rem; line-height: 2.1; } }

#mvMember .unit:before, #mvMember .unit:after { position: absolute; display: block; content: ""; top: 0; width: 0; height: 0; }

#mvMember .unit:before { right: 100%; border: solid 12px #292828; border-width: 13px 6px; border-left-color: transparent; }

@media (min-width: 600px) { #mvMember .unit:before { border-width: 15px 6px; } }

#mvMember .unit:after { left: 100%; border: solid 12px transparent; border-width: 13px 6px; border-left-color: #292828; }

@media (min-width: 600px) { #mvMember .unit:after { border-width: 15px 6px; } }

#mvMember .nameWrap { width: 100%; max-width: 200px; font-weight: 500; }

@media (min-width: 600px) { #mvMember .nameWrap { max-width: 100%; margin-top: 15px; } }

#mvMember .nameWrap .posi { display: inline-block; font-size: 1.1rem; line-height: 1; }

@media (min-width: 600px) { #mvMember .nameWrap .posi { font-size: 1.6rem; } }

#mvMember .nameWrap .name { display: inline-block; line-height: 1; }

@media (min-width: 600px) { #mvMember .nameWrap .name { font-size: 2.6rem; } }

#mvMember .profile { padding: 20px 0 35px; }

@media (min-width: 600px) { #mvMember .profile { position: absolute; top: 0; left: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1160px; height: 100%; padding: 82px 0 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); box-sizing: border-box; } }

@media (max-width: 599px) { #mvMember .profileIn { padding-left: 25px; padding-right: 20px; } }

#mvMember .profile .catch { font-size: 2.1rem; line-height: 1.5; font-feature-settings: "palt" 1; }

@media (min-width: 600px) { #mvMember .profile .catch { font-size: 4rem; line-height: 1.53; } }

#mvMember .profile .listWrap { position: relative; width: 100%; margin-top: 20px; overflow: hidden; }

@media (min-width: 600px) { #mvMember .profile .listWrap { width: 500px; margin-top: 30px; } }

#mvMember .profile .listWrap .scrollbar { position: absolute; top: 0; left: 0; bottom: 0; width: 5px; /* スクロールバーの幅 */ background-color: #292828; }

#mvMember .profile .listWrap .scrollbarThumb { min-height: 50px; background-color: #a8a8a8; }

#mvMember .profile .box { margin-right: -17px; height: 135px; overflow: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

@media (min-width: 600px) { #mvMember .profile .box { height: 173px; } }

#mvMember .profile .list { position: relative; padding-left: 15px; font-size: 1.2rem; direction: ltr; }

@media (min-width: 600px) { #mvMember .profile .list { padding-left: 25px; font-size: 1.3rem; } }

#mvMember .profile .list .item { display: table; table-layout: fixed; }

#mvMember .profile .list .item dt { display: inline; }

#mvMember .profile .list .item dt:after { content: "："; }

#mvMember .profile .list .item dd { display: inline; word-wrap: break-word; }

#mvMember .profile .list .item.is_career { position: relative; }

#mvMember .profile .list .item.is_career dt { display: block; position: absolute; left: 0; top: 0; }

#mvMember .profile .list .item.is_career dd { display: block; padding-left: 66px; }

@media (min-width: 600px) { #mvMember .profile .list .item.is_career dd { padding-left: 72px; } }

#mvMember .profile .notes { margin-top: 10px; font-size: 1.1rem; }

@media (min-width: 600px) { #mvMember .profile .notes { margin-top: 20px; font-size: 1.2rem; } }

@media (max-width: 599px) { #a1_1 #mvMember .inner { background-image: url(../../member/a1_1/image/bg_mainimg01_sp.jpg); }
  #h1_2 #mvMember .inner { background-image: url(../../member/h1_2/image/bg_mainimg01_sp.jpg); }
  #h1_1 #mvMember .inner { background-image: url(../../member/h1_1/image/bg_mainimg01_sp.jpg); }
  #h2_1 #mvMember .inner { background-image: url(../../member/h2_1/image/bg_mainimg01_sp.jpg); }
  #c1_1 #mvMember .inner { background-image: url(../../member/c1_1/image/bg_mainimg01_sp.jpg); }
  #c1_4 #mvMember .inner { background-image: url(../../member/c1_4/image/bg_mainimg01_sp.jpg); }
  #c1_3 #mvMember .inner { background-image: url(../../member/c1_3/image/bg_mainimg01_sp.jpg); }
  #c1_5 #mvMember .inner { background-image: url(../../member/c1_5/image/bg_mainimg01_sp.jpg); }
  #c1_6 #mvMember .inner { background-image: url(../../member/c1_6/image/bg_mainimg01_sp.jpg); }
  #c1_7 #mvMember .inner { background-image: url(../../member/c1_7/image/bg_mainimg01_sp.jpg); }
  #e1_4 #mvMember .inner { background-image: url(../../member/e1_4/image/bg_mainimg01_sp.jpg); }
  #e2_2 #mvMember .inner { background-image: url(../../member/e2_2/image/bg_mainimg01_sp.jpg); }
  #e2_1 #mvMember .inner { background-image: url(../../member/e2_1/image/bg_mainimg01_sp.jpg); }
  #e1_2 #mvMember .inner { background-image: url(../../member/e1_2/image/bg_mainimg01_sp.jpg); }
  #j1_1 #mvMember .inner { background-image: url(../../member/j1_1/image/bg_mainimg01_sp.jpg); }
  #i1_1 #mvMember .inner { background-image: url(../../member/i1_1/image/bg_mainimg01_sp.jpg); }
  #i2_2 #mvMember .inner { background-image: url(../../member/i2_2/image/bg_mainimg01_sp.jpg); }
  #i3_1 #mvMember .inner { background-image: url(../../member/i3_1/image/bg_mainimg01_sp.jpg); }
  #a1_3 #mvMember .inner { background-image: url(../../member/a1_3/image/bg_mainimg01_sp.jpg); }
  #a3_1 #mvMember .inner { background-image: url(../../member/a3_1/image/bg_mainimg01_sp.jpg); }
  #d1_1 #mvMember .inner { background-image: url(../../member/d1_1/image/bg_mainimg01_sp.jpg); }
  #d1_3 #mvMember .inner { background-image: url(../../member/d1_3/image/bg_mainimg01_sp.jpg); }
  #d2_1 #mvMember .inner { background-image: url(../../member/d2_1/image/bg_mainimg01_sp.jpg); }
  #d2_2 #mvMember .inner { background-image: url(../../member/d2_2/image/bg_mainimg01_sp.jpg); }
  #f1_2 #mvMember .inner { background-image: url(../../member/f1_2/image/bg_mainimg01_sp.jpg); }
  #g1_2 #mvMember .inner { background-image: url(../../member/g1_2/image/bg_mainimg01_sp.jpg); }
  #g2_1 #mvMember .inner { background-image: url(../../member/g2_1/image/bg_mainimg01_sp.jpg); }
  #j1_2 #mvMember .inner { background-image: url(../../member/j1_2/image/bg_mainimg01_sp.jpg); }
  #j1_3 #mvMember .inner { background-image: url(../../member/j1_3/image/bg_mainimg01_sp.jpg); }
  #b1_1 #mvMember .inner { background-image: url(../../member/b1_1/image/bg_mainimg01_sp.jpg); }
  #b1_2 #mvMember .inner { background-image: url(../../member/b1_2/image/bg_mainimg01_sp.jpg); }
  #b2_1 #mvMember .inner { background-image: url(../../member/b2_1/image/bg_mainimg01_sp.jpg); }
  #b3_1 #mvMember .inner { background-image: url(../../member/b3_1/image/bg_mainimg01_sp.jpg); }
  #a2_1 #mvMember .inner { background-image: url(../../member/a2_1/image/bg_mainimg01_sp.jpg); }
  #f1_1 #mvMember .inner { background-image: url(../../member/f1_1/image/bg_mainimg01_sp.jpg); } }

@media (min-width: 600px) { #a1_1 #mvMember { background-image: url(../../member/a1_1/image/bg_mainimg01_pc.jpg); }
  #h1_2 #mvMember { background-image: url(../../member/h1_2/image/bg_mainimg01_pc.jpg); }
  #h1_1 #mvMember { background-image: url(../../member/h1_1/image/bg_mainimg01_pc.jpg); }
  #h2_1 #mvMember { background-image: url(../../member/h2_1/image/bg_mainimg01_pc.jpg); }
  #c1_1 #mvMember { background-image: url(../../member/c1_1/image/bg_mainimg01_pc.jpg); }
  #c1_4 #mvMember { background-image: url(../../member/c1_4/image/bg_mainimg01_pc.jpg); }
  #c1_3 #mvMember { background-image: url(../../member/c1_3/image/bg_mainimg01_pc.jpg); }
  #c1_5 #mvMember { background-image: url(../../member/c1_5/image/bg_mainimg01_pc.jpg); }
  #c1_6 #mvMember { background-image: url(../../member/c1_6/image/bg_mainimg01_pc.jpg); }
  #c1_7 #mvMember { background-image: url(../../member/c1_7/image/bg_mainimg01_pc.jpg); }
  #e1_4 #mvMember { background-image: url(../../member/e1_4/image/bg_mainimg01_pc.jpg); }
  #e2_2 #mvMember { background-image: url(../../member/e2_2/image/bg_mainimg01_pc.jpg); }
  #e2_1 #mvMember { background-image: url(../../member/e2_1/image/bg_mainimg01_pc.jpg); }
  #e1_2 #mvMember { background-image: url(../../member/e1_2/image/bg_mainimg01_pc.jpg); }
  #j1_1 #mvMember { background-image: url(../../member/j1_1/image/bg_mainimg01_pc.jpg); }
  #i1_1 #mvMember { background-image: url(../../member/i1_1/image/bg_mainimg01_pc.jpg); }
  #i2_2 #mvMember { background-image: url(../../member/i2_2/image/bg_mainimg01_pc.jpg); }
  #i3_1 #mvMember { background-image: url(../../member/i3_1/image/bg_mainimg01_pc.jpg); }
  #a1_3 #mvMember { background-image: url(../../member/a1_3/image/bg_mainimg01_pc.jpg); }
  #a3_1 #mvMember { background-image: url(../../member/a3_1/image/bg_mainimg01_pc.jpg); }
  #d1_1 #mvMember { background-image: url(../../member/d1_1/image/bg_mainimg01_pc.jpg); }
  #d1_3 #mvMember { background-image: url(../../member/d1_3/image/bg_mainimg01_pc.jpg); }
  #d2_1 #mvMember { background-image: url(../../member/d2_1/image/bg_mainimg01_pc.jpg); }
  #d2_2 #mvMember { background-image: url(../../member/d2_2/image/bg_mainimg01_pc.jpg); }
  #f1_2 #mvMember { background-image: url(../../member/f1_2/image/bg_mainimg01_pc.jpg); }
  #g1_2 #mvMember { background-image: url(../../member/g1_2/image/bg_mainimg01_pc.jpg); }
  #g2_1 #mvMember { background-image: url(../../member/g2_1/image/bg_mainimg01_pc.jpg); }
  #j1_2 #mvMember { background-image: url(../../member/j1_2/image/bg_mainimg01_pc.jpg); }
  #j1_3 #mvMember { background-image: url(../../member/j1_3/image/bg_mainimg01_pc.jpg); }
  #b1_1 #mvMember { background-image: url(../../member/b1_1/image/bg_mainimg01_pc.jpg); }
  #b1_2 #mvMember { background-image: url(../../member/b1_2/image/bg_mainimg01_pc.jpg); }
  #b2_1 #mvMember { background-image: url(../../member/b2_1/image/bg_mainimg01_pc.jpg); }
  #b3_1 #mvMember { background-image: url(../../member/b3_1/image/bg_mainimg01_pc.jpg); }
  #a2_1 #mvMember { background-image: url(../../member/a2_1/image/bg_mainimg01_pc.jpg); }
  #f1_1 #mvMember { background-image: url(../../member/f1_1/image/bg_mainimg01_pc.jpg); } }

/* #mv --story
================================================ */
@media (max-width: 599px) { body.project #wrapper { padding-top: 55px; }
  body.project #tab { position: relative; }
  body.project #tab .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; box-sizing: border-box; }
  body.project #tab .list .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 27%; padding: 3px 0; font-size: 1rem; text-align: center; font-weight: 500; line-height: 1.2; color: #e42c2c; border: solid 1px #e42c2c; border-left: 0; box-sizing: border-box; }
  body.project #tab .list .item:first-of-type { width: 19%; }
  body.project #tab .list .item.is_active { background: #e42c2c; color: #fff; }
  body.project #catch { padding: 20px 0; font-size: 1.6rem; line-height: 1.5; }
  body.project #catch .txt { letter-spacing: 0.05em; } }

#mvStory { margin-top: 10px; position: relative; }

@media (min-width: 600px) { #mvStory { background: no-repeat 50% 71px; background-size: cover; } }

#mvStory .inner { position: relative; }

@media (max-width: 599px) { #mvStory .inner { height: 160px; background: no-repeat 50% 0; background-size: cover; } }

@media (min-width: 600px) { #mvStory .inner { height: 825px; }
  #mvStory .inner .numWrap { position: absolute; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; right: 0; bottom: -84px; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 223px; height: 214px; background: #e42c2c; color: #fff; box-sizing: border-box; }
  #mvStory .inner .numWrap .label, #mvStory .inner .numWrap .number { width: 100%; padding-right: 45px; box-sizing: border-box; }
  #mvStory .inner .numWrap .label { margin-top: -15px; padding-right: 0; line-height: 1.4; font-size: 2.2rem; font-weight: 500; text-align: center; }
  #mvStory .inner .numWrap .number { margin-top: 5px; line-height: 1; font-size: 4.4rem; } }

#mvStory .profile { position: absolute; }

@media (max-width: 599px) { #mvStory .profile { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } }

@media (min-width: 600px) { #mvStory .profile { top: 0; left: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1160px; height: 100%; padding: 82px 0 0; box-sizing: border-box; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } }

#mvStory .profile .catch { font-size: 2.1rem; line-height: 1.5; font-feature-settings: "palt" 1; }

@media (min-width: 600px) { #mvStory .profile .catch { margin-bottom: 25px; font-size: 4rem; line-height: 1.53; } }

#mvStory .profile .data { margin-top: 5px; }

@media (min-width: 600px) { #mvStory .profile .data { margin-top: 25px; } }

@media (min-width: 600px) { #mvStory .profile .data { position: relative; width: 500px; padding: 10px 0 20px 40px; box-sizing: border-box; }
  #mvStory .profile .data:before { position: absolute; display: block; content: ""; top: 0; left: 0; width: 5px; height: 100%; background: #292828; } }

#mvStory .profile .data .nameWrap { width: 100%; font-weight: 500; }

@media (min-width: 600px) { #mvStory .profile .data .nameWrap { margin-top: 0; } }

#mvStory .profile .data .nameWrap .posi { display: inline-block; font-size: 1.1rem; line-height: 1; }

@media (min-width: 600px) { #mvStory .profile .data .nameWrap .posi { font-size: 1.6rem; } }

#mvStory .profile .data .nameWrap .name { display: inline-block; font-size: 1.8rem; line-height: 1; }

@media (min-width: 600px) { #mvStory .profile .data .nameWrap .name { font-size: 2rem; } }

#mvStory .profile .data .list { position: relative; margin-top: 20px; font-size: 1rem; }

@media (min-width: 600px) { #mvStory .profile .data .list { font-size: 1.3rem; } }

@media (min-width: 600px) { #mvStory .profile .data .txt { margin-top: 15px; font-size: 1.3rem; } }

@media (max-width: 599px) { #story01 #mvStory .inner { background-image: url(../../project/story01/image/bg_mainimg01_sp.jpg); }
  #story02 #mvStory .inner { background-image: url(../../project/story02/image/bg_mainimg01_sp.jpg); }
  #story03 #mvStory .inner { background-image: url(../../project/story03/image/bg_mainimg01_sp.jpg); }
  #story04 #mvStory .inner { background-image: url(../../project/story04/image/bg_mainimg01_sp.jpg); }
  #story05 #mvStory .inner { background-image: url(../../project/story05/image/bg_mainimg01_sp.jpg); }
  #story06 #mvStory .inner { background-image: url(../../project/story06/image/bg_mainimg01_sp.jpg); }
  #story07 #mvStory .inner { background-image: url(../../project/story07/image/bg_mainimg01_sp.jpg); }
  #story08 #mvStory .inner { background-image: url(../../project/story08/image/bg_mainimg01_sp.jpg); }
  #story09 #mvStory .inner { background-image: url(../../project/story09/image/bg_mainimg01_sp.jpg); }
  #story10 #mvStory .inner { background-image: url(../../project/story10/image/bg_mainimg01_sp.jpg); }
  #story11 #mvStory .inner { background-image: url(../../project/story11/image/bg_mainimg01_sp.jpg); }
  #story12 #mvStory .inner { background-image: url(../../project/story12/image/bg_mainimg01_sp.jpg); }
  #story13 #mvStory .inner { background-image: url(../../project/story13/image/bg_mainimg01_sp.jpg); }
  #story14 #mvStory .inner { background-image: url(../../project/story14/image/bg_mainimg01_sp.jpg); }
  #story15 #mvStory .inner { background-image: url(../../project/story15/image/bg_mainimg01_sp.jpg); }
  #story16 #mvStory .inner { background-image: url(../../project/story16/image/bg_mainimg01_sp.jpg); }
  #story17 #mvStory .inner { background-image: url(../../project/story17/image/bg_mainimg01_sp.jpg); }
  #story18 #mvStory .inner { background-image: url(../../project/story18/image/bg_mainimg01_sp.jpg); }
  #story19 #mvStory .inner { background-image: url(../../project/story19/image/bg_mainimg01_sp.jpg); }
  #story20 #mvStory .inner { background-image: url(../../project/story20/image/bg_mainimg01_sp.jpg); }
  #story21 #mvStory .inner { background-image: url(../../project/story21/image/bg_mainimg01_sp.jpg); } }

@media (min-width: 600px) { #story01 #mvStory { background-image: url(../../project/story01/image/bg_mainimg01_pc.jpg); }
  #story02 #mvStory { background-image: url(../../project/story02/image/bg_mainimg01_pc.jpg); }
  #story03 #mvStory { background-image: url(../../project/story03/image/bg_mainimg01_pc.jpg); }
  #story04 #mvStory { background-image: url(../../project/story04/image/bg_mainimg01_pc.jpg); }
  #story05 #mvStory { background-image: url(../../project/story05/image/bg_mainimg01_pc.jpg); }
  #story06 #mvStory { background-image: url(../../project/story06/image/bg_mainimg01_pc.jpg); }
  #story07 #mvStory { background-image: url(../../project/story07/image/bg_mainimg01_pc.jpg); }
  #story08 #mvStory { background-image: url(../../project/story08/image/bg_mainimg01_pc.jpg); }
  #story09 #mvStory { background-image: url(../../project/story09/image/bg_mainimg01_pc.jpg); }
  #story10 #mvStory { background-image: url(../../project/story10/image/bg_mainimg01_pc.jpg); }
  #story11 #mvStory { background-image: url(../../project/story11/image/bg_mainimg01_pc.jpg); }
  #story12 #mvStory { background-image: url(../../project/story12/image/bg_mainimg01_pc.jpg); }
  #story13 #mvStory { background-image: url(../../project/story13/image/bg_mainimg01_pc.jpg); }
  #story14 #mvStory { background-image: url(../../project/story14/image/bg_mainimg01_pc.jpg); }
  #story15 #mvStory { background-image: url(../../project/story15/image/bg_mainimg01_pc.jpg); }
  #story16 #mvStory { background-image: url(../../project/story16/image/bg_mainimg01_pc.jpg); }
  #story17 #mvStory { background-image: url(../../project/story17/image/bg_mainimg01_pc.jpg); }
  #story18 #mvStory { background-image: url(../../project/story18/image/bg_mainimg01_pc.jpg); }
  #story19 #mvStory { background-image: url(../../project/story19/image/bg_mainimg01_pc.jpg); }
  #story20 #mvStory { background-image: url(../../project/story20/image/bg_mainimg01_pc.jpg); }
  #story21 #mvStory { background-image: url(../../project/story21/image/bg_mainimg01_pc.jpg); } }

/* #mv --works
================================================ */
#mvWorks { position: relative; background: no-repeat 50% 0; background-size: cover; }

#mvWorks .inner { position: relative; height: 280px; }

@media (min-width: 600px) { #mvWorks .inner { height: 640px; } }

#mvWorks .titWrap { position: absolute; left: 0; bottom: -60px; width: 70.67%; padding: 30px; background: #e42c2c; color: #fff; box-sizing: border-box; }

@media (min-width: 600px) { #mvWorks .titWrap { padding: 60px 70px; bottom: -70px; width: 430px; } }

#mvWorks .titWrap .ja { font-size: 1.8rem; line-height: 1.2; }

@media (min-width: 600px) { #mvWorks .titWrap .ja { font-size: 3rem; } }

#mvWorks .titWrap .info { margin-top: 5px; font-size: 1rem; }

@media (min-width: 600px) { #mvWorks .titWrap .info { margin-top: 10px; font-size: 1.3rem; } }

@media (max-width: 599px) { #work01 #mvWorks { background-image: url(../../works/work01/image/bg_mainimg01_sp.jpg); }
  #work02 #mvWorks { background-image: url(../../works/work02/image/bg_mainimg01_sp.jpg); } }

@media (min-width: 600px) { #work01 #mvWorks { background-image: url(../../works/work01/image/bg_mainimg01_pc.jpg); }
  #work02 #mvWorks { background-image: url(../../works/work02/image/bg_mainimg01_pc.jpg); } }

/* #mv --defalt
================================================ */
.mv { position: relative; }

.mv .line { overflow: hidden; position: absolute; top: 0; left: 0; width: 250px; height: 100%; }

@media (min-width: 600px) { .mv .line { width: 650px; height: 100%; left: 50%; overflow: visible; } }

.mv .line .item { position: absolute; top: 0; left: -101px; width: 250px; height: 100%; -webkit-transition: background-size 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: background-size 0.2s cubic-bezier(0.19, 1, 0.22, 1); }

@media (min-width: 600px) { .mv .line .item { left: -100%; width: 1000px; margin-left: -762px; } }

.mv .line .item01 { -webkit-transform: skewX(-22deg); -ms-transform: skewX(-22deg); transform: skewX(-22deg); background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))); background: linear-gradient(to top, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 100%); background-position: 0 100%; background-size: 100% 200%; -webkit-transition: background-position 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1); transition: background-position 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1); }

.mv .line .item02 { -webkit-transform: skewX(22deg); -ms-transform: skewX(22deg); transform: skewX(22deg); background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(50%, transparent), to(transparent)); background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 50%, transparent 50%, transparent 100%); background-position: 0 0; background-size: 0 100%; -webkit-transition: background-size 0.3s cubic-bezier(0.19, 1, 0.22, 1); transition: background-size 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

.mv .line.is_active .item01 { background-position: 0 200% !important; }

.mv .line.is_active .item02 { background-size: 100% 200% !important; }

#mv { position: relative; background: no-repeat 50% 0; background-size: cover; overflow: hidden; }

@media (min-width: 600px) { #mv { margin-top: 81px; } }

#mv .inner { position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 280px; }

@media (min-width: 600px) { #mv .inner { height: 560px; } }

#mv .ja { margin-top: 40px; margin-left: 10px; font-size: 2.7rem; font-weight: bold; line-height: 1.3; letter-spacing: 0; }

@media (min-width: 600px) { #mv .ja { margin-top: -60px; font-size: 6rem; } }

#mv .ja .is_small { font-size: 2.4rem; line-height: 1.1; letter-spacing: 0.12em; }

@media (min-width: 600px) { #mv .ja .is_small { font-size: 4rem; line-height: .3; } }

#mv .ja .sub { margin-bottom: 10px; display: block; font-size: 1.2rem; line-height: 1; font-weight: bold; }

@media (min-width: 600px) { #mv .ja .sub { margin: 10px 0 25px; font-size: 2.4rem; } }

#mv .ja .name { font-size: 3.5rem; letter-spacing: .14em; }

@media (min-width: 600px) { #mv .ja .name { display: block; font-size: 5.8rem; line-height: 1; margin-top: 20px; } }

#mv .ja .name svg { display: block; margin: 3px auto 0; width: 115px; height: 22px; }

@media (min-width: 600px) { #mv .ja .name svg { width: 234px; height: 45px; } }

#mv .en { display: inline-block; margin-top: 6px; margin-left: 10px; padding: 5px 8px 7px; color: #fff; background: #e42c2c; line-height: 1; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.11em; }

@media (min-width: 600px) { #mv .en { margin-top: 10px; padding: 16px 25px; font-size: 2.4rem; } }

#mv.is_center .inner { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#mv.is_center .inner .ja { text-align: center; }

@media (max-width: 599px) { #business #mv, #development #mv, #engineering #mv, #civil_eng #mv, #overseas #mv, #r_d #mv { height: 335px; }
  #business #mv .ja, #development #mv .ja, #engineering #mv .ja, #civil_eng #mv .ja, #overseas #mv .ja, #r_d #mv .ja { margin-top: 78px; } }

@media (min-width: 600px) { #business #mv, #development #mv, #engineering #mv, #civil_eng #mv, #overseas #mv, #r_d #mv { height: 754px; }
  #business #mv .inner, #development #mv .inner, #engineering #mv .inner, #civil_eng #mv .inner, #overseas #mv .inner, #r_d #mv .inner { height: 755px; }
  #business #mv .ja, #development #mv .ja, #engineering #mv .ja, #civil_eng #mv .ja, #overseas #mv .ja, #r_d #mv .ja { margin-top: -60px; } }

#about #mv .line .item01 { background: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 241, 240, 0.6)), color-stop(50%, rgba(242, 241, 240, 0.6)), color-stop(50%, rgba(242, 241, 240, 0.6)), to(rgba(242, 241, 240, 0.6))); background: linear-gradient(to top, rgba(242, 241, 240, 0.6) 0%, rgba(242, 241, 240, 0.6) 50%, rgba(242, 241, 240, 0.6) 50%, rgba(242, 241, 240, 0.6) 100%); background-position: 0 100%; background-size: 100% 200%; }

#about #mv .line .item02 { background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 241, 240, 0.6)), color-stop(50%, rgba(242, 241, 240, 0.6)), color-stop(50%, rgba(242, 241, 240, 0.6)), to(rgba(242, 241, 240, 0.6))); background: linear-gradient(to bottom, rgba(242, 241, 240, 0.6) 0%, rgba(242, 241, 240, 0.6) 50%, rgba(242, 241, 240, 0.6) 50%, rgba(242, 241, 240, 0.6) 100%); background-position: 0 0; background-size: 0 100%; }

@media (min-width: 600px) { #about #mv .en { margin-top: 22px; } }

#history #mv .ja { margin: 45px 0 10px; width: 213px; height: 28px; }

@media (min-width: 600px) { #history #mv .ja { margin: -30px 0 -14px; width: 445px; height: 115px; } }

#history #mv .ja svg { width: 213px; height: 28px; fill: #292828; }

@media (min-width: 600px) { #history #mv .ja svg { width: 445px; height: 115px; } }

@media (min-width: 600px) { #future #mv .ja { margin-top: 50px; }
  #future #mv .sub { margin: 0 0 10px; } }

@media (max-width: 599px) { #internship #mv .inner { height: 335px; } }

@media (min-width: 600px) { #internship #mv .inner { height: 754px; } }

#internship #mv .line .item01 { background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.6))); background: linear-gradient(to top, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 100%); background-position: 0 100%; background-size: 100% 200%; }

#internship #mv .line .item02 { background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 44, 44, 0.2)), color-stop(50%, rgba(228, 44, 44, 0.2)), color-stop(50%, transparent), to(transparent)); background: linear-gradient(to bottom, rgba(228, 44, 44, 0.2) 0%, rgba(228, 44, 44, 0.2) 50%, transparent 50%, transparent 100%); background-position: 0 0; background-size: 0 100%; }

#internship #mv .line .item02:before { position: absolute; display: block; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, rgba(241, 209, 211, 0.6)), color-stop(50%, rgba(241, 209, 211, 0.6)), to(rgba(241, 209, 211, 0.8))); background: linear-gradient(to top, transparent 0%, rgba(241, 209, 211, 0.6) 50%, rgba(241, 209, 211, 0.6) 50%, rgba(241, 209, 211, 0.8) 100%); }

@media (max-width: 599px) { #business #mv { background-image: url(../../business/image/bg_mainimg01_sp.jpg); }
  #civil_eng #mv { background-image: url(../../business/civil_eng/image/bg_mainimg01_sp.jpg); }
  #engineering #mv { background-image: url(../../business/engineering/image/bg_mainimg01_sp.jpg); }
  #development #mv { background-image: url(../../business/development/image/bg_mainimg01_sp.jpg); }
  #overseas #mv { background-image: url(../../business/overseas/image/bg_mainimg01_sp.jpg); }
  #r_d #mv { background-image: url(../../business/r_d/image/bg_mainimg01_sp.jpg); }
  #about #mv { background-image: url(../../business/about/image/bg_mainimg01_sp.jpg); }
  #history #mv { background-image: url(../../business/history/image/bg_mainimg01_sp.jpg); }
  #future #mv { background-image: url(../../business/future/image/bg_mainimg01_sp.jpg); }
  #member #mv { background-image: url(../../member/image/bg_mainimg01_sp.jpg); }
  #project #mv { background-image: url(../../project/image/bg_mainimg01_sp.jpg); }
  #works #mv { background-image: url(../../works/image/bg_mainimg01_sp.jpg); }
  #career #mv { background-image: url(../../career/image/bg_mainimg01_sp.jpg); }
  #benefit #mv { background-image: url(../../career/benefit/image/bg_mainimg01_sp.jpg); }
  #step #mv { background-image: url(../../career/step/image/bg_mainimg01_sp.jpg); }
  #education #mv { background-image: url(../../career/education/image/bg_mainimg01_sp.jpg); }
  #requirement #mv { background-image: url(../../recruiting/requirement/image/bg_mainimg01_sp.jpg); }
  #category #mv { background-image: url(../../recruiting/category/image/bg_mainimg01_sp.jpg); }
  #faq #mv { background-image: url(../../recruiting/faq/image/bg_mainimg01_sp.jpg); }
  #internship #mv { background-image: url(../../internship/image/bg_mainimg01_sp.jpg); } }

@media (min-width: 600px) { #business #mv { background-image: url(../../business/image/bg_mainimg01_pc.jpg); }
  #civil_eng #mv { background-image: url(../../business/civil_eng/image/bg_mainimg01_pc.jpg); }
  #engineering #mv { background-image: url(../../business/engineering/image/bg_mainimg01_pc.jpg); }
  #development #mv { background-image: url(../../business/development/image/bg_mainimg01_pc.jpg); }
  #overseas #mv { background-image: url(../../business/overseas/image/bg_mainimg01_pc.jpg); }
  #r_d #mv { background-image: url(../../business/r_d/image/bg_mainimg01_pc.jpg); }
  #about #mv { background-image: url(../../business/about/image/bg_mainimg01_pc.jpg); }
  #history #mv { background-image: url(../../business/history/image/bg_mainimg01_pc.jpg); }
  #future #mv { background-image: url(../../business/future/image/bg_mainimg01_pc.jpg); }
  #member #mv { background-image: url(../../member/image/bg_mainimg01_pc.jpg); }
  #project #mv { background-image: url(../../project/image/bg_mainimg01_pc.jpg); }
  #works #mv { background-image: url(../../works/image/bg_mainimg01_pc.jpg); }
  #career #mv { background-image: url(../../career/image/bg_mainimg01_pc.jpg); }
  #benefit #mv { background-image: url(../../career/benefit/image/bg_mainimg01_pc.jpg); }
  #step #mv { background-image: url(../../career/step/image/bg_mainimg01_pc.jpg); }
  #education #mv { background-image: url(../../career/education/image/bg_mainimg01_pc.jpg); }
  #requirement #mv { background-image: url(../../recruiting/requirement/image/bg_mainimg01_pc.jpg); }
  #category #mv { background-image: url(../../recruiting/category/image/bg_mainimg01_pc.jpg); }
  #faq #mv { background-image: url(../../recruiting/faq/image/bg_mainimg01_pc.jpg); }
  #internship #mv { background-image: url(../../internship/image/bg_mainimg01_pc.jpg); } }
