@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
#targetSvg {
  width: 100%;
  height: auto;
  aspect-ratio: 2090/4184;
  display: block;
}

.color-line {
  transition: stroke 0.2s linear;
}

.sub_title h1 {
  font-size: 60px;
  text-align: center;
}
.sub_title .line {
  font-size: 60px;
  padding-bottom: 25px;
  display: block;
  margin-bottom: 0px;
}
.sub_title .big {
  font-size: 80px;
}
.sub_title .color {
  color: #005798;
  font-size: 80px;
}

.sub_top_flex {
  width: 1500px;
  max-width: 100%;
  padding-left: 5%;
  align-items: flex-start;
  margin-top: 0;
  gap: 0;
}
.sub_top_flex .sub_title {
  margin-top: 200px;
}
.sub_top_flex img {
  width: 100%;
}

.sub_top2 {
  width: 1500px;
  max-width: 100%;
  padding-right: 5%;
  align-items: center;
  padding-left: 0;
  margin-top: -400px;
}
.sub_top2 .sub_img {
  width: 60%;
  max-width: 700px;
}
.sub_top2 .sub_title {
  width: 38%;
  min-width: 500px;
  flex-grow: 1;
}
.sub_top2 .sub_title p {
  margin-top: 0px;
  text-align: right;
}

.history_box {
  width: 1500px;
  margin: 100px auto;
  max-width: 100%;
  position: relative;
  margin-top: 0 !important;
}

.history-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.15s linear;
}

.history-img.is-show {
  opacity: 1;
}

.history-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 130px;
  font-weight: 800;
  color: white;
  letter-spacing: 0.1em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  z-index: 10;
  pointer-events: none;
  font-family: "ab-tombo-bold", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.history-year {
  position: absolute;
  transition: color 0.4s ease;
}

/* 追従モード */
.history-year.is-sticky {
  position: fixed;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
}

.history_box {
  position: relative;
}

.history-trigger {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

/* 画像エリア外に出た状態 */
.history-year.is-out {
  color: #005798;
  text-shadow: none;
}

.history-stop {
  position: relative;
  height: 1px;
  width: 100%;
}

/* stop地点で固定 */
.history-year.is-stop {
  position: absolute;
  color: #005798;
  text-shadow: none;
  bottom: calc(-30% - 230px);
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}

.history-stop {
  position: absolute;
  top: 17%;
}

.title_card h2 {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.history_title {
  max-width: 90%;
  width: 1400px;
  margin: 30px auto;
}

.history_step {
  max-width: 90%;
  width: 1400px;
  margin: 100px auto;
  max-width: 100%;
  width: 1500px;
}

.svg-wrap {
  padding: 200px 0;
  position: relative;
  z-index: 1;
}
.svg-wrap .year {
  position: absolute;
  font-family: "ab-tombo-bold", sans-serif;
  font-weight: 400;
  font-style: normal;
  top: 0;
  left: 0;
  font-size: 130px;
  color: #005798;
}
.svg-wrap .y0 {
  top: 0.5%;
  left: 50%;
  transform: translate(0, -50%);
}
.svg-wrap .y1 {
  top: 27%;
  left: 24%;
}
.svg-wrap .y2 {
  top: 49.7%;
  left: 35%;
}
.svg-wrap .y3 {
  top: 68%;
  right: 12%;
  left: auto;
}
.svg-wrap .y4 {
  top: 84%;
  left: 5%;
}
.svg-wrap .bg_img {
  position: absolute;
  z-index: -1;
}
.svg-wrap .bg1 {
  top: 35%;
  right: 0;
  width: 200px;
}
.svg-wrap .bg2 {
  top: 65%;
  left: 0;
  width: 200px;
}
.svg-wrap .logo {
  top: 95%;
  right: 35%;
  width: 200px;
}

.bg_white {
  background: white;
  position: relative;
  z-index: 100;
  padding-bottom: 100px;
}

.history_detail {
  position: relative;
  border: solid 1.5px black;
  display: inline-block;
  padding: 20px 20px 20px 20px;
  background: #f8f8f8;
  margin-bottom: 20px;
  width: 640px;
  max-width: 100%;
}
.history_detail .title {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #005798;
  font-size: 25px;
  margin: 20px 0 20px 0;
  line-height: 150%;
}
.history_detail .de_flex {
  display: flex;
  gap: 20px;
}
.history_detail .de_flex .left {
  width: calc(55% - 10px);
}
.history_detail .de_flex .left p {
  line-height: 170%;
  font-size: 18px;
}
.history_detail .de_flex .right {
  width: calc(45% - 10px);
}
.history_detail::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../../src/company/talk1.webp);
  background-repeat: no-repeat;
  top: -30px;
  left: 50px;
  z-index: 10;
  background-size: contain;
}
.history_detail::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: #f4ec35;
  border: solid 1.5px black;
  z-index: -1;
}

