/* 会社を知る
=========================================================================
=========================================================================*/
/* Page title
-----------------------------------------------------------*/
.title {
  position: relative;
  padding: 75px 15px 80px;
  text-align: center;
}

.title h1 {
  overflow: visible !important;
  margin: 0 auto;
  width: fit-content;
  font-weight: 600;
  font-size: 37px;
  line-height: 1em;
}

.title h1 span {
  display: block;
  margin-top: .75em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

/* 会社概要
-----------------------------------------------------------*/
.profile {
  padding: 80px 0 60px;
  background-color: #F9F9F9;
}

.profile .inner {
  margin: 0 auto;
  max-width: 946px;
}

@media screen and (max-width:976px) {
  .profile .inner {
    padding: 0 15px;
  }
}

.profile h1 {
  overflow: visible !important;
  margin-bottom: 60px;
  width: fit-content;
  font-weight: 600;
  font-size: 24px;
  line-height: 1em;
  color: #2B4D6C;
}

.profile h1 span {
  margin-left: 23px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.profile figure {
  margin: 0 auto 40px;
  width: 206px;
}

.profile .narrow {
  margin: 0 auto;
  max-width: 823px;
}

.profile dl {
  margin-bottom: 36px;
}

.profile dl>div {
  display: flex;
  justify-content: space-between;
}

.profile dl>div>dt {
  padding: 24px 0 10px;
  width: calc(96 / 823 * 100%);
  font-weight: 400;
  border-bottom: 1px solid #98B8D5;
}

.profile dl>div>dd {
  padding: 24px 0 10px;
  width: calc(700 / 823 * 100%);
  border-bottom: 1px solid #D8D8D8;
}

.profile a {
  display: block;
  margin-left: auto;
  padding: 8px 37px 8px 15px;
  width: fit-content;
  font-size: 13px;
  line-height: 1em;
  background-color: #F2F2F2;
  border-radius: 50px;
  background: url(../images/common/footer_icon_link.svg) no-repeat #F5F5F5;
  background-position: right 15px center;
  background-size: 11px auto;
  transition: 0.3s;
}

@media(hover: hover) {
  .profile a:hover {
    opacity: .7;
    background-position: right 12px center;
  }
}


/* 事業内容
-----------------------------------------------------------*/
.field {
  padding: 80px 0 60px;
  background-color: #DDF1F8;
}

.field .inner {
  margin: 0 auto;
  max-width: 946px;
}

@media screen and (max-width:976px) {
  .field .inner {
    padding: 0 15px;
  }
}

.field h1 {
  overflow: visible !important;
  margin-bottom: 30px;
  width: fit-content;
  font-weight: 600;
  font-size: 24px;
  line-height: 1em;
  color: #2B4D6C;
}

.field h1 span {
  margin-left: 23px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.field p {
  margin-bottom: 10px;
}

.field .explanation {
  margin-bottom: 10px;
  padding: 0 16px 0 51px;
  width: fit-content;
  height: 44px;
  font-weight: 600;
  line-height: 44px;
  color: #2B4D6C;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  background: url(../images/about/field_point_icon.png) left 13px center no-repeat #FFF;
  background-size: 31px auto;
}

.field .fig {
  position: relative;
  margin: 0 auto;
  max-width: 1136px;
  display: flex;
}

.field .fig::before {
  content: "";
  flex: 0 0 calc(77 / 1136 * 100%);
}

.field .fig img {
  width: 100%;
  height: auto;
  display: block;
  flex: 1;
}

.field .fig .point {
  position: absolute;
  width: calc(80 / 1136 * 100%);
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
}

@media(hover: hover) {
  .field .fig .point:hover {
    animation: bounce 0.4s ease-out;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-12px);
  }

  /* ← ピョコン上に */
  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(-5px);
  }

  /* ← 小さくもう一度 */
  100% {
    transform: translateY(0);
  }
}

.field .fig .point.no01 {
  top: calc(-19 / 596 * 100%);
  left: calc(495 / 1136 * 100%);
}
.field .fig .point.no02 {
  top: calc(221 / 596 * 100%);
  left: calc(339 / 1136 * 100%);
}
.field .fig .point.no03 {
  top: calc(199 / 596 * 100%);
  left: calc(699 / 1136 * 100%);
}
.field .fig .point.no04 {
  top: calc(335 / 596 * 100%);
  left: calc(142 / 1136 * 100%);
}
.field .fig .point.no05 {
  top: calc(365 / 596 * 100%);
  left: calc(566 / 1136 * 100%);
}

.field .fig .comment {
  display: none;
  position: absolute;
  padding: 23px;
  font-weight: 600;
  font-size: 15px;
  color: #1C50A1;
  line-height: 1.5em;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  transition: 0.3s;
  z-index: 2;
}
.field .fig .comment.no01 {
  top: calc(13 / 596 * 100%);
  left: calc(556 / 1136 * 100%);
  width: calc(410 / 1136 * 100%);
}
.field .fig .comment.no02 {
  top: calc(84 / 596 * 100%);
  left: calc(92 / 1136 * 100%);
  width: calc(273 / 1136 * 100%);
}
.field .fig .comment.no03 {
  top: calc(200 / 596 * 100%);
  left: calc(771 / 1136 * 100%);
  width: calc(338 / 1136 * 100%);
}
.field .fig .comment.no04 {
  top: calc(406 / 596 * 100%);
  left: calc(93 / 1136 * 100%);
  width: calc(410 / 1136 * 100%);
}
.field .fig .comment.no05 {
  top: calc(384 / 596 * 100%);
  left: calc(636 / 1136 * 100%);
  width: calc(361 / 1136 * 100%);
}

/* 組織体系図
-----------------------------------------------------------*/
.chart {
  padding: 80px 0 60px;
  background-color: #F9F9F9;
}

.chart .inner {
  margin: 0 auto;
  max-width: 946px;
}

@media screen and (max-width:976px) {
  .chart .inner {
    padding: 0 15px;
  }
}

.chart h1 {
  overflow: visible !important;
  margin-bottom: 35px;
  width: fit-content;
  font-weight: 600;
  font-size: 24px;
  line-height: 1em;
  color: #2B4D6C;
}

.chart h1 span {
  margin-left: 23px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

/* ★ ラッパー追加 */
.chart .wide_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}

@media screen and (max-width:1010px) {
  .chart .wide_wrap {
    padding-left: 15px;
  }
}

/* 横スクロールエリア */
.chart .wide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.chart .wide::-webkit-scrollbar {
  display: none;
}

.chart .wide figure {
  display: inline-block;
  margin: 0;
}

.chart .wide img {
  width: 980px;
  /* 画像の実寸幅 */
  display: block;
}

/* カスタムスクロールバー */
.scrollbar {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 700px;
  height: 6px;
  background-color: rgba(212, 212, 212, 0.4);
  border-radius: 3px;
  visibility: hidden;
}

.scrollbar.visible {
  visibility: visible;
}

.scrollbar .thumb {
  height: 100%;
  width: 50px;
  background-color: rgba(180, 180, 180, 1);
  border-radius: 3px;
  transition: width 0.12s ease, transform 0.12s ease;
}

/* Banner
-----------------------------------------------------------*/
.banner {
  padding: 100px 0;
}

.banner .inner {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width:1030px) {
  .banner .inner {
    padding: 0 15px;
  }
}

.banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px calc(36 / 1000 * 100%);
}

