@charset "UTF-8";
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes objAnim {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  35% {
    transform: translate(-2.778vw, -1.042vw) rotate(126deg);
  }
  65% {
    transform: translate(1.042vw, 2.778vw) rotate(234deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); /* 拡大率 */
  }
}
@keyframes maskAnim {
  0% {
    -webkit-mask-size: 5% 75%;
    mask-size: 5% 75%;
    -webkit-mask-position: 34.722vw 0;
    mask-position: 34.722vw 0;
  }
  100% {
    -webkit-mask-size: 76.736vw 77.431vw;
    mask-size: 76.736vw 77.431vw;
    -webkit-mask-position: 0.694vw -9.028vw;
    mask-position: 0.694vw -9.028vw;
  }
}
@keyframes maskAnimSp {
  0% {
    -webkit-mask-size: 5% 75%;
    mask-size: 5% 75%;
    -webkit-mask-position: 47.467vw -12vw;
    mask-position: 47.467vw -12vw;
  }
  100% {
    -webkit-mask-size: 134.667vw 137.333vw;
    mask-size: 134.667vw 137.333vw;
    -webkit-mask-position: -20vw -9.333vw;
    mask-position: -20vw -9.333vw;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeInOut1 {
  0%, 10% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60%, 100% {
    opacity: 1;
  }
}
@keyframes fadeInOut2 {
  0%, 30% {
    opacity: 0;
  }
  50%, 70% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
  }
}
[data-aos=customFadeInUp] .animate.__delay150,
[data-aos=customFadeIn] .animate.__delay150,
[data-aos=customScale] .animate.__delay150 {
  transition-delay: 0.15s;
}
[data-aos=customFadeInUp] .animate.__delay300,
[data-aos=customFadeIn] .animate.__delay300,
[data-aos=customScale] .animate.__delay300 {
  transition-delay: 0.3s;
}
[data-aos=customFadeInUp] .animate.__delay450,
[data-aos=customFadeIn] .animate.__delay450,
[data-aos=customScale] .animate.__delay450 {
  transition-delay: 0.45s;
}
[data-aos=customFadeInUp] .animate.__delay600,
[data-aos=customFadeIn] .animate.__delay600,
[data-aos=customScale] .animate.__delay600 {
  transition-delay: 0.6s;
}
[data-aos=customFadeInUp] .animate.__delay750,
[data-aos=customFadeIn] .animate.__delay750,
[data-aos=customScale] .animate.__delay750 {
  transition-delay: 0.75s;
}

[data-aos=customFadeInUp] .animate {
  opacity: 0;
  transform: translate3d(0, 2.083vw, 0);
  transition: all 0.5s;
}
[data-aos=customFadeInUp].aos-animate .animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=customFadeIn] .animate {
  opacity: 0;
  transition: all 0.5s;
}
[data-aos=customFadeIn].aos-animate .animate {
  opacity: 1;
}

[data-aos=customScale] .animate {
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.5s;
}
[data-aos=customScale].aos-animate .animate {
  transform: scale(1);
}

