@charset "UTF-8";
html, body, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1em;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  font-family: 'Arial', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

_:-ms-fullscreen, :root html, :root body, :root div, :root span, :root object, :root iframe, :root
h1, :root h2, :root h3, :root h4, :root h5, :root h6, :root p, :root blockquote, :root pre, :root
abbr, :root address, :root cite, :root code, :root
del, :root dfn, :root em, :root img, :root ins, :root kbd, :root q, :root samp, :root
small, :root strong, :root sub, :root sup, :root var, :root
b, :root i, :root
dl, :root dt, :root dd, :root ol, :root ul, :root li, :root
fieldset, :root form, :root label, :root legend, :root
table, :root caption, :root tbody, :root tfoot, :root thead, :root tr, :root th, :root td, :root
article, :root aside, :root canvas, :root details, :root figcaption, :root figure, :root
footer, :root header, :root hgroup, :root menu, :root nav, :root section, :root summary, :root
time, :root mark, :root audio, :root video {
  font-family: "Arial", "メイリオ", Meiryo, "游明朝", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  color: #E70000;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

p {
  line-height: 2em;
  margin-bottom: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  p {
    font-size: 3.5vw;
  }
}

.mincho {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

span, strong, em, b, i, label {
  color: inherit;
  font-size: inherit;
}

small {
  color: inherit;
  font-size: 90%;
}

/* ____________________ タグ
*/
body {
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

ins {
  background-color: #eee;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

sup {
  font-size: 6pt;
  vertical-align: top;
}

/* =========================

FONT STYLE

========================== */
.hover {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.hover:hover {
  opacity: 0.7;
}

.bold {
  font-weight: bold;
}

small,
.small {
  font-size: 85%;
  line-height: 1.2em;
}

.att {
  color: #f00;
}

.color-red {
  color: #c30e18;
}

.color-white {
  color: #fff;
}

.align-l {
  text-align: left !important;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.fs8, .fs9, .fs10, .fs11, .fs12, .fs13, .fs14, .fs15, .fs16 {
  line-height: 1.7em;
}

.fs8 {
  font-size: 8pt !important;
}

.fs9 {
  font-size: 9pt !important;
}

.fs10 {
  font-size: 10pt !important;
}

.fs11 {
  font-size: 11pt !important;
}

.fs12 {
  font-size: 12pt !important;
}

.fs13 {
  font-size: 13pt !important;
}

.fs14 {
  font-size: 14pt !important;
}

.fs15 {
  font-size: 15pt !important;
}

.fs16 {
  font-size: 16pt !important;
}

/* =========================

LAYOUT

========================== */
.mw {
  max-width: 100%;
}

.float-l {
  float: left !important;
}

.float-r {
  float: right !important;
}

.float-l-pc {
  float: left !important;
}

.float-r-pc {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clear,
.f_clear,
.clear-pc,
.clear-wd,
.clear-mb,
.clear-tb,
.clear-sp {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: none;
  visibility: hidden;
}

br.clear {
  clear: both;
}

table.vertical-t td {
  vertical-align: top;
}

table.vertical-m td {
  vertical-align: middle;
}

table.vertical-b td {
  vertical-align: bottom;
}

img.vertical-t {
  vertical-align: top;
}

img.vertical-m {
  vertical-align: middle;
}

img.vertical-b {
  vertical-align: bottom;
}

.noborder {
  border: none !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.flex-center {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  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;
}

.flex,
.flex-between {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* =========================

RESPONSIVE

========================== */
.pc {
  display: block;
}

.wd {
  display: block;
}

.mb {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.pc-tablecell {
  display: table-cell;
}

.wd-tablecell {
  display: table-cell;
}

.mb-tablecell {
  display: none;
}

.tb-tablecell {
  display: none;
}

.sp-tablecell {
  display: none;
}

.pc-inline {
  display: inline;
}

.wd-inline {
  display: inline;
}

.mb-inline {
  display: none;
}

.tb-inline {
  display: none;
}

.sp-inline {
  display: none;
}

.pc-inlineblock {
  display: inline-block;
}

.wd-inlineblock {
  display: inline-block;
}

.mb-inlineblock {
  display: none;
}

.tb-inlineblock {
  display: none;
}

.sp-inlineblock {
  display: none;
}

.pc-img {
  display: inline-block;
}

.wd-img {
  display: inline-block;
}

.mb-img {
  display: none;
}

.tb-img {
  display: none;
}

.sp-img {
  display: none;
}

.clear-pc {
  clear: both;
  display: block;
}

.clear-wd {
  clear: both;
  display: block;
}

.clear-mb {
  clear: none;
  display: none;
}

.clear-tb {
  clear: none;
  display: none;
}

.clear-sp {
  clear: none;
  display: none;
}

.opacity50 {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
}

.spimg .trigger {
  display: none;
  margin: 1em;
}

@media screen and (max-width: 640px) {
  .spimg {
    overflow-x: auto;
  }
  .spimg img {
    max-width: 10000%;
  }
  .spimg .trigger {
    display: block;
  }
}

/* ハンバーガーメニュー */
.hbg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 12vw;
  height: 12vw;
}

.hbg span {
  width: 50%;
  height: 2px;
  background: #1A0900;
  display: inline-block;
  position: absolute;
  left: 25%;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hbg span:nth-child(1) {
  top: 30%;
}

.hbg span:nth-child(2) {
  top: 50%;
}

.hbg span:nth-child(3) {
  top: 70%;
}

.hbg.close span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hbg.close span:nth-child(2) {
  width: 0;
  left: 50%;
}

.hbg.close span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ___________ 汎用フォーム
*/
input[type="button"] {
  cursor: pointer;
}

input[type="button"]:hover {
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}

select {
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 4px #ccc;
  -moz-box-shadow: inset 0 1px 4px #ccc;
  box-shadow: inset 0 1px 4px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background: #fff;
}

/* ==================
モーダル
================== */
#modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  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;
  z-index: 100;
}

#modal #modal_inner {
  background: #fff;
  padding: 20px;
  position: relative;
  max-width: 85%;
  max-height: 90%;
}

#modal #modal_inner #modal_container {
  width: 100%;
  height: 100%;
  overflow: auto;
}

#modal #modal_close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #000;
  z-index: 1000;
  overflow: visible;
}

#modal #modal_close:after, #modal #modal_close:before {
  content: "";
  height: 2px;
  display: block;
  width: 100%;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #fff;
}

#modal #modal_close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modal #modal_close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* =======================================================
________________________________________ Tablet
*/
@media screen and (max-width: 960px) {
  /* ____________________ 汎用クラス
  */
  .pc {
    display: none;
  }
  .wd {
    display: block;
  }
  .mb {
    display: block;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
  .pc-tablecell {
    display: none;
  }
  .wd-tablecell {
    display: table-cell;
  }
  .mb-tablecell {
    display: table-cell;
  }
  .tb-tablecell {
    display: table-cell;
  }
  .sp-tablecell {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .wd-inline {
    display: inline;
  }
  .mb-inline {
    display: inline;
  }
  .tb-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
  .pc-inlineblock {
    display: none;
  }
  .wd-inlineblock {
    display: inline-block;
  }
  .mb-inlineblock {
    display: inline-block;
  }
  .tb-inlineblock {
    display: inline-block;
  }
  .sp-inlineblock {
    display: none;
  }
  .pc-img {
    display: none;
  }
  .wd-img {
    display: inline-block;
  }
  .mb-img {
    display: inline-block;
  }
  .tb-img {
    display: inline-block;
  }
  .sp-img {
    display: none;
  }
  .clear-pc {
    clear: none;
    display: none;
  }
  .clear-wd {
    clear: both;
    display: block;
  }
  .clear-mb {
    clear: both;
    display: block;
  }
  .clear-tb {
    clear: both;
    display: block;
  }
  .clear-sp {
    clear: none;
    display: none;
  }
  .float-l-pc,
  .float-r-pc {
    float: none !important;
  }
  .mb-maxwidth100 {
    max-width: 100%;
  }
  .tb-maxwidth100 {
    max-width: 100%;
  }
}

/* =======================================================
________________________________________ Mobile
*/
@media screen and (max-width: 640px) {
  /* ____________________ 汎用クラス
  */
  .pc {
    display: none;
  }
  .wd {
    display: none;
  }
  .mb {
    display: block;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-tablecell {
    display: none;
  }
  .wd-tablecell {
    display: none;
  }
  .mb-tablecell {
    display: table-cell;
  }
  .tb-tablecell {
    display: none;
  }
  .sp-tablecell {
    display: table-cell;
  }
  .pc-inline {
    display: none;
  }
  .wd-inline {
    display: none;
  }
  .mb-inline {
    display: inline;
  }
  .tb-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  .pc-inlineblock {
    display: none;
  }
  .wd-inlineblock {
    display: none;
  }
  .mb-inlineblock {
    display: inline-block;
  }
  .tb-inlineblock {
    display: none;
  }
  .sp-inlineblock {
    display: inline-block;
  }
  .pc-img {
    display: none;
  }
  .wd-img {
    display: none;
  }
  .mb-img {
    display: inline-block;
  }
  .tb-img {
    display: none;
  }
  .sp-img {
    display: inline-block;
  }
  .clear-pc {
    clear: none;
    display: none;
  }
  .clear-wd {
    clear: none;
    display: none;
  }
  .clear-mb {
    clear: both;
    display: block;
  }
  .clear-tb {
    clear: none;
    display: none;
  }
  .clear-sp {
    clear: both;
    display: block;
  }
  .float-l-pc,
  .float-r-pc {
    float: none !important;
  }
  .mb-maxwidth100 {
    max-width: 100%;
  }
  .sp-maxwidth100 {
    max-width: 100%;
  }
  .mt10 {
    margin-top: 4vw !important;
  }
  .mt20 {
    margin-top: 4.5vw !important;
  }
  .mt30 {
    margin-top: 5vw !important;
  }
  .mt40 {
    margin-top: 5.5vw !important;
  }
  .mt50 {
    margin-top: 6vw !important;
  }
  .mt60 {
    margin-top: 6.5vw !important;
  }
  .mt70 {
    margin-top: 7vw !important;
  }
  .mt80 {
    margin-top: 8vw !important;
  }
  .mt90 {
    margin-top: 9vw !important;
  }
  .mt100 {
    margin-top: 10vw !important;
  }
  .mb10 {
    margin-bottom: 4vw !important;
  }
  .mb20 {
    margin-bottom: 4.5vw !important;
  }
  .mb30 {
    margin-bottom: 5vw !important;
  }
  .mb40 {
    margin-bottom: 5.5vw !important;
  }
  .mb50 {
    margin-bottom: 6vw !important;
  }
  .mb60 {
    margin-bottom: 6.5vw !important;
  }
  .mb70 {
    margin-bottom: 7vw !important;
  }
  .mb80 {
    margin-bottom: 8vw !important;
  }
  .mb90 {
    margin-bottom: 9vw !important;
  }
  .mb100 {
    margin-bottom: 10vw !important;
  }
  .pt10 {
    padding-top: 4vw !important;
  }
  .pt20 {
    padding-top: 4.5vw !important;
  }
  .pt30 {
    padding-top: 5vw !important;
  }
  .pt40 {
    padding-top: 5.5vw !important;
  }
  .pt50 {
    padding-top: 6vw !important;
  }
  .pt60 {
    padding-top: 6.5vw !important;
  }
  .pt70 {
    padding-top: 7vw !important;
  }
  .pt80 {
    padding-top: 8vw !important;
  }
  .pt90 {
    padding-top: 9vw !important;
  }
  .pt100 {
    padding-top: 10vw !important;
  }
  .pb10 {
    padding-bottom: 4vw !important;
  }
  .pb20 {
    padding-bottom: 4.5vw !important;
  }
  .pb30 {
    padding-bottom: 5vw !important;
  }
  .pb40 {
    padding-bottom: 5.5vw !important;
  }
  .pb50 {
    padding-bottom: 6vw !important;
  }
  .pb60 {
    padding-bottom: 6.5vw !important;
  }
  .pb70 {
    padding-bottom: 7vw !important;
  }
  .pb80 {
    padding-bottom: 8vw !important;
  }
  .pb90 {
    padding-bottom: 9vw !important;
  }
  .pb100 {
    padding-bottom: 10vw !important;
  }
}

.copyright a {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 46px;
  background: url(../../common/images/blank.png) right center/1em no-repeat;
  padding: 0.2em 0;
  padding-right: 1em;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

#alltop .copyright a, #career .copyright a {
  bottom: 10px;
  padding-right: 1.2em;
}

@media screen and (max-width: 640px) {
  .copyright a {
    margin-top: 4vw;
    position: static;
    display: block;
    font-size: 4vw;
    width: 38vw;
    margin: 4vw auto 0;
  }
}

/*# sourceMappingURL=reset.css.map */