@charset "UTF-8";

/* main
-----------------------------------------------*/
#main {
  background: url("/img/voice/bgi_main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:767px) {
  #main {
  background: url("/img/voice/bgi_main_sp.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  }
}

/* section
-----------------------------------------------*/
section p{
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
section p{
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
}
}

/* data
-----------------------------------------------*/
#data .col2{
  display: flex;
  gap:60px;
  margin-top: 60px;
}
#data .col2 .col{
  width: 50%;
  background: #F2F2F2;
  padding: 50px;
}
#data .col2 .col .img{
  margin: 30px auto 0;
  max-width: 511px;
}
#data .col2 .col h3{
  font-size: 28px;
  color: #00876C;
}
#data .col2 .col p{
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
  text-align: left;
}
#data .col2 .col p span{
  color: #00876C;
}
#data .note{
  max-width: 555px;
  margin: 40px auto 0;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 1px solid #00876C;
}
#data .btn{
  max-width: 468px;
  margin: 60px auto 0;
}
#data .btn a{
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 62px;
  background: #333333;
  width: 100%;
  text-align: center;
  position: relative;
}
#data .btn a::before{
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 20px;
  margin-top: -2px;
}
#data .col2 .col .img a{
  pointer-events: none;
}
#data .col2 .col .img .icon{
  display: none;
}
@media only screen and (max-width:767px) {
#data .col2{
  flex-wrap: wrap;
  gap:25px;
  margin-top: 30px;
}
#data .col2 .col{
  width: 100%;
  padding: 30px 15px;
}
#data .col2 .col .img{
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#data .col2 .col h3{
  font-size: 18px;
}
#data .col2 .col p{
  font-size: 14px;
}
#data .note{
  width: 100%;
  margin: 30px auto 0;
  font-size: 12px;
  line-height: 1.8;
  padding: 25px 15px;
}
#data .btn{
  max-width: 290px;
  margin: 40px auto 0;
}
#data .btn a{
  line-height: 1.45;
  padding: 20px;
  box-sizing: border-box;
}
#data .col2 .col .img a{
  pointer-events: auto;
  display: block;
}
#data .col2 .col .img .icon{
  display: block;
  position: absolute;
  content: "";
  bottom: 20px;
  right: 15px;
  border: none;
  width: 44px;
  height: 44px;
}
}


/* interview
-----------------------------------------------*/
#interview .col2{
  display: flex;
  gap:60px;
  margin: 40px auto 0;
  max-width: 860px;
}
#interview .col2 .col{
  text-align: left;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
#interview .col2 .col .txtArea{
  padding: 21px 25px 25px;
}
#interview .col2 .col .txtArea h3{
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.6;
}
#interview .col2 .col .txtArea h3 span{
  font-size: 14px;
  padding-left: 10px;
}
#interview .col2 .col .txtArea p{
  font-size: 12px;
  color: #00876C;
  font-weight: normal;
  margin: 0!important;
  line-height: 21px;
  border: 1px solid #00876C;
  padding: 0 10px;
  display: inline-block;
}

@media only screen and (max-width:767px) {
#interview .col2{
  flex-wrap: wrap;
  gap:20px;
  margin: 30px auto 0;
}
#interview .col2 .col{
  width: 100%;
}
#interview .col2 .col .txtArea{
  padding: 15px 20px 20px;
}
#interview .col2 .col .txtArea h3{
  font-size: 18px;
}
#interview .col2 .col .txtArea h3 span{
  display: block;
  padding-left: 0;
}
}


/* voice
-----------------------------------------------*/
#voice .imgArea{
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
#voice .imgArea .img{
  position: absolute;
  display: block;
  content: "";
  max-width: 543px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
#voice .imgArea .col {
  max-width: 587px;
}
#voice .imgArea .img + .col  {
  max-width: 492px;
}
#voice .imgArea .col h3,
#voice .imgArea .col .balloon{
  display: none;
}

@media only screen and (max-width:767px) {
  #voice .imgArea{
    flex-wrap: wrap;
    padding-bottom: 60px;
    justify-content: center;
  }
#voice .imgArea .img{
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  margin: 20px 0 60px;
}
  #voice .imgArea .col{
    max-width: 100%;
  }
#voice .imgArea .col img{
  display: none;
}
#voice .imgArea .col  h3,
#voice .imgArea .col .balloon{
  display: block;
  text-align: left;
}
#voice .imgArea .col h3{
  font-size: 18px;
}
#voice .imgArea .col h3 span{
  color: #00876C;
  font-size: 25px;
}
#voice .imgArea .col .balloon{
  background: rgba(225,242,226,.8);
  border-radius: 10px;
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  padding: 20px 15px;
  box-sizing: border-box;
  margin: 25px 0;
}
#voice .imgArea .col .balloon::before {
  background: rgba(225,242,226,.8);
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  bottom: -12px;
  left: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
}
#voice .imgArea .col .bg01,
#voice .imgArea .col .bg01::before {
  background: rgba(0,135,108,.2);
}
#voice .imgArea .col .bg02,
#voice .imgArea .col .bg02::before {
  background: rgba(242,242,242,.8);
}
#voice .imgArea .col .balloon p{
  font-weight: normal;
  margin: 0!important;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}
#voice .imgArea .col .balloon p span{
  font-weight: bold;
  color: #00876C;
}
  #voice .imgArea .col .balloon + h3{
    margin-top: 50px;
  }
}
