@charset "UTF-8";
.breadcrumb {
  position: absolute;
  top: 78px;
  left: 0;
  z-index: var(--z-base);
  width: 100%;
  padding: 0 calc(12 * var(--px)) 10px;
  overflow-x: auto;
}
.breadcrumb-list {
  display: flex;
  gap: calc(8 * var(--px));
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-blue);
}
.breadcrumb-list-item {
  display: flex;
  flex-shrink: 0;
  gap: calc(8 * var(--px));
  align-items: center;
  font-size: calc(0.625 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  pointer-events: auto;
}
.breadcrumb-list-item:not(:first-child)::before {
  content: '／';
}
.breadcrumb-list-item:last-child {
  padding-right: calc(12 * var(--px));
}
.breadcrumb-list-link-text {
  display: inline-block;
}
.breadcrumb-list-arrow {
  width: calc(9 * var(--px));
  height: calc(12 * var(--px));
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    top: calc(108 * var(--px));
    width: 58.57vw;
    padding: 0 0 0 calc(52 * var(--px));
  }
  .breadcrumb-list {
    flex-wrap: wrap;
    background-color: transparent;
  }
  .breadcrumb-list-item {
    font-size: calc(0.8125 * var(--rem));
  }
  .breadcrumb-list-link-text {
    padding-bottom: 1px;
  }
}
.head {
  padding: calc(120 * var(--px)) 0 0 calc(16 * var(--px));
}
.head-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: calc(3.625 * var(--rem)) calc(16 * var(--px))
    calc(11.1875 * var(--rem));
  overflow: hidden;
  background-color: #bfebdf;
  border-radius: calc(80 * var(--px)) 0 0 calc(80 * var(--px));
}
.head-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.head-bg-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 95.75vw;
  height: 79.25vw;
}
.head-bg-person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53.75vw;
  height: 83.5vw;
  opacity: var(--init-opacity);
}
.head-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(1 * var(--rem));
  gap: calc(1 * var(--rem));
  opacity: var(--init-opacity);
}
.head-title {
  display: flex;
  flex-direction: column;
  font-size: calc(1.75 * var(--rem));
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-white);
  letter-spacing: 0.04em;
}
.head-title-text {
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(0.1875 * var(--rem)) calc(10 * var(--px));
  background-color: var(--color-blue);
}
.head-title-text:first-child {
  border-radius: calc(10 * var(--px)) calc(10 * var(--px)) 0;
}
.head-title-text:nth-child(2) {
  margin-left: calc(31 * var(--px));
  border-radius: 0 calc(10 * var(--px)) calc(10 * var(--px));
}
.head-text {
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-blue);
}

.body {
  padding: 0 calc(16 * var(--px)) calc(64 * var(--px));
  margin-top: calc(48 * var(--px));
}

