@import url(https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css);

/* ----------
page-corporate common
---------- */
.page-corporate .content {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.page-corporate .content .inner {
  padding: 200px 0 140px;
  max-width: 1240px;
  margin: 0 20px;
}

.page-header {
  position: relative;
  height: 600px;
  background-image: url(../images/page-work/page-header-bg-sp.jpg);
}

.page-header-title {
  position: absolute;
  top: 90px;
  left: 20px;
  display: block;
  color: #fff;
}

.page-header-title .page-header-title-en {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 3px;
}

.page-header-title .page-header-title-ja {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 5px;
}

.page-header-title.color-navy {
  color: #111a38;
}

.page-nav>.page-nav-item>.page-nav-link.current {
  background-color: #fff;
  color: #111a38;
}

.table {
  margin: 0 auto;
  width: 100%;
}

.history .table-history {
  margin-bottom: 30px;
}

.history .table-history.second {
  margin-bottom: 0px;
}

.history .at {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: right;
}

.table-history tr {
  border: none;
}

.table dt,
.table dd {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px 8px;
  font-size: 12px;
}

.table-history th,
.table-history td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px 8px;
  font-size: 14px;
}

.table dt {
  width: 25%;
  background: #cfe7f4;
  border-bottom-color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}

.table-history th {
  width: 25%;
  background: #cfe7f4;
  border-bottom-color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}

