@charset "utf-8";
/* CSS Document */
/*=========================================== 
	RESET
=========================================== */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  background-color: transparent;
  font-family: 'EB Garamond', 'YuMincho', 'Yu Mincho', serif;
  line-height: 2.5;
  color: #474a4d;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  letter-spacing: 0.12rem;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
/*  ==========================================
	COMMON
=========================================== */
body, main {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* ---------------------------------------
 Link
---------------------------------------*/
a {
  text-decoration: none;
  color: #474a4d;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  color: #474a4d;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
/* ---------------------------------------
　Header
---------------------------------------*/
.header {
  width: 100%;
  max-width: 100%;
  padding: 1em;
  margin: auto;
}
.instagram {
  width: 20px;
}
.drawer-brand {
  max-width: 140px;
  max-height: auto;
}
.drawer-brand img {
  padding-bottom: .8rem;
}
.copyright {
  font-size: 80%;
  color: #474a4d;
}
.grey {
  filter: invert(28%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
}
/* ==================================================
	Media Queries  (min-width: 769px)
================================================== */
@media screen and (min-width: 769px) {
  main {
    padding: /*1em 0 3em*/ 0;
  }
  .wrap {
    margin: 0px auto;
  }
  .row {
    margin: 0 auto;
    padding: 0px;
    max-width: 980px;
    clear: both;
    width: 100%;
  }
  .logo {
    font-size: 100%;
  }
  /* ---------------------------------------
　Global navigation
---------------------------------------*/
  .nav-wrap {
    display: block !important;
  }
  .nav li a {
    display: inline-block;
    margin: 0;
    font-size: 100%;
  }
  .nav li {
    width: 100%;
  }
  .close {
    font-size: 100%;
  }
  .sp {
    display: none;
  }
  /* ---------------------------------------
　 grid
---------------------------------------*/
  /*  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0 !important;
  }*/
}
/* ==================================================
	Media Queries (max-width: 768px) 
================================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  /* ---------------------------------------
　Global navigation
---------------------------------------*/
  .header {
    display: flex;
    justify-content: space-between;
    padding: .5em 0;
  }
  .logo {
    margin-top: -.5em;
    max-width: 265px;
    height: auto;
  }
  .nav-button {
    display: none;
  }
  .nav-wrap.open {
    display: block;
  }
  .nav-wrap.close {
    display: none;
  }
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: /*rgba(0, 0, 0, 0.7)*/ transpearent;
    width: 100%;
    height: 100%;
  }
  .nav {
    height: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 3em;
  }
  /*メニューボタンのエフェクト*/
  .nav-button, .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 50px;
    height: 26px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    border-radius: 2px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 12px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  @keyframes anime1 {
    0% {
      opacity: 0;
      left: 50px;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .nav li {
    width: 100%;
    text-align: center;
    animation: anime1 .5s ease;
    position: relative;
  }
  .nav li a::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    -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: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
  }
  .nav 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)
  }
  .nav li a:hover {
    color: #fff;
  }
  .nav li a {
    display: inline-block;
    margin: 0;
    font-size: 130%;
    color: #fff;
  }
  .drawer-navbar {
    height: 0;
    border-bottom: none;
    background-color: transparent;
  }
  @media (min-width: 64em) {
  .drawer-navbar {
    height: 0;
    border-bottom: none!important;
    background-color: transparent!important;
  }
    }
  /* ---------------------------------------
　 grid
---------------------------------------*/
  .row {
    box-sizing: border-box;
    margin-right: -.5em;
    margin-left: -.5em;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container, .container-fluid {
    padding-right: .5em;
    padding-left: .5em;
    padding-top: .5em;
    padding-bottom: .5em;
    box-sizing: border-box;
  }
  .col-md-6 img {
    padding: 0 !important;
    line-height: 0;
  }
  /* ---------------------------------------
　News
---------------------------------------*/
  span.topics_date {
    display: inline-block;
    padding: 0;
  }
  .contents p {
    text-align: left;
  }
  .thoushe-txt, .career-txt {
    font-size: 90%;
  }
  .contents, .contents table {
    width: 100%;
  }
  /* ==================================================
	Media Queries (max-width: 540px)
================================================== */
  @media screen and (max-width: 540px) {
    .row {
      margin-right: 0;
      margin-left: 0;
    }
    .form-horizontal .form-group {
      margin-right: 0;
      margin-left: 0;
    }
    .contents table tr th, .contents table tr td {
      display: block;
      width: 100%;
      padding: .3em;
    }
    .contents table tr th {
      color: #aaa;
      border-bottom: 1px solid #ddd;
    }
    .contents table tr td {
      padding-bottom: .5em;
    }
    span.topics_date {
      display: block;
    }
  }