@charset "UTF-8";
@import url("https://use.typekit.net/mnb2pin.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

/***********************共通設定************************/
/* ホバーで下線が左に消える */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/****************************
  company
****************************/
/*-------------------
  section
-------------------*/
.section {
  /* -767 */
}
@media all and (max-width: 767px) {
  .section {
    background: #F8F8F8;
  }
}

/*-------------------
  トップ
-------------------*/
.top_content {
  /* 768- */
}
@media all and (min-width: 768px) {
  .top_content {
    background: url(../images/company/header_bg_pc.jpg) no-repeat;
    background-size: cover;
  }
}

/*-------------------
  タイトル
-------------------*/
.co_titleLv2 {
  color: #388CD5;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 30px;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  .co_titleLv2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 100px 0 50px;
  }
}
@media all and (min-width: 1136px) {
  .co_titleLv2 {
    margin-top: 0;
  }
}
.co_titleLv2 .big {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  .co_titleLv2 .big {
    font-size: 45px;
  }
}
@media all and (min-width: 1136px) {
  .co_titleLv2 .big {
    font-size: 60px;
  }
}
.co_titleLv2 .tip {
  display: block;
  font-size: 16px;
  letter-spacing: 0.15em;
  /* -767 */
  /* 768- */
  /* 1136- */
}
@media all and (max-width: 767px) {
  .co_titleLv2 .tip {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .co_titleLv2 .tip {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
  }
}
@media all and (min-width: 1136px) {
  .co_titleLv2 .tip {
    font-size: 20px;
  }
}

/*-------------------
  SEC1
-------------------*/
.leadWrap {
  /* -767 */
}
@media all and (max-width: 767px) {
  .leadWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

.lead {
  line-height: 1.875;
  font-weight: bold;
  font-size: 20px;
  /* -767 */
  /* 768- */
}
@media all and (max-width: 767px) {
  .lead {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .lead {
    margin-top: 60px;
    font-size: 32px;
  }
}

/*-------------------
  ロケーション
-------------------*/
#base {
  padding-top: 70px;
  /* -767 */
  /* 768- */
  /* 1136- */
}
@media all and (max-width: 767px) {
  #base {
    background: #F8F8F8;
  }
}
@media all and (min-width: 768px) {
  #base {
    padding-top: 0px;
  }
}
@media all and (min-width: 1136px) {
  #base .section {
    margin-top: 140px;
  }
}
#base .text {
  color: #707070;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
}
#base .columns {
  /* -767 */
  /* 768- */
}
#base .columns + .image {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  #base .columns .column + .column {
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) {
  #base .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  #base .columns + .image {
    margin-top: 70px;
  }
  #base .columns .column {
    width: 47.2%;
  }
}

/*-------------------
  slide
-------------------*/
#staff {
  /* -767 */
  /* 768- */
}
@media all and (max-width: 767px) {
  #staff {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media all and (min-width: 768px) {
  #staff {
    margin-top: 120px;
  }
}
#staff .co_titleLv2 {
  /* 751- */
}
@media all and (min-width: 751px) {
  #staff .co_titleLv2 {
    display: none;
  }
}

.slideWrap {
  overflow: hidden;
}

#slideStaff {
  /* -750 */
  /* 751- */
  /* 1366- */
}
@media all and (max-width: 750px) {
  #slideStaff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }
  #slideStaff > li {
    width: calc((100% - 2px) / 3);
    overflow: hidden;
  }
  #slideStaff > li img {
    width: 200%;
  }
  #slideStaff > li .spName {
    color: #393939;
    font-size: 14px;
    font-weight: bold;
  }
}
@media all and (min-width: 751px) {
  #slideStaff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -8px;
  }
  #slideStaff .js-modal-open {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  #slideStaff .js-modal-open img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #slideStaff li {
    width: auto;
    border-right: 8px solid #fff;
    height: 500px;
    padding-top: 0;
  }
  #slideStaff li .image {
    width: auto;
    height: auto;
    position: static;
    top: 0;
    left: 0;
  }
  #slideStaff li .js-modal-open {
    height: 500px;
    width: 200px;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
  }
  #slideStaff li .js-modal-open:hover {
    width: 400px;
  }
  #slideStaff li .js-modal-open img {
    height: 500px;
    width: 400px;
    max-width: none;
  }
}
@media all and (min-width: 1366px) {
  #slideStaff li {
    height: 500px;
  }
}

/*-------------------
  table
-------------------*/
#outline {
  padding-top: 60px;
  /* -767 */
  /* 768- */
  /* 1136- */
}
@media all and (max-width: 767px) {
  #outline.section {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  #outline {
    padding-top: 0;
    margin-top: 120px;
  }
}
@media all and (min-width: 1136px) {
  #outline .boxR {
    width: 83.33333333%;
    max-width: 900px;
    margin-left: auto;
  }
}

