@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC&display=swap");
/* reset
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  line-height: 1.6;
  font-size: 62.5%;
  color: #000;
  min-width: 100%; }
  @media screen and (max-width: 834px) {
    html {
      min-width: 100%; } }

body {
  font-size: 1.3rem; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

a {
  color: inherit;
  text-decoration: none; }

/* border-box */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Reset input */
input[type=text], button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

select::-ms-expand {
  display: none; }

.pc {
  display: inline-block; }

.sp {
  display: none; }

@media screen and (max-width: 834px) {
  .pc {
    display: none; }
  .sp {
    display: inline-block; } }

/* font
---------------------------------------- */
.Noto_Serif_JP {
  font-family: 'Noto Serif JP', serif; }

.Noto_Serif_SC {
  font-family: 'Noto Serif SC', sans-serif; }

/* mv
---------------------------------------- */
.mv .mv-bk {
  width: 100%;
  min-width: 1094px; }
  @media screen and (max-width: 834px) {
    .mv .mv-bk {
      min-width: 100%; } }
  .mv .mv-bk img {
    width: 100%; }

/* content-area
---------------------------------------- */
.content-area {
  background: url(../img/cmn/bg_contents.png) repeat; }
  .content-area::after {
    display: block;
    content: "";
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .content-area .sbj {
    margin-bottom: 50px;
    background: url(../img/cmn/bg_sbj.png) repeat; }
    .content-area .sbj::before, .content-area .sbj::after {
      display: block;
      width: 100%;
      height: 3px;
      content: "";
      background: #613503;
      background: -moz-linear-gradient(left, #613503 20%, #dabd4b 40%, #fffee6 60%, #dabd4b 80%, #613303 100%);
      background: -webkit-linear-gradient(left, #613503 20%, #dabd4b 40%, #fffee6 60%, #dabd4b 80%, #613303 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(20%, #613503), color-stop(40%, #dabd4b), color-stop(60%, #fffee6), color-stop(80%, #dabd4b), to(#613303));
      background: -o-linear-gradient(left, #613503 20%, #dabd4b 40%, #fffee6 60%, #dabd4b 80%, #613303 100%);
      background: linear-gradient(to right, #613503 20%, #dabd4b 40%, #fffee6 60%, #dabd4b 80%, #613303 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#613503', endColorstr='#613303',GradientType=1 ); }
    .content-area .sbj .sbj-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1164px;
      margin: 0 auto;
      padding-left: 250px; }
      @media screen and (max-width: 834px) {
        .content-area .sbj .sbj-box {
          width: 100%;
          padding: 10px 20px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .content-area .sbj .sbj-box .img {
        padding-top: 15px; }
        @media screen and (max-width: 834px) {
          .content-area .sbj .sbj-box .img {
            text-align: center;
            width: 100%;
            display: none; } }
        .content-area .sbj .sbj-box .img img {
          height: 106px; }
      .content-area .sbj .sbj-box .txt {
        color: #fff;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        font-size: 24px;
        letter-spacing: 1.0rem; }
        @media screen and (max-width: 834px) {
          .content-area .sbj .sbj-box .txt {
            text-align: center;
            width: 100%; } }

/* content-bottom
---------------------------------------- */
.content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1164px;
  margin: 60px auto 0 auto;
  padding-left: 250px; }
  @media screen and (max-width: 834px) {
    .content-bottom {
      width: 100%;
      padding: 0 20px; } }
  .content-bottom::before, .content-bottom::after {
    content: "";
    display: block;
    width: 400px;
    height: 1px;
    background: #969696; }
    @media screen and (max-width: 834px) {
      .content-bottom::before, .content-bottom::after {
        width: 100px; } }
  .content-bottom img {
    width: 80px; }

@media screen and (max-width: 834px) {
  #nav-toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
    #nav-toggle > div {
      position: relative;
      width: 30px; }
    #nav-toggle span {
      width: 100%;
      height: 1px;
      left: 1px;
      display: block;
      background: #b50628;
      position: absolute;
      -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
      transition: top .5s ease, -webkit-transform .6s ease-in-out;
      -o-transition: transform .6s ease-in-out, top .5s ease;
      transition: transform .6s ease-in-out, top .5s ease;
      transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out; }
      #nav-toggle span:nth-child(1) {
        top: 7px; }
      #nav-toggle span:nth-child(2) {
        top: 15px; }
      #nav-toggle span:nth-child(3) {
        top: 23px; }
    #nav-toggle:hover span:nth-child(1) {
      top: 7px; }
    #nav-toggle:hover span:nth-child(3) {
      top: 23px; }
  .open #nav-toggle span {
    background: #fff; }
    .open #nav-toggle span:nth-child(1) {
      top: 15px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .open #nav-toggle span:nth-child(2) {
      top: 15px;
      width: 0;
      left: 50%; }
    .open #nav-toggle span:nth-child(3) {
      top: 15px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  /* z-index */
  #nav-toggle {
    z-index: 1000; }
  #container {
    z-index: 900; }
  #header {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  /* open */
  .open {
    overflow: hidden; }
    .open #header {
      display: block;
      visibility: visible;
      opacity: 1; }
    .open #header {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; } }