.table dd {
  width: 75%;
  background: #fff;
  border-bottom-color: #dcdcdc;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.table-history td {
  width: 75%;
  background: #fff;
  border-bottom-color: #dcdcdc;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ----------
page-corporate-corporate
---------- */
.page-corporate.corporate .content dd ul {
  padding: 0 0 0 1.5em;
}

/* ----------
page-corporate-philosophy
---------- */
.page-corporate.philosophy .content .philosophyInner {
  padding: 5%;
  color: #fff;
}

.page-corporate.philosophy .content h3 {
  line-height: 1.5;
}

.page-corporate.philosophy .content dl dt {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

.page-corporate.philosophy .content dl dd {
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
}

.page-corporate.philosophy .content ul {
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #113280;
}

.page-corporate.philosophy .content li {
  padding: 15px 5px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

/* ----------
page-corporate-message
---------- */
.page-corporate.message .page-header-title {
  color: #111a38;
}

.page-corporate.message .content .messageInner {
  padding: 0 15px;
  font-size: 13px;
  color: #111a38;
  line-height: 2;
  margin-bottom: 300px;
}

.page-corporate.message .content .messageInner .txt {
  margin-bottom: 20px;
}

.page-corporate.message .content .img dl {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-end;
}

.page-corporate.message .content .img dl dt {
  width: 40%;
}

.page-corporate.message .content .img dl dt img {
  width: 100%;
}

.page-corporate.message .content .img dl dd {
  width: 60%;
  text-align: right;
  padding: 0 10px;
  margin: 0;
  letter-spacing: 1px;
}

.page-corporate.message .content .img dl dd span {
  font-size: 11px;
  display: block;
}

.page-corporate.message .content .img dl dd strong {
  font-size: 16px;
}

/* ----------
page-corporate-history
---------- */
.page-corporate.history #content {
  position: relative;
  background: none !important;
}

.page-corporate.history #content::before {
  background-image: url(../images/page-corporate/history/background.jpg);
  background-size: cover;
  background-position: right top;
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  z-index: -101;
  width: 100%;
  height: 100vh;
}

.page-corporate.history .page-header-title {
  color: #111a38;
}

.page-corporate.history .table dt {
  text-align: center;
}

/* ----------
page-corporate-csr
---------- */
.csr .content .inner {
  padding-top: 260px;
  padding-bottom: 0;
  overflow: hidden;
}

.csr .content .inner2 {
  overflow: hidden;
  max-width: 1240px;
  margin: 0 20px;
}

.csr .page-header-title .page-header-title-en {
  font-size: 40px;
}

.csr .csr_bg {
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto 4rem;
  padding: 4% 4%;
}

.csr .content h2 {
  font-weight: bold;
  font-size: 22px;
}

.csr .content h3 {
  font-weight: bold;
  font-size: 20px;
}

.csr .content h4 {
  font-weight: bold;
  font-size: 16px;
}

.csr .page-section p {
  margin-bottom: 3%;
}

.csr .page-section dl dt {
  border: 1px solid #3366cc;
  background-color: #fff;
  padding: 5px 10px;
  color: #3366cc;
  margin-bottom: 20px;
}

.csr .page-section dl dd {
  margin-bottom: 20px;
}

.csr .page-section dl dd strong {
  color: #3366cc;
  font-size: 17px;
}


.csr .page-section dl .text {
  margin-bottom: 20px;
}

.csr .page-section dl .text strong {
  color: #000;
}

.csr .page-section dl ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.csr .page-section dl .sp_scroll {
  overflow-x: scroll;
}

.csr .page-section table {
  width: 100%;
  margin-bottom: 20px;
}

.csr .page-section table caption {
  caption-side: top;
  color: #000;
}

.csr .page-section table td,
.csr .page-section table th {
  text-align: center;
  padding: 0px 8px;
  height: 80px;
}
.csr .page-section table tr+tr{
  border-bottom:1px solid #dcdcdc;
}
.csr .page-section table.tableL tr{
  border-bottom:1px solid #dcdcdc;
}
.csr .page-section table th {
  border-right: 1px solid #fff;
  background: #cfe7f4;
}
.csr .page-section table.tableL{
  width:91%;
  margin:0 auto;
}
.csr .page-section table.tableL th{
  border-bottom:1px solid #fff;
}
.csr .page-section table.tableL th,
.csr .page-section table.tableL td{
  padding-left:2%;
  padding-right:2%;
}
.csr .page-section table.tableL tr:first-child th{
  border-bottom:1px solid #dcdcdc;
}
.csr .page-section table.tableL tr:first-child th:first-child{
  border-bottom:1px solid #fff;
}
.csr .page-section table th:last-child {
  border: 0px;
}

.csr .page-section table td {
  background: #fff;
}
.csr .page-section table td+td{
  border-left: 1px solid #dcdcdc;
}

.csr .page-section table .lhs {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}

.csr .page-section table tr.targetValue{
  border:2px solid #10236a;
}
.csr .page-section table tr.targetValue td{
  font-weight:bold;
}
.csr strong {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

.csr .page-sub-title-wrap {
  position: relative;
}

.csr .page-sub-title {
  position: relative;
  left: 20px;
  margin-bottom: 4rem;
}

.csr .page-sub-title .page-header-title-en {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 3px;
}

.csr .page-sub-title .page-header-title-ja {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 5px;
}

.csr .aco {
  margin-bottom: 2rem;
  display: none;
  padding: 20px 20px 0;
}

.csr .acoTitle {
  background: #3366cc;
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  display: table;
  width: 100%;
  line-height: 1;
  cursor: pointer;
  margin:0;
}

.csr .acoTitle p {
  display: table-cell;
  vertical-align: middle;
}

.csr .acoTitle .icoArrow {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.csr .acoTitle .icoArrow img {
  cursor: pointer;
}

.csr .aco ol {
  padding: 0 0 0 1.5rem;
  list-style: disc;
}

.csr .aco ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.csr .aco ul li {
  margin-bottom: 1.5rem;
}

.csr .aco ul li ol {
  padding: 0 0 0 1.5rem;
  list-style: disc;
  margin-bottom: 1rem;
}

.csr .aco ul li ol li {
  margin-bottom: 0;
}

.csr h5 {
  font-size: 17px;
  font-weight: bold;
}

.csr .aco ul li p {
  margin-bottom: 1rem;
  text-align: left;
}

.csr .aco ul li img {
  width: 100%;
  margin: 0 auto;
}

.csr .aco ul li img.list1 {
  max-width: 386px;
}

.csr .aco ul li img.list2 {
  margin-top: -15px;
  max-width: 315px;
}

.csr .aco ul li img.list3 {
  max-width: 317px;
}

.csr .aco ul li img.list4 {
  max-width: 220px;
}

.csr .aco ul li img.list5 {
  max-width: 220px;
}

.csr .aco dl {
  border: 2px solid #1c8cc9;
  padding: 0;
  height: 100%;
}

.csr .aco dl dt {
  border: 0;
  background: transparent;
  color: #000;
  text-align: center;
  padding: 20px 0 0 0;
}

.csr .aco dl dd {
  margin: 0;
  padding: 0 1rem;
}

.csr a.r-link {
  max-width: 495px;
  width: 80%;
  margin: 30px auto;
  padding: 15px 20px;
  display: block;
  text-align: center;
  background: #11367f;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: #fff;
  font-weight: 500;
}


@media (max-width: 768px) {

  .csr .aco{
    padding:0;
  }

}
.csr .ele-border {
  margin: 0;
  border-image: url('../images/page-corporate/esg/border.png') round;
  border-image-slice: 57 57 fill;
  border-image-width: 30px 30px;
  padding: 35px 25px 0;
}

.csr .ele-border2 {
  border: 4px solid #3366cc;
  padding: 3px;
  margin-bottom: 3rem;
}

.csr .ele-border2 .eleInner {
  border: 2px solid #3366cc;
  padding: 1rem;
}

.csr .ele-border2 dl {
  margin-bottom: 0;
}

.csr .ele-border2 dl dd {
  margin-bottom: 0;
}

.csr .ele-border2 dl dd p {
  margin-bottom: 0;
}

.csr .ele-border2 h3 {
  text-align: center;
}

.csr .ele-border2 p span {
  padding-top: 1rem;
}

/* ----------
page-corporate-privacy-policy
---------- */
.privacy .page-section {
  max-width: 1000px;
  margin: 0 auto;
}

.privacy .page-section dl dt {
  font-size: 20px;
}

.privacy .page-section dl dd {
  font-size: 15px;
  margin-bottom: 20px;
}

.privacy .page-section dl dd ul {
  padding: 0;
  list-style: none;
}

.privacy .page-section dl dd img {
  margin-left: 5px;
  margin-right: 1px;
  vertical-align: middle;
}

.privacy .page-section dl dd ul {
  margin-top: 1rem;
  margin-left: 1rem;
}

.privacy .page-section dl dd ul li {
  margin-bottom: 0.3rem;
}

/* ----------
page-corporate-next
---------- */
.next .content .inner {
  padding-top: 220px;
  overflow: hidden;
}

.next .page-section dl dd em {
  width: 130px;
  text-align: center;
  display: inline-block;
  background: #3366cc;
  color: #fff;
  font-style: normal;
  padding: 5px;
  margin-bottom: 10px;
}

.next .page-section dl dd strong {
  margin-bottom: 2px;
}

.next .page-section dl dd p.fontbig {
  font-size: 16px;
}

.next .page-section dl dd p span {
  font-weight: normal;
  font-size: 12px;
  color: #111a38;
}

.next .page-section dl dd span {
  color: #3366cc;
}

.next .page-section dl dd ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 14px;
}

.next .page-section p a {
  text-decoration: underline;
  color: #0056b3;
}

.next .page-section p a:hover {
  color: #0056b3;
  opacity: 0.5;
}

.next .page-header-title .page-header-title-en {
  font-size: 26px;
}

@media (min-width: 768px) {
  .page-header {
    height: 800px;
    background-image: url(../images/page-work/page-header-bg.jpg);
  }

  .page-header-title {
    top: 240px;
    left: 80px;
  }

  .csr .page-sub-title {
    left: 80px;
  }

  .page-header-title .page-header-title-en {
    margin-bottom: 25px;
    font-size: 80px;
  }

  .page-header-title .page-header-title-ja {
    font-size: 24px;
    font-weight: bold;
  }

  .page-corporate .content {
    background-size: cover;
  }

  .page-corporate .content .inner {
    padding: 450px 0 300px;
    max-width: 1240px;
    margin: 0 auto;
  }

  .csr .content .inner {
    padding: 450px 0 0px;
  }

  .page-corporate .content .inner2 {
    padding: 0px 0 300px;
    max-width: 1240px;
    margin: 0 auto;
  }

  .table {
    margin: 0 auto;
    width: 70%;
  }

  .table dt {
    width: 20%;
    letter-spacing: 3px;
  }

  .table-history th {
    width: 20%;
    letter-spacing: 3px;
  }

  .table dd {
    width: 80%;
    letter-spacing: 2px;
  }

  .table-history td {
    width: 80%;
    letter-spacing: 2px;
  }

  .corporate .table dt,
  .corporate .table dd {
    padding: 40px;
    font-size: 15px;
  }

  .page-corporate.philosophy .content .philosophyInner {
    width: 550px;
    margin: 0 auto;
  }

  .page-corporate.philosophy .content h3 {
    font-size: 36px;
  }

  .page-corporate.philosophy .content dl dt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .page-corporate.philosophy .content dl dd {
    font-size: 14px;
    line-height: 2.5em;
  }

  .page-corporate.philosophy .content ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #113280;
  }

  .page-corporate.philosophy .content li {
    padding: 25px 5px;
    border-bottom: 1px solid #fff;
  }

  .page-corporate.message .content .messageInner {
    padding: 0 15px;
    font-size: 15px;
    width: 900px;
    margin: 0 auto 150px;
    display: flex;
  }

  .page-corporate.message .content .messageInner .txt {
    width: 700px;
    padding-right: 30px;
  }

  .page-corporate.message .content .img dl {
    display: block;
  }

  .page-corporate.message .content .img dl dt {
    width: auto;
  }

  .page-corporate.message .content .img dl dt img {
    width: 100%;
  }

  .page-corporate.message .content .img dl dd {
    width: auto;
    text-align: left;
    padding: 10px 0px;
    letter-spacing: 2px;
  }

  .page-corporate.message .content .img dl dd span {
    font-size: 16px;
    display: block;
  }

  .page-corporate.message .content .img dl dd strong {
    font-size: 24px;
  }

  .csr .page-header-title .page-header-title-en {
    font-size: 50px;
  }

  .csr .page-sub-title .page-header-title-en {
    font-size: 50px;
  }

  .csr .page-sub-title .page-header-title-ja {
    font-size: 24px;
    font-weight: bold;
  }

  .csr .page-section dl .sp_scroll {
    overflow-x: hidden;
  }

  .page-corporate.csr.next .content .inner {
    padding: 530px 0 300px;
    max-width: 1240px;
    margin: 0 auto;
  }

  .next .page-header-title .page-header-title-en {
    font-size: 50px;
  }

  .csr .ele-border2 {
    margin: 3rem 6rem;
  }

  .history .at {
    width: 70%;
  }
}

.swiper.destroy .swiper-wrapper {
  display: block;
}

.cost {
  text-align: center;
  flex-wrap: nowrap;
}

.swiperBlock {
  position: relative;
}

.swiperNavi {
  position: absolute;
  width: 100%;
  top: 200px;
}

.specialty-pagination {
  position: static;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  margin: 0 0 20px;
}

.swiperNavi .button-next,
.swiperNavi .button-prev {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin: 0 5px;
  z-index: 3;
}
.swiperNavi .button-next img,
.swiperNavi .button-prev img {
  width: 100%;
}
.swiperNavi .button-next {
  right: -38px;
  left: auto;
}

.swiperNavi .button-prev {
  left: -38px;
  right: auto;
}
@media (max-width: 768px) {
  .swiperNavi .button-next img,
  .swiperNavi .button-prev img {
    width: 15px;
    line-height: 15px;
    margin: 0 5px;
  }

  .swiperNavi {
    top: 170px;
  }
  
  .swiperNavi .button-next {
    right: -24px;
  }
  
  .swiperNavi .button-prev {
    left:  -24px;
  }

}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.healthDeclaration {
  width: 490px;
  position: relative;
  margin: 15px auto 30px;
  text-align: center;
}

#healthDeclaration p.set {
  text-align: center;
  color: #4167c1;
  padding-top: 20px;
}