.list_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 40px;
  /* 768- */
  /* 768- */
}
@media all and (min-width: 768px) {
  .list_table {
    margin-bottom: 60px;
  }
}
.list_table tr th,
.list_table tr td {
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
  vertical-align: baseline;
}
.list_table tr:last-child th,
.list_table tr:last-child td {
  border-bottom: 1px solid #d1d1d1;
}
.list_table tr th {
  width: 93px;
}
.list_table tr .list {
  display: block;
}
.list_table tr .list + .list {
  margin-top: 1em;
}
@media all and (min-width: 768px) {
  .list_table tr th,
  .list_table tr td {
    padding: 25px 0;
  }
  .list_table tr th {
    width: 200px;
  }
}

/*-------------------
  MODAL
-------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
  /* 768- */
  /* 1136- */
}
.modal .modal__bg {
  background: rgba(128, 116, 79, 0.85);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal .modal__content {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 90%;
  height: 100%;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .modal__inner {
  background: #fff;
  position: relative;
}
.modal .profCols {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .profCols .illust {
  width: 130px;
}
.modal .profCols .profile {
  padding: 10px 20px 0;
}
.modal .profCols .profile .engName {
  display: block;
  text-align: center;
  color: #C9C396;
  font-size: 15px;
  margin-bottom: 20px;
}
.modal .arrows {
  margin: 30px 20px 0;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .arrows .prev, .modal .arrows .next {
  position: relative;
  color: #388CD5;
  font-size: 13px;
  font-weight: bold;
  display: block;
}
.modal .arrows .prev::before, .modal .arrows .prev::after, .modal .arrows .next::before, .modal .arrows .next::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 6px;
  background: #388CD5;
}
.modal .arrows .prev {
  padding-left: 15px;
}
.modal .arrows .prev::before, .modal .arrows .prev::after {
  left: 0;
}
.modal .arrows .prev::before {
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  bottom: 50%;
}
.modal .arrows .prev::after {
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  top: 50%;
}
.modal .arrows .next {
  padding-right: 15px;
}
.modal .arrows .next::before, .modal .arrows .next::after {
  right: 0;
}
.modal .arrows .next::before {
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  bottom: 50%;
}
.modal .arrows .next::after {
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  top: 50%;
}
@media all and (min-width: 768px) {
  .modal .modal__content {
    padding-top: 70px;
    max-width: 913px;
  }
  .modal .type {
    width: 116px;
    position: absolute;
    top: -50px;
    right: 50px;
  }
  .modal .profWrap {
    position: relative;
  }
  .modal .profCols {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 50px 50px 0;
  }
  .modal .profCols .illust {
    width: 28.57142857%;
  }
  .modal .profCols .profile {
    width: 64.28571429%;
    padding: 0;
    font-size: 15px;
  }
  .modal .profCols .profile .engName {
    text-align: left;
    margin-top: 30px;
  }
  .modal .arrows {
    margin: 30px 50px 0;
    padding-bottom: 50px;
  }
  .modal .arrows .prev, .modal .arrows .next {
    font-size: 15px;
  }
  .modal .arrows .prev::before, .modal .arrows .prev::after, .modal .arrows .next::before, .modal .arrows .next::after {
    width: 4px;
    height: 8px;
  }
}
@media all and (min-width: 1136px) {
  .modal .arrows .prev, .modal .arrows .next {
    text-decoration: none;
  }
  .modal .arrows .prev::before, .modal .arrows .prev::after, .modal .arrows .next::before, .modal .arrows .next::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modal .arrows .prev:hover::before, .modal .arrows .prev:hover::after {
    left: -5px;
  }
  .modal .arrows .next:hover::before, .modal .arrows .next:hover::after {
    right: -5px;
  }
}

.modal .modal__inner {
  border: 2px solid #000;
  border-radius: 10px;
}
.modal .modal__contWrap {
  border-radius: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal .modal__contWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .modal .modal__contWrap .imageArea {
    width: 49.99%;
  }
  .modal .modal__contWrap .textArea {
    width: 49.99%;
  }
}
.modal .btn_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  position: absolute;
  color: white;
  right: 15px;
  top: 10px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6667;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  z-index: 1;
  /* 768- */
}
.modal .btn_close .text_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.modal .btn_close .hamb {
  position: absolute;
  top: 18px;
  right: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.modal .btn_close .hamb::before, .modal .btn_close .hamb::after {
  content: "";
  width: 27px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.modal .btn_close .hamb::after {
  top: -5px;
  right: 8px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.modal .btn_close .hamb::before {
  top: -5px;
  right: 8px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.modal .btn_close.dark {
  color: #525252;
}
.modal .btn_close.dark .hamb::before, .modal .btn_close.dark .hamb::after {
  background: #525252;
}
@media all and (min-width: 768px) {
  .modal .btn_close:hover .hamb::after {
    -webkit-transform: rotate(390deg);
            transform: rotate(390deg);
  }
  .modal .btn_close:hover .hamb::before {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
}
.modal .location {
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -1px;
  background-color: #9EC0DD;
  padding: 10px 22px 40px;
  border-radius: 5px;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  /* 751- */
}
.modal .location.kyoto {
  background-color: #D3C993;
  /* -750 */
}
@media all and (max-width: 750px) {
  .modal .location.kyoto {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
@media all and (min-width: 751px) {
  .modal .location {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
.modal .textArea {
  padding: 24px 25px 36px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal .textArea {
    padding: 30px 20px 30px 30px;
  }
}
.modal .textArea .head {
  padding-bottom: 27px;
  margin-bottom: 27px;
  border-bottom: 1px solid #2E2E2E;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .textArea .head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 19px 1fr;
    -ms-grid-columns: max-content 19px 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
  }
  .modal .textArea .head > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .modal .textArea .head > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .modal .textArea .head > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .modal .textArea .head > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .modal .textArea .head .engName {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .modal .textArea .head .position {
    margin-top: -20px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media all and (min-width: 751px) {
  .modal .textArea .head {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .modal .textArea .head .illust {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.modal .illust {
  width: 66px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal .illust {
    width: 163px;
    margin: 0 auto 18px;
  }
}
.modal .illust.oni {
  width: 38px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .illust.oni {
    margin-bottom: -20px;
  }
}
@media all and (min-width: 751px) {
  .modal .illust.oni {
    width: 82px;
  }
}
.modal .illust.miz {
  /* -750 */
  width: 62px;
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .illust.miz {
    margin-bottom: -10px;
  }
}
@media all and (min-width: 751px) {
  .modal .illust.miz {
    width: 159px;
  }
}
.modal .illust.ito {
  width: 58px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .illust.ito {
    margin-bottom: -10px;
  }
}
@media all and (min-width: 751px) {
  .modal .illust.ito {
    width: 152px;
  }
}
.modal .illust.iwaya {
  width: 69px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .illust.iwaya {
    margin-bottom: -10px;
  }
}
@media all and (min-width: 751px) {
  .modal .illust.iwaya {
    width: 189px;
  }
}
.modal .illust.toba {
  width: 79px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .illust.toba {
    margin-bottom: -10px;
  }
}
@media all and (min-width: 751px) {
  .modal .illust.toba {
    width: 195px;
  }
}
.modal .illust.hasegawa {
  width: 49px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .illust.hasegawa {
    margin-bottom: -20px;
  }
}
@media all and (min-width: 751px) {
  .modal .illust.hasegawa {
    width: 96px;
  }
}
.modal .illust.nakazawa {
  width: 56px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .illust.nakazawa {
    margin-bottom: -20px;
  }
}
@media all and (min-width: 751px) {
  .modal .illust.nakazawa {
    width: 126px;
  }
}
.modal .illust.fujiwara {
  width: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal .illust.fujiwara {
    width: 209px;
  }
}
.modal .illust.saito {
  width: 55px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal .illust.saito {
    margin-bottom: -10px;
  }
}
@media all and (min-width: 751px) {
  .modal .illust.saito {
    width: 146px;
  }
}
.modal .engName {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal .engName {
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 1.6667;
    margin-bottom: 20px;
  }
}
.modal .engName.smallSP {
  /* -750 */
}
@media all and (max-width: 750px) {
  .modal .engName.smallSP {
    font-size: 25px;
  }
}
.modal .position {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-weight: bold;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal .position {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
.modal .position.dir span {
  position: relative;
  /* 751- */
}
.modal .position.dir span::before {
  content: "";
  position: absolute;
  background: url("../images/company/icon_director2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 34px;
  top: 0;
  right: -30px;
}
.modal .position.eng span {
  position: relative;
}
.modal .position.eng span::before {
  content: "";
  position: absolute;
  background: url("../images/company/icon_engineer2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 34px;
  top: 0;
  right: -30px;
}
.modal .position.des span {
  position: relative;
}
.modal .position.des span::before {
  content: "";
  position: absolute;
  background: url("../images/company/icon_designer2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 34px;
  top: 0;
  right: -30px;
}
.modal .text {
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 2.461;
  font-weight: bold;
}
.modal .arr .prev {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: -30px;
  width: 30;
  height: 0;
  border-style: solid;
  border-color: transparent #101010 transparent transparent;
  border-width: 15px 20px 15px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal .arr .prev {
    left: -70px;
  }
}
.modal .arr .next {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  right: -30px;
  width: 30;
  height: 0;
  border-style: solid;
  border-color: transparent #101010 transparent transparent;
  border-width: 15px 20px 15px 20px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal .arr .next {
    right: -70px;
  }
}

/*--------------------------
  MODAL  20230515(変更前)
--------------------------*/