/* header
---------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  /*width: 18%;*/
  width: 250px;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.8); }
  #header .logo {
    width: 57%;
    margin: 45px auto 30px auto; }
    @media screen and (max-width: 834px) {
      #header .logo {
        margin: 45px auto 20px auto; } }
  #header .pnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    margin: 0 auto; }
    @media screen and (max-width: 834px) {
      #header .pnav {
        height: 50px; } }
    #header .pnav li {
      margin: 0 10px;
      opacity: 0.4;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #header .pnav li.active {
        opacity: 1; }
      #header .pnav li:hover {
        opacity: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      #header .pnav li p {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #header .pnav li p a {
          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;
          color: #fff;
          line-height: 2rem;
          text-align: center;
          text-decoration: none;
          width: 100%;
          padding: 5px;
          font-size: 14px; }
          @media screen and (max-width: 834px) {
            #header .pnav li p a {
              width: 70px; } }
          #header .pnav li p a::before {
            display: block;
            content: "";
            width: 21px;
            height: 14px;
            margin-right: 5px; }
          #header .pnav li p a.ja::before {
            margin-right: 7px;
            background: url(../img/cmn/icon_ja.svg) no-repeat center left;
            background-size: 100% auto; }
          #header .pnav li p a.ch::before {
            background: url(../img/cmn/icon_ch.svg) no-repeat center left;
            background-size: 100% auto; }
  #header .gnv {
    width: 100%;
    margin-top: 40px; }
    @media screen and (max-width: 834px) {
      #header .gnv {
        margin-top: 20px; } }
    #header .gnv ul li {
      margin-bottom: 10px; }
      @media screen and (max-width: 834px) {
        #header .gnv ul li {
          margin-bottom: 10px; } }
      #header .gnv ul li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 10px 0;
        padding-left: calc(50/250*100%);
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.5rem; }
        #header .gnv ul li a.active {
          background: -webkit-linear-gradient(left, #b40729 0%, #b40729 30%, rgba(180, 7, 41, 0) 100%);
          background: -o-linear-gradient(left, #b40729 0%, #b40729 30%, rgba(180, 7, 41, 0) 100%);
          background: -webkit-gradient(linear, left top, right top, from(#b40729), color-stop(30%, #b40729), to(rgba(180, 7, 41, 0)));
          background: linear-gradient(to right, #b40729 0%, #b40729 30%, rgba(180, 7, 41, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40729', endColorstr='#00b40729',GradientType=1 ); }
        #header .gnv ul li a::before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          content: '';
          background: -webkit-linear-gradient(left, #b40729 0%, #b40729 30%, rgba(180, 7, 41, 0) 100%);
          background: -o-linear-gradient(left, #b40729 0%, #b40729 30%, rgba(180, 7, 41, 0) 100%);
          background: -webkit-gradient(linear, left top, right top, from(#b40729), color-stop(30%, #b40729), to(rgba(180, 7, 41, 0)));
          background: linear-gradient(to right, #b40729 0%, #b40729 30%, rgba(180, 7, 41, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40729', endColorstr='#00b40729',GradientType=1 );
          -webkit-transform-origin: right top;
          -ms-transform-origin: right top;
          transform-origin: right top;
          -webkit-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
          transform: scale(0, 1);
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
        #header .gnv ul li a:hover::before {
          -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
      #header .gnv ul li:last-child a {
        font-size: 12px;
        letter-spacing: 0; }
        #header .gnv ul li:last-child a::before {
          position: static;
          content: '';
          display: block;
          cursor: pointer;
          width: 0;
          height: 0;
          border-color: #fff;
          border-style: solid;
          border-width: 6px;
          border-top-color: transparent;
          border-bottom-color: transparent;
          border-right-color: transparent;
          -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
        #header .gnv ul li:last-child a:hover {
          color: #f00; }
        #header .gnv ul li:last-child a:hover::before {
          border-color: #f00;
          border-top-color: transparent;
          border-bottom-color: transparent;
          border-right-color: transparent;
          -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
  #header .company {
    width: 74%;
    margin: 50px auto 0 auto;
    opacity: 0.5; }
    @media screen and (max-width: 834px) {
      #header .company {
        margin: 25px auto 0 auto; } }
    #header .company img {
      width: 100%; }

/* m-logo
---------------------------------------- */
.m-logo {
  display: none; }
  @media screen and (max-width: 834px) {
    .m-logo {
      display: block;
      width: 100%;
      margin: 0 auto;
      background: #fff;
      padding: 80px 20% 40px 20%; }
      .m-logo.sub {
        width: 100%;
        margin: 0 auto;
        padding: 10px 3%;
        text-align: right; }
        .m-logo.sub img {
          height: 36px; } }

/* fnv
---------------------------------------- */
.fnv {
  width: 950px;
  height: 80px;
  margin: 50px auto 0 auto;
  padding-left: 250px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .fnv {
      width: 100%;
      height: 60px;
      margin-top: 60px;
      padding: 0 10px; } }
  .fnv a {
    position: relative;
    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: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #b40729; }
    .fnv a::after {
      position: absolute;
      top: 40px;
      right: 0;
      content: "";
      display: block;
      width: 60px;
      height: 1px;
      background: #b40729; }
      @media screen and (max-width: 834px) {
        .fnv a::after {
          top: 30px; } }
    .fnv a .en {
      width: 220px;
      background: url(../img/cmn/icon_contact.svg) no-repeat center left; }
      .fnv a .en img {
        width: 127px; }
        .fnv a .en img.hvr {
          display: none; }
    .fnv a::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: '';
      background: #b40729;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .fnv a:hover::before {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    .fnv a:hover::after {
      background: #fff; }
    .fnv a:hover .en {
      width: 220px;
      background: url(../img/cmn/icon_contact_hvr.svg) no-repeat center left; }
      .fnv a:hover .en img {
        display: none; }
        .fnv a:hover .en img.hvr {
          display: inline-block; }

#footer {
  width: 100%;
  margin-top: 120px;
  border-top: 1px solid #a5a6a6; }
  @media screen and (max-width: 834px) {
    #footer {
      margin-top: 60px; } }

.foot-box {
  position: relative;
  width: 100%;
  padding: 60px 0 60px 260px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .foot-box {
      padding: 50px 10px 30px 10px; } }
  .foot-box .page-top {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto 0 260px; }
    @media screen and (max-width: 834px) {
      .foot-box .page-top {
        margin: 0 auto; } }
    .foot-box .page-top a {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 60px;
      background: #fff;
      border: 1px solid #a5a6a6;
      border-radius: 30px; }
      .foot-box .page-top a::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 1px #a5a6a6;
        border-left: solid 1px #a5a6a6;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 38%;
        left: 38%; }
      .foot-box .page-top a::after {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 1px #a5a6a6;
        border-left: solid 1px #a5a6a6;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 56%;
        left: 38%; }
      .foot-box .page-top a:hover {
        background: #b40729;
        border: 1px solid #b40729; }
        .foot-box .page-top a:hover::before {
          border-top: solid 1px #fff;
          border-left: solid 1px #fff; }
        .foot-box .page-top a:hover::after {
          border-top: solid 1px #fff;
          border-left: solid 1px #fff; }
  .foot-box .address {
    font-size: 14px; }

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 62px;
  background: #b40729; }
  @media screen and (max-width: 834px) {
    .copyright {
      height: 40px; } }
  .copyright small {
    display: block;
    width: 950px;
    margin: 0 auto;
    padding-left: 260px;
    color: #fff;
    font-size: 10px;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .copyright small {
        width: 100%;
        padding-left: 0; } }