.de1 .history_detail::before,
.de2 .history_detail::before,
.de4 .history_detail::before {
  background-image: url(../../src/company/talk2.webp);
  left: auto;
  right: 50px;
  top: -36px;
}
.de1 .history_detail::after,
.de2 .history_detail::after,
.de4 .history_detail::after {
  top: 7px;
  left: auto;
  right: 7px;
}

.de5 .history_detail::before {
  background-image: url(../../src/company/talk3.webp);
  width: 36px;
  height: 36px;
  top: -36px;
}
.de5 p {
  color: #005798;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.de5 .history_detail .left {
  width: calc(100% - 120px);
}
.de5 .history_detail .right {
  width: 100px;
}

.de1 {
  position: absolute;
  top: 10%;
  left: 10%;
}

.de2 {
  position: absolute;
  top: 32%;
  left: 3%;
}

.de3 {
  position: absolute;
  top: 56%;
  left: 30%;
}

.de4 {
  position: absolute;
  top: 74%;
  right: 3%;
}

.de5 {
  position: absolute;
  top: 88.5%;
  left: 35%;
}

.de6 {
  position: absolute;
  top: 95%;
  left: 3%;
}

.plus_btn {
  width: 300px;
  height: 300px;
  text-align: center;
  background-image: url("../../src/company/frame.webp");
  background-size: 90% 90%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
}
.plus_btn .birth {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 60px;
  line-height: 150%;
  font-size: 35px;
}
.plus_btn img {
  width: 70px;
  margin: 10px auto;
}
.plus_btn:hover {
  background-size: 100% 100%;
}

.plus_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #ffd00d;
  padding: 20px 50px 30px 50px;
  border-radius: 50px;
  border: solid 2px #000000;
  width: 600px;
  max-width: 90%;
}
.plus_box .title_flex {
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  margin-bottom: 10px;
}
.plus_box .title_flex .title {
  flex-grow: 1;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
}
.plus_box .title_flex .title span {
  background: #404040;
  color: white;
  padding: 10px 20px;
  border-radius: 9999px;
  display: inline-block;
}
.plus_box .title_flex .img {
  width: 150px;
}
.plus_box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  color: #959595;
  background: rgba(255, 255, 255, 0.7490196078);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #707070;
  cursor: pointer;
}

/* 背景オーバーレイ */
.plus-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* モーダル本体 */
.plus_box {
  position: fixed;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9) !important;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}

/* 表示状態 */
.plus-overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}

.plus_box.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.pl1 {
  top: 10%;
  right: 5%;
}

.pl2 {
  top: 25%;
  right: 13%;
}

.pl3 {
  top: 72%;
  left: 13%;
}

.pl_b1 {
  top: 10%;
}

.pl_b2 {
  top: 25%;
}

.pl_b3 {
  top: 72%;
}