.voice {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(8 * var(--px));
  gap: calc(8 * var(--px));
}
.voice-item {
  position: relative;
  z-index: 1;
  min-height: calc(14.375 * var(--rem));
}
.voice-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: calc(32 * var(--px));
}
.voice-item-bg.--2,
.voice-item-bg.--6,
.voice-item-bg.--8,
.voice-item-bg.--10 {
  background: linear-gradient(180deg, #005a96 0%, #0079ca 100%);
}
.voice-item-bg.--3,
.voice-item-bg.--5,
.voice-item-bg.--9,
.voice-item-bg.--11 {
  background:
    linear-gradient(175deg, #00968d 50.2%, #22b1a8 93.74%, #79dcd6 177.47%),
    #0c2c84;
}
.voice-item-image {
  position: absolute;
  right: calc(-9 * var(--px));
  bottom: calc(-5 * var(--px));
  width: calc(188 * var(--px));
  height: calc(235 * var(--px));
}
.voice-item-inner {
  display: flex;
  flex-direction: column;
  gap: calc(0.875 * var(--rem));
  width: 100%;
  height: 100%;
  padding: calc(2 * var(--rem)) calc(16 * var(--px));
}
.voice-item-inner.--5 {
  padding-bottom: calc(4.75 * var(--rem));
}
.voice-item-headline {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(0.125 * var(--rem)) calc(5 * var(--px)) calc(0.125 * var(--rem))
    calc(16 * var(--px));
  overflow: hidden;
  font-size: calc(1.25 * var(--rem));
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-blue);
  background-color: var(--color-white);
  border-radius: calc(10 * var(--px));
}
.voice-item-headline-text {
  background-color: var(--color-white);
}
.voice-item-headline-text:first-child {
  border-radius: calc(10 * var(--px)) calc(10 * var(--px)) 0 0;
}
.voice-item-headline-text:last-child {
  border-radius: 0 0 calc(10 * var(--px)) calc(10 * var(--px));
}
.voice-item-headline.--8 {
  flex-direction: column;
  padding: 0;
}
.voice-item-headline.--8 .voice-item-headline-text {
  padding: calc(0.125 * var(--rem)) calc(5 * var(--px)) calc(0.125 * var(--rem))
    calc(16 * var(--px));
}
.voice-item-text {
  width: 55.75vw;
  font-size: calc(0.9375 * var(--rem));
  font-weight: 600;
  line-height: 1.7;
  color: var(--color-white);
  letter-spacing: 0.04em;
}
.voice-item-text.--2 {
  width: 50vw;
}
.voice-item-text.--5 {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .head {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding: calc(190 * var(--px)) 0 0;
  }
  .head-inner {
    grid-column: 3/39;
    padding: calc(5 * var(--rem)) 10.03vw calc(4 * var(--rem));
    overflow: visible;
    border-radius: calc(80 * var(--px));
  }
  .head-bg-text {
    width: 60.54vw;
    height: 32.87vw;
  }
  .head-bg-person {
    right: 15.01vw;
    width: 27.53vw;
    height: 34.55vw;
  }
  .head-content {
    gap: calc(2.5 * var(--rem));
  }
  .head-title {
    font-size: calc(2.5 * var(--rem));
  }
  .head-title-text {
    padding: calc(0.1875 * var(--rem)) calc(17 * var(--px));
  }
  .head-title-text:nth-child(2) {
    margin-top: calc(-10 * var(--px));
    margin-left: calc(45 * var(--px));
  }
  .head-text {
    font-size: calc(1.25 * var(--rem));
    letter-spacing: 0.05em;
  }
  .body {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding: 0 0 calc(152 * var(--px));
    margin-top: calc(64 * var(--px));
  }
  .voice {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(36, 1fr);
    grid-column: 3/39;
    grid-row-gap: calc(41 * var(--px));
    row-gap: calc(41 * var(--px));
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .voice-item {
    min-height: calc(12.1875 * var(--rem));
  }
  .voice-item-bg.--2,
  .voice-item-bg.--5,
  .voice-item-bg.--6,
  .voice-item-bg.--9,
  .voice-item-bg.--10 {
    background: linear-gradient(180deg, #005a96 0%, #0079ca 100%);
  }
  .voice-item-bg.--3,
  .voice-item-bg.--8,
  .voice-item-bg.--11 {
    background:
      linear-gradient(175deg, #00968d 50.2%, #22b1a8 93.74%, #79dcd6 177.47%),
      #0c2c84;
  }
  .voice-item-image {
    position: absolute;
    right: -2.71vw;
    bottom: -0.88vw;
    width: 25.11vw;
    height: 16.98vw;
  }
  .voice-item-image.--3,
  .voice-item-image.--5,
  .voice-item-image.--6,
  .voice-item-image.--9,
  .voice-item-image.--11 {
    top: -1.83vw;
    bottom: auto;
  }
  .voice-item-inner {
    position: relative;
    z-index: 1;
    justify-content: center;
    padding: calc(2.1875 * var(--rem)) calc(34 * var(--px))
      calc(2.125 * var(--rem));
  }
  .voice-item-inner.--5 {
    padding: calc(0.9375 * var(--rem)) calc(34 * var(--px));
  }
  .voice-item-inner.--6,
  .voice-item-inner.--7,
  .voice-item-inner.--8,
  .voice-item-inner.--9,
  .voice-item-inner.--10,
  .voice-item-inner.--11,
  .voice-item-inner.--12,
  .voice-item-inner.--14 {
    padding: calc(1.6875 * var(--rem)) calc(34 * var(--px));
  }
  .voice-item-headline {
    flex-direction: column;
    font-size: calc(1.5 * var(--rem));
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .voice-item-headline-text {
    width: -moz-fit-content;
    width: fit-content;
  }
  .voice-item-headline.--5,
  .voice-item-headline.--6,
  .voice-item-headline.--7,
  .voice-item-headline.--8,
  .voice-item-headline.--9,
  .voice-item-headline.--11,
  .voice-item-headline.--12,
  .voice-item-headline.--14 {
    padding: 0;
    background-color: transparent;
  }
  .voice-item-headline.--5 .voice-item-headline-text:first-child,
  .voice-item-headline.--6 .voice-item-headline-text:first-child,
  .voice-item-headline.--7 .voice-item-headline-text:first-child,
  .voice-item-headline.--8 .voice-item-headline-text:first-child,
  .voice-item-headline.--9 .voice-item-headline-text:first-child,
  .voice-item-headline.--11 .voice-item-headline-text:first-child,
  .voice-item-headline.--12 .voice-item-headline-text:first-child,
  .voice-item-headline.--14 .voice-item-headline-text:first-child {
    padding: calc(0.25 * var(--rem)) calc(5 * var(--px)) 0 calc(16 * var(--px));
  }
  .voice-item-headline.--5 .voice-item-headline-text:last-child,
  .voice-item-headline.--6 .voice-item-headline-text:last-child,
  .voice-item-headline.--7 .voice-item-headline-text:last-child,
  .voice-item-headline.--8 .voice-item-headline-text:last-child,
  .voice-item-headline.--9 .voice-item-headline-text:last-child,
  .voice-item-headline.--11 .voice-item-headline-text:last-child,
  .voice-item-headline.--12 .voice-item-headline-text:last-child,
  .voice-item-headline.--14 .voice-item-headline-text:last-child {
    padding: 0 calc(5 * var(--px)) calc(0.25 * var(--rem)) calc(16 * var(--px));
    border-radius: 0 calc(10 * var(--px)) calc(10 * var(--px));
  }
  .voice-item-headline.--8 .voice-item-headline-text {
    width: 100%;
  }
  .voice-item-headline.--8 .voice-item-headline-text:last-child {
    border-radius: 0 0 calc(10 * var(--px)) calc(10 * var(--px));
  }
  .voice-item-headline.--5 .voice-item-headline-text:first-child,
  .voice-item-headline.--7 .voice-item-headline-text:first-child {
    padding: calc(0.25 * var(--rem)) calc(16 * var(--px)) 0;
  }
  .voice-item-text {
    width: auto;
    width: initial;
    font-size: calc(1 * var(--rem));
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .voice-item-text.--4 {
    width: 25.48vw;
  }
  .voice-item-text.--2 {
    width: 19.03vw;
  }
  .voice-item-text.--3,
  .voice-item-text.--5,
  .voice-item-text.--8,
  .voice-item-text.--9 {
    width: 27.45vw;
  }
  .voice-item-text.--7 {
    width: 28.55vw;
  }
  .voice-item-text.--10 {
    width: 29.72vw;
  }
  .voice-item.--1 {
    grid-column: 1/37;
  }
  .voice-item.--4,
  .voice-item.--8,
  .voice-item.--10 {
    grid-column: 1/21;
    margin-right: calc(8 * var(--px));
  }
  .voice-item.--3,
  .voice-item.--5,
  .voice-item.--9,
  .voice-item.--11 {
    grid-column: 21/37;
  }
  .voice-item.--2,
  .voice-item.--6 {
    grid-column: 1/17;
  }
  .voice-item.--3,
  .voice-item.--7 {
    grid-column: 17/37;
    margin-left: calc(8 * var(--px));
  }
}