.healthDeclaration .main {
  position: relative;
  z-index: 2;
}

.healthDeclaration .selectBtn {
  position: absolute;
  z-index: 1;
  opacity: 0.55;
}

.healthDeclaration .selectBtn.on {
  opacity: 1;
}

.healthDeclaration .selecter {
  position: absolute;
  display: block;
  z-index: 3;
}

.healthDeclaration .btn1,
.healthDeclaration .btnSelect1 {
  top: -25px;
  left: 0;
}

.healthDeclaration .btn2,
.healthDeclaration .btnSelect2 {
  top: -25px;
  right: 0;
}

.healthDeclaration .btn3,
.healthDeclaration .btnSelect3 {
  bottom: -25px;
  left: 0;
}

.healthDeclaration .btn4,
.healthDeclaration .btnSelect4 {
  bottom: -25px;
  right: 0;
}

@media (max-width: 768px) {
  .healthDeclaration {
    width: 100%;
  }

  .healthDeclaration .main img {
    width: 65vw;
  }

  .healthDeclaration .selectBtn img {
    width: 29vw;
  }

  .healthDeclaration .btn1 {
    top: -1%;
    left: 0;
  }

  .healthDeclaration .btn2 {
    top: -1%;
    right: 0;
  }

  .healthDeclaration .btn3 {
    bottom: -1%;
    left: 0;
  }

  .healthDeclaration .btn4 {
    bottom: -1%;
    right: 0;
  }

  .mb-center {
    text-align: center;
  }
}