.join {
  padding: 5.903vw 0 13.194vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .join {
    padding: 14.667vw 0 35.2vw;
  }
}
.join__inner {
  margin: 0 8.333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .join__inner {
    margin: 0 8.533vw;
  }
}
.join__inner h2 {
  color: #333;
  font-family: var(--poppins);
  font-size: 11.319vw;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 767px) {
  .join__inner h2 {
    font-size: 14.667vw;
    letter-spacing: 0.267vw;
  }
}
.join__inner p {
  color: #515151;
  font-size: 1.389vw;
  line-height: 1.8;
  letter-spacing: 0.208vw;
  margin-bottom: 4.444vw;
}
@media screen and (max-width: 767px) {
  .join__inner p {
    font-size: 4vw;
    letter-spacing: 0.533vw;
    margin-bottom: 8.533vw;
    width: 78.667vw;
  }
}
.join__links {
  display: flex;
  column-gap: 2.708vw;
}
@media screen and (max-width: 767px) {
  .join__links {
    flex-direction: column;
    gap: 2.133vw 0;
  }
}
.join__links a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 2.222vw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.281vw;
  width: 29.583vw;
  height: 6.667vw;
  position: relative;
  overflow: hidden;
  border-radius: 1.389vw;
}
.join__links a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  opacity: 0;
  transition: all 0.3s;
}
.join__links a:hover:before {
  width: 100%;
  opacity: 1;
}
.join__links a i {
  display: flex;
  align-items: center;
}
.join__links a i svg {
  width: 3.75vw;
  height: 0.694vw;
}
@media screen and (max-width: 767px) {
  .join__links a i svg {
    width: 6.4vw;
    height: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .join__links a {
    border-radius: 1.787vw;
    font-size: 4.533vw;
    line-height: 1;
    letter-spacing: 0.533vw;
    width: 62.133vw;
    height: 11.733vw;
  }
}
.join__links a.requirement {
  background: #fff;
  border: 2px solid currentColor;
  color: #2f74b5;
  column-gap: 3.403vw;
  padding-right: 4.722vw;
}
@media screen and (max-width: 767px) {
  .join__links a.requirement {
    column-gap: 10.667vw;
    padding-right: 8vw;
  }
}
.join__links a.entry {
  background-image: linear-gradient(95deg, #2f74b5 11.57%, #2f99b6 121.52%);
  color: #fff;
  column-gap: 2.431vw;
  padding-right: 2.361vw;
}
@media screen and (max-width: 767px) {
  .join__links a.entry {
    column-gap: 6.4vw;
    padding-right: 8vw;
  }
}

.kv {
  position: relative;
  display: block;
}
.kv h1 {
  font-size: 5.556vw;
  font-weight: 900;
  letter-spacing: 0.556vw;
  line-height: normal;
  padding-top: 22.431vw;
  max-width: 83.333vw;
  margin: 0 auto 4.167vw;
}
@media screen and (max-width: 767px) {
  .kv h1 {
    font-size: 8.533vw;
    letter-spacing: 1.493vw;
    padding-top: 114.667vw;
    max-width: 100%;
    margin: 0 5.333vw 2.667vw;
  }
}
.kv h1 span {
  font-size: 4.861vw;
}
@media screen and (max-width: 767px) {
  .kv h1 span {
    font-size: 7.467vw;
  }
}
.kv__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 69.167vw;
}
@media screen and (max-width: 767px) {
  .kv__image {
    width: 100vw;
  }
}
.kv__image .image-box {
  overflow: hidden;
  -webkit-mask-image: url("../images/kv_human_mask.svg");
  mask-image: url("../images/kv_human_mask.svg");
  mask-repeat: no-repeat;
}
.kv__image .image-box.show {
  display: block;
  animation: maskAnim 0.2s linear 0s normal both;
}
@media screen and (max-width: 767px) {
  .kv__image .image-box.show {
    animation: maskAnimSp 0.2s linear 0s normal both;
  }
}
.kv__image .image-box.show img {
  display: block;
}
.kv__image .image-box:nth-of-type(2) img {
  left: -35.417vw;
}
@media screen and (max-width: 767px) {
  .kv__image .image-box:nth-of-type(2) img {
    height: 170.667vw;
    left: -80vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__image .image-box:nth-of-type(3) img {
    height: 168vw;
    top: 0vw;
    left: -74.667vw;
  }
}
.kv__image .image-box img {
  position: relative;
  top: -4.861vw;
  left: -28.194vw;
  max-width: initial !important;
  width: 141.944vw;
  animation: zoomUp 5s linear 0s normal both;
  display: none;
}
@media screen and (max-width: 767px) {
  .kv__image .image-box img {
    width: auto;
    height: 176vw;
    top: -2.667vw;
    left: -76vw;
  }
}
.kv__en-text {
  z-index: -2;
  position: relative;
  color: #ddd;
  font-family: var(--poppins);
  font-size: 8.264vw;
  letter-spacing: 0.069vw;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kv__en-text {
    font-size: 12vw;
    letter-spacing: 0.08vw;
  }
}

.message {
  padding: 13.889vw 0 10.833vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 36vw 0 24vw;
  }
}
.message__inner {
  padding-left: 18.333vw;
}
@media screen and (max-width: 767px) {
  .message__inner {
    padding: 0 12.8vw;
  }
}
.message__inner h2 {
  background: linear-gradient(92deg, #3176b7 24.53%, #2cacb5 81.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.861vw;
  font-weight: 900;
  letter-spacing: 0.694vw;
  line-height: normal;
  margin-bottom: 10.417vw;
}
@media screen and (max-width: 767px) {
  .message__inner h2 {
    font-size: 6.933vw;
    letter-spacing: 1.333vw;
    margin-bottom: 10.667vw;
  }
}
.message__text {
  max-width: 56.389vw;
  display: flex;
  flex-direction: column;
  row-gap: 3.472vw;
}
@media screen and (max-width: 767px) {
  .message__text {
    max-width: 100%;
    row-gap: 8vw;
  }
}
.message__text p {
  font-size: 1.389vw;
  line-height: 1.95;
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 767px) {
  .message__text p {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    line-height: 1.75;
  }
}
.message__text p .__bold {
  font-weight: 700;
}
.message__en-text {
  color: #fff;
  font-family: var(--poppins);
  font-size: 12.014vw;
  letter-spacing: 0.139vw;
  line-height: 22.543%;
  white-space: nowrap;
  position: absolute;
  top: calc(50% - 2.083vw);
  right: calc(-25% + 7.292vw);
  transform: rotate(90deg);
}
@media (min-width: 1441px) {
  .message__en-text {
    right: calc(-25% + 12.847vw);
  }
}
@media screen and (max-width: 767px) {
  .message__en-text {
    font-size: 12.267vw;
    letter-spacing: 0.533vw;
    top: calc(50% - 35.467vw);
    right: calc(-25% + 4.267vw);
  }
}

.who {
  position: relative;
  padding: 17.361vw 0 16.25vw;
  z-index: 1;
  margin-bottom: 15.972vw;
}
@media screen and (max-width: 767px) {
  .who {
    padding: 36vw 0 44vw;
    margin-bottom: 61.333vw;
  }
}
.who::before {
  content: "";
  background: url("../images/who_bg.png") no-repeat top right;
  background-size: cover;
  position: absolute;
  top: -1.389vw;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .who::before {
    background: url("../images/who_bg_sp.png") no-repeat top right;
    background-size: 100% calc(100% - 40.533vw);
    top: 40.533vw;
  }
}
@media screen and (max-width: 767px) {
  .who__left {
    margin-bottom: 10.667vw;
  }
}
.who__left img {
  width: 52.153vw;
}
@media screen and (max-width: 767px) {
  .who__left img {
    width: 71.467vw;
  }
}
.who__right {
  color: #fff;
  position: absolute;
  top: 14.583vw;
  left: 44.444vw;
  width: 49.306vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .who__right {
    width: 100%;
    position: static;
    padding: 0 12.8vw;
  }
}
.who__right h2 {
  font-family: var(--poppins);
  font-size: 7.778vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.069vw;
  display: flex;
  flex-direction: column;
  row-gap: 1.042vw;
  width: fit-content;
  margin-bottom: 2.778vw;
}
@media screen and (max-width: 767px) {
  .who__right h2 {
    font-size: 8vw;
    letter-spacing: 0.267vw;
    row-gap: 5.333vw;
    margin-bottom: 8.533vw;
  }
}
.who__right h2 span {
  font-family: var(--noto);
  font-size: 1.389vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.139vw;
}
@media screen and (max-width: 767px) {
  .who__right h2 span {
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.267vw;
  }
}
.who__right p {
  width: 47.917vw;
  line-height: 1.625;
  letter-spacing: 0.069vw;
  margin-bottom: 4.167vw;
}
@media screen and (max-width: 767px) {
  .who__right p {
    width: 100%;
    line-height: 1.75;
    letter-spacing: 0.533vw;
    margin-bottom: 17.067vw;
  }
}
.who__right .list {
  padding-left: 11.667vw;
}
@media screen and (max-width: 767px) {
  .who__right .list {
    padding-left: 0;
  }
}
.who__right .list p {
  font-size: 1.319vw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.139vw;
  margin-bottom: 0.347vw;
}
@media screen and (max-width: 767px) {
  .who__right .list p {
    font-size: 4vw;
    letter-spacing: 0.4vw;
    margin-bottom: 0.8vw;
  }
}
.who__right .list ul {
  width: 25.903vw;
}
@media screen and (max-width: 767px) {
  .who__right .list ul {
    width: 100%;
  }
}
.who__right .list ul li {
  border-bottom: #fff dashed 1px;
  line-height: 2.75;
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 767px) {
  .who__right .list ul li {
    font-size: 3.467vw;
    line-height: 2.647;
    letter-spacing: 0.627vw;
  }
}

.intro {
  border-radius: 13.889vw;
  background: linear-gradient(180deg, #2eacc8 0%, #3074b6 100%);
  padding: 12.917vw 0 23.333vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .intro {
    border-radius: 17.067vw;
    padding: 24vw 0 34.667vw;
  }
}
.intro__lead {
  position: relative;
  z-index: 1;
}
.intro__lead-inner {
  display: flex;
  justify-content: center;
  column-gap: 7.917vw;
  margin-bottom: 16.319vw;
  padding: 0 8.333vw;
}
@media screen and (max-width: 767px) {
  .intro__lead-inner {
    flex-direction: column;
    justify-content: initial;
    row-gap: 0;
    margin-bottom: 24vw;
    padding: 0;
  }
}
.intro__lead-inner h2 {
  color: #fff;
  font-family: var(--poppins);
  font-size: 5.556vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.069vw;
  display: flex;
  flex-direction: column;
  row-gap: 0.694vw;
  width: fit-content;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 767px) {
  .intro__lead-inner h2 {
    font-size: 8vw;
    letter-spacing: 0.267vw;
    row-gap: 6.4vw;
    margin-bottom: 8.533vw;
    padding: 0 12.8vw;
  }
}
.intro__lead-inner h2.__sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .intro__lead-inner h2.__sp {
    display: flex !important;
  }
}
.intro__lead-inner h2 span {
  font-family: var(--noto);
  font-size: 1.389vw;
  line-height: 1.5;
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 767px) {
  .intro__lead-inner h2 span {
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.267vw;
  }
}
.intro__lead-left {
  margin-bottom: 10.667vw;
}
.intro__lead-left img {
  width: 34.931vw;
}
@media screen and (max-width: 767px) {
  .intro__lead-left img {
    width: 88vw;
    margin-left: auto;
  }
}
.intro__lead-right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .intro__lead-right {
    padding: 0 8.533vw;
  }
}
.intro__lead-right p:first-of-type {
  border-radius: 3.472vw;
  background: rgba(255, 255, 255, 0.87);
  color: #0485a4;
  font-family: var(--poppins);
  font-size: 1.944vw;
  line-height: 0.8;
  padding: 2.083vw 3.819vw 2.083vw 2.639vw;
  width: fit-content;
  margin-bottom: 2.778vw;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .intro__lead-right p:first-of-type {
    border-radius: 6.933vw;
    font-size: 4vw;
    padding: 4vw 0;
    text-align: center;
    margin-bottom: 6.4vw;
    width: 100%;
  }
}
.intro__lead-right p:nth-of-type(2) {
  color: #fff;
  line-height: 206.25%;
  letter-spacing: 0.139vw;
  width: 38.889vw;
}
@media screen and (max-width: 767px) {
  .intro__lead-right p:nth-of-type(2) {
    line-height: 1.75;
    letter-spacing: 0.533vw;
    padding: 0 4.267vw;
    width: 100%;
  }
}
.intro__possible {
  margin-bottom: 18.889vw;
}
@media screen and (max-width: 767px) {
  .intro__possible {
    margin-bottom: 23.467vw;
  }
}
.intro__possible-inner {
  padding: 0 1.736vw;
}
@media screen and (max-width: 767px) {
  .intro__possible-inner {
    padding: 0;
    margin: 0 8.533vw;
  }
}
.intro__possible-inner h3 {
  color: #fff;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.208vw;
  padding-left: 1.875vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__possible-inner h3 {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    padding-left: 3.467vw;
  }
}
.intro__possible-inner h3:before {
  content: "";
  background: url("../images/heading_deco_white.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 0.833vw;
  height: 0.833vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .intro__possible-inner h3:before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.intro__possible-inner h3 {
  margin: 0 auto 10.278vw;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .intro__possible-inner h3 {
    margin: 0 auto 17.333vw;
  }
}
.intro__possible-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 96.597vw;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .intro__possible-list {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
    justify-content: initial;
    row-gap: 20.8vw;
  }
}
.intro__possible-list .item {
  position: relative;
  border-radius: 1.389vw;
  background: #fff;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  padding: 0 0 1.875vw;
  width: 29.444vw;
  transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .intro__possible-list .item {
    padding: 0 0 8.533vw;
    width: 100%;
    transform: scale(1);
    transition: none;
  }
}
@media screen and (min-width: 768px) {
  .intro__possible-list .item.hover {
    transform: scale(1);
    transform-origin: 50% 50%; /* または center center */
    width: 34.097vw;
  }
  .intro__possible-list .item.hover h4 {
    opacity: 1;
  }
  .intro__possible-list .item.hover .image {
    transform: scale(1.1);
  }
  .intro__possible-list .item.hover .text {
    width: 28.125vw;
    font-size: 1.111vw;
    letter-spacing: 0.139vw;
  }
}
.intro__possible-list .item h4 {
  background: #2f74b5;
  border-radius: 3.472vw;
  color: #fff;
  font-size: 1.389vw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.139vw;
  white-space: nowrap;
  width: fit-content;
  height: 3.75vw;
  padding: 0 1.528vw;
  position: relative;
  top: -1.875vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .intro__possible-list .item h4 {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    width: 73.867vw;
    height: 15.733vw;
    padding: 0;
    top: -8vw;
    opacity: 1;
    text-align: center;
  }
}
.intro__possible-list .item .image {
  transition: transform 0.6s;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 767px) {
  .intro__possible-list .item .image {
    margin-top: -2.133vw;
    margin-bottom: 7.467vw;
  }
}
.intro__possible-list .item .image img {
  width: auto;
  height: 16.528vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .intro__possible-list .item .image img.__01 {
    height: 48.267vw;
  }
  .intro__possible-list .item .image img.__02 {
    height: 44vw;
  }
  .intro__possible-list .item .image img.__03 {
    height: 45.6vw;
  }
}
.intro__possible-list .item .text {
  margin: 0 auto;
  font-size: 1.042vw;
  line-height: 1.8;
  letter-spacing: 0.069vw;
  width: 24.653vw;
  transition: width 0.6s;
}
@media screen and (max-width: 767px) {
  .intro__possible-list .item .text {
    font-size: 4vw;
    letter-spacing: 0.4vw;
    width: calc(100% - 10.133vw);
  }
}
.intro__flow {
  overflow: hidden;
  margin-bottom: 16.667vw;
}
@media screen and (max-width: 767px) {
  .intro__flow {
    margin-bottom: 23.467vw;
  }
}
.intro__flow-inner {
  padding-left: 8.333vw;
}
@media screen and (max-width: 767px) {
  .intro__flow-inner {
    padding: 0;
    margin: 0 8.533vw;
  }
}
.intro__flow-inner h3 {
  color: #fff;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.208vw;
  padding-left: 1.875vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__flow-inner h3 {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    padding-left: 3.467vw;
  }
}
.intro__flow-inner h3:before {
  content: "";
  background: url("../images/heading_deco_white.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 0.833vw;
  height: 0.833vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .intro__flow-inner h3:before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.intro__flow-inner h3 {
  margin-bottom: 5.556vw;
}
.intro__flow-inner h4 {
  color: #fff;
  font-size: 1.736vw;
  line-height: 1.2;
  letter-spacing: 0.208vw;
  padding-left: 1.875vw;
  margin-bottom: 2.222vw;
}
@media screen and (max-width: 767px) {
  .intro__flow-inner h4 {
    font-size: 4vw;
    letter-spacing: 0.4vw;
    padding-left: 0;
    margin-bottom: 6.4vw;
  }
}
.intro__flow .flow-slider {
  margin-bottom: 4.514vw;
  padding-right: 8.333vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider {
    padding-right: 0;
  }
  .intro__flow .flow-slider .swiper-wrapper {
    flex-direction: column !important;
    row-gap: 8.533vw;
  }
}
.intro__flow .flow-slider .item {
  width: 61.25vw;
  border-radius: 1.389vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item {
    width: 100%;
    border-radius: 2.667vw;
  }
}
.intro__flow .flow-slider .item:first-of-type .item-right-image {
  top: 7.639vw;
  width: 12.431vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item:first-of-type .item-right-image {
    top: 11.2vw;
    width: 24.533vw;
  }
}
.intro__flow .flow-slider .item:nth-of-type(2) .item-right-image {
  top: 1.181vw;
  width: 9.028vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item:nth-of-type(2) .item-right-image {
    top: 0;
    width: 16.267vw;
  }
}
.intro__flow .flow-slider .item-inner {
  background: #fff;
  display: flex;
  column-gap: 3.889vw;
  padding: 3.889vw 4.167vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-inner {
    flex-direction: column;
    gap: 0;
    padding: 6.4vw 4.267vw 8.533vw;
  }
}
.intro__flow .flow-slider .item-inner h5 {
  font-size: 1.389vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.208vw;
  margin-bottom: 1.667vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-inner h5 {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    margin-bottom: 6.4vw;
  }
}
.intro__flow .flow-slider .item-left {
  position: relative;
  width: 19.792vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-left {
    width: 100%;
    margin-bottom: 8.533vw;
  }
}
.intro__flow .flow-slider .item-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 19.792vw;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-left img {
    position: static;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .intro__flow .flow-slider .item-left img:nth-child(1) {
    animation-name: fadeInOut1;
  }
}
@media screen and (min-width: 768px) {
  .intro__flow .flow-slider .item-left img:nth-child(2) {
    animation-name: fadeInOut2;
  }
}
.intro__flow .flow-slider .item-right {
  flex: 1;
  position: relative;
  padding-top: 1.181vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-right {
    padding-top: 0;
  }
}
.intro__flow .flow-slider .item-right ul li {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-right ul li {
    letter-spacing: 0.533vw;
  }
}
.intro__flow .flow-slider .item-right .skills {
  margin-top: 2.431vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-right .skills {
    margin-top: 8.533vw;
  }
}
.intro__flow .flow-slider .item-right .skills .head {
  border-radius: 0.694vw 0.694vw 0px 0px;
  background: #00889d;
  color: #fff;
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.139vw;
  padding: 0.208vw 1.667vw;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-right .skills .head {
    border-radius: 1.6vw 1.6vw 0px 0px;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.533vw;
    padding: 1.867vw 4.8vw;
  }
}
.intro__flow .flow-slider .item-right .skills .skill-list {
  border-radius: 0px 0.694vw 0.694vw 0.694vw;
  border: 3px solid #00889d;
  background: #fff;
  padding: 1.042vw 0 1.042vw 1.25vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.389vw;
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-right .skills .skill-list {
    border-radius: 0px 1.6vw 1.6vw 1.6vw;
    padding: 6.667vw 6.933vw 9.333vw;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.intro__flow .flow-slider .item-right .skills .skill-list ul li {
  display: flex;
  align-items: center;
  column-gap: 0.625vw;
  letter-spacing: 0.139vw;
}
@media screen and (min-width: 768px) {
  .intro__flow .flow-slider .item-right .skills .skill-list ul li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .intro__flow .flow-slider .item-right .skills .skill-list ul li {
    column-gap: 4vw;
    letter-spacing: 0.533vw;
  }
}
.intro__flow .flow-slider .item-right-image {
  position: absolute;
  right: 0;
}
.intro__flow .flow-slider-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5.208vw;
  padding-right: 8.333vw;
}
.intro__flow .flow-slider-bottom .progress {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.208vw;
  overflow: hidden;
}
.intro__flow .flow-slider-bottom .progress-bar {
  transition: width 0.3s;
  width: 0;
  height: 0.208vw;
  background: #fff;
}
.intro__flow .flow-slider-bottom .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.736vw;
}
.intro__flow .flow-slider-bottom .arrows div {
  cursor: pointer;
}
.intro__flow .flow-slider-bottom .arrows div img {
  width: 3.333vw;
}
.intro__flow .flow-slider-bottom .arrows div.swiper-button-disabled img {
  opacity: 0.6;
}
.intro__scene {
  margin-bottom: 16.667vw;
}
@media screen and (max-width: 767px) {
  .intro__scene {
    margin-bottom: 23.467vw;
  }
}
.intro__scene-inner {
  color: #fff;
  margin: 0 8.333vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-inner {
    margin: 0 8.533vw;
  }
}
.intro__scene-inner h3 {
  color: #fff;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.208vw;
  padding-left: 1.875vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__scene-inner h3 {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    padding-left: 3.467vw;
  }
}
.intro__scene-inner h3:before {
  content: "";
  background: url("../images/heading_deco_white.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 0.833vw;
  height: 0.833vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .intro__scene-inner h3:before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.intro__scene-inner h3 {
  margin-bottom: 5.556vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-inner h3 {
    margin-bottom: 13.333vw;
  }
}
.intro__scene-list-top {
  margin-bottom: 1.389vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top {
    margin-bottom: 0;
  }
}
.intro__scene-list-top ul {
  display: flex;
  flex-direction: column;
  row-gap: 4.444vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top ul {
    row-gap: 14.4vw;
  }
}
.intro__scene-list-top .item-inner {
  display: flex;
  border-bottom: 1px solid #fff;
  column-gap: 4.167vw;
  padding-bottom: 4.444vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top .item-inner {
    flex-direction: column;
    padding-bottom: 14.4vw;
  }
}
.intro__scene-list-top .item-left img {
  width: 19.097vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top .item-left img {
    width: 40.267vw;
    margin: auto;
  }
}
.intro__scene-list-top .item-right {
  flex: 1;
}
.intro__scene-list-top .item-right dl {
  display: flex;
  flex-direction: column;
  row-gap: 2.778vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top .item-right dl {
    row-gap: 6.4vw;
  }
}
.intro__scene-list-top .item-right dl div {
  display: flex;
  align-items: baseline;
  column-gap: 2.778vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top .item-right dl div {
    flex-direction: column;
    gap: 4.267vw 0;
  }
}
.intro__scene-list-top .item-right dl div dt {
  font-size: 1.736vw;
  letter-spacing: 0.139vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top .item-right dl div dt {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
  }
}
.intro__scene-list-top .item-right dl div dd {
  flex: 1;
  font-size: 1.597vw;
  font-weight: 400;
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top .item-right dl div dd {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    display: flex;
    flex-direction: column;
    row-gap: 2.667vw;
  }
}
.intro__scene-list-top .item-right dl div dd > span {
  display: flex;
}
.intro__scene-list-top .item-right dl div dd .comma {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-top .item-right dl div dd .comma {
    display: none !important;
  }
}
.intro__scene-list-bottom ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom ul {
    grid-template-columns: 1fr;
  }
}
.intro__scene-list-bottom .item-inner {
  display: flex;
  column-gap: 1.111vw;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item-inner {
    column-gap: 3.733vw;
    padding: 13.333vw 0 !important;
    border-bottom: 1px solid #fff;
  }
}
.intro__scene-list-bottom .item-left img {
  width: 11.806vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item-left img {
    width: 29.067vw;
  }
}
.intro__scene-list-bottom .item-right {
  flex: 1;
  display: grid;
  grid-template-rows: 1fr;
}
.intro__scene-list-bottom .item-right dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.042vw;
  font-size: 1.181vw;
  letter-spacing: 0.139vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item-right dl {
    justify-content: initial;
    row-gap: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.267vw;
  }
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item-right dl div {
    display: flex;
    flex-direction: column;
    gap: 1.333vw 0;
  }
}
.intro__scene-list-bottom .item-right dl div dt {
  margin-bottom: 0.417vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item-right dl div dt {
    margin-bottom: 0;
  }
}
.intro__scene-list-bottom .item-right dl div dd {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item-right dl div dd {
    display: flex;
    flex-direction: column;
    row-gap: 2.667vw;
  }
}
.intro__scene-list-bottom .item-right dl div dd > span {
  display: flex;
}
.intro__scene-list-bottom .item:nth-of-type(odd) .item-inner {
  padding-right: 1.389vw;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item:nth-of-type(odd) .item-inner {
    padding-right: 0;
  }
}
.intro__scene-list-bottom .item:nth-of-type(odd) .item-inner::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 1px;
  height: calc(100% - 1.458vw);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item:nth-of-type(odd) .item-inner::before {
    content: none;
  }
}
.intro__scene-list-bottom .item:nth-of-type(even) .item-inner {
  padding-left: 1.389vw;
}
.intro__scene-list-bottom .item:nth-of-type(1) .item-inner, .intro__scene-list-bottom .item:nth-of-type(2) .item-inner {
  padding-top: 5.208vw;
  padding-bottom: 5.208vw;
}
.intro__scene-list-bottom .item:nth-of-type(3) .item-inner, .intro__scene-list-bottom .item:nth-of-type(4) .item-inner {
  padding-top: 5.208vw;
  padding-bottom: 3.819vw;
}
.intro__scene-list-bottom .item:nth-of-type(3) .item-inner::after, .intro__scene-list-bottom .item:nth-of-type(4) .item-inner::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: calc(100% - 0.625vw);
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .intro__scene-list-bottom .item:nth-of-type(3) .item-inner::after, .intro__scene-list-bottom .item:nth-of-type(4) .item-inner::after {
    content: none;
  }
}
.intro__scene-list-bottom .item:nth-of-type(1) .item-inner::before {
  top: 0;
}
.intro__scene-list-bottom .item:nth-of-type(3) .item-inner::before {
  bottom: 0;
}
.intro__scene-list-bottom .item:nth-of-type(3) .item-inner::after {
  left: 0;
}
.intro__scene-list-bottom .item:nth-of-type(4) .item-inner::after {
  right: 0;
}
.intro__document-inner {
  width: 54.167vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro__document-inner {
    width: calc(100% - 17.067vw);
  }
}
.intro__document-inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 10;
}
.intro__en-text {
  font-family: var(--poppins);
  font-size: 13.889vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.556vw;
  white-space: nowrap;
  position: absolute;
  bottom: 17.361vw;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.74) 11.01%, rgba(255, 255, 255, 0.56) 50.84%, rgba(255, 255, 255, 0.71) 89.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  column-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .intro__en-text {
    font-size: 16vw;
    letter-spacing: 0.64vw;
    bottom: 25.333vw;
  }
}