.banner ul li {
  width: calc(482 / 1000 * 100%);
}

.banner ul li a img {
  display: block;
  transition: 0.15s;
}

@media(hover: hover) {
  .banner ul li a:hover img {
    transform: scale(1.025, 1.025);
    opacity: .8;
  }
}


/*  1150px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:1150px) {

}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
  /* Page title
  -----------------------------------------------------------*/
  .title {
    padding: 40px 15px;
  }

  .title h1 {
    font-size: 30px;
  }

  .title h1 span {
    font-size: 13px;
  }

  /* 会社概要
  -----------------------------------------------------------*/
  .profile {
    padding: 40px 0 60px;
  }

  .profile h1 {
    margin-bottom: 40px;
  }

  .profile h1 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  .profile figure {
    margin: 0 auto 20px;
  }

  .profile dl>div {
    flex-wrap: wrap;
  }

  .profile dl>div>dt {
    padding: 24px 0 10px;
    width: 100%;
  }

  .profile dl>div>dd {
    padding: 10px 0 10px;
    width: 100%;
    font-size: 13px;
  }

  /* 事業内容
  -----------------------------------------------------------*/
  .field {
    padding: 60px 0 85px;
  }

  .field h1 {
    margin-bottom: 30px;
  }

  .field h1 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  .field p {
    margin-bottom: 14px;
  }

  .field .explanation {
    margin-bottom: 24px;
    padding: 0 14px 0 43px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    background-size: 24px auto;
  }

  .field .fig {
    display: block;
    flex-wrap: wrap;
    padding-left: 15px;
  }

  .field .fig .point {
    width: calc(35 / 390 * 100%);
  }

  .field .fig .point.active {

  }

  .field .fig .point.no01 {
    top: calc(-8 / 222 * 100%);
    left: calc(143 / 390 * 100%);
  }

  .field .fig .point.no02 {
    top: calc(73 / 222 * 100%);
    left: calc(105 / 390 * 100%);
  }

  .field .fig .point.no03 {
    top: calc(73 / 222 * 100%);
    left: calc(235 / 390 * 100%);
  }

  .field .fig .point.no04 {
    top: calc(125 / 222 * 100%);
    left: calc(30 / 390 * 100%);
  }

  .field .fig .point.no05 {
    top: calc(135 / 222 * 100%);
    left: calc(180 / 390 * 100%);
  }

  .field .fig .comment {
    padding: 16px 20px;
    margin-top: 16px;
    font-size: 14px;
  }

  .field .fig .comment.no01 {
    top: auto;
    left: auto;
    width: 93%;
  }

  .field .fig .comment.no02 {
    top: auto;
    left: auto;
    width: 93%;
  }

  .field .fig .comment.no03 {
    top: auto;
    left: auto;
    width: 93%;
  }

  .field .fig .comment.no04 {
    top: auto;
    left: auto;
    width: 93%;
  }

  .field .fig .comment.no05 {
    top: auto;
    left: auto;
    width: 93%;
  }

  /* 組織体系図
  -----------------------------------------------------------*/
  .chart {
    padding: 80px 0 60px;
  }

  .chart h1 {
    margin-bottom: 30px;
  }

  .chart h1 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  /* Banner
    -----------------------------------------------------------*/
  .banner {
    padding: 0 0 80px;
  }

  .banner ul {
    gap: 20px 0;
  }

  .banner ul li {
    width: 100%;
  }
}

/*  スマホ（360px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:360px) {

}
