@charset "UTF-8";
.top-visual ul, .top-visual li {
  margin: 0;
  padding: 0; }

.top-visual li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s; }

.top-visual li:nth-child(1) {
  background-image: url(../img/bgphoto/1.jpg); }

.top-visual li:nth-child(2) {
  background-image: url(../img/bgphoto/2.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.top-visual li:nth-child(3) {
  background-image: url(../img/bgphoto/3.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.top-visual li:nth-child(4) {
  background-image: url(../img/bgphoto/1.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.top-visual li:nth-child(5) {
  background-image: url(../img/bgphoto/2.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.top-visual li:nth-child(6) {
  background-image: url(../img/bgphoto/3.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

.top-visual,
.top-visual:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0; }

.top-visual:after {
  content: '';
  background: transparent url(../img/bgphoto/pattern.png) repeat top left; }

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* NEWS
----------------------------------------------- */
.news-body {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .news-body section {
    width: 560px;
    margin-left: 220px; }
    .news-body section > div {
      margin: 45px 0;
      padding: 32px 32px 40px;
      background: #fff;
      border-radius: 3px;
      -webkit-animation: slidInX 1s cubic-bezier(0.165, 0.84, 0.44, 1);
      animation: slidInX 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .news-body section > div:nth-child(1) {
        margin-top: 60px; }
      .news-body section > div h2 {
        font-size: 2rem;
        line-height: 1.6;
        font-weight: bold;
        overflow-wrap: break-word;
        word-wrap: break-word;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px dotted #111111; }
      .news-body section > div span {
        font-size: 1.2rem;
        color: #999;
        text-align: right;
        display: block; }
    .news-body section .news-box {
      overflow-wrap: break-word;
      margin-top: 32px; }
      .news-body section .news-box p {
        font-size: 1.5rem;
        line-height: 1.8;
        margin-top: 16px; }
      .news-body section .news-box dl {
        margin-top: 16px; }
      .news-body section .news-box dt {
        font-size: 1.5rem;
        line-height: 1.8;
        margin-bottom: 8px; }
      .news-body section .news-box img {
        width: 460px;
        height: auto;
        margin: 20px 0; }
      .news-body section .news-box a {
        font-size: 1.5rem;
        line-height: 1.8;
        color: inherit;
        width: 100%;
        display: inline-block;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
        .news-body section .news-box a:hover {
          color: #000;
          background: transparent;
          text-shadow: nthree; }
        .news-body section .news-box a:hover:before {
          left: 0%;
          right: auto;
          width: 100%; }
        .news-body section .news-box a:before {
          display: block;
          position: absolute;
          top: 0px;
          right: 0px;
          height: 100%;
          width: 0px;
          z-index: -1;
          content: '';
          color: #000;
          background: #999;
          -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
        .news-body section .news-box a:hover {
          color: #fff; }
    .news-body section .event-info-box {
      margin-top: 48px;
      padding: 16px 0 0 8px;
      border-top: 1px solid #eee; }
      .news-body section .event-info-box li {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 4px;
        text-indent: -23px;
        padding-left: 30px;
        list-style: none; }
        .news-body section .event-info-box li i {
          margin-right: 8px; }
        .news-body section .event-info-box li a {
          color: inherit;
          text-decoration: none; }
          .news-body section .event-info-box li a::after {
            font-family: icomoon;
            font-size: 1.1rem;
            content: "\e3e0";
            margin-left: 4px; }
          .news-body section .event-info-box li a:hover {
            text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .news-body {
      width: 100%;
      padding: 0 10px; }
      .news-body section {
        width: 100%;
        margin-left: 0; }
        .news-body section .news-box img {
          width: 100% !important;
          height: auto; }
      .news-body .local-nav {
        display: none; } }

/* BIOGRAPHY
----------------------------------------------- */
.biography-body {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .biography-body section {
    width: 560px;
    margin-left: 220px; }
  @media screen and (max-width: 768px) {
    .biography-body {
      width: 100%;
      padding: 0 10px; }
      .biography-body section {
        width: 100%;
        margin-left: 0; }
      .biography-body nav {
        display: none; } }

.biography-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-animation: slidInX 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: slidInX 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .biography-cont:nth-child(1) {
    margin-top: 60px; }
  .biography-cont div:nth-child(1) {
    width: 80px;
    border-right: 1px dotted #797979; }
    .biography-cont div:nth-child(1) h2 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 3.2rem;
      color: #797979;
      font-weight: bold;
      letter-spacing: 0; }
  .biography-cont div:nth-child(2) {
    color: #bbb;
    line-height: 1.6;
    width: 470px;
    padding: 0 0 10px 10px; }
    .biography-cont div:nth-child(2) h3 {
      font-size: 1.4rem;
      color: #999;
      margin-bottom: 16px;
      margin-left: -11px;
      padding: 8px;
      border-left: 2px solid #797979; }
    .biography-cont div:nth-child(2) p {
      color: inherit;
      line-height: inherit;
      padding: 1px 0 19px; }
      .biography-cont div:nth-child(2) p:last-child {
        padding: 0; }
  @media screen and (max-width: 768px) {
    .biography-cont div:nth-child(1) {
      width: 70px;
      border-right: 1px dotted #797979; }
      .biography-cont div:nth-child(1) h2 {
        font-size: 2.6rem; }
    .biography-cont div:nth-child(2) {
      width: calc(100% - 70px);
      padding: 0 0 10px 10px; }
      .biography-cont div:nth-child(2) p {
        color: inherit;
        line-height: inherit;
        padding: 1px 0 19px; }
        .biography-cont div:nth-child(2) p:last-child {
          padding: 0; } }

/* BIOGRAPHY NEWS　Local NAV
----------------------------------------------- */
.local-nav {
  width: 200px;
  margin-top: 60px;
  position: fixed; }
  .local-nav .local-nav-title-box {
    width: 200px;
    height: 50px;
    overflow: hidden;
    position: relative; }
    .local-nav .local-nav-title-box h1 {
      font-family: 'Roboto', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-size: 2rem;
      color: #ccc;
      line-height: 1;
      font-weight: 400;
      letter-spacing: 0;
      padding: 14px 10px;
      background: url(../img/back-dot02.gif);
      -webkit-animation: opacTitle 3600ms cubic-bezier(1, 0, 0.69, 0.99);
      animation: opacTitle 3600ms cubic-bezier(1, 0, 0.69, 0.99); }
  .local-nav ul {
    margin-top: 25px; }
  .local-nav li {
    list-style: none;
    margin-bottom: 5px; }
    .local-nav li a {
      font-family: 'Roboto', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-size: 1.3rem;
      color: #ccc;
      line-height: 1;
      font-weight: 500;
      color: #ccc;
      text-decoration: none;
      padding: 4px 6px 4px 4px;
      display: inline-block;
      display: inline-block;
      position: relative;
      z-index: 2;
      -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
      .local-nav li a:hover {
        color: #000;
        background: transparent;
        text-shadow: nthree; }
      .local-nav li a:hover:before {
        left: 0%;
        right: auto;
        width: 100%; }
      .local-nav li a:before {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000;
        background: #999;
        -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  .local-nav ul li:nth-child(1) {
    -webkit-animation: slidInY 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(2) {
    -webkit-animation: slidInY 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 700ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(3) {
    -webkit-animation: slidInY 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(4) {
    -webkit-animation: slidInY 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 900ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(5) {
    -webkit-animation: slidInY 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 1000ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(6) {
    -webkit-animation: slidInY 1100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 1100ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(7) {
    -webkit-animation: slidInY 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 1200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(8) {
    -webkit-animation: slidInY 1300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 1300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(9) {
    -webkit-animation: slidInY 1400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 1400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .local-nav ul li:nth-child(10) {
    -webkit-animation: slidInY 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slidInY 1500ms cubic-bezier(0.165, 0.84, 0.44, 1); }

/* Only Biography */
.local-nav-double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .local-nav-double ul:nth-child(1) {
    width: 80px; }
  .local-nav-double ul:nth-child(2) {
    width: 120px; }
    .local-nav-double ul:nth-child(2) li a:nth-child(-n + 3) {
      letter-spacing: 0; }

/* BIBLIOGRAPHY
----------------------------------------------- */
.bibliography-body {
  margin-top: 60px;
  padding-bottom: 20px; }
  .bibliography-body .bibliography-cont {
    overflow: hidden;
    width: 100%;
    height: 0; }
  .bibliography-body li {
    width: 210px;
    min-height: 325px;
    margin: 0 1px 1px 0;
    padding: 10px;
    background: #151515;
    list-style: none; }
    .bibliography-body li figure {
      line-height: 0;
      position: relative; }
      .bibliography-body li figure img {
        width: 100%;
        height: 130px;
        margin: 0;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        -o-object-position: 0 0;
        object-position: 0 0;
        font-family: 'object-fit: contain; object-position:0 0;'; }
    .bibliography-body li figcaption {
      font-size: 1.4rem;
      line-height: 1.4;
      color: #bbb;
      margin: 15px 0 15px; }
    .bibliography-body li p {
      margin-bottom: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .bibliography-body li p span {
        font-size: 1.2rem;
        line-height: 1.6;
        color: #bbb;
        overflow-wrap: break-word;
        display: inline-block; }
        .bibliography-body li p span:nth-child(1) {
          width: 50px; }
        .bibliography-body li p span:nth-child(2) {
          width: calc(100% - 60px); }
  @media screen and (max-width: 768px) {
    .bibliography-body li {
      width: calc(100% / 2 - 2px); } }

.en-body .bibliography-body p span:nth-of-type(1) {
  letter-spacing: 0;
  width: 60px; }

.en-body .bibliography-body p span:nth-of-type(2) {
  width: calc(100% - 60px); }

/* GALLERY
----------------------------------------------- */
.gallery-body header {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .gallery-body header .local-nav {
    position: relative; }

.gallery-body section {
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .gallery-body {
    margin-top: 60px; }
    .gallery-body header {
      display: none; } }

.gallery-cont {
  width: 100%;
  height: 160px;
  margin: 10px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .gallery-cont {
      width: 100%; } }

.gallery-cont-title {
  width: 780px;
  height: 160px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
  opacity: 1; }
  .gallery-cont-title h2 {
    font-size: 1.4rem;
    color: #ccc;
    font-weight: normal;
    width: 200px;
    padding: 15px 0 30px;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    position: absolute;
    top: 20px; }
  @media screen and (max-width: 768px) {
    .gallery-cont-title {
      width: 100%;
      height: auto; }
      .gallery-cont-title h2 {
        width: 100%;
        padding-left: 10px; } }

.gallery-box {
  width: 100%;
  height: 160px;
  background: url(../img/back-dot02.gif);
  background: #444;
  position: absolute;
  top: 0; }
  .gallery-box span {
    width: 100%;
    height: 160px;
    display: block;
    margin: 0 auto;
    background: #f00; }
    .gallery-box span a {
      width: 780px;
      height: 160px;
      display: block;
      margin: 0 auto;
      background: #ff0; }

.gallery-cont:before {
  content: "　";
  background: #2d2d2d;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
  opacity: 1;
  z-index: 2; }

.gallery-cont:after {
  content: "　";
  background: #2d2d2d;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
  opacity: 1; }

.gallery-mini {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
  -webkit-transition-delay: 10s;
  transition-delay: 10s; }
  .gallery-mini figure {
    width: auto;
    height: 140px;
    margin: 10px 5px 10px 0; }
    .gallery-mini figure img {
      height: 140px;
      width: auto; }
  @media screen and (max-width: 768px) {
    .gallery-mini {
      overflow: hidden; } }

@media screen and (max-width: 768px) {
  .gallery-mini {
    width: 100%; } }

.gallery-cont:hover:before {
  height: 0px;
  opacity: 0; }

.gallery-cont:hover:after {
  height: 0px;
  opacity: 0; }

.gallery-cont:hover .gallery-cont-title {
  opacity: 0; }

/* ABOUT / POLICY / INQUIRY
----------------------------------------------- */
.sub-body {
  width: 780px;
  margin: 60px auto 40px;
  padding-bottom: 60px; }
  .sub-body header {
    font-family: "游明朝","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    background: url(../img/back-dot02.gif);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2; }
  .sub-body section {
    padding: 40px 30px;
    background: #fff; }
    .sub-body section h2 {
      font-size: 1.6rem;
      padding: 0 0 8px 22px;
      margin-top: 40px;
      background: url(../img/back-dot03.gif) 0 bottom repeat-x;
      position: relative; }
      .sub-body section h2::after {
        font-size: 0;
        content: "　";
        width: 14px;
        height: 14px;
        border: 3px solid #333;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 2px; }
      .sub-body section h2:nth-child(1) {
        margin-top: 0; }
    .sub-body section p {
      line-height: 1.8;
      padding: 15px; }
    .sub-body section ol {
      margin: 10px 15px 0 40px; }
    .sub-body section li {
      line-height: 1.6;
      margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .sub-body section {
        padding: 40px 20px; } }
  .sub-body .about-info-table {
    padding: 0 15px; }
    .sub-body .about-info-table div {
      border-bottom: 1px dotted #ccc; }
      .sub-body .about-info-table div h3 {
        font-size: 1.4rem;
        font-weight: normal;
        width: 140px;
        display: inline-block; }
      .sub-body .about-info-table div p {
        padding: 20px 0 0 0;
        display: inline-block; }
      @media screen and (max-width: 768px) {
        .sub-body .about-info-table div h3 {
          display: block;
          width: 100%;
          margin-top: 20px; }
        .sub-body .about-info-table div p {
          padding: 10px 0; } }
  .sub-body .incorporation-box {
    margin: 25px 0 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sub-body .incorporation-box div:nth-child(1) a:nth-child(1) {
      font-family: "游明朝","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
      color: inherit;
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: none;
      width: 100px;
      height: 130px;
      padding: 50px 0 0 10px;
      background: #f7f7f7;
      border: 2px solid #777;
      -webkit-box-shadow: 2px 2px 5px 0 #ccc;
      box-shadow: 2px 2px 5px 0 #ccc;
      display: block; }
    .sub-body .incorporation-box div:nth-child(1) a:nth-child(2) {
      font-size: 1.3rem;
      color: #fff;
      text-decoration: none;
      text-align: center;
      width: 100px;
      margin-top: 10px;
      padding: 8px 0;
      background: #333;
      display: block; }
      .sub-body .incorporation-box div:nth-child(1) a:nth-child(2):hover {
        background: #666; }
    .sub-body .incorporation-box div:nth-child(2) {
      width: 520px;
      margin-left: 40px; }
      .sub-body .incorporation-box div:nth-child(2) h3 {
        font-size: 1.4rem; }
      .sub-body .incorporation-box div:nth-child(2) p {
        font-size: 1.2rem;
        margin-top: 20px;
        padding: 0; }
        .sub-body .incorporation-box div:nth-child(2) p a {
          line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .sub-body .incorporation-box {
        margin: 0;
        padding: 25px 0px 25px 10px; }
        .sub-body .incorporation-box div:nth-child(1) a:nth-child(1) {
          width: 70px;
          height: 90px;
          padding-top: 30px; }
        .sub-body .incorporation-box div:nth-child(1) a:nth-child(2) {
          font-size: 1.1rem;
          width: 70px; }
        .sub-body .incorporation-box div:nth-child(2) {
          width: calc(100% - 100px);
          margin-left: 20px; } }
  .sub-body a.pdf-link {
    font-size: 1.4rem;
    color: inherit;
    text-decoration: none;
    margin: 5px 0 0 -4px;
    padding: 4px;
    display: inline-block;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
    .sub-body a.pdf-link:hover {
      color: #000;
      background: transparent;
      text-shadow: nthree; }
    .sub-body a.pdf-link:hover:before {
      left: 0%;
      right: auto;
      width: 100%; }
    .sub-body a.pdf-link:before {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      height: 100%;
      width: 0px;
      z-index: -1;
      content: '';
      color: #000;
      background: #999;
      -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  .sub-body .inquiry-cont {
    padding: 15px;
    /* Form要素 */
    /* btn */ }
    .sub-body .inquiry-cont table {
      border-collapse: collapse; }
      .sub-body .inquiry-cont table tr {
        border-bottom: 1px solid #ddd; }
      .sub-body .inquiry-cont table th {
        font-weight: normal;
        text-align: left;
        width: 200px;
        position: relative; }
      .sub-body .inquiry-cont table td {
        padding: 20px 0 20px 20px; }
      .sub-body .inquiry-cont table .hisu:after {
        font-size: 1.1rem;
        color: #fff;
        content: "必須";
        padding: 3px 4px 2px;
        background: #dd2c00;
        position: absolute;
        right: 0; }
      .sub-body .inquiry-cont table input {
        padding: 4px; }
      @media screen and (max-width: 768px) {
        .sub-body .inquiry-cont table th, .sub-body .inquiry-cont table td {
          width: 100%;
          display: block; }
        .sub-body .inquiry-cont table th {
          margin-top: 30px; }
        .sub-body .inquiry-cont table td {
          padding: 10px 0 20px 0; }
        .sub-body .inquiry-cont table .hisu:after {
          margin-left: 8px;
          padding: 1px 4px;
          position: relative; } }
    .sub-body .inquiry-cont .form-btn-box {
      margin-top: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .sub-body .inquiry-cont .form-btn-box .form-btn-box-back {
        width: 220px;
        margin: 10px; }
      .sub-body .inquiry-cont .form-btn-box .form-btn-box-submit {
        width: 220px;
        margin: 10px; }
      .sub-body .inquiry-cont .form-btn-box a {
        color: inherit;
        text-decoration: none;
        text-align: center;
        width: 220px;
        padding: 20px 0;
        background: #ccc;
        display: block; }
      @media screen and (max-width: 768px) {
        .sub-body .inquiry-cont .form-btn-box {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
    .sub-body .inquiry-cont textarea,
    .sub-body .inquiry-cont input[type="text"],
    .sub-body .inquiry-cont input[type="radio"],
    .sub-body .inquiry-cont input[type="checkbox"] {
      font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      width: 90%;
      border: 1px solid #CCC;
      cursor: pointer; }
    .sub-body .inquiry-cont input[type="text"] {
      width: 70%; }
    .sub-body .inquiry-cont input[type="submit"] {
      color: #ccc;
      width: 220px;
      padding: 20px 0;
      background-color: #111;
      border: 2px solid #333;
      cursor: pointer;
      border-style: none; }
    .sub-body .inquiry-cont input[type="submit"]:hover {
      background-color: #454545; }
    .sub-body .inquiry-cont input[type="submit"]:active {
      background-color: #666;
      border-style: none; }
  @media screen and (max-width: 768px) {
    .sub-body {
      width: 100%;
      padding: 0 10px; } }

.en-body .sub-body .inquiry-cont table .hisu:after {
  content: "required";
  padding: 3px 4px; }

/* 404
----------------------------------------------- */
.not-found-cont {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .not-found-cont div {
    text-align: center; }
  .not-found-cont h1 {
    font-size: 6rem; }
  .not-found-cont a {
    color: #CCCCCC;
    font-size: 1.8rem;
    margin: 20px; }
  @media screen and (max-width: 768px) {
    .not-found-cont h1 {
      font-size: 3rem; }
    .not-found-cont a {
      font-size: 1.6rem; } }

/* EFFECT
----------------------------------------------- */
.effect01 {
  line-height: 0;
  height: 200px;
  width: 0%;
  position: absolute;
  top: 0;
  z-index: 100;
  -webkit-animation: effectLine 3000ms cubic-bezier(1, 0, 0.69, 0.99);
  animation: effectLine 3000ms cubic-bezier(1, 0, 0.69, 0.99); }

/* 横スライド */
@-webkit-keyframes slidInY {
  0% {
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slidInY {
  0% {
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

/* 縦スライド */
@-webkit-keyframes slidInX {
  0% {
    -webkit-transform: translate3d(0, 120px, 0);
    transform: translate3d(0, 120px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slidInX {
  0% {
    -webkit-transform: translate3d(0, 120px, 0);
    transform: translate3d(0, 120px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

/* マスクから表示エフェクト */
@-webkit-keyframes effectLine {
  0% {
    background: #666;
    width: 0%;
    position: relative;
    top: -50px; }
  40% {
    background: #666;
    width: 0%;
    position: relative;
    top: -50px; }
  50% {
    background: #666;
    width: 100%;
    position: relative;
    top: -50px; }
  50.1% {
    background: #666;
    width: 100%;
    position: absolute;
    right: 0;
    top: -2px; }
  70% {
    background: #666;
    width: 0%;
    position: absolute;
    right: 0;
    top: -2px; } }
@keyframes effectLine {
  0% {
    background: #666;
    width: 0%;
    position: relative;
    top: -50px; }
  40% {
    background: #666;
    width: 0%;
    position: relative;
    top: -50px; }
  50% {
    background: #666;
    width: 100%;
    position: relative;
    top: -50px; }
  50.1% {
    background: #666;
    width: 100%;
    position: absolute;
    right: 0;
    top: -2px; }
  70% {
    background: #666;
    width: 0%;
    position: absolute;
    right: 0;
    top: -2px; } }

@-webkit-keyframes opacTitle {
  0% {
    opacity: 0; }
  44% {
    opacity: 0; }
  44.1% {
    opacity: 1; } }

@keyframes opacTitle {
  0% {
    opacity: 0; }
  44% {
    opacity: 0; }
  44.1% {
    opacity: 1; } }

/*# sourceMappingURL=../maps/page.css.map */
