@charset "UTF-8";
@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translate(-200%, 0);
            transform: translate(-200%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes transformLeftRight {
  0% {
    -webkit-transform: translate(-200%, 0);
            transform: translate(-200%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
    opacity: 0;
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
    opacity: 0;
  }
}
/* ==========================================================================//
//
// 会社紹介
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.page_body section:not(:last-child) {
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .page_body section:not(:last-child) {
    margin-bottom: 110px;
  }
}

.sec_ttl {
  font-size: 18px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 27px;
    margin-bottom: 40px;
  }
}

/* 沿革
---------------------------------------------------------- */
.outline_logo {
  text-align: center;
  background-color: #f2f5f8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .outline_logo {
    padding: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .outline_logo {
    padding: 40px;
  }
}
.outline_logo img {
  width: min(150px, 25%);
}

.outline_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 751px) {
  .outline_list {
    -webkit-column-gap: 5.6%;
       -moz-column-gap: 5.6%;
            column-gap: 5.6%;
  }
}

.outline_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid #e7e9ed;
  padding: 20px 0;
}
@media all and (min-width: 751px) {
  .outline_item {
    width: 47.2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
    padding: 30px 0;
  }
}
.outline_item:first-child {
  border-top: 1px solid #e7e9ed;
}
@media all and (min-width: 751px) {
  .outline_item:nth-child(2) {
    border-top: 1px solid #e7e9ed;
  }
}
@media all and (min-width: 751px) {
  .outline_item .heading {
    width: 115px;
  }
}
.outline_item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.73;
}

/* vision
---------------------------------------------------------- */
.sec_vision {
  background-color: #f2f5f8;
  border-radius: 8px;
  padding: 36px 20px 50px;
}
@media all and (min-width: 751px) {
  .sec_vision {
    padding: 90px 80px;
  }
}
.sec_vision .copy {
  color: #051d5f;
  font-size: 18px;
  margin-bottom: 15px;
}
@media all and (min-width: 751px) {
  .sec_vision .copy {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_vision .copy {
    font-size: 28px;
  }
}
.sec_vision .lead {
  line-height: 2;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_vision .lead {
    font-size: 17px;
    line-height: 2.23;
    margin-bottom: 40px;
  }
}
.sec_vision .illust {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_vision .illust {
    width: min(782px, 100%);
    margin-left: auto;
    margin-top: 30px;
  }
}

/* access
---------------------------------------------------------- */
.access_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media all and (min-width: 751px) {
  .access_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.8%;
  }
  .access_wrap .image {
    width: 42.25%;
  }
  .access_wrap .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .access_wrap {
    gap: 6%;
  }
}
.access_wrap .image img {
  border-radius: 8px;
}
.access_wrap p {
  line-height: 1.85;
}
.access_wrap .access_list {
  margin-top: 20px;
  border-top: 1px solid #e7e9ed;
  padding-top: 20px;
}
@media all and (min-width: 751px) {
  .access_wrap .access_list {
    margin-top: 34px;
    padding-top: 34px;
  }
}
.access_wrap .access_list > li {
  position: relative;
  padding-left: 1.4em;
}
.access_wrap .access_list > li::before {
  position: absolute;
  content: "";
  background-color: #051d5f;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 0.7em;
  top: 0.35em;
  left: 0;
}
.access_wrap .access_list > li:not(:last-child) {
  margin-bottom: 10px;
}

.map {
  aspect-ratio: 4/3;
  background-color: #011439;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .map {
    aspect-ratio: 12/5;
    margin-top: 70px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}

/* group
---------------------------------------------------------- */
.sec_group {
  background-color: #f2f5f8;
  border-radius: 8px;
  padding: 20px 16px;
}
@media all and (min-width: 751px) {
  .sec_group {
    padding: 70px;
  }
}
.sec_group .group {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}
@media all and (min-width: 751px) {
  .sec_group .group {
    padding: 30px 70px;
  }
}
.sec_group .group:not(:last-child) {
  margin-bottom: 10px;
}
.sec_group .group_ttl {
  font-size: 16px;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #e7e9ed;
}
@media all and (min-width: 751px) {
  .sec_group .group_ttl {
    font-size: 20px;
  }
}
.sec_group .group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .sec_group .group_list {
    gap: 6px 4%;
    margin-top: 30px;
  }
}
.sec_group .group_item {
  width: 100%;
}
@media all and (min-width: 751px) {
  .sec_group .group_item {
    width: 48%;
  }
}