*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

p {
  font-size: 16px;
}

ul, li {
  list-style: none;
}

.glance-wrap {
  color: #333;
}

.container {
  max-width: 1200px;
}

:root {
  --primary: #004599;
  --accent_1: #1B75D1;
  --accent_2: #009CB5;
  --accent_3: #E044C7;
  --accent_4: #DB9C3E;
}

.text-color-primary {
  color: var(--primary);
}

h2.glance-h2 {
  font-size: 28px;
  line-height: 52.4px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.4em;
  line-height: 52.4px;
}

h3.glance-h3 {
  font-size: 28px;
  font-weight: 500;
  border-left: 2px solid #0062C2;
  padding: 0 0 0 12px;
  margin: 50px 0 24px;
  line-height: 1;
}

.sp-br {
  display: none;
}

.tb-br {
  display: none;
}

.bg-type-1 {
  background: linear-gradient(#e5eff9 0%, #fff 100%);
}

.bg-type-1:before {
  background: #e5eff9;
}

.glance-wrap section {
  background: linear-gradient(#e5eff9 0%, #fff 100%);
  padding: 0 0 40px;
  position: relative;
}
.glance-wrap section:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 18.47vw;
  max-height: 266px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 0, 0 80%);
}
.glance-wrap section:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.glance-wrap section.glance-content-1 {
  padding: 0;
  margin: 0 0 -60px;
}

.first-h2 {
  margin: 36px 0 32px;
}

.mv-area {
  margin: 34px 0 0;
}
.mv-area picture > img {
  width: 100%;
}
.mv-area .mv-circle-title {
  color: #fff;
  background: var(--primary);
  width: 20vw;
  height: 20vw;
  max-width: 324px;
  max-height: 324px;
  min-width: 252px;
  min-height: 252px;
  margin: -10vw auto 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.mv-area .mv-circle-title > span:first-of-type {
  font-weight: bold;
  font-size: 57px;
  letter-spacing: 0.4rem;
  line-height: 1;
  white-space: nowrap;
}
.mv-area .mv-circle-title > span:last-of-type {
  font-size: max(14px, 1.2vw);
}
.mv-area .mv-circle-title-icon {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 32px;
  margin: 16px 0 8px;
}

.core-4 {
  margin: 64px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 24px;
}
.core-4 li {
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
}
.core-4 li img {
  margin: 0 0 32px;
}

.four-businesses {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(4, 1fr);
  margin: 50px 0 40px;
}
.four-businesses img {
  width: 100%;
}
.four-businesses li {
  display: flex;
  flex-direction: column;
  position: relative;
}
.four-businesses li:before {
  content: "";
  display: block;
  width: calc(100% + 24px);
  height: 1px;
  background: var(--primary);
  margin: 0 0 36px;
}
.four-businesses li:last-child:before {
  width: 100%;
}
.four-businesses li:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
}
.four-businesses li > h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
}
.four-businesses li h4 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 16px 8px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four-businesses li dt {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 8px;
}
.four-businesses li dd {
  font-size: 16px;
}
.four-businesses li:nth-child(1):after {
  background: var(--accent_1);
}
.four-businesses li:nth-child(1) h4 {
  background: var(--accent_1);
}
.four-businesses li:nth-child(1) dt {
  border-bottom: 2px solid var(--accent_1);
}
.four-businesses li:nth-child(2):after {
  background: var(--accent_2);
}
.four-businesses li:nth-child(2) h4 {
  background: var(--accent_2);
}
.four-businesses li:nth-child(2) dt {
  border-bottom: 2px solid var(--accent_2);
}
.four-businesses li:nth-child(3):after {
  background: var(--accent_3);
}
.four-businesses li:nth-child(3) h4 {
  background: var(--accent_3);
}
.four-businesses li:nth-child(3) dt {
  border-bottom: 2px solid var(--accent_3);
}
.four-businesses li:nth-child(4):after {
  background: var(--accent_4);
}
.four-businesses li:nth-child(4) h4 {
  background: var(--accent_4);
}
.four-businesses li:nth-child(4) dt {
  border-bottom: 2px solid var(--accent_4);
}

.composition-ratio {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 95px;
}
.composition-ratio li {
  display: flex;
  flex-direction: column;
}
.composition-ratio img {
  width: 100%;
  margin: auto 0 0;
}
.composition-ratio p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
}

