@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("../img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_title{
  background: rgba(0,174,239,.75);
}
main{
  padding-bottom: 90px;
}
.intro{
  padding-top: 90px;
}
.intro_outer {
  position: relative;
  padding-bottom: 60px;
  &::before{
    content: '';
    display: block;
    width: calc(50% + 512px);
    height: 100%;
    background: url("../img/bg_00.png") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.intro_inner {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 30px;
}
.intro_img{
  position: relative;
  top: -60px;
}
.intro_box {
  max-width: 490px;
  line-height: 2;
}
.intro_head {
  font-size: 4rem;
  font-weight: normal;
}
.intro_txt {
  font-size: 2rem;
  margin-top: 20px;
}
.data {
  padding: 65px 0;
}
.data_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 20px;
  margin-top: 80px;
}
.data_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #E4F8FF;
  max-width: 241px;
  width: 100%;
  padding-bottom: 30px;
}
.data_card--wide{
  max-width: 415px;
}
.data_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 106px;
  height: 106px;
  background: #00AEEF;
  border-radius: 50%;
  margin-top: -53px;
}
.data_name {
  font-size: 2rem;
  line-height: 2;
}
.data_main {
  font-size: 2rem;
  font-weight: bold;
  min-height: 165px;
  & .fs_92{
    font-size: 9.2rem;
  }
  & .fs_80{
    font-size: 8rem;
  }
}
.data_cap {
  text-align: center;
  font-size: 1.4rem;
}
.voice {
  margin-top: 30px;
  padding-top: 40px;
  position: relative;
  &::before{
    content: '';
    display: block;
    background: var(--main-color);
    width: 100%;
    height: 256px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.voi_flex {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  position: relative;
}
.voi_card {
  display: flex;
  align-items: flex-end;
  background: #D9DEFF;
  max-width: 328px;
  width: 100%;
  &:hover{
    opacity: 1;
  }
}
.voi_img {
  min-width: 230px;
  margin-top: -50px;
}
.voi_data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 10px;
}
.voi_name {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.25;
  & small{
    font-size: 1.6rem;
  }
}
.voi_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202d8a;
  color: #fff;
  font-weight: bold;
  max-width: 241px;
  width: 100%;
  height: 60px;
  margin: 50px auto 0;
}
.outline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  width: 90%;
  margin: 60px auto 0;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  gap: 10px;
  height: 240px;
  background: url("../img/bg_03.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and ( max-width: 1023px ) {

}
@media screen and ( max-width: 767px ) {
.intro_inner {
  flex-direction: column;
  gap: 0;
}
.intro_head {
  font-size: min(4rem, 8.5vw);
}
.data_card {
  max-width: 100%;
}
.data_main {
  min-height: 0;
  line-height: 1.25;
}
.data_name {
  text-align: center;
  line-height: 1.5;
  padding: 0 2.5%;
  margin-top: 15px;
}

.voi_flex {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.voi_card{
  gap:5%;
}
.voi_data{
  padding: 10px 0;
}
.voi_img {
  min-width: 0;
  max-width: 50%;
  }
}