/* LESS Document */
body {
  background: url(../img/bg_voice_pc.webp) repeat right 0;
}
@media screen and (max-width: 767px) {
  body {
    background: url(../img/bg_voice_sp.webp) repeat center 0;
  }
}
body::before {
  content: none;
}
h3 {
  border-left: none;
  padding-left: 0;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 7.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  padding-bottom: 18px;
}
.pageHeader hgroup {
  flex-direction: column;
  padding: 0 0 0 0.7em;
}
@media screen and (max-width: 1023px) {
  .pageHeader hgroup {
    padding: 0 0 0 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup {
    padding-left: 10vw;
  }
}
.pageHeader hgroup h1 {
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup h1 {
    padding-left: 0;
  }
}
.pageHeader hgroup p {
  color: #49BAD8;
}
.pageHeader hgroup p span {
  top: -94px;
  left: -65px;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup p span {
    top: -14vw;
    left: -7vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	tabArea
+++++++++++++++++++++++++++++++++++++++++++ */
.tabArea .tab_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.tabArea .tab_list_item {
  width: calc((100% / 3) - 20px);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list_item {
    width: calc((100% / 2) - 15px);
  }
}
.tabArea .tab_list_item_Img {
  width: 220px;
  height: 220px;
  border: 4px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .tabArea .tab_list_item_Img {
    width: 23vw;
    height: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list_item_Img {
    width: 35vw;
    height: 35vw;
  }
}
.tabArea .tab_list_item_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease;
}
.tabArea .tab_list_item_Img.item1 {
  right: -11px;
}
@media screen and (max-width: 1023px) {
  .tabArea .tab_list_item_Img.item1 {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list_item_Img.item1 {
    right: auto;
  }
}
.tabArea .tab_list_item_Img.item2 {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list_item_Img.item2 {
    right: auto;
  }
}
.tabArea .tab_list_item_Img.item3 {
  right: -16px;
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list_item_Img.item3 {
    right: auto;
  }
}
.tabArea .tab_list_item_Text {
  background: #fff;
  border-radius: 50%;
  width: 156px;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 33px;
  right: 21px;
}
@media screen and (max-width: 1023px) {
  .tabArea .tab_list_item_Text {
    width: 15vw;
    height: 15vw;
    right: -13px;
  }
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list_item_Text {
    width: 22vw;
    height: 22vw;
    right: -3vw;
    top: 6vw;
  }
}
.tabArea .tab_list_item_Text h2 {
  font-weight: bold;
  line-height: 1.4;
  transition: transform 0.4s ease;
  transform: scale(1);
  will-change: transform;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1023px) {
  .tabArea .tab_list_item_Text h2 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list_item_Text h2 {
    font-size: 2.5vw;
  }
}
.tabArea .tab_list_item_Text.person_1 {
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .tabArea .tab_list_item_Text.person_1 {
    right: -20px;
  }
}
.tabArea .tab_list_item_Text.person_2 {
  right: 0;
}
.tabArea .tab_list_item_Text.person_3 {
  right: 13px;
}
@media screen and (max-width: 1023px) {
  .tabArea .tab_list_item_Text.person_3 {
    right: -5px;
  }
}
.tabArea .tab_list_item_Text.person_4 {
  right: 5px;
}
@media screen and (max-width: 1023px) {
  .tabArea .tab_list_item_Text.person_4 {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list_item_Text.person_1,
  .tabArea .tab_list_item_Text.person_2,
  .tabArea .tab_list_item_Text.person_3,
  .tabArea .tab_list_item_Text.person_4 {
    right: -2vw;
  }
}
.tabArea .tab_list_item.active .tab_list_item_Img {
  border-color: #1F9DD3;
}
.tabArea .tab_list_item.active .tab_list_item_Text {
  background: #1F9DD3;
  color: #fff;
}
.tabArea .tab_list_item:hover img {
  transform: scale(1.1);
}
.tabArea .tab_list_item:hover h2 {
  transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .tabArea .tab_list::after {
    content: "";
    display: block;
    width: calc((100% / 2) - 15px);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  padding: 50px!important;
}
@media screen and (max-width: 1023px) {
  article {
    padding: 30px!important;
  }
}
@media screen and (max-width: 767px) {
  article {
    padding: 20px!important;
  }
}
article .tab-panels.is-locking {
  height: var(--lock-height);
  overflow: hidden;
}
article.voiceArea {
  margin: 0 0 100px;
}
article .tab_panel {
  display: none;
  min-height: 70vh;
}
article .tab_panel.active {
  display: block;
}
article .tab_panel .introBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  article .tab_panel .introBox {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  article .tab_panel .introBox_Text {
    display: contents;
  }
}
article .tab_panel .introBox_Text p {
  color: #49BAD8;
  margin-bottom: 5px;
}
article .tab_panel .introBox_Text p span {
  background: #49BAD8;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  margin-right: 20px;
  border-radius: 5px;
}
article .tab_panel .introBox_Text p.lead {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  article .tab_panel .introBox_Text p.lead {
    order: 1;
  }
}
article .tab_panel .introBox_Text p.lead span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #49BAD8;
  border-radius: 0;
  line-height: 1.4;
  margin-right: 0;
  font-size: 4rem;
  text-align: left;
  max-width: max-content;
  letter-spacing: 1px;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  article .tab_panel .introBox_Text p.lead span {
    font-size: 7vw;
  }
}
article .tab_panel .introBox_Text p.lead span:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  article .tab_panel .introBox_Text p.lead span:first-child {
    margin: 20px 0 10px 0;
  }
}
article .tab_panel .introBox_Text h3 {
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  article .tab_panel .introBox_Text h3 {
    font-size: 6.4vw;
  }
}
article .tab_panel .introBox_Img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  article .tab_panel .introBox_Img {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  article .tab_panel .introBox_Img img {
    width: 70vw;
  }
}
article .tab_panel .questionBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  article .tab_panel .questionBox {
    margin-bottom: 30px;
  }
}
article .tab_panel .questionBox h4 {
  margin: 0 0 18px;
  padding: 0 0 4px;
  font-size: 2.4rem;
  color: #333333;
  border-bottom: 2px solid #49BAD8;
}
@media screen and (max-width: 767px) {
  article .tab_panel .questionBox h4 {
    font-size: 4.8vw;
  }
}
article .tab_panel .questionBox h4::before {
  content: none;
}
article .tab_panel .questionBox h4 span {
  font-size: 4rem;
  color: #49BAD8;
}
@media screen and (max-width: 767px) {
  article .tab_panel .questionBox h4 span {
    font-size: 8vw;
  }
}
article .tab_panel .questionBox p {
  line-height: 1.6;
}
article .tab_panel .message {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  article .tab_panel .message {
    padding: 20px;
    margin-top: 50px;
  }
}
article .tab_panel .message h3 {
  color: #49BAD8;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  article .tab_panel .message h3 {
    font-size: 7.2vw;
  }
}
article .tab_panel .messageBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  article .tab_panel .messageBox {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
article .tab_panel .messageBox_Img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  article .tab_panel .messageBox_Img {
    text-align: center;
  }
}
article .tab_panel .messageBox_Text p {
  line-height: 1.6;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	checkArea
+++++++++++++++++++++++++++++++++++++++++++ */
.checkArea {
  padding: 37px 0 44px 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.checkArea h3 {
  letter-spacing: 2px;
  color: #E9656B;
}
@media screen and (max-width: 767px) {
  .checkArea h3 {
    letter-spacing: auto;
  }
}
.checkArea .checkBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 33px;
}
@media screen and (max-width: 767px) {
  .checkArea .checkBox {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .checkArea .checkBox {
    flex-wrap: wrap;
    max-width: 875px;
    margin: 0 auto;
    justify-content: center;
  }
}
.checkArea .checkBox_Img {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .checkArea .checkBox_Img {
    width: 40%;
  }
}
.checkArea .checkBox_Img.active {
  border-color: #E9656B;
  border-radius: 50%;
}
.checkArea .checkBox_Img img {
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .checkArea .checkBox_Img img {
    width: 100%;
  }
}
.checkArea .checkBox_Img p {
  position: absolute;
  right: 0px;
  bottom: 5px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .checkArea .checkBox_Img p {
    bottom: 0;
    height: auto;
  }
}
.checkArea .checkBox_Img:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .checkArea .checkBox::after {
    content: "";
    display: block;
    width: 40%;
  }
}
