@charset "UTF-8";
/*-----------------------------------
** layout
  -----------------------------------*/
.l-aboutPage__inner {
  padding-top: 88px;
  max-width: 1110px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.l-about {
  margin-top: 1.6rem;
}
@media screen and (min-width: 992px) {
  .l-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .l-about {
    margin-top: initial;
  }
}

@media screen and (min-width: 992px) {
  .l-about__body {
    width: 67%;
  }
}
@media screen and (max-width: 991.98px) {
  .l-about__body {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .l-about__sidebar {
    width: 27%;
    position: sticky;
  }
}

/*-----------------------------------
** Compornent
-----------------------------------*/
.c-pageTitle {
  margin-bottom: 1.6rem;
}

.c-pageTitle__heading {
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .c-pageTitle__heading {
    font-size: 1.2rem;
  }
}
.c-pageTitle__heading::after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  border-bottom: 1px solid #24698a;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.c-aboutContents {
  margin-bottom: 4rem;
}

.c-aboutContents__heading {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 3px solid #24698a;
  border-bottom: 1px dotted #666;
  padding: 0 0.7rem 0.4rem;
  margin-bottom: 0.4rem;
}
.c-aboutContents__heading small {
  position: relative;
  display: block;
  line-height: 1.4;
  color: #24698a;
  font-size: 80%;
  font-weight: 500;
}

.c-aboutContents__subHeading {
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .c-aboutContents__subHeading {
    font-size: 1.1rem;
  }
}
.c-aboutContents__subHeading::before {
  content: "- ";
  display: inline;
}
.c-aboutContents__subHeading::after {
  content: " -";
  display: inline;
}

.c-aboutContents__body {
  text-align: justify;
}
.c-aboutContents__body .inner {
  margin-top: 3.2rem;
}
.c-aboutContents__body .unit {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-aboutContents__body .unit {
    padding-left: 2rem;
  }
}

/*-----------------------------------
** Project
-----------------------------------*/
.p-address {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-address {
    font-size: 0.9rem;
  }
}

.p-CEOmessage::after {
  content: "";
  display: block;
  clear: both;
}

.p-CEOmessage__heading {
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.p-CEOmessage__heading small {
  font-weight: lighter;
}

.p-CEOmessage__img {
  text-align: center;
  margin-bottom: 0.8rem;
}
.p-CEOmessage__img img {
  vertical-align: bottom;
}

.p-CompanyDeta table {
  width: 100%;
}
.p-CompanyDeta table td {
  padding: 0.8rem;
  border: 1px solid #989898;
}
.p-CompanyDeta table td:first-of-type {
  background: #DEDEDE;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-CompanyDeta table td:last-of-type {
    padding-left: 1.6rem;
  }
}

.p-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-route {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .p-route {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-route__img {
    width: 35%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-route__img {
    margin-top: 1.6rem;
    padding: 0 20%;
  }
}
@media screen and (max-width: 575.98px) {
  .p-route__img {
    padding: 0 10%;
  }
}

@media screen and (min-width: 768px) {
  .p-route__body {
    width: 63%;
  }
}
.p-route__body h3 {
  font-weight: bold;
}
.p-route__body h3:last-of-type {
  margin-top: 1rem;
}

.p-recruit__item {
  margin-bottom: 2.4rem;
}
.p-recruit__item .ex-circleNumberList li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

/*-----------------------------------
** アーキネットとは 共通オブジェクト
-----------------------------------*/
@media screen and (min-width: 992px) {
  .o-sidebar {
    position: sticky;
    top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .o-content__inner {
    border: 1px solid #24698a;
  }
}

@media screen and (min-width: 992px) {
  .o-content__heading {
    background-color: #24698a;
    padding: 0 0 0.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .o-content__heading {
    display: none;
  }
}
.o-content__heading .title {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .o-content__heading .title {
    font-size: 1.4rem;
    color: #FFF;
  }
}
@media screen and (min-width: 992px) {
  .o-content__heading .small {
    color: #fff;
    letter-spacing: 5.8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 575.98px) {
  .o-content__menu {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 991.98px) {
  .o-content__menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575.98px) {
  .o-content__menu .menu {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .o-content__menu .menu::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .o-content__menu .menu__item {
    padding-left: 1.6rem;
    border-bottom: 1px solid #24698a;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 991.98px) {
  .o-content__menu .menu__item {
    display: inline-block;
  }
}
@media screen and (max-width: 575.98px) {
  .o-content__menu .menu__item {
    font-size: 0.8rem;
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1882352941);
            box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1882352941);
    margin: 0.2em;
  }
}
@media screen and (min-width: 992px) {
  .o-content__menu .menu__item:last-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  .o-content__menu .menu__item:hover {
    padding-left: 3.6rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #EDF0F1;
  }
}
.o-content__menu .subMenu__item a {
  background-image: none;
}
.o-content__menu a {
  display: block;
}
@media screen and (min-width: 992px) {
  .o-content__menu a {
    padding: 0.8rem 0 0.8rem 2.4rem;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    background-image: url("/assets/img/about/icon-arrows.png");
    color: #484848;
    text-decoration: none;
  }
}
@media screen and (max-width: 991.98px) {
  .o-content__menu a {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .o-content__menu a {
    padding: 0.4rem;
    text-decoration: none;
    color: inherit;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .o-content__menu a:hover {
    color: #24698a;
    font-weight: bold;
    background-image: url("/assets/img/about/icon-arrows--active.png");
  }
}

.o-List {
  padding-left: 1.2rem;
}

.o-List--number {
  list-style: decimal;
}

.o-List--disk {
  list-style: disc;
}

.o-teble th, .o-teble td {
  border: 1px solid #666;
  padding: 0.4rem;
}
.o-teble th {
  text-align: center;
}

.o-teble--half th, .o-teble--half td {
  border: 1px solid #666;
  width: 50%;
  padding: 0.4rem;
}
.o-teble--half th {
  text-align: center;
}

.o-modal {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .o-modal {
    display: none;
  }
}

.o-modal__input {
  display: none;
}

.o-modal__label {
  display: inline-block;
  padding: 0.4rem 0.8rem 0.4rem 2rem;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  position: fixed;
  bottom: 90px;
  right: 0;
  color: #fff;
  background-color: #24698a;
  -webkit-backdrop-filter: saturate(100%) blur(5px);
  backdrop-filter: saturate(100%) blur(5px);
  font-size: 0.7rem;
  cursor: pointer;
  -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.o-modal__input:checked ~ .o-modal__label {
  background-color: rgba(0, 0, 0, 0.7019607843);
}
@media screen and (max-width: 991.98px) {
  .o-modal__input:checked ~ .o-modal__label {
    bottom: 15%;
  }
}
@media screen and (max-width: 767.98px) {
  .o-modal__input:checked ~ .o-modal__label {
    bottom: 23%;
  }
}
@media screen and (max-width: 575.98px) {
  .o-modal__input:checked ~ .o-modal__label {
    bottom: 33%;
  }
}

.o-modal__overlay {
  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;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7019607843);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
}

.o-modal__input:checked ~ .o-modal__overlay {
  opacity: 1;
}
@media screen and (max-width: 991.98px) {
  .o-modal__input:checked ~ .o-modal__overlay {
    top: 85%;
  }
}
@media screen and (max-width: 767.98px) {
  .o-modal__input:checked ~ .o-modal__overlay {
    top: 77%;
  }
}
@media screen and (max-width: 767.98px) {
  .o-modal__input:checked ~ .o-modal__overlay {
    top: 67%;
  }
}

.o-overlay {
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
}

.o-overlay__label {
  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: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: 15px;
  color: rgba(0, 0, 0, 0.7019607843);
  background: #fff;
  cursor: pointer;
}

.o-overlay__heading {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.o-overlay__heading span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}
.o-overlay__heading small {
  display: block;
  font-size: 0.7rem;
  font-weight: lighter;
  color: #fff;
}
.o-overlay__heading::after {
  content: "";
  height: 1px;
  width: 50px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 110%;
}

.o-overlay__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575.98px) {
  .o-overlay__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.o-overlay__menu li {
  padding: 0.4rem;
  margin: 0 0.4rem;
  border: 1px solid #fff;
  border-radius: 6px;
}
@media screen and (max-width: 575.98px) {
  .o-overlay__menu li {
    margin: 0.2rem;
  }
}
.o-overlay__menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (max-width: 575.98px) {
  .o-overlay__menu a {
    font-size: 0.7rem;
  }
}

.u-text-wrap {
  word-break: break-all;
}/*# sourceMappingURL=about.css.map */