/* ============================================================ */
.voice {}
/* ============================================================
   mainarea
=============================================================== */
  .voice #mainarea {
    background: #efefef !important;
  }

@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  .voice #mainarea {
    background: #efefef !important;
  }
}
/* ----------------------------------------------
  voiceWrap
------------------------------------------------- */
.voiceWrap {
  padding: 20px 0;
	background: rgba(255,255,255,1.00);
}
.voiceWrap02 {
  display: flex;
}
.voiceWrap02 .txts{
	width: 56%;
}
.voiceWrap02 .img{
	width: 42%;
	flex-shrink: 0;
}
.voiceWrap .ttls {
  display: flex;
  margin-right: 10px;
}
.voiceWrap .ttls .ttl {
  background: var(--skyblue);
  width: 160px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-right: 10px;
}
.voiceWrap .ttls img {}
@media screen and (max-width: 767px) {
.voiceWrap {
  padding: 20px 0 0 0;
  background: #FFF !important;
}
.voiceWrap02 {
  display: flex;
	flex-wrap: wrap;
}
.voiceWrap02 .txts{
  width: 100%;
	order: 2
}
.voiceWrap02 .img{
	width: 100%;
	order: 1;
	margin-bottom: 20px;
}
  .voiceWrap .ttls .ttl {
    font-size: 1.4rem;
    width: 160px;
    height: 60px;
	  flex-shrink: 0;
  }
.voiceWrap .ttls .img {
  width: 50%;
  padding: 10px 0 0 0;
}
}
/* ----------------------------------------------
table
------------------------------------------------- */
.voiceBox {
  background: #FFF;
  padding: 50px 15px 30px 30px;
  margin-top: -30px;
}
.voiceBox .lead {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
.voiceBox .name {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.voiceBox table {
  width: 100%;
  background: var(--white);
  border: 0;
}
.voiceBox table tr {
  background: var(--white);
  border: 0;
}
.voiceBox table th {
  background: var(--white);
  width: 128px;
  padding: 8px 0;
  border: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px #dadada solid;
}
.voiceBox table th span {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
}
.voiceBox table th span:before {
  content: url(../images/ico_circle01.png);
  display: block;
  padding-right: 12px;
  padding-top: 1px
}
.voiceBox table td {
  background: var(--white);
  font-size: 1.4rem;
  padding: 8px 0;
  border: 0;
  vertical-align: top;
  border-bottom: 1px #dadada solid;
}
.presidentWrap .presidentBox .img {
  width: 400px;
  height: 400px;
  overflow: hidden;
  flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .voiceBox {
    background: #FFF;
    width: 100%;
    padding: 50px 15px 15px 15px;
    margin-top: -30px;
  }
  .voiceBox .lead {
    font-size: 2.0rem;
  }
  .voiceBox .name {
    font-size: 1.8rem;
  }
  .voiceBox table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .voiceBox table th {
    width: 100%
  }
  .voiceBox table td {
    width: 100%;
    padding: 8px 0 13px 0;
  }
  .presidentWrap .presidentBox .img {
    width: 100%;
    height: auto;
  }
}
/* ----------------------------------------------
oneword
------------------------------------------------- */
.voice .inner {
  padding: 30px 0 90px;
}
@media screen and (max-width: 767px) {
  .voice .inner {
    padding: 0px 0 50px;
  }
}
/* ----------------------------------------------
oneword
------------------------------------------------- */
.oneword {
  background: url("../images/bg_oneword01.png") no-repeat right top, #e0f5f8;
  min-height: 400px;
  padding: 30px;
  margin: 80px 0 60px 0;
}
.oneword .ttl {
  margin-top: -80px;
  margin-bottom: 20px;
}
.oneword .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
industryWrap
---------------------------------------------- */
.industryWrap .h2txt {
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  font-style: italic;
  padding: 40px 0 45px 0;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.industryWrap .h2txt::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 42px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #14b2cf 49%, #14b2cf 51%, transparent 51%, transparent 100%);
}
.industryWrap .h2txt::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -48px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #14b2cf 49%, #14b2cf 51%, transparent 51%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .industryWrap .h2txt {
    font-size: 2.8rem;
    padding: 40px 0 45px 0;
    margin-bottom: 30px;
    position: relative;
  }
}
/* ----------------------------------------------
#resultWraper
---------------------------------------------- */
#resultWraper {}
/* ----------------------------------------------
resultWrap
---------------------------------------------- */
.resultWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.resultWrap::after {
  content: "";
  display: block;
  width: 245px;
}
/* ----------------------------------------------
resultBox
---------------------------------------------- */
.resultWrap .resultBox {
  width: 245px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.resultWrap .resultBox .img {
  border-radius: 10px 10px 0 0;
  height: 148px;
  font-size: 0;
  padding-top: 1px;
  overflow: hidden;
}
.resultWrap .resultBox .img img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
.resultWrap .resultBox .txts {
  padding: 18px 18px 30px 18px;
  background: #efefef;
  border-radius: 0 0 10px 10px;
}
.resultWrap .resultBox .txts .lead {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.resultWrap .resultBox .txts .company {
  font-size: 1.4rem;
  margin-bottom: 0px;
}
.resultWrap .resultBox .txts .name {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.resultWrap .resultBox .txts .spec {
  margin-bottom: 12px;
}
.resultWrap .resultBox .txts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resultWrap .resultBox .txts ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skyblue);
  font-size: 1.4rem;
  border: 1px var(--skyblue) solid;
  background: var(--white);
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-feature-settings: "palt";
}
.resultWrap .resultBox .btn01 a {
  margin: 0 auto;
  width: 211px;
  height: 40px;
  font-style: normal;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  font-size: 1.6rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {
.resultWrap .resultBox {
  width: 32%;
}
	
	.resultWrap::after {
  content: "";
  display: block;
  width: 32%;
}
}
@media screen and (max-width: 767px) {
  .resultWrap .resultBox {
    width: 100%;
    border-radius: 10px;
    margin: 0 6px;
  }
  .resultWrap .resultBox .img {
    border-radius: 10px 10px 0 0;
    height: 180px;
    font-size: 0;
    padding-top: 1px;
    overflow: hidden;
  }
  .resultWrap .resultBox .img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .resultWrap .resultBox .txts {
    padding: 18px 18px 30px 18px;
    background: #efefef;
    border-radius: 0 0 10px 10px;
  }
  .resultWrap .resultBox .txts .lead {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .resultWrap .resultBox .txts .company {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  .resultWrap .resultBox .txts .name {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .resultWrap .resultBox .txts .spec {
    margin-bottom: 12px;
  }
  .resultWrap .resultBox .txts ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .resultWrap .resultBox .txts ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--skyblue);
    font-size: 1.4rem;
    border: 1px var(--skyblue) solid;
    background: var(--white);
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .resultWrap .resultBox .btn01 a {
    margin: 0 auto;
    width: 235px;
    height: 45px;
    font-style: normal;
    background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------
  voicetop
------------------------------------------------- */
.voicetop {}
@media screen and (max-width: 767px) {}
/* ============================================================
   mainarea
=============================================================== */
.voicetop #mainarea {
  background: url("../images/bg_voice_top01.png") no-repeat center bottom var(--black);
  background-size: cover;
  height: 319px;
  color: #FFF;
  margin: 100px 0 0 0;
}
.voicetop .breadcrumbs {
  color: #FFF !important;
}
.voicetop .breadcrumbs a {
  color: #FFF !important;
}
@media screen and (max-width: 767px) {
  .voicetop #mainarea {
    background: url("../images/bg_voice_top01.png") no-repeat center bottom var(--black);
    height: 319px;
    margin: 60px 0 0 0;
  }
}
/* ----------------------------------------------
  voicetop
------------------------------------------------- */
.voicetop #mainarea .topWrap {
  display: flex;
  align-items: center;
  height: 285px;
}
.voicetop #mainarea .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.voicetop #mainarea .top .ttl {
  background: var(--skyblue);
  width: 160px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-right: 30px;
}
.voicetop #mainarea .top .img {}
@media screen and (max-width: 767px) {
  .voicetop #mainarea .topWrap {
    height: 245px;
  }
  .voicetop #mainarea .top .ttl {
    background: var(--skyblue);
    width: 50%;
    height: 45px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
/* ----------------------------------------------
  voicetop
------------------------------------------------- */
.voicetop #wapper .inner {
  padding-top: 45px;
}
.voiceListWrap {
  padding-bottom: 45px;
  border-bottom: 1px #646464 solid;
  margin-bottom: 45px;
}
.voiceListWrap .ttl {
  border: 2px var(--skyblue) solid;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 10px;
  width: fit-content;
  color: var(--skyblue);
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
voiceList
---------------------------------------------- */
.voiceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voiceList::after{
  content:"";
  display: block;
  width:30%;
}


@media screen and (max-width: 767px) {}
/* ----------------------------------------------
voiceBox
---------------------------------------------- */
.voiceBox02 {
  width: 30%;
  margin-bottom: 40px;
  background: #efefef;
  padding: 0;
  border-radius: 10px;
}
.voiceBox02 .img {
  border-radius: 10px 10px 0 0;
  height: 135px;
  font-size: 0;
  padding-top: 1px;
  overflow: hidden;
}
.voiceBox02 .img img {
  width: 100%;
  height: 188px;
  object-fit: cover;
}
.voiceBox02 .txts {
  padding: 19px 12px;
  background: #efefef;
  border-radius: 0 0 10px 10px;
}
.voiceBox02 .txts .almamater, .voicetop .voiceBox02 .txts .joboffer {
  font-size: 1.6rem;
  margin-bottom: 0px;
  color: var(--skyblue);
  font-weight: 700;
}
.voiceBox02 .txts .joboffer {
  margin-bottom: 7px;
}
.voiceBox02 .txts .date {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #606060;
}
.voiceBox02 .txts .txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.voiceBox02 .txts .btn03 a {
  margin: 0 auto;
  width: 100%;
  background: url("../images/ico_arrow06.png") no-repeat 94% center, #FFF;
  text-decoration: none;
}
.voiceBox02 .txts .btn03 a:hover {
  background: url("../images/ico_arrow06.png") no-repeat 94% center, #EEE;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .voiceBox02 {
    width: 100%;
    margin-bottom: 20px;
  }
  .voiceBox02 .img {
    height: 190px;
  }
  .voiceBox02 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voiceBox02 .txts {
    padding: 12px;
  }
  .voiceBox02 .txts .almamater, .voicetop .voiceBox02 .txts .joboffer {
    font-size: 1.6rem;
  }
  .voiceBox02 .txts .date {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .voiceBox02 .txts .txt {
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------
voiceListWrapbtn
---------------------------------------------- */
.voiceListWrapbtn a {
  width: 510px;
  margin: 0 auto;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, #000;
}
@media screen and (max-width: 767px) {
  .voiceListWrapbtn a {
    width: 90%;
  }
}
/* ============================================================
   mainarea
=============================================================== */
.voiceArchive #mainarea {
  height: 180px;
  background: linear-gradient(-20deg, rgba(251, 208, 209, 0.23) 0, rgba(251, 208, 209, 0.23) 10%, rgba(22, 177, 207, 0.23) 100%);
  margin: 100px 0 0 0;
}
.voiceArchive .archiveMainWrap {
  height: 143px;
  display: flex;
  align-items: center;
}
.voiceArchive .archiveMaintxt {
  display: flex;
}
.voiceArchive .archiveMaintxt .ttl {
  width: 156px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--skyblue);
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFFFFF;
}
.voiceArchive .archiveMaintxt .txt {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  background: #FFF;
  color: var(--skyblue);
  border: 2px var(--skyblue) solid;
	padding: 0 15px;
}
@media screen and (max-width: 767px) {

.voiceArchive #mainarea {
  margin: 60px 0 0 0;
}
.voiceArchive #mainarea.headsp {
 padding: 2px 0 0 0;
}
.voiceArchive .archiveMaintxt .ttl {
  height: auto;
}
.voiceArchive .archiveMaintxt .txt {
  height: auto;
	padding: 0 15px;
}
	
	
	
}
/* ----------------------------------------------
voiceArchive
---------------------------------------------- */
.voiceArchive #wapper .inner {
  padding-top: 45px;
}
.voiceArchive .voiceListWrap {
  border-bottom: 0px;
}
@media screen and (max-width: 767px) {
.voiceArchive #wapper .inner {
  padding-top: 30px;
} 
}
/* ----------------------------------------------
voiceArchive
---------------------------------------------- */
.narrowdown {}
.narrowdown .h2txt {
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 6px var(--skyblue) solid;
  padding: 3px 0 3px 15px;
  margin-bottom: 20px;
  color: var(--skyblue);
}
.narrowdown .narrowdownBox {
  background: #efefef;
  padding: 18px 25px;
}
.narrowdown .narrowdownBox ul {
  display: flex;
  flex-wrap: wrap;
}
.narrowdown .narrowdownBox ul li {
  color: var(--skyblue);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 5px 10px;
}
.narrowdown .narrowdownBox ul li a {
  color: var(--skyblue);
  display: block;
  background: #FFFFFF;
  padding: 6px 15px;
  border: 1px var(--skyblue) solid;
}
.narrowdown .narrowdownBox ul li a:before {
content:"#";
}


@media screen and (max-width: 767px) {
  .narrowdown {
    display: none;
  }
}