@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
.location_lead {
  /* -750 */
}
@media all and (max-width: 750px) {
  .location_lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.location_lead .location_picture {
  /* -750 */
}
@media all and (max-width: 750px) {
  .location_lead .location_picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.location_catch {
  font-family: fot-udkakugoc60-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .location_catch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .location_catch {
    font-size: 32px;
    margin-top: 60px;
  }
}

.location_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .location_columns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media all and (min-width: 751px) {
  .location_columns {
    margin-top: 60px;
  }
}
.location_columns .location_columns_column {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .location_columns .location_columns_column:not(:first-child) {
    margin-top: 30px;
  }
}
@media all and (min-width: 751px) {
  .location_columns .location_columns_column {
    width: 47.2%;
  }
}
.location_columns .location_columns_text {
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
}

.staff {
  padding-top: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .staff {
    padding-top: 120px;
  }
}
.staff .title_wrap {
  /* 751- */
}
@media all and (min-width: 751px) {
  .staff .title_wrap {
    display: none;
  }
}

.staff_list {
  /* -750 */
}
@media all and (max-width: 750px) {
  .staff_list {
    visibility: visible;
  }
}

.staff_wrap {
  /* -750 */
}
@media all and (max-width: 750px) {
  .staff_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 1px;
  }
}

.staff_detail {
  width: calc((100% - 2px) / 3);
  /* 751- */
}
@media all and (min-width: 751px) {
  .staff_detail {
    width: 200px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .staff_detail:hover {
    width: 400px;
  }
}

.splide.is-initialized:not(.is-active) .splide__list {
  /* -750 */
}
@media all and (max-width: 750px) {
  .splide.is-initialized:not(.is-active) .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.staff_img {
  overflow: hidden;
}
.staff_img img {
  width: 200%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .staff_img img {
    width: 400px;
  }
}

.staff_name {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .staff_name {
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
  }
}
@media all and (min-width: 751px) {
  .staff_name {
    display: none;
  }
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.modal_bg {
  background: rgba(128, 116, 79, 0.85);
  height: 100vh;
  position: fixed;
  width: 100%;
}

.modal_inner {
  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;
  height: 100vh;
  /* -750 */
}
@media all and (max-width: 750px) {
  .modal_inner {
    width: 90%;
    margin: 0 auto;
  }
}

.modal_box {
  position: relative;
}
.modal_box .modal_location {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background-color: #9EC0DD;
  padding: 8px 20px 15px 20px;
  border-radius: 5px;
  border: 2px solid #000000;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_location {
    padding: 10px 20px 20px 20px;
    font-size: 14px;
  }
}
.modal_box .modal_location.kyoto {
  background-color: #D3C993;
}
.modal_box .btn_close {
  position: absolute;
  bottom: 100%;
  right: 15px;
  font-size: 12px;
  padding-top: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .btn_close {
    padding-top: 15px;
    cursor: default;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .modal_box .btn_close:hover::before {
    -webkit-transform: rotate(390deg);
            transform: rotate(390deg);
  }
  .modal_box .btn_close:hover::after {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
}
.modal_box .btn_close::before, .modal_box .btn_close::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .btn_close::before, .modal_box .btn_close::after {
    width: 40px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.modal_box .btn_close::before {
  left: 5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .btn_close::before {
    left: 0;
  }
}
.modal_box .btn_close::after {
  right: 5px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .btn_close::after {
    right: 0;
  }
}
.modal_box .btn_close .modal_close {
  color: #fff;
  /* -750 */
}
@media all and (max-width: 750px) {
  .modal_box .btn_close .modal_close {
    font-size: 12px;
  }
}
.modal_box .modal_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 913px;
  }
}
.modal_box .modal_image {
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_image {
    width: 50%;
  }
}
.modal_box .modal_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 25px 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
    padding: 30px 20px 30px 30px;
  }
}
.modal_box .modal_info {
  display: -ms-grid;
  display: grid;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal_box .modal_info {
    -ms-grid-columns: auto 20px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 2px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .modal_box .modal_info {
    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;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.modal_box .modal_illust {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal_box .modal_illust {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust {
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.modal_box .modal_illust.okada {
  width: 66px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust.okada {
    width: 163px;
  }
}
.modal_box .modal_illust.mizuno {
  width: 62px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust.mizuno {
    width: 159px;
  }
}
.modal_box .modal_illust.toba {
  width: 79px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust.toba {
    width: 195px;
  }
}
.modal_box .modal_illust.hasegawa {
  width: 49px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust.hasegawa {
    width: 96px;
  }
}
.modal_box .modal_illust.akisawa {
  width: 66px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust.akisawa {
    width: 163px;
  }
}
.modal_box .modal_illust.nakazawa {
  width: 56px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust.nakazawa {
    width: 126px;
  }
}
.modal_box .modal_illust.fujiwara {
  width: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust.fujiwara {
    width: 209px;
  }
}
.modal_box .modal_illust.saito {
  width: 55px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_illust.saito {
    width: 146x;
  }
}
.modal_box .modal_name {
  font-weight: bold;
  font-size: 32px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .modal_box .modal_name {
    line-height: 1.6;
  }
}
@media all and (min-width: 751px) {
  .modal_box .modal_name {
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.modal_box .modal_position {
  font-size: 18px;
  font-weight: bold;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_position {
    text-align: center;
    font-size: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 27px;
  }
}
.modal_box .modal_position span {
  display: inline-block;
  position: relative;
}
.modal_box .modal_position span.dir::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background: url(../images/about/icon_director2.png) no-repeat center/contain;
  width: 20px;
  height: 34px;
}
.modal_box .modal_position span.engineer::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background: url(../images/about/icon_engineer2.png) no-repeat center/contain;
  width: 20px;
  height: 34px;
}
.modal_box .modal_position span.designer::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background: url(../images/about/icon_designer2.png) no-repeat center/contain;
  width: 20px;
  height: 34px;
}
.modal_box .modal_read {
  border-top: 1px solid #2E2E2E;
  padding: 20px 0 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_box .modal_read {
    padding-top: 27px;
    font-size: 13px;
    padding-top: 20px;
    line-height: 2.4;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.modal_box .modal_read .text {
  font-weight: bold;
  line-height: 2.4;
}

.modal_arrow {
  position: absolute;
  top: 50%;
}

.modal_prev {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid #000;
  left: -15px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  z-index: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_prev {
    left: -45px;
  }
}

.modal_next {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #000;
  right: -15px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  z-index: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .modal_next {
    right: -45px;
  }
}

.outline {
  padding-top: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline {
    padding-top: 120px;
  }
}

.outline_list {
  border-top: 1px solid #d1d1d1;
}
.outline_list dl {
  border-bottom: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list dl {
    padding: 25px 0;
  }
}
.outline_list dl dt {
  font-weight: bold;
  width: 93px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list dl dt {
    width: 200px;
  }
}
.outline_list dl dd {
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list dl dd {
    width: calc(100% - 200px);
  }
}
.outline_list dl dd ul {
  padding-left: 2em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .outline_list dl dd ul {
    padding-left: 1em;
  }
}
.outline_list dl dd ul li {
  margin-bottom: 5px;
  list-style: disc;
}
.outline_list dl dd ul li a {
  color: #388CD5;
  text-decoration: none;
}

.map {
  /* 751- */
}
@media all and (min-width: 751px) {
  .map {
    margin-top: 60px;
  }
}
.map .map_body {
  position: relative;
}
.map .here {
  top: 42%;
  left: 74%;
  width: 20%;
  height: 17%;
  position: absolute;
  background: url(../images/common/map_here.png) no-repeat left bottom/contain;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .map .here {
    top: 51%;
    left: 54.5%;
    width: 8.2%;
    height: 11%;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .map .here:hover {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    background: url(../images/common/map_here_hvr.png) no-repeat left bottom/contain;
  }
}
.map .star {
  position: absolute;
  width: 5%;
  top: 57%;
  left: 70%;
  -webkit-animation: 1.2s linear 0.6s infinite spin;
          animation: 1.2s linear 0.6s infinite spin;
  /* 751- */
}
@media all and (min-width: 751px) {
  .map .star {
    top: 61%;
    left: 52.5%;
    width: 2.2%;
  }
}
.map .linkMap {
  /* 751- */
}
@media all and (min-width: 751px) {
  .map .linkMap {
    display: none;
  }
}
.map .linkMap a {
  display: block;
  background: #DED69E;
  color: #707070;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.map .linkMap a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.map .linkMap a span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 14px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/common/targetblank.svg) no-repeat;
  background-size: 100% 100%;
}
/*# sourceMappingURL=about.css.map */