.map_container {
  background-image: url("../../src/company/bg5.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 90%;
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
  width: 1500px;
  margin: 200px auto;
  margin-top: 300px;
}

.map_box {
  padding: 50px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
}

.ja_box {
  position: relative;
  width: 50%;
  margin: 100px 10px 70px 10px;
}

/*新map*/
.ja_box {
  position: relative;
  width: 600px;
  max-width: 60%;
}

.spot {
  position: absolute;
  width: 8%;
  bottom: 0%;
  left: 0%;
}

.spot1 {
  bottom: 9%;
  left: 8.5%;
}

.spot2 {
  bottom: 19%;
  left: 12.5%;
  width: 7%;
}

.spot3 {
  bottom: 27%;
  left: 3%;
  width: 7%;
}

.spot4 {
  bottom: 28%;
  left: 11%;
  width: 10%;
}

.spot5 {
  bottom: 27%;
  left: 22%;
}

.spot6 {
  bottom: 30%;
  left: 32%;
}

.spot7 {
  bottom: 25%;
  left: 40%;
}

.spot8 {
  bottom: 23%;
  left: 50%;
}

.spot9 {
  bottom: 17%;
  left: 57%;
}

.spot {
  opacity: 0;
  transform: translateY(-80px) scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.spot.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.text_box {
  color: white;
  top: 15%;
  left: 10%;
  width: 500px;
  max-width: 50%;
  line-height: 200%;
  font-size: 22px;
  text-align: left;
  z-index: 10;
}
.text_box h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.text_box p {
  font-size: 18px;
  text-shadow: 1px 1px 0px #005798, -1px -1px 0px #005798, -1px 1px 0px #005798, 1px -1px 0px #005798;
}

.number {
  position: absolute;
  top: 29%;
  right: 7%;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  color: white;
}
.number .int {
  font-size: 14vw;
  padding: 0 10px;
}

/*新map*/
.number {
  position: static;
  margin-top: 50px;
  margin-left: 5%;
  font-size: 25px;
}
.number .int {
  font-size: 90px;
  padding: 0 10px;
}

.plus {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
}

.info_box {
  max-width: 90%;
  width: 1400px;
  margin: 100px auto;
  width: 1200px;
}
.info_box table {
  border-collapse: collapse;
  width: 100%;
  margin: 50px 0 200px 0;
}
.info_box table th,
.info_box table td {
  vertical-align: middle;
  padding: 40px 10%;
  border-bottom: solid 1px #707070;
  text-align: left;
  font-weight: 800;
  font-size: 20px;
}
.info_box table th {
  width: 20%;
  padding-right: 0;
}

/* 初期状態（見えない） */
.fade-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示状態 */
.fade-section.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fade-section.y0 {
  opacity: 0;
  transform: translate(-50%, 30px);
}

.fade-section.y0.is-show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* 少し遅らせたい場合 */
.fade-section.delay {
  transition-delay: 0.3s;
}

.text_box_sp {
  display: none;
}

@media (max-width: 1400px) {
  .sub_top2 {
    margin-top: -20%;
  }
}
@media (max-width: 1150px) {
  .path {
    display: none !important;
  }
  .path_sp {
    display: block !important;
  }
  .de1 {
    top: 5%;
    left: 10%;
  }
  .de2 {
    top: 27%;
    left: auto;
    right: 10%;
  }
  .de3 {
    top: 47%;
    left: auto;
    right: 5%;
  }
  .de4 {
    top: 63%;
    right: auto;
    left: 10%;
  }
  .de5 {
    top: 78.5%;
    left: 16%;
  }
  .de6 {
    top: 86%;
    left: 20%;
  }
  .pl1 {
    top: 13%;
    right: auto;
    left: 13%;
  }
  .pl2 {
    top: 18%;
    right: 13%;
  }
  .svg-wrap {
    padding-bottom: 0;
  }
  .svg-wrap .y1 {
    top: 24%;
    left: 24%;
  }
  .svg-wrap .y2 {
    top: 43.7%;
    left: 59%;
  }
  .svg-wrap .y3 {
    top: 59%;
    right: auto;
    left: 13%;
  }
  .svg-wrap .y4 {
    top: 75%;
    left: 30%;
  }
  .de2 .history_detail::before,
  .de4 .history_detail::before {
    background-image: url(../../src/company/talk1.webp);
    right: auto;
    top: -30px;
    left: 50px;
  }
  .de2 .history_detail::after,
  .de4 .history_detail::after {
    top: 7px;
    left: 7px;
    right: auto;
  }
  .de5 .history_detail::before {
    background-image: url(../../src/company/talk4.webp);
    width: 60px;
    height: 60px;
    top: -25px;
  }
  .de3 .history_detail::before,
  .de6 .history_detail::before {
    background-image: url(../../src/company/talk2.webp);
    left: auto;
    right: 50px;
    top: -36px;
  }
  .de3 .history_detail::after,
  .de6 .history_detail::after {
    top: 7px;
    left: auto;
    right: 7px;
  }
  .text_box {
    display: none;
  }
  .ja_box {
    position: relative;
    width: 70%;
    margin: 100px auto;
  }
  .number.sp {
    display: block !important;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    top: 20%;
    right: 45%;
    white-space: nowrap;
  }
  .number.sp .int {
    font-size: 14vw;
  }
  .text_box_sp {
    display: block;
    position: static;
    color: #212121;
    max-width: 80%;
    text-align: left;
    margin: 0 auto;
  }
  .text_box_sp p {
    text-shadow: none;
  }
  .map_container {
    margin-top: 50px;
  }
  .info_box table th {
    width: 200px;
  }
  .history-stop {
    position: absolute;
    top: 10%;
  }
}
@media (max-width: 850px) {
  .path_sp {
    display: none !important;
  }
  .svg-wrap {
    background-image: url("../../src/company/path_sp.webp");
    background-size: contain;
    background-repeat: repeat;
  }
  .de1,
  .de2,
  .de3,
  .de4,
  .de5,
  .de6 {
    position: static;
    width: 100%;
  }
  .de1 .history_detail,
  .de2 .history_detail,
  .de3 .history_detail,
  .de4 .history_detail,
  .de5 .history_detail,
  .de6 .history_detail {
    margin: 50px auto;
    display: block;
  }
  .de6 .history_detail {
    margin-top: 70px;
  }
  .svg-wrap .y1,
  .svg-wrap .y2,
  .svg-wrap .y3,
  .svg-wrap .y4 {
    position: static;
    margin: 30px 5%;
  }
  .svg-wrap .y2,
  .svg-wrap .y4 {
    text-align: right;
  }
  .pl1,
  .pl2 {
    position: static;
  }
  .pl1 {
    margin-left: 5%;
  }
  .pl2 {
    margin-left: auto;
    margin-right: 5%;
  }
  .history-stop {
    position: absolute;
    top: 12%;
  }
}
@media (max-width: 900px) {
  .history-year.is-stop {
    bottom: calc(-80% - 51px);
  }
  .history-stop {
    top: 10%;
  }
}
@media (max-width: 700px) {
  .history-stop {
    position: absolute;
    top: 10%;
  }
  .sub_top_flex .sub_title {
    margin-top: 100px;
    min-width: auto;
  }
  .sub_top2 {
    padding-right: 0;
  }
  .sub_top2 .sub_title2 {
    margin-top: 50px;
  }
  .sub_top2 .sub_title2 p {
    text-align: center;
  }
  .sub_title .line {
    font-size: 25px;
    padding-bottom: 25px;
    display: block;
    margin-bottom: 0px;
  }
  .sub_title .line .big {
    font-size: 40px;
  }
  .sub_title h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .sub_title .color {
    color: #005798;
    font-size: 50px;
  }
  .sub_title span {
    font-size: 30px;
  }
  .sub_img {
    width: 100%;
  }
  .sub_img .bg {
    position: absolute;
    top: 0px;
    right: 0;
    width: 200px;
  }
  .sub_top2 {
    margin-top: 0px;
    margin-top: 10px;
  }
  .sub_top2 .sub_img {
    width: 80%;
    margin: 0 auto;
  }
  .sub_top2 .sub_title {
    width: 100%;
  }
  .svg-wrap .year {
    font-size: 80px;
  }
  .plus_box .title_flex {
    width: 100%;
  }
  .plus_box .title_flex .title {
    font-size: 16px;
    width: 170px;
    line-height: 150%;
  }
  .plus_box .close {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .history_detail {
    width: 90%;
    max-width: 90%;
  }
  .history_detail .title {
    font-size: 20px;
  }
  .history_detail .de_flex {
    flex-direction: column;
  }
  .history_detail .de_flex .left {
    width: 100%;
  }
  .history_detail .de_flex .right {
    width: 100%;
  }
  .de1,
  .de2,
  .de3,
  .de4,
  .de5,
  .de6 {
    right: auto;
    left: 5%;
  }
  .text_box_sp {
    display: block !important;
    max-width: 90%;
  }
  .text_box_sp h2 {
    font-size: 25px;
  }
  .map_container {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .text_box {
    display: none;
  }
  .number {
    left: 7%;
    right: auto;
  }
  .plus {
    font-size: 5vw;
  }
  .ja_box {
    width: 100%;
    margin: 50px auto;
    max-width: 100%;
  }
  .info_box table th {
    padding-left: 0;
    width: 80px;
    vertical-align: top;
  }
  .info_box table td {
    padding-right: 0;
    padding-left: 5%;
  }
  .info_box table th,
  .info_box table td {
    font-size: 18px;
  }
  .history-year {
    font-size: 80px;
  }
  .history-year.is-stop {
    bottom: calc(-80% - 60px);
  }
  .svg-wrap {
    padding: 100px 0 50px 0;
  }
  .de5 .history_detail {
    display: flex;
  }
  .de5 .history_detail .de_flex {
    flex-direction: row;
    width: 100%;
  }
  .de5 .history_detail .left {
    width: calc(100% - 120px);
    flex-grow: 1;
  }
  .de5 .history_detail .right {
    width: 100px;
  }
  .plus_btn {
    width: 200px;
    height: 200px;
  }
  .plus_btn .birth {
    font-family: "corporate-logo-ver2", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 40px;
    line-height: 150%;
    font-size: 22px;
  }
  .plus_btn img {
    width: 50px;
    margin: 10px auto;
  }
}
@media (max-width: 600px) {
  .history-year.is-stop {
    bottom: calc(-50% - 180px);
  }
}
@media (max-width: 450px) {
  .history-year.is-sticky {
    position: fixed;
    top: auto;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  .history-stop {
    position: absolute;
    top: 6%;
  }
}
@media (max-width: 370px) {
  .history-year.is-stop {
    bottom: calc(-80% - 180px);
  }
  .history-stop {
    top: 5%;
  }
}/*# sourceMappingURL=company.css.map */