.consolidated-sales {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(/jp-ja/corporate/corporate_opt/img/glance/consolidated_sales_bg.png) no-repeat center center/contain;
  padding: 80px 0 0;
}
.consolidated-sales .consolidated-sales-text {
  width: 40%;
}
.consolidated-sales h4 {
  font-size: 34px;
  margin: 0 0 20px;
}
.consolidated-sales .consolidated-sales-graph-area {
  width: calc(60% - 16px);
}
.consolidated-sales .consolidated-sales-graph-area img {
  width: 100%;
}

.glance-content-3 img {
  width: 100%;
  margin: 62px 0 0;
}

.creating-value {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  margin: 48px 0 0;
}
.creating-value li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.creating-value .creating-value-img {
  background: #fff;
  padding: 20%;
  border-radius: 50%;
  max-width: 210px;
  width: 100%;
}
.creating-value img {
  background: #fff;
  border-radius: 50%;
}
.creating-value p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 24px 0 0;
}

.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

@media only screen and (min-width: 751px) and (max-width: 1200px) {
  .mv-area picture > img {
    height: 180px;
    object-fit: cover;
  }
  .mv-area .mv-circle-title {
    margin: -126px auto 0;
    min-width: 252px;
    min-height: 252px;
  }
  .mv-area .mv-circle-title-icon li:first-child img {
    width: 62px;
  }
  .mv-area .mv-circle-title-icon li:last-child img {
    width: 55px;
  }
  h2.glance-h2 {
    font-size: min(2.4vw, 22px);
    line-height: 44px;
  }
}
@media only screen and (max-width: 1200px) {
  .core-4 li img {
    width: 8vw;
    margin: 0 0 16px;
  }
  .core-4 li span {
    font-size: 2vw;
  }
  .four-businesses {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 16px;
  }
  .four-businesses li:before {
    width: 100%;
    margin: 0 0 28px;
  }
  .composition-ratio {
    gap: 32px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 751px) {
  .glance-wrap section > .container {
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 750px) {
  .sp-br {
    display: block;
  }
  .sp-aling-center {
    text-align: center;
  }
  .glance-wrap section.glance-content-1 {
    padding: 0 0 40px;
    margin: 0 0 0;
  }
  section > .container {
    margin: 20px auto 0;
  }
  h2.glance-h2 {
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 0.14em;
  }
  h3.glance-h3 {
    font-size: 22px;
    line-height: 42px;
  }
  .first-h2 {
    margin: 36px 0 32px;
  }
  .mv-area .mv-circle-title {
    margin: -32px auto 0;
  }
  .mv-area .mv-circle-title > span:first-of-type {
    font-size: 41px;
    letter-spacing: 0.4rem;
  }
  .mv-area .mv-circle-title > span:last-of-type {
    font-size: 18px;
    line-height: 30px;
  }
  .core-4 {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(auto, 160px));
    justify-content: center;
    margin: 21px 0;
  }
  .core-4 li img {
    width: 62px;
    margin: 0 0 16px;
  }
  .core-4 li span {
    font-size: 18px;
  }
  .four-businesses {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px 0;
  }
  .composition-ratio {
    gap: 24px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .consolidated-sales {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background: linear-gradient(#e5eff9 0%, #fff 100%);
    padding: 40px 10px;
    margin: 0 -10px;
  }
  .consolidated-sales .consolidated-sales-text {
    width: 100%;
  }
  .consolidated-sales p {
    font-weight: bold;
  }
  .consolidated-sales h4 {
    text-align: center;
    font-size: 22px;
    margin: 0 0 32px;
  }
  .consolidated-sales .consolidated-sales-graph-area {
    width: calc(100% + 10px);
    margin: 40px -10px 0;
    background: url(/jp-ja/corporate/corporate_opt/img/glance/consolidated_sales_bg_sp.png) no-repeat center center/100% 100%;
  }
  .consolidated-sales .consolidated-sales-graph-area img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .creating-value {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(auto, 160px));
    justify-content: center;
  }
  .creating-value .creating-value-img {
    padding: 36px;
  }
  .creating-value p {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .glance-content-3 img {
    width: 80%;
    margin: 32px auto 0;
    display: block;
  }
}

/*# sourceMappingURL=glance.css.map */