.rows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.rows .borderLine {
  width: calc(33% - 10px);
  text-align: center;
  padding: 20px 0;
}

.rows .block3Column {
  width: calc(33% - 10px);
  padding: 20px 0;
}

.rows .block3Column img {
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .rows {
    display: block;
  }

  .rows .borderLine,
  .rows .block3Column {
    width: 100%;
  }
}

.plaguePrevention .borderLine {
  border: 2px solid #3366cc;
  margin-bottom: 24px;
}

.simpleTable {
  width: 91%;
  margin: 0 auto 20px;
}

.simpleTable td {
  width: 25%;
  border: 1px solid #000;
  padding: 20px;
}

.mentalHealth p.mb {
  width: 91%;
  margin: 0 auto 30px;
}

.flexdual {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: space-between;
}

.flexdual .img {
  width: calc(50% - 5px);
}

.next .page-section .minus {
  margin-bottom: -20px;
}

.csr .aco.ikukyu {
  padding: 0px 0px 30px;
  background-color: #ebf0fa;
  border-radius: 0 0 10px 10px;
}

.next .page-section dl dd .ikukyu h4 {
  display: block;
  border-bottom:1px solid #000;
  clear: both;
  margin:0 2% 30px;
}
  
.next .page-section dl dd .ikukyu h5{
  position: relative;
  display: inline-block;
  padding: 0 3px;
  margin:0 8% 0px;
  font-weight: 400;
}