.team {
  position: relative;
}
.team::before {
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  display: block;
  width: 100%;
  height: 32.639vw;
  position: absolute;
  bottom: -1.389vw;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .team::before {
    content: none;
  }
}
.team__bg {
  position: relative;
  padding: 16.667vw 0 30.556vw;
}
@media screen and (max-width: 767px) {
  .team__bg {
    padding: 48vw 0 23.467vw;
  }
}
.team__bg::before {
  content: "";
  background: #f8fdff;
  display: block;
  width: 100%;
  height: calc(100% + 15.278vw);
  position: absolute;
  top: -13.889vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .team__bg::before {
    content: none;
  }
}
.team__top-bg {
  position: relative;
}
.team__top-bg::after {
  content: "";
  background: url("../images/team_bg.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 100vw;
  height: 32.639vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .team__top-bg::after {
    background: url("../images/team_bg_sp.svg") no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vw;
    bottom: -2.667vw;
  }
}
.team__inner {
  margin: 0 8.333vw;
}
@media screen and (max-width: 767px) {
  .team__inner {
    margin: 0 8.533vw;
  }
}
.team__inner h2 {
  color: #2c7bb7;
  font-family: var(--poppins);
  font-size: 7.778vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.069vw;
  display: flex;
  flex-direction: column;
  row-gap: 1.042vw;
  width: fit-content;
  margin-bottom: 5.208vw;
}
@media screen and (max-width: 767px) {
  .team__inner h2 {
    font-size: 8vw;
    letter-spacing: 0.267vw;
    row-gap: 4.267vw;
    margin-bottom: 10.667vw;
  }
}
.team__inner h2 span {
  color: initial;
  font-family: var(--noto);
  font-size: 1.389vw;
  line-height: 1.5;
  letter-spacing: 0.139vw;
}
@media screen and (max-width: 767px) {
  .team__inner h2 span {
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.267vw;
  }
}
@media screen and (max-width: 767px) {
  .team__inner h2 {
    margin-bottom: 10.667vw;
  }
}
.team__inner h3 {
  font-size: 3.472vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.208vw;
  background: linear-gradient(270deg, #3277b8 9.26%, #2f99b6 88.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto 3.889vw;
  position: relative;
  padding: 0 6.944vw;
}
@media screen and (max-width: 767px) {
  .team__inner h3 {
    font-size: 6.133vw;
    line-height: 1.3;
    letter-spacing: 1.067vw;
    width: 100%;
    margin: 0 auto 8.533vw;
    padding: 0 7.2vw;
    text-align: center;
  }
}
.team__inner h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.736vw;
  display: block;
  height: 3.264vw;
  width: 3.819vw;
  background: url("../images/team_heading_ico01.svg") no-repeat;
  background-size: 3.819vw 3.264vw;
}
@media screen and (max-width: 767px) {
  .team__inner h3::before {
    top: 0;
    height: 6.4vw;
    width: 7.467vw;
    background-size: 7.467vw 6.4vw;
  }
}
.team__inner h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.736vw;
  display: block;
  height: 3.264vw;
  width: 3.819vw;
  background: url("../images/team_heading_ico02.svg") no-repeat;
  background-size: 3.819vw 3.264vw;
}
@media screen and (max-width: 767px) {
  .team__inner h3::after {
    bottom: 0;
    height: 6.4vw;
    width: 7.467vw;
    background-size: 7.467vw 6.4vw;
  }
}
.team__inner p {
  width: 53.819vw;
  margin: auto;
  line-height: 1.75;
  letter-spacing: 0.139vw;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 767px) {
  .team__inner p {
    width: 100%;
    letter-spacing: 0.267vw;
    margin-bottom: 16vw;
  }
}
.team__inner .team-pic {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 1.528vw;
}
@media screen and (max-width: 767px) {
  .team__inner .team-pic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2.933vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.team__inner .team-pic img {
  flex: 1;
  width: 100%;
  filter: drop-shadow(3px 7px 6px rgba(102, 102, 102, 0.25));
}
.team__inner .team-pic img:nth-of-type(2) {
  margin-top: 1.528vw;
}
.team .number {
  padding-top: 16.667vw;
}
@media screen and (max-width: 767px) {
  .team .number {
    padding-top: 42.667vw;
  }
}
.team .number__inner {
  margin: 0 8.333vw;
}
@media screen and (max-width: 767px) {
  .team .number__inner {
    margin: 0 8.533vw;
  }
}
.team .number__inner h3 {
  color: #3175b7;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.208vw;
  padding-left: 1.875vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .team .number__inner h3 {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
    padding-left: 3.467vw;
  }
}
.team .number__inner h3:before {
  content: "";
  background: url("../images/heading_deco_blue.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 0.833vw;
  height: 0.833vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .team .number__inner h3:before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.team .number__inner h3 {
  margin-bottom: 4.444vw;
}
@media screen and (max-width: 767px) {
  .team .number__inner h3 {
    margin-bottom: 10.667vw;
  }
}
.team .number__list.__top {
  display: grid;
  grid-template-columns: 30.694vw 1fr 1fr;
  grid-template-rows: 1fr 20.694vw;
  gap: 1.042vw;
  margin-bottom: 1.042vw;
}
@media screen and (max-width: 767px) {
  .team .number__list.__top {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 6.4vw 0;
    margin-bottom: 6.4vw;
  }
}
.team .number__list.__bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) 35.972vw;
  column-gap: 1.042vw;
}
@media screen and (max-width: 767px) {
  .team .number__list.__bottom {
    grid-template-columns: 1fr;
    gap: 6.4vw 0;
  }
}
.team .number__list-item {
  border-radius: 0.694vw;
  border: 3px solid #3175b7;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .team .number__list-item {
    border-radius: 1.867vw;
  }
}
.team .number__list-item h4 {
  color: #0e457a;
  font-size: 1.389vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.208vw;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .team .number__list-item h4 {
    font-size: 4.267vw;
    letter-spacing: 0.4vw;
    margin-bottom: 4.8vw;
  }
}
.team .number__list-item .num {
  font-family: var(--montserrat);
  font-weight: 800;
  line-height: 1;
}
.team .number__list-item.__01 {
  grid-area: 1/1/3/2;
  padding: 1.944vw 2.639vw 2.778vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__01 {
    grid-area: auto;
    padding: 5.867vw 7.467vw 8vw;
  }
}
.team .number__list-item.__01 *.__men {
  color: #0198da;
}
.team .number__list-item.__01 *.__women {
  color: #a9d6ea;
}
.team .number__list-item.__01 .chart {
  position: relative;
}
.team .number__list-item.__01 .chart-main {
  width: 25.417vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__01 .chart-main {
    width: 68vw;
    margin: 0 auto;
    text-align: center;
  }
}
.team .number__list-item.__01 .chart-text {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team .number__list-item.__01 .chart-text img {
  width: 6.944vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__01 .chart-text img {
    width: 18.667vw;
  }
}
.team .number__list-item.__01 .chart-text .num {
  font-size: 3.472vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__01 .chart-text .num {
    font-size: 9.333vw;
  }
}
.team .number__list-item.__01 .chart-text .num span {
  font-size: 5.556vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__01 .chart-text .num span {
    font-size: 14.933vw;
  }
}
.team .number__list-item.__01 .gender {
  display: flex;
  justify-content: center;
  column-gap: 4.167vw;
  margin-top: 1.389vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__01 .gender {
    column-gap: 11.2vw;
    margin-top: 3.467vw;
  }
}
.team .number__list-item.__01 .gender p {
  font-size: 1.181vw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.059vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__01 .gender p {
    font-size: 3.733vw;
    letter-spacing: 0.048vw;
  }
}
.team .number__list-item.__02 {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__02 {
    grid-area: auto;
  }
}
.team .number__list-item.__02 .num {
  color: #3d96a7;
}
.team .number__list-item.__03 {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__03 {
    grid-area: auto;
  }
}
.team .number__list-item.__03 .num {
  color: #0198da;
}
.team .number__list-item.__02, .team .number__list-item.__03 {
  padding: 1.944vw 0 2.292vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__02, .team .number__list-item.__03 {
    padding: 6.133vw 0 7.2vw;
  }
}
.team .number__list-item.__02 .num, .team .number__list-item.__03 .num {
  text-align: center;
  font-size: 2.778vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__02 .num, .team .number__list-item.__03 .num {
    font-size: 8.8vw;
  }
}
.team .number__list-item.__02 .num span, .team .number__list-item.__03 .num span {
  font-size: 9.028vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__02 .num span, .team .number__list-item.__03 .num span {
    font-size: 28.533vw;
  }
}
.team .number__list-item.__04 {
  grid-area: 2/2/3/4;
  padding: 1.389vw 3.889vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 {
    grid-area: auto;
    padding: 6.133vw 10.667vw;
  }
}
.team .number__list-item.__04 h4 {
  margin-bottom: 0.694vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 h4 {
    margin-bottom: 5.333vw;
  }
}
.team .number__list-item.__04 .charts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts {
    grid-template-columns: 1fr;
  }
}
.team .number__list-item.__04 .charts .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team .number__list-item.__04 .charts .item img {
  width: 14.583vw;
  margin: 0 auto 1.389vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item img {
    width: 48vw;
    margin: 0 auto 4vw;
  }
}
.team .number__list-item.__04 .charts .item .head {
  font-size: 1.042vw;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.694vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item .head {
    font-size: 3.467vw;
    margin-bottom: 2.667vw;
  }
}
.team .number__list-item.__04 .charts .item .nums {
  display: flex;
  align-items: center;
  column-gap: 5.278vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item .nums {
    column-gap: 17.6vw;
  }
}
.team .number__list-item.__04 .charts .item .nums__inner {
  text-align: center;
}
.team .number__list-item.__04 .charts .item .nums__num-new, .team .number__list-item.__04 .charts .item .nums__num-mid {
  font-family: var(--montserrat);
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item .nums__num-new, .team .number__list-item.__04 .charts .item .nums__num-mid {
    line-height: normal;
  }
}
.team .number__list-item.__04 .charts .item .nums__num-new span, .team .number__list-item.__04 .charts .item .nums__num-mid span {
  line-height: 0;
}
.team .number__list-item.__04 .charts .item .nums__num-new {
  font-size: 2.292vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item .nums__num-new {
    font-size: 7.733vw;
  }
}
.team .number__list-item.__04 .charts .item .nums__num-new span {
  font-size: 2.986vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item .nums__num-new span {
    font-size: 9.867vw;
  }
}
.team .number__list-item.__04 .charts .item .nums__num-mid {
  font-size: 2.292vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item .nums__num-mid {
    font-size: 7.733vw;
  }
}
.team .number__list-item.__04 .charts .item .nums__num-mid span {
  font-size: 4.028vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item .nums__num-mid span {
    font-size: 13.333vw;
  }
}
.team .number__list-item.__04 .charts .item .nums__text {
  color: #045477;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__04 .charts .item:nth-of-type(1) {
    padding-bottom: 6.4vw;
    margin-bottom: 6.4vw;
    border-bottom: 1px solid rgba(49, 117, 183, 0.5);
  }
}
.team .number__list-item.__04 .charts .item:nth-of-type(1) .head {
  color: #045477;
}
.team .number__list-item.__04 .charts .item:nth-of-type(1) .nums__num-new {
  color: #a9d6ea;
}
.team .number__list-item.__04 .charts .item:nth-of-type(1) .nums__num-mid {
  color: #0198da;
}
.team .number__list-item.__04 .charts .item:nth-of-type(2) .head {
  color: #265c66;
}
.team .number__list-item.__04 .charts .item:nth-of-type(2) .nums__num-new {
  color: #95d6da;
}
.team .number__list-item.__04 .charts .item:nth-of-type(2) .nums__num-mid {
  color: #3d96a7;
}
.team .number__list-item.__05 {
  padding: 1.944vw 3.194vw 2.778vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__05 {
    padding: 6.4vw 10.667vw;
  }
}
.team .number__list-item.__05 ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.486vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__05 ul {
    row-gap: 1.6vw;
  }
}
.team .number__list-item.__05 ul li {
  background: #e2f1f2;
  border-radius: 0.139vw;
  border-left: 3px solid #3d96a7;
  color: #265c66;
  line-height: 0.8;
  font-size: 1.181vw;
  font-weight: 700;
  letter-spacing: 0.259vw;
  padding: 0.556vw 1.667vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__05 ul li {
    font-size: 4vw;
    letter-spacing: 0.915vw;
    padding: 2.133vw 6.4vw;
  }
}
.team .number__list-item.__06 {
  padding: 1.944vw 1.944vw 2.778vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 {
    padding: 6.4vw 8.533vw 8vw;
  }
}
.team .number__list-item.__06 ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.042vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul {
    row-gap: 1.333vw;
  }
}
.team .number__list-item.__06 ul li:nth-of-type(1) .inner .num, .team .number__list-item.__06 ul li:nth-of-type(2) .inner .num, .team .number__list-item.__06 ul li:nth-of-type(3) .inner .num, .team .number__list-item.__06 ul li:nth-of-type(4) .inner .num {
  color: #0198da;
}
.team .number__list-item.__06 ul li:nth-of-type(5) .inner .chart .num, .team .number__list-item.__06 ul li:nth-of-type(6) .inner .chart .num, .team .number__list-item.__06 ul li:nth-of-type(7) .inner .chart .num, .team .number__list-item.__06 ul li:nth-of-type(8) .inner .chart .num {
  color: #a9d6ea;
}
.team .number__list-item.__06 ul li .inner {
  display: grid;
  grid-template-columns: 6.806vw 1fr;
  align-items: center;
  column-gap: 1.042vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner {
    grid-template-columns: 25.333vw 1fr;
    column-gap: 3.733vw;
  }
}
.team .number__list-item.__06 ul li .inner > p {
  color: #045477;
  font-size: 1.181vw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.069vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner > p {
    font-size: 4.267vw;
    letter-spacing: 0.267vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 0.347vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart {
    column-gap: 1.333vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar {
  height: 1.944vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar {
    height: 6.933vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar.__01, .team .number__list-item.__06 ul li .inner .chart .bar.__02, .team .number__list-item.__06 ul li .inner .chart .bar.__03, .team .number__list-item.__06 ul li .inner .chart .bar.__04 {
  background: #0198da;
  color: #0198da;
}
.team .number__list-item.__06 ul li .inner .chart .bar.__05, .team .number__list-item.__06 ul li .inner .chart .bar.__06, .team .number__list-item.__06 ul li .inner .chart .bar.__07, .team .number__list-item.__06 ul li .inner .chart .bar.__08 {
  background: #a9d6ea;
  color: #a9d6ea;
}
.team .number__list-item.__06 ul li .inner .chart .bar.__01 {
  width: 6.806vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar.__01 {
    width: 24vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar.__02 {
  width: 5.903vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar.__02 {
    width: 20.8vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar.__03 {
  width: 5.486vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar.__03 {
    width: 19.2vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar.__04 {
  width: 4.931vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar.__04 {
    width: 17.333vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar.__05 {
  width: 4.236vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar.__05 {
    width: 15.2vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar.__06 {
  width: 3.819vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar.__06 {
    width: 13.6vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar.__07 {
  width: 3.819vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar.__07 {
    width: 13.333vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .bar.__08 {
  width: 3.472vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .bar.__08 {
    width: 12.267vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .num {
  font-family: var(--montserrat);
  font-weight: 800;
  font-size: 1.597vw;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .num {
    font-size: 5.6vw;
  }
}
.team .number__list-item.__06 ul li .inner .chart .num span {
  font-size: 2.153vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__06 ul li .inner .chart .num span {
    font-size: 7.467vw;
  }
}
.team .number__list-item.__07 {
  padding: 1.944vw 5.417vw 2.431vw 8.125vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 {
    padding: 6.133vw 13.867vw 6.133vw 19.467vw;
  }
}
.team .number__list-item.__07 h4 {
  margin-bottom: 2.083vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 h4 {
    margin-bottom: 4.533vw;
  }
}
.team .number__list-item.__07 .chart {
  position: relative;
}
.team .number__list-item.__07 .chart img {
  width: 22.431vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart img {
    width: 49.333vw;
  }
}
.team .number__list-item.__07 .chart .num {
  font-family: var(--montserrat);
  font-weight: 800;
  line-height: 0.875;
}
.team .number__list-item.__07 .chart .experience {
  position: absolute;
  top: 0;
  left: -3.889vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart .experience {
    left: -8.533vw;
  }
}
.team .number__list-item.__07 .chart .experience .text {
  color: #265c66;
  font-size: 1.389vw;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart .experience .text {
    font-size: 2.933vw;
    letter-spacing: 0.459vw;
  }
}
.team .number__list-item.__07 .chart .experience .num {
  color: #95d6da;
  font-size: 2.361vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart .experience .num {
    font-size: 5.333vw;
  }
}
.team .number__list-item.__07 .chart .experience .num span {
  font-size: 3.819vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart .experience .num span {
    font-size: 8.533vw;
  }
}
.team .number__list-item.__07 .chart .unexperience {
  position: absolute;
  bottom: 5vw;
  left: 4.236vw;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart .unexperience {
    bottom: 10.667vw;
    left: 10.667vw;
    column-gap: 1.333vw;
  }
}
.team .number__list-item.__07 .chart .unexperience .text {
  font-size: 1.389vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.208vw;
  padding-bottom: 0.694vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart .unexperience .text {
    font-size: 2.933vw;
    letter-spacing: 0.459vw;
    padding-bottom: 1.333vw;
  }
}
.team .number__list-item.__07 .chart .unexperience .num {
  font-size: 3.472vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart .unexperience .num {
    font-size: 7.733vw;
  }
}
.team .number__list-item.__07 .chart .unexperience .num span {
  font-size: 5.556vw;
}
@media screen and (max-width: 767px) {
  .team .number__list-item.__07 .chart .unexperience .num span {
    font-size: 12.267vw;
  }
}

.culture {
  position: relative;
  margin: -8.333vw 0 12.222vw;
  padding-top: 8.333vw;
}
@media screen and (max-width: 767px) {
  .culture {
    margin: 0 0 64vw;
    padding-top: 23.467vw;
  }
}
.culture__inner {
  margin-left: 8.333vw;
}
@media screen and (max-width: 767px) {
  .culture__inner {
    margin-left: 8.533vw;
  }
}
.culture__inner h2 {
  color: #2c7bb7;
  font-family: var(--poppins);
  font-size: 7.778vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.069vw;
  display: flex;
  flex-direction: column;
  row-gap: 1.042vw;
  width: fit-content;
  margin-bottom: 5.208vw;
}
@media screen and (max-width: 767px) {
  .culture__inner h2 {
    font-size: 8vw;
    letter-spacing: 0.267vw;
    row-gap: 4.267vw;
    margin-bottom: 10.667vw;
  }
}
.culture__inner h2 span {
  color: initial;
  font-family: var(--noto);
  font-size: 1.389vw;
  line-height: 1.5;
  letter-spacing: 0.139vw;
}
@media screen and (max-width: 767px) {
  .culture__inner h2 span {
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.267vw;
  }
}
.culture__inner h2 {
  margin-bottom: 0;
}
.culture__content {
  display: flex;
  flex-direction: column;
  row-gap: 11.458vw;
}
@media screen and (max-width: 767px) {
  .culture__content {
    row-gap: 26.667vw;
  }
}
.culture__content h3 {
  font-size: 3.333vw;
  font-weight: 700;
  line-height: 1.54167;
  letter-spacing: 0.694vw;
  margin-bottom: 4.167vw;
}
@media screen and (max-width: 767px) {
  .culture__content h3 {
    font-size: 6.667vw;
    letter-spacing: 1.6vw;
    margin-bottom: 8.533vw;
  }
}
.culture__content-item {
  display: flex;
  align-items: flex-end;
  column-gap: 3.889vw;
}
@media screen and (max-width: 767px) {
  .culture__content-item {
    flex-direction: column-reverse;
    align-items: initial;
    column-gap: 13.333vw;
  }
}
.culture__content-item-left {
  flex: 1;
  padding-bottom: 1.389vw;
}
@media screen and (max-width: 767px) {
  .culture__content-item-left {
    padding-bottom: 0;
  }
}
.culture__content-item-left div {
  padding-left: 1.944vw;
  padding-top: 0.694vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .culture__content-item-left div {
    margin-top: 13.333vw;
    padding-left: 5.333vw;
    padding-top: 0;
  }
}
.culture__content-item-left div:after {
  content: "";
  display: block;
  width: 0.139vw;
  height: 100%;
  background: #368392;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.139vw;
}
@media screen and (max-width: 767px) {
  .culture__content-item-left div:after {
    width: 0.533vw;
    border-radius: 0.533vw;
  }
}
.culture__content-item-left p {
  line-height: 2;
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 767px) {
  .culture__content-item-left p {
    letter-spacing: 0.533vw;
  }
}
.culture__content-item-left p.head {
  font-size: 1.667vw;
  font-weight: 700;
  margin-bottom: 2.083vw;
  line-height: 1.667;
}
@media screen and (max-width: 767px) {
  .culture__content-item-left p.head {
    font-size: 4.8vw;
    letter-spacing: 0.8vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .culture__content-item-left p:not(.head) {
    padding-right: 7.467vw;
  }
}
.culture__content-item-right img {
  width: 46.528vw;
}

.voice {
  background: #effafe;
  overflow: hidden;
  padding: 11.111vw 0 14.583vw;
  margin-bottom: 8.333vw;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 16vw 0 22.4vw;
    margin-bottom: 23.467vw;
  }
}
.voice__inner {
  margin: 0 8.333vw;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    margin: 0 8.533vw;
  }
}
.voice__inner h2 {
  color: #2c7bb7;
  font-family: var(--poppins);
  font-size: 7.778vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.069vw;
  display: flex;
  flex-direction: column;
  row-gap: 1.042vw;
  width: fit-content;
  margin-bottom: 5.208vw;
}
@media screen and (max-width: 767px) {
  .voice__inner h2 {
    font-size: 8vw;
    letter-spacing: 0.267vw;
    row-gap: 4.267vw;
    margin-bottom: 10.667vw;
  }
}
.voice__inner h2 span {
  color: initial;
  font-family: var(--noto);
  font-size: 1.389vw;
  line-height: 1.5;
  letter-spacing: 0.139vw;
}
@media screen and (max-width: 767px) {
  .voice__inner h2 span {
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.267vw;
  }
}
.voice__inner h2 {
  margin-bottom: 9.028vw;
}
@media screen and (max-width: 767px) {
  .voice__inner h2 {
    margin-bottom: 25.6vw;
  }
}
.voice__content {
  position: relative;
  margin-bottom: 15.625vw;
}
@media screen and (max-width: 767px) {
  .voice__content {
    margin-bottom: 29.333vw;
  }
}
.voice__content .voice-slider .item {
  width: 40.139vw;
  padding: 7.639vw 4.514vw 3.333vw;
  background: #fff;
  border-radius: 1.389vw;
  background: #fff;
  box-shadow: 4px 5px 8px 0px rgba(0, 55, 74, 0.33);
}
@media screen and (max-width: 767px) {
  .voice__content .voice-slider .item {
    width: 53.333vw;
    padding: 16.8vw 4.8vw 6.4vw;
    border-radius: 2.933vw;
    min-height: 100%;
  }
}
.voice__content .voice-slider .item:nth-of-type(odd) {
  margin-top: 3.472vw;
}
@media screen and (max-width: 767px) {
  .voice__content .voice-slider .item:nth-of-type(odd) {
    margin-top: 0;
  }
}
.voice__content .voice-slider .item .thumbnail {
  border: 11px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -5.833vw;
  left: 2.778vw;
}
@media screen and (max-width: 767px) {
  .voice__content .voice-slider .item .thumbnail {
    border: 6px solid #fff;
    top: -10.667vw;
    left: 4vw;
  }
}
.voice__content .voice-slider .item .thumbnail img {
  width: 10.069vw;
}
@media screen and (max-width: 767px) {
  .voice__content .voice-slider .item .thumbnail img {
    width: 20.533vw;
  }
}
.voice__content .voice-slider .item h3 {
  color: #fff;
  font-family: var(--poppins);
  font-weight: 600;
  letter-spacing: 0.035vw;
  width: 8.75vw;
  height: 8.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3.819vw;
  right: 6.528vw;
}
@media screen and (max-width: 767px) {
  .voice__content .voice-slider .item h3 {
    font-size: 2.667vw;
    transform: scale(0.8);
    letter-spacing: 0.072vw;
    width: 18.667vw;
    height: 18.667vw;
    top: -7.467vw;
    right: 7.733vw;
  }
}
.voice__content .voice-slider .item h3.__green {
  background: url("../images/voice_text_obj_large_green.svg") no-repeat;
  background-size: cover;
}
.voice__content .voice-slider .item h3.__blue {
  background: url("../images/voice_text_obj_large_blue.svg") no-repeat;
  background-size: cover;
}
.voice__content .voice-slider .item h3.__small {
  font-size: 0.972vw;
}
@media screen and (max-width: 767px) {
  .voice__content .voice-slider .item h3.__small {
    font-size: 2.667vw;
    transform: scale(0.7);
    width: 21.867vw;
    height: 21.867vw;
  }
}
.voice__content .voice-slider .item .obj {
  width: 3.611vw;
  height: 3.194vw;
  position: absolute;
  top: 2.639vw;
  right: 3.333vw;
}
@media screen and (max-width: 767px) {
  .voice__content .voice-slider .item .obj {
    width: 7.467vw;
    height: 6.933vw;
    top: 3.733vw;
    right: 1.6vw;
  }
}
.voice__content .voice-slider .item .obj.__green {
  background: url("../images/voice_text_obj_small_green.svg") no-repeat;
  background-size: cover;
}
.voice__content .voice-slider .item .obj.__blue {
  background: url("../images/voice_text_obj_small_blue.svg") no-repeat;
  background-size: cover;
}
.voice__content .voice-slider .item p {
  font-size: 1.736vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.208vw;
}
@media screen and (max-width: 767px) {
  .voice__content .voice-slider .item p {
    font-size: 4.267vw;
    letter-spacing: 0.533vw;
  }
}
.voice__content .arrows {
  position: absolute;
  top: -9.861vw;
  right: 0;
  display: flex;
  column-gap: 2.222vw;
  z-index: 10;
}
.voice__content .arrows div {
  width: 4.097vw;
  height: 4.097vw;
  background: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.voice__content .arrows div.swiper-button-disabled svg path {
  fill: #aeaeae;
}
.voice__content .arrows div svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2.083vw;
  height: 1.667vw;
}
.voice__movie {
  position: relative;
  text-align: center;
  width: 54.167vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .voice__movie {
    width: 100%;
  }
}
.voice__movie iframe {
  width: 54.167vw;
  aspect-ratio: 780/523;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .voice__movie iframe {
    width: 100%;
    aspect-ratio: 311/209;
  }
}
.voice__movie-bg img {
  max-width: initial;
}
.voice__movie-bg img.__bg {
  position: absolute;
  top: -5.208vw;
  left: -10.972vw;
  width: 82.014vw;
}
@media screen and (max-width: 767px) {
  .voice__movie-bg img.__bg {
    top: -13.067vw;
    left: -9.867vw;
    width: 114.4vw;
  }
}
.voice__movie-bg img.__01 {
  position: absolute;
  top: -9.722vw;
  right: -4.514vw;
  z-index: 2;
  width: 8.889vw;
}
@media screen and (max-width: 767px) {
  .voice__movie-bg img.__01 {
    top: -13.6vw;
    right: -6.133vw;
    width: 12vw;
  }
}
.voice__movie-bg img.__02 {
  position: absolute;
  bottom: -9.722vw;
  left: -8.611vw;
  z-index: 1;
  width: 9.583vw;
}

.flow {
  padding-top: 8.333vw;
  margin-bottom: 18.75vw;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 23.467vw;
    margin-bottom: 39.467vw;
  }
}
.flow__inner {
  margin: 0 8.333vw;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    margin: 0 4.267vw;
  }
}
.flow__inner h2 {
  color: #2c7bb7;
  font-family: var(--poppins);
  font-size: 7.778vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.069vw;
  display: flex;
  flex-direction: column;
  row-gap: 1.042vw;
  width: fit-content;
  margin-bottom: 5.208vw;
}
@media screen and (max-width: 767px) {
  .flow__inner h2 {
    font-size: 8vw;
    letter-spacing: 0.267vw;
    row-gap: 4.267vw;
    margin-bottom: 10.667vw;
  }
}
.flow__inner h2 span {
  color: initial;
  font-family: var(--noto);
  font-size: 1.389vw;
  line-height: 1.5;
  letter-spacing: 0.139vw;
}
@media screen and (max-width: 767px) {
  .flow__inner h2 span {
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.267vw;
  }
}
.flow__inner h2 {
  margin-bottom: 9.028vw;
}
.flow__list {
  display: flex;
  flex-direction: column;
  row-gap: 5.556vw;
}
@media screen and (max-width: 767px) {
  .flow__list {
    row-gap: 10.667vw;
  }
}
.flow__list-item {
  padding: 4.167vw 5.903vw 4.167vw 2.778vw;
  border-radius: 1.389vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow__list-item {
    padding: 10.667vw 4.8vw;
  }
}
.flow__list-item.__01 {
  background: #37b4d6;
}
.flow__list-item.__01 .image {
  padding: 1.111vw 0.556vw 0.694vw 1.389vw;
}
@media screen and (max-width: 767px) {
  .flow__list-item.__01 .image {
    padding: 2.667vw 1.067vw 1.867vw 3.733vw;
  }
}
.flow__list-item.__01 .image svg {
  width: 100%;
  aspect-ratio: 449/278;
}
.flow__list-item.__02 {
  background: #33a2d9;
}
.flow__list-item.__02 .image {
  padding: 1.25vw 1.736vw 1.667vw;
}
@media screen and (max-width: 767px) {
  .flow__list-item.__02 .image {
    padding: 3.2vw 4.267vw 4vw;
  }
}
.flow__list-item.__02 .image svg {
  width: 100%;
  aspect-ratio: 425/277;
}
.flow__list-item.__03 {
  background: #2a8cd9;
}
.flow__list-item.__03 .image {
  padding: 1.25vw 0.833vw 0vw 0.417vw;
}
@media screen and (max-width: 767px) {
  .flow__list-item.__03 .image {
    padding: 3.2vw 4.267vw 4vw;
  }
}
.flow__list-item.__03 .image svg {
  width: 100%;
  aspect-ratio: 459/286;
}
.flow__list-item-top {
  display: flex;
  align-items: center;
  column-gap: 3.889vw;
  margin-bottom: 2.917vw;
}
@media screen and (max-width: 767px) {
  .flow__list-item-top {
    flex-direction: column-reverse;
    gap: 6.4vw 0;
    margin-bottom: 10.667vw;
  }
}
.flow__list-item-top .image {
  border-radius: 0.694vw;
  position: relative;
  background: #fff;
  width: 33.125vw;
}
@media screen and (max-width: 767px) {
  .flow__list-item-top .image {
    width: 100%;
  }
}
.flow__list-item-top .image p {
  border-radius: 0px 0.694vw 0.694vw 0px;
  background: #deecff;
  color: #475f76;
  font-size: 0.972vw;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.139vw;
  padding: 1.389vw 1.458vw 0.903vw;
  width: fit-content;
  position: absolute;
  top: 1.528vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__list-item-top .image p {
    border-radius: 0px 1.733vw 1.733vw 0px;
    font-size: 2.667vw;
    letter-spacing: 0.347vw;
    top: 3.733vw;
    padding: 3.467vw 3.467vw 2.133vw;
    width: 34.933vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__list-item-top .image p > span {
    display: block;
    transform: scale(0.9);
    transform-origin: left top;
    white-space: nowrap;
  }
}
.flow__list-item-top .image p .dots {
  background: top left/1.13em 0.5em repeat-x radial-gradient(circle at center, #475f76 0.15em, transparent 0.15em);
  padding-top: 0.4em;
}
.flow__list-item-top .text-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .flow__list-item-top .text-box {
    width: 100%;
    flex: auto;
  }
}
.flow__list-item-top .text-box h3 {
  font-size: 1.736vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.278vw;
  padding-bottom: 1.389vw;
  border-bottom: 1px solid #fff;
  text-align: right;
  margin-bottom: 4.514vw;
}
@media screen and (max-width: 767px) {
  .flow__list-item-top .text-box h3 {
    font-size: 4.267vw;
    letter-spacing: 0.693vw;
    padding-bottom: 4.533vw;
    margin-bottom: 6.4vw;
  }
}
.flow__list-item-top .text-box h4 {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.667;
  letter-spacing: 0.278vw;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .flow__list-item-top .text-box h4 {
    font-size: 4.267vw;
    letter-spacing: 0.267vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__list-item-bottom {
    font-size: 4vw;
    letter-spacing: 0.267vw;
    line-height: 1.8667;
  }
}

@media screen and (max-width: 767px) {
  .fixed_btn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.5dvh;
    z-index: 100;
  }
  .fixed_btn__list {
    width: 92vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.667vw;
  }
  .fixed_btn__list-item.requirement a {
    border-radius: 3.467vw;
    background-image: linear-gradient(95deg, #2f74b5 11.57%, #2f99b6 121.52%);
    color: #2f74b5;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3.2vw;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: normal;
    height: 12.8vw;
    position: relative;
    overflow: hidden;
    background: #fff;
    letter-spacing: 0.533vw;
  }
  .fixed_btn__list-item.requirement a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    opacity: 0;
    transition: all 0.3s;
  }
  .fixed_btn__list-item.requirement a:hover:before {
    width: 100%;
    opacity: 1;
  }
  .fixed_btn__list-item.requirement a i {
    display: flex;
    align-items: center;
  }
  .fixed_btn__list-item.requirement a i svg {
    width: 7.2vw;
    height: 1.6vw;
  }
  .fixed_btn__list-item.requirement a {
    border: 2px solid currentColor;
  }
  .fixed_btn__list-item.contact a {
    border-radius: 3.467vw;
    background-image: linear-gradient(95deg, #2f74b5 11.57%, #2f99b6 121.52%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3.2vw;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: normal;
    height: 12.8vw;
    position: relative;
    overflow: hidden;
    background: linear-gradient(95deg, #2f74b5 11.57%, #2f99b6 121.52%);
    letter-spacing: 0.533vw;
  }
  .fixed_btn__list-item.contact a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    opacity: 0;
    transition: all 0.3s;
  }
  .fixed_btn__list-item.contact a:hover:before {
    width: 100%;
    opacity: 1;
  }
  .fixed_btn__list-item.contact a i {
    display: flex;
    align-items: center;
  }
  .fixed_btn__list-item.contact a i svg {
    width: 7.2vw;
    height: 1.6vw;
  }
}