.next .page-section dl dd .ikukyu h5:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-30deg);
}
.next .page-section dl dd .ikukyu h5:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(30deg);
}
.next .page-section dl dd .ikukyu h5 div{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin:0 3px 0px;
}

.next .page-section dl dd .ikukyu h5 div:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-30deg);
}
.next .page-section dl dd .ikukyu h5 div:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(30deg);
}

.next .page-section dl dd ul.question {
  padding: 0px 3%;
  list-style: none;
}

.next .page-section dl dd ul.question li {
  position: relative;
  clear: both;
}
.next .page-section dl dd ul.question li.que {
  color:#1096e1;
  padding:10px 20px 10px 0px;
  display: flex;
  justify-items: center;
  align-items: center;
  font-size:28px;
  font-weight: 800;
  line-height: 1.4;
  border-bottom:1px solid #1096e1;
}
.next .page-section dl dd ul.question li.que.wo{
  color:#fa709a;
  border-bottom:1px solid #fa709a;
}
.next .page-section dl dd ul.question li.que.do{
  background-color: #00c280;
}
.next .page-section dl dd ul.question li.que span.q{
  display: block;
  line-height: 40px;
  color:#1096e1;
  letter-spacing: 1.2px;
  margin-right:15px;
  font-size:40px;
  font-weight: 800;
}
.next .page-section dl dd ul.question li.que.wo span.q{
  color:#fa709a;
}
.next .page-section dl dd ul.question li.que.do span.q{
  background-color: #ccf3e6;
  color:#00c280;
}
.next .page-section dl dd ul.question li.que span.t{
  color:#1096e1;
}
.next .page-section dl dd ul.question li.que.wo span.t{
  color:#fa709a;
}
.next .page-section dl dd ul.question li.an {
  display: flex;
  justify-items: center;
  justify-content: flex-end;

  /* align-items: center; */
  margin-bottom:3em;
}
.next .page-section dl dd ul.question li.an div:last-child{
  width:90%;
}
.next .page-section dl dd ul.question li.an p{
  border-radius: 15px;
  position: relative;
  clear: both;
  /* flex: 1; */
  padding:10px;
  margin-bottom:0;
  width: 100%;
  line-height:2;
}
.next .page-section dl dd ul.question li.an.wo p{
  /* border:2px solid #fa709a; */
}
.next .page-section dl dd ul.question li.an.do p{
  /* border:2px solid #00c280; */
}
.next .page-section dl dd ul.question li.an img{
  width:12px;
  height:20px;
  margin-right:25px;
  visibility: hidden;
}

.next .page-section dl dd ul.question .hu{
  text-align: center;
  width:100px;
  padding:12px 0;
}
.next .page-section dl dd ul.question .hu span{
  background:#1096e1;
  color:#fff;
  padding:3px 7px;
}
.next .page-section dl dd ul.question .hu.hu2 span{
  background:#00c280;
}
.next .page-section dl dd ul.question .hu.hu3 span{
  background:#fa709a;
}
.slidein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.3s;
  transform: translate(0,-100%);

}
.scrollin{
  transform: translate(0, 0)!important;
  opacity: 1!important;
}

/* .next .page-section dl dd ul.question li.an p:before {
  content: "";
  position: absolute;
  top: 35px;
  left: -31px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
.next .page-section dl dd ul.question li.an p:after {
  content: "";
  position: absolute;
  top: 35px;
  left: -34px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 18px solid #1096e1;
  z-index: 1;
} */

/* .next .page-section dl dd ul.question li.an.wo p:after {
  border-right: 18px solid #fa709a;
}
.next .page-section dl dd ul.question li.an.do p:after {
  border-right: 18px solid #00c280;
} */
.next .page-section dl dd .imgShow{
  display: flex;
  justify-content: space-around;
}
/* .next .page-section dl dd .imgShow div:nth-child(even){
  padding-top:130px;
} */


.next .page-section .interview{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom:30px;
  background:url(../../assets/images/page-corporate/next/imgshow2.png);
  height:300px;
}
.next .page-section .interview div{
  padding:10px;
  color: #fff;
  margin:10px;
  line-height: 1.4;
}
.next .page-section .interview div.target{
  background: #1096e1c7;
}
.next .page-section .interview div.boss{
  background: #00c280c7;
}
.next .page-section .interview div span{
  color:#fff;
  font-size:22px;
  letter-spacing: 2px;
}
.swiper-slide {
  padding:0 2px;
}

@media (max-width: 768px) {
  .csr .aco.ikukyu {
    padding:0 0 10px;
  }
  .next .page-section dl dd ul.question {
    padding:0 2%;
  }
  .next .page-section dl dd ul.question li.que {
    padding:5px 10px 5px 5px;
    margin-bottom:15px;
  }
  .next .page-section dl dd ul.question li.que span.q{
    margin-right:5px;
    padding:0px 10px;
    letter-spacing: 1px;
  }
  .next .page-section dl dd ul.question li.que span.t{
    line-height: 1.4;
  }
  .next .page-section dl dd .imgShow{
    flex-wrap: wrap;
  }
  .next .page-section dl dd .imgShow div{
    width: 48%;
  }
  .next .page-section dl dd .imgShow div img{
    max-width: 100%;
    margin-bottom:10px;
  }
  .next .page-section dl dd .imgShow div:nth-child(even){
    padding-top:0px;
  }

  .next .page-section .interview{
    display: block;
    background: transparent;
    height: auto;
  }
  .next .page-section .interview img{
    width: 100%;
  }
  .next .page-section dl dd ul.question li.que span.q {
    font-size: 24px;
  }
  .next .page-section dl dd ul.question li.que span.t {
    font-size: 20px;
}
  .next .page-section dl dd .ikukyu h5{
    font-size:14px;
    font-weight: 400;
  }
  .next .page-section dl dd ul.question li.an {
    margin-bottom:1.5em;
  }
  .next .page-section .interview div span {
    font-size:18px;
  }
}
.overflowScroll{
  overflow: hidden;
  overflow-x: auto;
}