@charset "UTF-8";
/* font
----------------------- */
/* breadcrumb
----------------------- */
.breadcrumb {
  position: absolute;
  top: 120px;
  left: 55px;
  color: #46638b;
  z-index: 2;
}
.breadcrumb ul li {
  font-weight: bold;
  opacity: 1;
}
.breadcrumb ul li a {
  font-weight: normal;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.se-only {
  display: none;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .se-only {
    display: block;
  }
}
/* fade-in
--------------------------------------------- */
.js-fadein {
  transition: all .6s ease-in-out;
  opacity: 0;
}

.js-fadein.is-show {
  opacity: 1;
}

/* keyframes
--------------------------------------------- */
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes bubble2 {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes bubble2 {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes bubble3 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes bubble3 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoom1 {
  0% {
    -webkit-transform: scale(1) translate(-50%, -60%);
    transform: scale(1) translate(-50%, -60%);
  }
  50% {
    -webkit-transform: scale(1.2) translate(-50%, -60%);
    transform: scale(1.2) translate(-50%, -60%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -60%);
    transform: scale(1) translate(-50%, -60%);
  }
}
@keyframes zoom1 {
  0% {
    -webkit-transform: scale(1) translate(-50%, -60%);
    transform: scale(1) translate(-50%, -60%);
  }
  50% {
    -webkit-transform: scale(1.2) translate(-50%, -60%);
    transform: scale(1.2) translate(-50%, -60%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -60%);
    transform: scale(1) translate(-50%, -60%);
  }
}
/* 下層共通
----------------------- */
.sub-common {
  padding-top: 235px;
}

.sub-inner {
  max-width: calc(1200px + 110px);
  margin: 0 auto;
  padding: 0 55px;
}

.heading-area {
  margin-bottom: 90px;
  text-align: center;
}

.heading1 {
  display: inline-block;
  font-family: 'Fredoka One', cursive;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: center;
}

.lead-title {
  color: #46638b;
  font-size: 2rem;
  font-weight: bold;
}

.heading2 {
  position: relative;
  padding-bottom: 30px;
  color: #46638b;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.6;
}
.heading2::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 126px;
  height: 12px;
  margin: auto;
  background: url(../images/common/heading_dots.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.heading3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #46638b;
}

.heading4 {
  font-size: 2rem;
  font-weight: bold;
  color: #46638b;
}

.heading5 {
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sub-common {
    padding-top: 110px;
  }

  .sub-inner {
    width: 100%;
    padding: 0 20px;
  }

  .heading-area {
    margin-bottom: 11.73vw;
  }

  .heading1 {
    font-size: 4rem;
  }

  .lead-title {
    font-size: 1.5rem;
  }

  .heading2 {
    margin-bottom: 10.43vw;
    padding-bottom: 20px;
    font-size: 2.8rem;
  }
  .heading2::before {
    max-width: 86px;
  }

  .heading3 {
    font-size: 2.4rem;
  }

  .heading4 {
    font-size: 1.8rem;
  }
}
/* company - message
--------------------------------------------- */
.p-message p:not([class*="lead"]) {
  margin-bottom: 30px;
  line-height: 2.25;
}

.top-message {
  margin-bottom: 305px;
}

.message-heading {
  display: flex;
  position: relative;
  margin-bottom: 190px;
}
.message-heading::before {
  display: block;
  position: absolute;
  right: 120px;
  bottom: -85px;
  width: 100%;
  height: 395px;
  background: #fff;
  content: "";
  z-index: -2;
}
.message-heading::after {
  display: block;
  position: absolute;
  right: 120px;
  bottom: -85px;
  width: 100%;
  height: 395px;
  background: #dba1d6;
  background: linear-gradient(30deg, #dba1d6 0%, #7d96c8 48%, #86c8e7 92%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: .15;
  content: "";
  z-index: -1;
}
.message-heading__img {
  width: 50%;
  height: 500px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-position: top left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.message-heading__info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  width: 50%;
  padding-right: 140px;
  z-index: 1;
}
.message-heading__title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}
.message-heading__name {
  color: #46638b;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.25;
}
.message-heading__name span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

.message-text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
.message-text__lead {
  display: table;
  position: relative;
  margin: 0 auto 50px;
  padding: 0 30px 0 40px;
  color: #46638b;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}
.message-text__lead::before {
  display: inline-block;
  display: block;
  position: absolute;
  top: 5px;
  left: -10px;
  width: 38px;
  height: 31px;
  background: url(/images/message/quotation01.png) no-repeat center;
  background-size: contain;
  content: "";
}
.message-text__lead::after {
  display: inline-block;
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0px;
  width: 38px;
  height: 31px;
  background: url(/images/message/quotation02.png) no-repeat center;
  background-size: contain;
  content: "";
}

/* 企業理念
----------------------- */
.company-philosophy {
  position: relative;
}
.company-philosophy .rainbow {
  position: absolute;
  top: -300px;
  left: -10%;
  width: 120%;
  transition: all 1.2s ease-in-out;
  transform-origin: center left;
  transform: scale(0) rotate(-45deg);
  opacity: 0;
  z-index: -1;
}
.company-philosophy .rainbow img {
  width: 100%;
}
.company-philosophy .rainbow.is-show {
  transition-delay: .3s;
  transform: scale(1) rotate(0);
  opacity: 1;
}

.philosophy-text {
  position: relative;
  max-width: calc(890px + 40px);
  margin: 0 auto 140px;
  padding: 0 20px;
  z-index: 1;
}
.philosophy-text__lead {
  margin-bottom: 15px;
  font-size: 5.5rem;
  font-weight: bold;
  text-align: center;
}
.philosophy-text .btn {
  width: 225px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1439px) {
  .message-heading__img {
    background-position: 13% 50%;
  }
}
@media only screen and (max-width: 980px) {
  .message-heading__info {
    padding-right: 9.7222%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-message {
    margin-bottom: 40vw;
  }

  .message-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 120px;
  }
  .message-heading::before, .message-heading::after {
    right: 20px;
    bottom: -45px;
    height: 85vw;
  }
  .message-heading__img {
    width: calc(100% - 20px);
    height: 65vw;
    margin: 0 0 20px 20px;
    order: 0;
  }
  .message-heading__info {
    justify-content: flex-start;
    width: calc(100% - 20px);
    margin-right: 20px;
    order: 1;
  }
  .message-heading__title {
    font-size: 1.5rem;
  }
  .message-heading__name {
    font-size: 2.8rem;
  }

  .message-text__lead {
    padding: 0 10px 0;
    font-size: 3rem;
    line-height: 1.65;
  }
  .message-text__lead::before, .message-text__lead::after {
    width: 25px;
    height: 20px;
  }
  .message-text__lead::before {
    left: -5px;
  }
  .message-text__lead::after {
    right: -12px;
    bottom: -5px;
  }

  .company-philosophy .rainbow {
    top: -30vw;
  }

  .philosophy-text {
    margin-bottom: 80px;
  }
  .philosophy-text__lead {
    font-size: 3.2rem;
    line-height: 1.65;
  }
  .philosophy-text__lead {
    font-size: calc(28px + 4 * ((100vw - 320px) / 447));
  }
}
/* company - outline
--------------------------------------------- */
.p-outline .heading1 {
  text-align: center;
}
.p-outline .lead-title {
  text-align: center;
}

.nav-content {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}
.nav-content li {
  width: 296px;
  height: 70px;
}
.nav-content li a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 1.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-content li a span:not(.btn-arrow) {
  margin-bottom: 5px;
}
.nav-content li a .btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -19px;
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  background: #8abfe1;
  transform: translateX(-50%);
  transition: transform .3s;
  overflow: hidden;
  z-index: 2;
}
.nav-content li a .btn-arrow::before {
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(../images/common/nav-content_arrow.png) no-repeat center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  z-index: 1;
}
.nav-content li a:hover .btn-arrow {
  transform: translate(-50%, 3px);
}
.nav-content li + li {
  margin-left: 25px;
}

/* 数字で見る
----------------------- */
.section-number .text-right,
.section-voice .text-right {
  color: #46638b;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.section-number .heading3,
.section-voice .heading3 {
  font-size: 2.8rem;
  text-align: center;
}
.section-number .border,
.section-voice .border {
  border: 6px solid #46638b;
  border-radius: 20px;
}
.section-number .border-dot,
.section-voice .border-dot {
  border: 5px dotted #46638b;
  border-radius: 20px;
}
.section-number .col-set,
.section-voice .col-set {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 35px);
}
.section-number .col1-2,
.section-voice .col1-2 {
  width: calc(50% - 35px);
  margin-right: 35px;
  margin-bottom: 39px;
  padding: 35px 4% 40px;
  background: #fff;
}
.section-number .col-full,
.section-voice .col-full {
  padding: 25px 4% 30px;
  background: #fff;
}
.section-number .col1-3,
.section-voice .col1-3 {
  width: calc(33.3333% - 35px);
  margin-right: 35px;
  padding: 35px 2% 40px;
  background: #fff;
}
.section-number .font-l,
.section-voice .font-l {
  color: #46638b;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}
.section-number .dl-ver,
.section-voice .dl-ver {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.section-number .count,
.section-voice .count {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  opacity: 0;
  transition: all .6s ease-in-out;
  transform: translateY(30px);
}

.section-number,
.section-voice {
  max-width: 1040px;
  margin: 0 auto 100px;
}

.voice-question03,
.voice-question04,
.voice-question05 {
  margin-top: 130px;
}

/* 従業員 */
.section-number .employee {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 453px;
  margin-bottom: 35px;
  background: #fff;
  overflow: hidden;
}
.section-number .employee::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc((100% / 18) * 5.8);
  height: calc((100% / 8) * 3.5);
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: "";
}
.section-number .employee__inner {
  position: relative;
  display: table;
  margin-top: -5px;
  z-index: 1;
}
.section-number .employee .count {
  color: #709ad1;
  font-size: 14rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.06em;
}
.section-number .employee .icon-kitty {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: calc((100% - 40px) - 10px);
  height: calc(100% - 40px);
  margin: 20px 20px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.section-number .employee .icon-kitty .icon-item {
  width: calc(5.5555% - 10px);
  height: auto;
  margin: 6px 5px 6px 5px;
  opacity: 0;
}
.section-number .employee .icon-kitty .icon-item img {
  width: 100%;
  height: auto;
}

/* 年齢比　*/
.section-number .age .bar-graph {
  display: flex;
  justify-content: center;
  position: relative;
  height: 340px;
}
.section-number .age .bar-graph::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 6px;
  background: #46638b;
  border-radius: 3px;
  content: "";
}
.section-number .age .bar-graph li {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 0 10px;
}
.section-number .age .bar-graph li dl {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.section-number .age .bar-graph li dl dt {
  color: #46638b;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.section-number .age .bar-graph li dl dt span {
  font-size: 2.3rem;
}
.section-number .age .bar-graph li dl dd {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  align-items: center;
  color: #46638b;
  font-size: 1.5rem;
  font-weight: bold;
}
.section-number .age .bar-graph li dl dd span {
  font-size: 3rem;
}
.section-number .age .bar-graph .bar {
  display: block;
  width: 58px;
  transition: height .6s ease;
}
.section-number .age .bar-graph .twenties .bar {
  height: 0;
  background: #709ad1;
}
.section-number .age .bar-graph .twenties .bar.is-animate {
  height: 168px;
}
.section-number .age .bar-graph .thirties .bar {
  height: 0;
  background: #5986c1;
}
.section-number .age .bar-graph .thirties .bar.is-animate {
  height: 128px;
}
.section-number .age .bar-graph .forties .bar {
  height: 0;
  background: #446da3;
}
.section-number .age .bar-graph .forties .bar.is-animate {
  height: 74px;
}
.section-number .age .bar-graph .fifties .bar {
  height: 0;
  background: #46638b;
}
.section-number .age .bar-graph .fifties .bar.is-animate {
  height: 123px;
}

/* 男女比 */
.section-number .gender .gender-graph {
  position: relative;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 340px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-number .gender .gender-graph li {
  width: 40%;
}
.section-number .gender .gender-graph dt {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  text-align: center;
}
.section-number .gender .gender-graph dd {
  font-size: 4rem;
  font-weight: bold;
}
.section-number .gender .gender-graph dd .count {
  font-size: 10rem;
}
.section-number .gender .gender-graph .men {
  margin-right: 40px;
}
.section-number .gender .gender-graph .men dt::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 112px;
  height: 99px;
  margin: auto;
  background: url(../images/company/number/men.png) no-repeat center;
  background-size: contain;
  content: "";
  z-index: -1;
}
.section-number .gender .gender-graph .men dd {
  color: #46638b;
}
.section-number .gender .gender-graph .women dt::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 115px;
  height: 121px;
  margin: auto;
  background: url(../images/company/number/women.png) no-repeat center;
  background-size: contain;
  content: "";
  z-index: -1;
}
.section-number .gender .gender-graph .women dd {
  color: #709ad1;
}

/* 育児休業取得率 & 育児休業取得後の復帰率 */
.section-number .col-child-care {
  position: relative;
}
.section-number .col-child-care .krp {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 155px;
  height: 180px;
  transform: translate(-55%, -60%);
}
.section-number .col-child-care .krp.is-animate {
  animation: zoom1 .4s;
}
.section-number .child-care {
  position: relative;
  height: 270px;
}
.section-number .child-care .count {
  color: #709ad1;
  font-size: 12rem;
}

/* 職種比 */
.section-number .job-cate .job-graph {
  display: flex;
  justify-content: center;
  position: relative;
}
.section-number .job-cate .job-graph li {
  position: relative;
  width: 40%;
}
.section-number .job-cate .job-graph dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-number .job-cate .job-graph dl dt {
  font-size: 2.4rem;
  font-weight: bold;
}
.section-number .job-cate .job-graph dl dd {
  font-size: 15rem;
}
.section-number .job-cate .job-graph .on-stage {
  color: #d788ba;
}
.section-number .job-cate .job-graph .on-stage::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  color: #46638b;
  font-size: 9.5rem;
  transform: translateY(-50%);
  content: ":";
}
.section-number .job-cate .job-graph .on-stage dt {
  margin-right: 30px;
}
.section-number .job-cate .job-graph .back-stage {
  color: #709ad1;
}
.section-number .job-cate .job-graph .back-stage dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section-number .job-cate .job-graph .back-stage dt {
  margin-left: 30px;
}
.section-number .job-cate .graph-img {
  margin-top: -60px;
}

/* 働く人の声
----------------------- */
.section-voice .voice-heading {
  margin-bottom: 62px;
}
.section-voice .voice-heading p {
  display: table;
  position: relative;
  margin: 0 auto 50px;
  padding: 0 0 0 40px;
  color: #46638b;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.section-voice .voice-heading p::before {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 3px;
  height: 54px;
  background: #46638b;
  border-radius: 3px;
  transform: rotate(-28deg) translateY(-3px);
  content: "";
}
.section-voice .voice-heading p::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 54px;
  background: #46638b;
  border-radius: 3px;
  transform: rotate(-35deg);
  content: "";
}
.section-voice .voice-heading p span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 30px;
}
.section-voice .voice-heading p span::before {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  width: 3px;
  height: 54px;
  background: #46638b;
  border-radius: 3px;
  transform: rotate(28deg) translateY(-3px);
  content: "";
}
.section-voice .voice-heading p span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 54px;
  background: #46638b;
  border-radius: 3px;
  transform: rotate(35deg);
  content: "";
}
.section-voice .voice-heading .heading-voice {
  position: relative;
  padding: 50px 20px 40px;
  color: #000;
  background: #ecf2fb;
  border-radius: 20px;
  font-size: 2.8rem;
  text-align: center;
}
.section-voice .voice-heading .heading-voice .icon-q {
  position: absolute;
  top: -40px;
  left: 50%;
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 13px;
  background: #46638b;
  color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
}
.section-voice .fav-chara {
  margin-bottom: 85px;
}
.section-voice .fav-chara .col1-2 {
  padding: 25px 25px 30px;
  border-radius: 30px;
}
.section-voice .fav-chara .col1-2 .img img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section-voice .fav-chara .col1-2 h4 {
  margin-bottom: 20px;
  padding: 15px 0 25px;
  color: #000;
  font-size: 3rem;
  background: url(/images/company/number/dot.png) no-repeat center bottom;
  text-align: center;
}
.section-voice .fav-chara .col1-2 .fav-chara__list {
  margin: 0 25px;
  font-size: 1.6rem;
}
.section-voice .fav-chara .col1-2 .fav-chara__list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-weight: bold;
  line-height: 1.45;
}
.section-voice .fav-chara .col1-2 .fav-chara__list li::before {
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #46638b;
  content: "";
}
.section-voice .fav-chara .col1-2:nth-child(2) {
  transition-delay: .3s;
}
.section-voice .fav-chara .col1-2:nth-child(4) {
  transition-delay: .3s;
}
.section-voice .fav-chara .col1-2:nth-child(6) {
  transition-delay: .3s;
}
.section-voice .circle-graph-wrapper {
  position: relative;
  margin-bottom: 170px;
}
.section-voice .circle-graph {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 353px;
  height: 350px;
  margin: auto;
}
.section-voice .circle-graph::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/company/number/graph-circle.png) no-repeat center;
  background-size: contain;
  z-index: -1;
  content: "";
}
.section-voice .circle-graph li {
  width: 50%;
}
.section-voice .circle-graph dl {
  color: #fff;
  font-weight: bold;
}
.section-voice .circle-graph dt {
  font-size: 3.6rem;
  line-height: 1;
}
.section-voice .circle-graph dd {
  font-size: 3rem;
}
.section-voice .circle-graph dd span {
  font-size: 5.5rem;
}
.section-voice .balloon-list .balloon-item {
  position: absolute;
  display: inline-block;
  padding: 20px;
  background: #fff;
  border: 4px solid #709ad1;
  border-radius: 20px;
  font-weight: bold;
  transition: all .6s ease-in-out;
  transform: scale(0);
}
.section-voice .balloon-list .balloon-item::before {
  display: block;
  position: absolute;
  content: "";
}
.section-voice .balloon-list .balloon-item.no {
  color: #709ad1;
}
.section-voice .balloon-list .balloon-item.yes {
  color: #46638b;
  border: 4px solid #46638b;
}
.section-voice .balloon-list .balloon-item.item01 {
  top: -20px;
  right: 10%;
  max-width: 210px;
}
.section-voice .balloon-list .balloon-item.item01::before {
  display: block;
  bottom: 20px;
  left: -23px;
  width: 23px;
  height: 32px;
  background: url(../images/company/number/balloon01.png) no-repeat center;
  background-size: contain;
}
.section-voice .balloon-list .balloon-item.item02 {
  top: 40%;
  right: 3%;
  max-width: 225px;
  max-width: 275px;
}
.section-voice .balloon-list .balloon-item.item02::before {
  display: block;
  top: 50%;
  left: -23px;
  width: 23px;
  height: 32px;
  background: url(../images/company/number/balloon02.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-voice .balloon-list .balloon-item.item03 {
  bottom: -50px;
  right: 12%;
  max-width: 211px;
}
.section-voice .balloon-list .balloon-item.item03::before {
  display: block;
  top: 20px;
  left: -26px;
  width: 26px;
  height: 39px;
  background: url(../images/company/number/balloon03.png) no-repeat center;
  background-size: contain;
}
.section-voice .balloon-list .balloon-item.item04 {
  top: 20%;
  left: 7%;
  max-width: 245px;
}
.section-voice .balloon-list .balloon-item.item04::before {
  display: block;
  top: 50%;
  right: -25px;
  width: 25px;
  height: 42px;
  background: url(../images/company/number/balloon04.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-voice .balloon-list .balloon-item.item05 {
  top: 60%;
  left: 6%;
  max-width: 260px;
  padding: 20px 30px;
}
.section-voice .balloon-list .balloon-item.item05::before {
  display: block;
  top: 50%;
  right: -26px;
  width: 26px;
  height: 34px;
  background: url(../images/company/number/balloon05.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-voice .balloon-list.is-animate .balloon-item {
  transform: scale(1);
}
.section-voice .balloon-list.is-animate .balloon-item.item04 {
  transition-delay: .2s;
}
.section-voice .balloon-list.is-animate .balloon-item.item02 {
  transition-delay: .4s;
}
.section-voice .balloon-list.is-animate .balloon-item.item05 {
  transition-delay: .6s;
}
.section-voice .balloon-list.is-animate .balloon-item.item03 {
  transition-delay: .8s;
}
.section-voice .voice-list .col1-3 {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}
.section-voice .voice-list .col1-3 p:not(.dep) {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.section-voice .voice-list .col1-3 .dep {
  margin-top: auto;
  color: #989898;
}
.section-voice .voice-list .col1-3:nth-child(2) {
  transition-delay: .2s;
}
.section-voice .voice-list .col1-3:nth-child(3) {
  transition-delay: .4s;
}

/* 基本情報
----------------------- */
.company-info {
  margin-top: 130px;
}

.outline-table {
  margin-bottom: 140px;
}
.outline-table > li {
  position: relative;
}
.outline-table > li::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: url(../images/common/dotted-line.png) no-repeat center;
  background-size: contain;
  content: "";
}
.outline-table > li:first-child::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: url(../images/common/dotted-line.png) no-repeat center;
  background-size: contain;
  content: "";
}
.outline-table dl {
  display: flex;
}
.outline-table dl > dt {
  width: 20%;
  min-width: 6em;
  padding: 25px 0 30px 3.3333%;
  color: #46638b;
  font-weight: bold;
  line-height: 2.6;
}
.outline-table dl > dd {
  width: calc(100% - 20%);
  padding: 25px 20px 30px 10px;
  line-height: 2.6;
}
.outline-table dl > dd .link-map {
  position: relative;
  margin: 0 0 15px 20px;
  padding-left: 20px;
  color: #46638b;
  transition: all .3s;
  white-space: nowrap;
}
.outline-table dl > dd .link-map::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 20px;
  background: url(../images/common/icon-pin.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.outline-table dl > dd .link-map:hover {
  opacity: 0.8;
}
.outline-table dl > dd .link-text {
  color: #46638b;
  transition: opacity .3s;
}
.outline-table dl > dd .link-text:hover {
  opacity: .8;
}
.outline-table dl > dd .link-url {
  display: table;
  position: relative;
  margin-bottom: 15px;
  color: #46638b;
  line-height: 1.6;
  transition: all .3s;
}
.outline-table dl > dd .link-url:hover {
  opacity: .8;
}
.outline-table dl > dd .icon-win {
  position: relative;
  padding-left: 22px;
}
.outline-table dl > dd .icon-win::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url(../images/common/icon-win.png) no-repeat center;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 1140px) {
  .section-number .employee::before {
    width: calc((100% / 17) * 6);
    height: calc((100% / 8) * 3.5);
  }
  .section-number .employee .count {
    font-size: 13vw;
  }
  .section-number .employee .icon-kitty .icon-item {
    width: calc((100% / 16) - 10px);
    height: calc((100% / 8) - 12px);
  }
  .section-number .gender .gender-graph dd .count {
    font-size: calc(80px + 20 * ((100vw - 980px) / 160));
  }
}
@media only screen and (max-width: 1040px) {
  .section-number .employee::before {
    width: calc((100% / 14) * 5.5);
    height: calc((100% / 8) * 3.5);
  }
  .section-number .employee .icon-kitty .icon-item {
    width: calc((100% / 14) - 10px);
  }
  .section-number .age .bar-graph::before {
    bottom: 3.52vw;
  }
  .section-number .age .bar-graph li dl dt {
    font-size: 1.4rem;
  }
  .section-number .age .bar-graph li dl dt span {
    font-size: 2.2vw;
  }

  .job-cate .job-graph .on-stage dl dd {
    padding-right: 20px;
  }
  .job-cate .job-graph .back-stage dl dd {
    padding-left: 20px;
  }

  .section-voice .circle-graph {
    width: 30vw;
  }
  .section-voice .circle-graph dt {
    font-size: 3vw;
  }
  .section-voice .circle-graph dd {
    font-size: 3vw;
  }
  .section-voice .circle-graph dd span {
    font-size: 4.5vw;
  }
  .section-voice .voice-list {
    display: flex;
  }
  .section-voice .balloon-list .balloon-item.item02 {
    right: 2%;
  }
  .section-voice .balloon-list .balloon-item.item04 {
    left: 0;
  }
  .section-voice .balloon-list .balloon-item.item05 {
    left: 2%;
  }
}
@media only screen and (max-width: 980px) {
  .section-number .col-set,
  .section-voice .col-set {
    width: 100%;
  }
  .section-number .col1-2,
  .section-voice .col1-2 {
    width: 100%;
    margin-right: 0;
  }

  .section-number .age .bar-graph::before {
    bottom: 35px;
  }
  .section-number .age .bar-graph li dl dt {
    font-size: 1.4rem;
  }
  .section-number .age .bar-graph li dl dt span {
    font-size: 2rem;
  }
  .section-number .col-child-care .krp {
    width: 115px;
    height: 135px;
    transform: translate(-50%, -70%);
  }

  .section-voice .fav-chara {
    width: calc(100% + 35px);
  }
  .section-voice .fav-chara .col1-2 {
    width: calc(50% - 35px);
    margin-right: 35px;
  }
  .section-voice .circle-graph dt {
    font-size: 3vw;
  }
  .section-voice .circle-graph dd {
    font-size: 3vw;
  }
  .section-voice .circle-graph dd span {
    font-size: 4.5vw;
  }
  .section-voice .voice-list {
    display: flex;
  }
  .section-voice .balloon-list .balloon-item.item02 {
    right: -3%;
  }
  .section-voice .balloon-list .balloon-item.item04 {
    top: 5%;
    left: 0;
  }
  .section-voice .balloon-list .balloon-item.item05 {
    top: 70%;
    left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .nav-content {
    margin-bottom: 19.55vw;
  }
  .nav-content li {
    height: 50px;
  }
  .nav-content li a {
    font-size: 1.5rem;
    border-width: 3px !important;
  }
  .nav-content li a::before {
    display: none;
  }
  .nav-content li a .btn-arrow {
    bottom: -15px;
    width: 25px;
    height: 25px;
  }
  .nav-content li a .btn-arrow::before {
    width: 11px;
    background-size: contain;
  }
  .nav-content li a span:not(.btn-arrow) {
    margin-bottom: 2px;
    line-height: 1.25;
    text-align: center;
  }
  .nav-content li a:hover .btn-arrow {
    background: #8abfe1;
  }
  .nav-content li a:hover .btn-arrow::before {
    bottom: 0;
  }
  .nav-content li .number, .nav-content li .info {
    border-width: 3px;
  }
  .nav-content li .number:hover {
    background: #fff;
    color: #8abfe1;
  }
  .nav-content li .info:hover {
    background: #fff;
    color: #7a9dcb;
  }
  .nav-content li .info:hover .btn-arrow {
    background: #7a9dcb;
  }
  .nav-content li + li {
    margin-left: 2vw;
  }

  /* 数字で見る
  ----------------------- */
  .section-number .heading3,
  .section-voice .heading3 {
    font-size: 2rem;
  }
  .section-number .col-full,
  .section-voice .col-full {
    padding: 25px 20px 30px;
  }
  .section-number .col1-3,
  .section-voice .col1-3 {
    width: 100%;
    margin-right: 0;
    padding: 25px 20px 30px;
  }
  .section-number .col1-3:nth-child(n+2),
  .section-voice .col1-3:nth-child(n+2) {
    margin-top: 20px;
  }
  .section-number .border,
  .section-voice .border {
    border-width: 4px;
  }
  .section-number .border-dot,
  .section-voice .border-dot {
    border-width: 4px;
  }
  .section-number .font-l,
  .section-voice .font-l {
    height: 25vw;
    font-size: 3.5rem;
  }

  .section-number .employee {
    min-height: 280px;
    height: 70vw;
  }
  .section-number .employee::before {
    width: calc((100% / 10) * 5.7);
    height: calc((100% / 8) * 3.8);
  }
  .section-number .employee .inner {
    padding: 0;
  }
  .section-number .employee .count {
    font-size: 30vw;
  }
  .section-number .employee .count {
    font-size: calc(70px + 70 * ((100vw - 320px) / 447));
  }
  .section-number .employee .icon-kitty {
    top: calc(50% - 15px);
    left: calc(50% - 10px);
    width: calc((100% - 10px) - 10px);
    height: calc((100% - 10px) - 10px);
    margin: 10px;
  }
  .section-number .employee .icon-kitty .icon-item {
    width: calc((100% / 10) - 10px);
  }
  .section-number .age .bar-graph {
    height: 280px;
  }
  .section-number .age .bar-graph::before {
    bottom: 45px;
  }
  .section-number .age .bar-graph li {
    margin: 0 5px;
  }
  .section-number .age .bar-graph .bar {
    width: 10vw;
  }
  .section-number .age .bar-graph dl dt {
    height: 45px;
    line-height: 1.35;
  }
  .section-number .gender .gender-graph {
    height: auto;
    margin-top: 20px;
  }
  .section-number .gender .gender-graph dt {
    font-size: 2rem;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .section-number .gender .gender-graph dd {
    height: 18vw;
    font-size: 3rem;
  }
  .section-number .gender .gender-graph dd .count {
    font-size: 7rem;
    font-size: 18vw;
  }
  .section-number .gender .gender-graph .men dt::before {
    width: 95px;
  }
  .section-number .gender .gender-graph .women dt::before {
    width: 97px;
  }
  .section-number .col-child-care .krp {
    width: 105px;
    height: 123px;
  }
  .section-number .child-care {
    height: 230px;
  }
  .section-number .child-care .count {
    font-size: 28vw;
  }
  .section-number .child-care .count {
    font-size: calc(100px + 40 * ((100vw - 320px) / 660));
  }
  .section-number .job-cate .job-graph li,
  .section-number .job-cate .job-graph .back-stage {
    width: 50%;
  }
  .section-number .job-cate .job-graph li dl,
  .section-number .job-cate .job-graph .back-stage dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-number .job-cate .job-graph li dl dt,
  .section-number .job-cate .job-graph .back-stage dl dt {
    font-size: 1.6rem;
    text-align: center;
  }
  .section-number .job-cate .job-graph li dl dd,
  .section-number .job-cate .job-graph .back-stage dl dd {
    font-size: 18rem;
    font-size: 23.4vw;
    line-height: 1;
  }
  .section-number .job-cate .job-graph .on-stage dl dt {
    margin: 0;
  }
  .section-number .job-cate .job-graph .on-stage dl dd {
    padding-right: 1vw;
  }
  .section-number .job-cate .job-graph .back-stage dl dt {
    margin: 0;
  }
  .section-number .job-cate .job-graph .back-stage dl dd {
    padding-left: 1vw;
  }
  .section-number .job-cate .graph-img {
    margin: 10px 4vw 0;
  }

  .section-voice .voice-question01 .voice-heading {
    margin-bottom: 30px;
  }
  .section-voice .voice-question01 .voice-heading .heading-voice {
    padding: 50px 20px 40px;
  }
  .section-voice .voice-question02,
  .section-voice .voice-question03,
  .section-voice .voice-question04,
  .section-voice .voice-question05 {
    position: relative;
    margin: 0 0 65px;
    padding: 0 20px 20px;
    padding-bottom: 65px;
    background: #ecf2fb;
    border-radius: 20px;
  }
  .section-voice .voice-heading {
    margin-bottom: 0;
  }
  .section-voice .voice-heading .heading-voice {
    padding: 50px 0 0;
    font-size: 1.7rem;
  }
  .section-voice .voice-heading .heading-voice .icon-q {
    top: -25px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
  }
  .section-voice .btn-more + * {
    display: none;
    padding-top: 40px;
  }
  .section-voice .fav-chara {
    margin-bottom: 65px;
    width: 100%;
  }
  .section-voice .fav-chara .col1-2 {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    padding: 20px 20px 45px;
  }
  .section-voice .fav-chara .col1-2 h4 {
    margin-bottom: 0px;
    padding-bottom: 0;
    font-size: 2rem;
    background: none;
  }
  .section-voice .fav-chara .col1-2 .fav-chara__list {
    display: none;
    margin: 0 10px;
    padding-top: 35px;
    background: url(/images/company/number/dot.png) no-repeat center top;
  }
  .section-voice .circle-graph-wrapper {
    margin-bottom: 0;
  }
  .section-voice .circle-graph {
    width: 213px;
    height: 211px;
    margin-bottom: 15px;
    z-index: 1;
  }
  .section-voice .circle-graph dt {
    font-size: 2.1rem;
  }
  .section-voice .circle-graph dd {
    font-size: 1.8rem;
  }
  .section-voice .circle-graph dd span {
    font-size: 3.25rem;
  }
  .section-voice .balloon-list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-voice .balloon-list .balloon-item.item01,
  .section-voice .balloon-list .balloon-item.item02,
  .section-voice .balloon-list .balloon-item.item03,
  .section-voice .balloon-list .balloon-item.item04,
  .section-voice .balloon-list .balloon-item.item05 {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: none;
    padding: 0 0 0 15px;
    border: none;
    transform: translate(0);
  }
  .section-voice .balloon-list .balloon-item.item01::before,
  .section-voice .balloon-list .balloon-item.item02::before,
  .section-voice .balloon-list .balloon-item.item03::before,
  .section-voice .balloon-list .balloon-item.item04::before,
  .section-voice .balloon-list .balloon-item.item05::before {
    display: none;
  }
  .section-voice .balloon-list p.yes {
    margin-bottom: 5px;
    color: #46638b;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .section-voice .balloon-list p.no {
    margin-bottom: 5px;
    color: #709ad1;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .section-voice .balloon-list .yes-list {
    margin-bottom: 20px;
    order: 0;
  }
  .section-voice .balloon-list .yes-list ul {
    padding: 20px 10px;
    background: #fff;
    border: 3px solid #46638b;
    border-radius: 20px;
  }
  .section-voice .balloon-list .yes-list ul li::after {
    display: inline-block;
    position: absolute;
    top: 0.05em;
    left: 0;
    content: "・";
  }
  .section-voice .balloon-list .no-list {
    order: 1;
  }
  .section-voice .balloon-list .no-list ul {
    padding: 20px 15px;
    background: #fff;
    border: 3px solid #709ad1;
    border-radius: 20px;
  }
  .section-voice .balloon-list .no-list ul li::after {
    display: inline-block;
    position: absolute;
    top: 0.05em;
    left: 0;
    content: "・";
  }
  .section-voice .voice-list .col1-3 p:not(.dep) {
    font-size: 1.5rem;
  }
  .section-voice .voice-list .col1-3 p {
    font-size: 1.4rem;
  }
  .section-voice .btn-more {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background: #46638b;
    border-radius: 50%;
    cursor: pointer;
  }
  .section-voice .btn-more::before, .section-voice .btn-more::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    margin: auto;
    background: #fff;
    content: "";
  }
  .section-voice .btn-more::after {
    width: 2px;
    height: 15px;
    transition: transform .3s;
  }
  .section-voice .btn-more.is-active::after {
    transform: rotate(-90deg);
  }

  /* 基本情報
  ----------------------- */
  .outline-table {
    margin-bottom: 18.25vw;
  }
  .outline-table li::before,
  .outline-table li:first-child::after {
    height: 2px;
    background-size: cover;
  }
  .outline-table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .outline-table dl dt {
    width: 100%;
    padding: 15px 3vw 0;
  }
  .outline-table dl dd {
    width: 100%;
    padding: 0 3vw 20px;
    line-height: 2;
  }
  .outline-table dl dd p + p {
    margin-top: 10px;
  }
  .outline-table dl dd .link-map {
    display: table;
    margin-left: 0;
  }
  .outline-table dl dd .link-map::before {
    top: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .section-voice .voice-heading p span {
    font-size: 2rem;
  }
}
/* About
--------------------------------------------- */
.p-about .nav-content {
  margin-bottom: 140px;
}

.p-about-heading {
  position: relative;
  width: 100%;
  height: 1085px;
  padding-top: 230px;
}
.p-about-heading .heading2 {
  display: table;
  margin: 0 auto 30px;
  padding: 0;
  font-size: 4.4rem;
  line-height: 1.65;
}
.p-about-heading .heading2::before {
  display: none;
}
.p-about-heading .heading2 span.gradation {
  display: block;
  position: relative;
  padding-left: 55px;
  font-size: 4.6rem;
  line-height: 1;
}
.p-about-heading .heading2 span.gradation::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 25px;
  background: url(/images/about/quotation.png) no-repeat center;
  background-size: contain;
  content: "";
}
.p-about-heading .heading2 span.gradation::after {
  display: inline-block;
  position: relative;
  top: 0;
  width: 31px;
  height: 25px;
  background: url(/images/about/quotation.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg) translateY(100%);
  content: "";
}
.p-about-heading .heading2 span:not(.gradation) {
  font-family: 'Fredoka One', cursive;
  font-size: 6rem;
}
.p-about-heading .p-about-lead {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  line-height: 2.3;
}
.p-about-heading .about-heading-img .img {
  position: absolute;
  transition: all .6s ease-in-out;
  transform: scale(0);
  opacity: 0;
}
.p-about-heading .about-heading-img .img.circle {
  border-radius: 50%;
  background: #86c8e7;
  background: linear-gradient(30deg, #86c8e7 2%, #7d96c8 52%, #dba1d6 100%);
  transition: all .6s ease-in-out;
  opacity: 0;
}
.p-about-heading .about-heading-img .img01 {
  top: 0;
  right: 22.5%;
  width: 200px;
  height: 217px;
}
.p-about-heading .about-heading-img .img02 {
  top: 612px;
  left: 11.45%;
  width: 282px;
  height: 315px;
  transition-delay: .3s;
}
.p-about-heading .about-heading-img .img03 {
  top: 475px;
  right: 2.98%;
  width: 235px;
  height: 285px;
  transition-delay: .5s;
}
.p-about-heading .about-heading-img .img04 {
  top: 85px;
  left: 18.88%;
  width: 97px;
  height: 97px;
  opacity: 0.1;
}
.p-about-heading .about-heading-img .img05 {
  top: 190px;
  left: 2.43%;
  width: 220px;
  height: 220px;
  opacity: 0.05;
}
.p-about-heading .about-heading-img .img06 {
  top: 670px;
  left: 58.68%;
  width: 145px;
  height: 145px;
  opacity: 0.1;
}
.p-about-heading .about-heading-img .is-show {
  transform: scale(1);
  opacity: 1;
}
.p-about-heading .about-heading-img .img04.is-show {
  opacity: 0.1;
  transition-delay: .2s;
  animation: bubble 4s infinite;
}
.p-about-heading .about-heading-img .img05.is-show {
  opacity: 0.05;
  transition-delay: .1s;
  animation: bubble2 6s infinite;
}
.p-about-heading .about-heading-img .img06.is-show {
  opacity: 0.1;
  transition-delay: .3s;
  animation: bubble3 5s infinite;
}

.p-about .about-heading-area {
  position: relative;
  margin: 0 55px 100px;
  padding: 65px 20px 55px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.p-about .about-heading-area::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dba1d6;
  background: linear-gradient(90deg, #dba1d6 0%, #7d96c8 48%, #86c8e7 92%);
  opacity: 0.15;
  content: "";
}
.p-about .about-heading-area .heading1 {
  line-height: 1.3;
}

/* 事業内容　*/
.business-box {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.business-box .heading3 {
  margin-bottom: 30px;
  font-size: 5rem;
  line-height: 1.4;
}
.business-box .business-lead {
  font-size: 1.8rem;
}
.business-box .img01, .business-box .img02 {
  position: absolute;
}

.business01 {
  height: 1050px;
}
.business01 .business-title-area {
  position: relative;
  top: 85px;
  width: 50%;
  margin-left: auto;
  padding-right: 55px;
}
.business01 .business-title-area::before {
  display: block;
  position: absolute;
  top: -85px;
  left: -10%;
  width: 408px;
  height: 408px;
  border-radius: 50%;
  background: rgba(146, 205, 233, 0.07);
  z-index: -1;
  content: "";
}
.business01 .heading3 {
  color: #80bede;
}
.business01 .img01 {
  top: 40px;
  left: 8.5416%;
  max-width: 348px;
}
.business01 .img02 {
  top: 457px;
  left: 23.1944%;
  max-width: 645px;
}

.business02 {
  height: 1010px;
}
.business02 .business-title-area {
  position: relative;
  top: 120px;
  width: calc(50% - 13.888%);
  margin-right: 50%;
  margin-left: 13.888%;
}
.business02 .business-title-area::before {
  display: block;
  position: absolute;
  top: -85px;
  left: -15%;
  width: 408px;
  height: 408px;
  border-radius: 50%;
  background: rgba(155, 149, 201, 0.07);
  z-index: -1;
  content: "";
}
.business02 .heading3 {
  color: #9b95c9;
}
.business02 .img01 {
  top: 85px;
  left: 52%;
  max-width: 520px;
}
.business02 .img02 {
  top: 565px;
  left: 38.8888%;
  max-width: 446px;
}

/* title animation */
.business-title-area {
  transition: all .4s ease-in-out;
}

.business-title-box {
  transition: all .6s ease-in-out;
  transition-delay: .5s;
}

.business01 .business-title-area.js-fadein::before,
.business02 .business-title-area.js-fadein::before,
.business03 .business-title-area.js-fadein::before {
  transition: all .6s ease-in-out;
  transform: scale(0);
}

.business01 .business-title-area.is-show::before,
.business02 .business-title-area.is-show::before,
.business03 .business-title-area.is-show::before {
  transform: scale(1);
}

/* SET取り組み */
.about-set .set-lead {
  margin-top: 100px;
  margin-bottom: 75px;
  color: #46638b;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}
.about-set .heading2 {
  margin-bottom: 60px;
  font-size: 3.6rem;
  color: #222;
}
.about-set .col-set {
  display: flex;
  align-items: flex-start;
  max-width: 1090px;
  width: 100%;
  margin: 0 auto 90px;
}
.about-set .col-set .text {
  width: 58%;
}
.about-set .col-set .text p {
  line-height: 2.5;
}
.about-set .col-set .img {
  max-width: 385px;
  width: calc(26% + 5.0458%);
  margin-top: 15px;
  margin-left: 5.0458%;
}
.about-set .col-set .img img {
  width: 100%;
  height: 100%;
}
.about-set .col-set .img figure {
  height: auto;
}
.about-set .col-set .img figcaption {
  margin-top: 20px;
  font-size: 1.4rem;
}
.about-set .col-set.center {
  align-items: center;
}

/*------ここから------*/
/*SDGS*/
.tbl_a {
width:90%;
margin:0 auto;
}
.tbl_a tr { 
margin:50px auto;
 }
.tbl_a th, td { 
padding: 10px 10px 50px ; 
 }
.tbl_a th { 
width:45%;
 }
.tbl_a  .text{
width:100%;
margin:0 auto 15px;
font-size:20px;
line-height:1.2em;
}
.tbl_a  .icon{
width:100%;
margin:0 auto;
font-size:20px;
line-height:1.2em;
}
.tbl_a  .icon img{
width:10%;
margin:0 10px 10px 10px;
}
/* smartPhone */
@media screen and (max-width: 640px) {
.tbl_a th,
.tbl_a td{
display: block;
border-top: none;
padding:  0 10px 50px ; 
}
.tbl_a {
width:100%;
margin:0 auto;
}
.tbl_a tr { 
margin:0px auto;
 }
.tbl_a th { 
width:100%;
margin:10px auto -30px;
}
.tbl_a  .text{
font-size:18px;
}
}
/*------ここまで------*/

.about-set__contents_sdgs img{
    width:100%;
    height:100%;
}

.sdgs-text{
    width:100%;
    margin: 20px;
}


.about-set__contents .p-about-lead {
  max-width: 900px;
  margin: 0 auto 70px;
  line-height: 2.5;
}
.about-set__contents:last-child {
  margin-bottom: 200px;
}

.about-set .set-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 7.5% 40px 12.5%;
  border-radius: 30px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(98, 114, 137, 0.3);
}
.about-set .set-list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: #dba1d6;
  background: linear-gradient(45deg, #dba1d6 0%, #7d96c8 48%, #86c8e7 92%);
  transition: opacity .3s;
  z-index: -2;
  content: "";
}
.about-set .set-list::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: #fff;
  border-radius: 25px;
  z-index: -1;
  content: "";
}
.about-set .set-list ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #46638b;
  font-size: 2.4rem;
  font-weight: bold;
}
.about-set .set-list ul li::before {
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #46638b;
  content: "";
}
.about-set .set-list ul li:last-child {
  margin-bottom: 0;
}
.about-set .set-list .text-right {
  color: #46638b;
  font-size: 2.6rem;
  font-weight: bold;
}
.about-set .set-img-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 44px);
}
.about-set .set-img-list__item {
  width: calc(50% - 44px);
  margin-right: 44px;
}
.about-set .set-img-list__item img {
  border-radius: 30px;
  overflow: hidden;
}
.about-set .set-img-list__item figcaption {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}
.about-set .set-img-list__item:nth-child(n+3) {
  margin-top: 55px;
}
.about-set .img-box img {
  display: block;
  margin: 0 auto;
}
.about-set .img-box figcaption {
  margin-top: 10px;
  text-align: center;
}
.about-set .railway-box {
  margin-top: 100px;
}
.about-set .railway-box .heading3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1439px) {
  .business-box .heading3 {
    margin-bottom: 2vw;
  }
  .business-box .heading3 {
    font-size: calc(35px + 15 * ((100vw - 767px) / 672));
  }

  .business01 .business-title-area {
    top: 5.9027vw;
    padding-right: 4%;
    padding-left: 3%;
  }
  .business01 .business-title-area::before {
    top: -5.9027vw;
    width: 28.3333vw;
    height: 28.3333vw;
  }
  .business01 .business-title-area .business-lead br {
    display: none;
  }

  .business02 .business-title-area {
    top: 8.3333vw;
  }
  .business02 .business-title-area::before {
    top: -5.9027vw;
    width: 28.3333vw;
    height: 28.3333vw;
  }
}
@media only screen and (max-width: 1220px) {
  .p-about-heading .about-heading-img .img03 {
    top: 610px;
    width: 18vw;
    height: auto;
  }
  .p-about-heading .about-heading-img .img06 {
    top: 720px;
  }

  .business-box .heading3 {
    font-size: calc(32px + 3 * ((100vw - 767px) / 453));
  }

  .business01 .img01 {
    left: 5.3vw;
  }

  .business02 .business-lead br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .nav-content {
    margin-bottom: 60px;
  }
  .p-about .nav-content li a {
    font-size: 1.2rem;
  }

  .p-about-heading {
    height: 100%;
    padding-top: 33.3333vw;
    padding-bottom: 74.6666vw;
  }
  .p-about-heading .heading2 {
    margin-bottom: 20px;
  }
  .p-about-heading .heading2 {
    font-size: calc(20px + 20 * ((100vw - 320px) / 447));
  }
  .p-about-heading .heading2 span.gradation {
    padding-left: 4.6666vw;
  }
  .p-about-heading .heading2 span.gradation {
    font-size: calc(22px + 22 * ((100vw - 320px) / 447));
  }
  .p-about-heading .heading2 span.gradation::before {
    width: 3.3333vw;
    height: 2.6666vw;
  }
  .p-about-heading .heading2 span.gradation::after {
    width: 3.3333vw;
    height: 2.6666vw;
  }
  .p-about-heading .heading2 span:not(.gradation) {
    font-size: calc(24px + 22 * ((100vw - 320px) / 447));
  }
  .p-about-heading .about-heading-img .img01 {
    right: 6.1333vw;
    width: 28.4vw;
    height: auto;
  }
  .p-about-heading .about-heading-img .img02 {
    top: auto;
    left: 6vw;
    width: 28.4vw;
    height: auto;
    margin-top: 20px;
  }
  .p-about-heading .about-heading-img .img03 {
    top: auto;
    right: 18.9333vw;
    width: 35.2vw;
    height: auto;
    margin-top: 50px;
  }
  .p-about-heading .about-heading-img .img04 {
    top: 11.3333vw;
    left: 21.333vw;
    width: 12.9333vw;
    height: 12.9333vw;
  }
  .p-about-heading .about-heading-img .img05 {
    top: 25.3333vw;
    left: -9vw;
    width: 33.8666vw;
    height: 33.8666vw;
  }
  .p-about-heading .about-heading-img .img06 {
    top: auto;
    left: 83vw;
    width: 22.5333vw;
    height: 22.5333vw;
  }

  .p-about .about-heading-area {
    position: relative;
    margin: 0 20px 60px;
    padding: 20px 20px 20px;
    border-radius: 20px;
  }
  .p-about .about-heading-area .heading1 {
    font-size: 3.8rem;
  }

  /* 事業内容　*/
  .business-box .heading3 {
    margin-bottom: 25px;
    font-size: 2.5rem;
  }
  .business-box .img-set {
    position: relative;
    width: 100%;
  }
  .business-box .business-lead {
    font-size: 1.5rem;
  }

  .business01 {
    min-height: 530px;
    height: auto;
  }
  .business01 .business-title-area {
    top: 0;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
  }
  .business01 .business-title-area::before {
    right: -3vw;
    left: auto;
    width: 61.3333vw;
    height: 61.3333vw;
  }
  .business01 .img-set {
    height: 95vw;
    max-height: 530px;
  }
  .business01 .img01 {
    top: 60px;
    left: 4vw;
    width: 38.9333vw;
    max-width: 262px;
  }
  .business01 .img02 {
    top: 0;
    left: auto;
    right: -7vw;
    width: 69.8666vw;
    max-width: 444px;
  }

  .business02 {
    min-height: 630px;
    height: auto;
  }
  .business02 .business-title-area {
    top: 0;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
    text-align: center;
  }
  .business02 .business-title-area::before {
    top: -1vw;
    left: 0;
    width: 61.3333vw;
    height: 61.3333vw;
  }
  .business02 .business-title-area .heading3 br {
    display: block;
  }
  .business02 .img-set {
    height: 110vw;
    max-height: 660px;
  }
  .business02 .img01 {
    top: 0;
    right: 7vw;
    left: auto;
    width: 67.6vw;
    max-width: 507px;
  }
  .business02 .img02 {
    top: 50.2666vw;
    left: 4vw;
    width: 50vw;
    max-width: 375px;
  }

  .business03 {
    min-height: 525px;
    height: 123vw;
  }
  .business03 .business-title-area {
    top: 0;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
    text-align: center;
  }
  .business03 .business-title-area::before {
    top: -22vw;
    left: auto;
    right: -1.5vw;
    width: 61.3333vw;
    height: 61.3333vw;
  }
  .business03 .img01 {
    top: 0;
    width: 52.2666vw;
    max-width: 392px;
  }
  .business03 .img02 {
    top: 28.5333vw;
    width: 51.6666vw;
    max-width: 350px;
  }

  .about-set__contents {
    margin-bottom: 60px;
  }
  .about-set__contents .p-about-lead {
    margin-bottom: 50px;
  }
  .about-set__contents:last-child {
    margin-bottom: 100px;
  }
  .about-set .set-lead {
    margin-top: 60px;
    margin-bottom: 45px;
    font-size: 2.4rem;
  }
  .about-set .heading2 {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  .about-set .col-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about-set .col-set .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-set .col-set .img {
    width: 80%;
    margin: auto;
  }
  .about-set .set-list {
    padding: 30px 5vw 20px;
    border-radius: 20px;
  }
  .about-set .set-list::after {
    border-radius: 15px;
  }
  .about-set .set-list ul li {
    padding-left: 15px;
    font-size: 1.6rem;
  }
  .about-set .set-list ul li::before {
    width: 5px;
    height: 5px;
  }
  .about-set .set-list .text-right {
    font-size: 1.6rem;
  }
  .about-set .set-img-list {
    width: calc(100% + 20px);
  }
  .about-set .set-img-list__item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .about-set .set-img-list__item img {
    border-radius: 10px;
  }
  .about-set .set-img-list__item figcaption {
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .about-set .set-img-list__item:nth-child(n+3) {
    margin-top: 35px;
  }
  .about-set .railway-box {
    margin-top: 60px;
  }
  .about-set .railway-box .heading3 {
    margin-bottom: 20px;
  }

  .movie-area {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 320px) {
  .about-set .set-img-list__item figcaption {
    font-size: 1.2rem;
  }
}
/* News
--------------------------------------------- */
.p-information .lead-title {
  text-align: center;
}
.p-information .news {
  margin-bottom: 120px;
}
.p-information .news_set {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: none;
  width: calc(100% + 40px);
}
.p-information .news_item {
  position: relative;
  width: calc(33.3333% - 40px);
  margin: 0 40px 0 0;
}
.p-information .news_item a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  padding: 0;
  color: #46638b;
  overflow: hidden;
  z-index: 1;
}
.p-information .tag-new {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 67px;
  height: 67px;
  padding-top: 15px;
  background: #f36493;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  letter-spacing: -.02em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.p-information .news_item:nth-of-type(n+4) {
  margin-top: 40px;
}
.p-information .news_item-thumb {
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.p-information .news_item-thumb img {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-information .news_item a:hover .news_item-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-information .news_text {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 40px 35px 35px;
}
.p-information .news_item_h {
  padding: 40px 35px 35px;
}
.p-information .news_item_h.icon-pdf {
  position: relative;
}
.p-information .news_item_h.icon-pdf::after {
  display: inline-block;
  width: 50px;
  margin-left: 5px;
  padding: 1px 0 2px;
  border-radius: 5px;
  background: #0092d6;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .01em;
  vertical-align: middle;
  content: "PDF";
}
.p-information .news_item_info {
  margin-top: auto;
  padding: 0 35px 35px;
}
.p-information .btn-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 296px;
  height: 70px;
  margin: 80px auto 0;
  background: #fff;
  color: #46638b;
  border: 4px solid #46638b;
  border-radius: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all .3s;
}
.p-information .btn-toggle .icon-plus {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  background: #46638b;
}
.p-information .btn-toggle .icon-plus::before, .p-information .btn-toggle .icon-plus::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 14px;
  margin: auto;
  background: #fff;
  content: "";
}
.p-information .btn-toggle .icon-plus::after {
  width: 14px;
  height: 2px;
}
.p-information .btn-toggle span:not(.icon-plus) {
  margin-bottom: 3px;
}
.p-information .btn-toggle:hover {
  background: #46638b;
  color: #fff;
  cursor: pointer;
}
.p-information .btn-toggle:hover .icon-plus {
  bottom: -22px;
  width: 39px;
  height: 39px;
  border: 2px solid #fff;
}
.p-information .btn-toggle:hover .icon-plus::before, .p-information .btn-toggle:hover .icon-plus::after {
  top: 1px;
}

/* お知らせ　詳細
----------------------- */
.news-contents {
  padding: 75px 8.333%;
  background: #f5f6f8;
  border-radius: 30px;
}
.news-contents .news_item_info {
  padding: 0 0 45px;
}
.news-contents .news_item_tag {
  color: #46638b;
}
.news-contents .news_item_date {
  color: #46638b;
}
.news-contents .heading3 {
  margin-bottom: 50px;
  padding-bottom: 40px;
  background: url(../images/common/dotted-line.png) no-repeat bottom left;
  line-height: 1.73;
}
.news-contents .heading4 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 2.2rem;
}
.news-contents .heading5 {
  margin-top: 45px;
  margin-bottom: 20px;
}
.news-contents p {
  margin-bottom: 20px;
}
.news-contents p a {
  color: #0092d6;
}
.news-contents .img {
  display: table;
  max-width: 880px;
  margin: 50px auto 80px;
  overflow: hidden;
}
.news-contents .img img {
  width: 100%;
  border-radius: 30px;
}
.news-contents .col-set {
  display: flex;
  width: 100%;
  margin-top: 60px;
}
.news-contents .col-set .img {
  max-width: none;
  width: 46%;
  margin: 0;
  overflow: hidden;
}
.news-contents .col-set .img img {
  width: 100%;
  border-radius: 30px;
}
.news-contents .col-set .text {
  width: 50%;
  padding-right: 4%;
}
.news-contents .col-set .text p:last-child {
  margin-bottom: 0;
}
.news-contents .col-set .img + .text {
  padding-right: 0;
  padding-left: 4%;
}

.news-contents + .btn-backto {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .p-information .news_set {
    width: 100%;
  }
  .p-information .news_item,
  .p-information .news_item:nth-child(n+4) {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .p-information .tag-new {
    top: 15px;
    left: 15px;
    width: 52px;
    height: 52px;
    padding-top: 12px;
    font-size: 1.6rem;
  }
  .p-information .news_item_h {
    padding: 25px 20px 20px;
  }
  .p-information .news_item_info {
    padding: 0 20px 27.5px;
  }
  .p-information .btn-toggle {
    max-width: 296px;
    width: 190px;
    height: 50px;
    margin: 10.43vw auto 0;
    border-width: 3px;
    font-size: 1.5rem;
  }
  .p-information .btn-toggle .icon-plus {
    bottom: -18px;
    width: 30px;
    height: 30px;
  }
  .p-information .btn-toggle:hover {
    background: #fff;
    color: #46638b;
  }
  .p-information .btn-toggle:hover .icon-plus {
    bottom: -18px;
    width: 30px;
    height: 30px;
    border: none;
  }

  /* お知らせ　詳細 */
  .news-contents {
    padding: 45px 8.3333%;
  }
  .news-contents .news_item_info {
    padding: 0 0 27.5px;
  }
  .news-contents .heading3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .news-contents .heading4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .news-contents .heading5 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .news-contents .img {
    margin: 30px auto 40px;
  }
  .news-contents .img img {
    border-radius: 20px;
  }
  .news-contents .col-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-contents .col-set .img {
    width: 100%;
    margin-bottom: 20px;
    order: 0;
  }
  .news-contents .col-set .img img {
    display: block;
    margin: auto;
    border-radius: 20px;
  }
  .news-contents .col-set .text {
    width: 100%;
    padding: 0;
    order: 1;
  }
  .news-contents .col-set {
    margin-top: 40px;
  }
  .news-contents .col-set .img + .text {
    padding-left: 0;
  }

  .news-contents + .btn-backto {
    margin-top: 60px;
  }
}
/* お問い合わせ
--------------------------------------------- */
.heading-area + .contact-section {
  margin-top: 160px;
}

.contact-section .outline-table {
  margin-bottom: 115px;
}
.contact-section .outline-table li {
  padding: 60px 50px;
}
.contact-section .outline-table li .heading3 {
  margin-bottom: 50px;
  line-height: 1.35;
}

.contact-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

dl.contact-list__item {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding-right: 20px;
}
dl.contact-list__item dt {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.9;
}
dl.contact-list__item dd:not(.tel-num) {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 2.3;
}
dl.contact-list__item dd.tel-num {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.9;
}
dt.contact-list__compliance {
  width: 100%;
  margin: 0;
  padding: 0px 0px 0px 10px;
  font-size: 2rem;
  line-height: 1.9;
}
dd#mail-add {
  width: 100%;
  margin: 0;
  padding: 0px 0px 0px 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.9;
}

@media only screen and (max-width: 767px) {
  .heading-area + .contact-section {
    margin-top: 80px;
  }

  .contact-section .outline-table li {
    padding: 30px 15px;
  }
  .contact-section .outline-table li .heading3 {
    margin-bottom: 30px;
  }

  dl.contact-list__item {
    width: 100%;
    padding-right: 0;
  }
  dl.contact-list__item dt {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.65;
  }
  dl.contact-list__item dd:not(.tel-num) {
    line-height: 1.65;
  }
  dl.contact-list__item dd:not(.tel-num) .link-map::before {
    top: 3px;
  }
  dl.contact-list__item dd.tel-num {
    font-size: 1.8rem;
  }

  dl.contact-list__item + dl.contact-list__item {
    margin-top: 15px;
  }
}
/* policy
--------------------------------------------- */
.policy-section {
  max-width: 1000px;
  margin: 0 auto 130px;
}
.policy-section a {
  color: #46638b;
}

.policy-lead {
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.1;
}

.num-list {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 40px;
}
.num-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.8em;
  line-height: 2;
}
.num-list li::before {
  position: absolute;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 1em;
  font-weight: bold;
  color: #46638b;
}

.sanrio-group {
  margin-top: 35px;
  color: #666666;
  font-size: 1.4rem;
}

.handling-list {
  line-height: 2;
}
.handling-list dt {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.handling-list dd {
  margin-bottom: 60px;
}
.handling-list dd .list {
  margin-top: 40px;
}
.handling-list dd .list li {
  margin-bottom: 20px;
}
.handling-list dd .list li::before {
  top: 0.9em;
  background: #46638b;
}
.handling-list dd .list li dt {
  margin-bottom: 0;
}
.handling-list dd p {
  margin-bottom: 20px;
}
.handling-list dd P:last-child {
  margin-bottom: 0;
}
.handling-list dd dl {
  margin-top: 30px;
}
.handling-list dd dl dt {
  margin-bottom: 0;
}
.handling-list dd dl dd .list {
  margin-top: 15px;
}

.handling-list .contact-list {
  margin-top: 30px;
}
.handling-list .contact-list dt {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.65;
}
.handling-list .contact-list dd {
  margin-bottom: 20px;
}
.handling-list .contact-list dd:last-child {
  margin-bottom: 0;
}

ol.list-kakko li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

ol.list-kakko li::before {
  content: "(" counter(cnt) ")";

}


@media only screen and (max-width: 767px) {
  .policy-section {
    margin-bottom: 80px;
  }

  .policy-lead {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }

  .handling-list dd {
    margin-bottom: 40px;
  }
  .handling-list dd .list {
    margin-top: 20px;
  }
}
/* 404
--------------------------------------------- */
.h_404 {
  margin-bottom: 20px;
  color: #46638b;
  font-size: 2.8rem;
  text-align: center;
}
.h_404 .h_img {
  display: block;
  max-width: 432px;
  margin: 0 auto 50px;
}

.notfound-txt {
  text-align: center;
}

.btn-backto {
  margin: 60px auto 120px;
}
.btn-backto .btn {
  width: 225px;
  margin: auto;
}
.btn-backto .btn::after {
  position: absolute;
  top: 0;
  right: auto;
  left: 21px;
  bottom: 0;
  width: 16px;
  height: 15px;
  margin: auto;
  background: url(../images/common/btn-arrow.png) no-repeat center;
  background-size: contain;
  transform: none;
  transform: rotate(180deg);
  border: none;
  content: "";
}
.btn-backto .btn:hover::after {
  left: 18px;
}

@media only screen and (max-width: 767px) {
  .h_404 {
    font-size: calc(20px + 8 * ((100vw - 320px) / 447));
  }
  .h_404 .h_img {
    width: 80%;
    margin-bottom: 6.5vw;
  }

  .notfound-txt br {
    display: none;
  }

  .btn-backto {
    margin: 7.8vw auto 15.64vw;
  }
}
/* ==========================================
//  recruit
// ========================================== */
/* header
----------------------- */
.header-recruit .header_logo {
  top: 28px;
}
.header-recruit .header_logo img {
  margin-bottom: 5px;
}
.header-recruit .header_logo span {
  display: block;
  color: #46638b;
}

@media only screen and (max-width: 1240px) {
  .header-recruit .header_logo span {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  .header-recruit .header_logo {
    top: 10px;
  }
  .header-recruit .header_logo a {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .header-recruit .header_logo {
    top: 0;
  }
  .header-recruit .header_logo a {
    width: 236.5px;
  }
  .header-recruit .header_logo span {
    display: block;
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 1.35;
  }
}
/* 採用トップ
--------------------------------------------- */
/* recruit - hero
--------------------------------------------- */
.p-recruit-hero.top-recruit .p-recruit-hero__head {
  width: 40%;
  padding-right: 10px;
  padding-left: 0px;
}
.p-recruit-hero.top-recruit .p-recruit-hero__title {
  max-width: none;
  font-size: 2.6rem;
  color: #46638b;
}
.p-recruit-hero.top-recruit .p-recruit-hero__lead {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 13.5rem;
  font-weight: 500;
  line-height: 1.1;
}
.p-recruit-hero.top-recruit .p-recruit-hero__lead .title-upper {
  display: block;
  margin-top: -10px;
  line-height: 1;
}
.p-recruit-hero.top-recruit .p-recruit-hero__lead .gradation {
  font-family: 'Fredoka One', cursive;
  font-size: 8.5rem;
  font-weight: normal;
}
.p-recruit-hero.top-recruit .p-recruit-hero__lead .font-s {
  position: relative;
  margin-left: 5px;
  font-size: 4.6rem;
}
.p-recruit-hero.top-recruit .p-recruit-hero__lead .font-l {
  padding-left: 0.7em;
  font-weight: lighter;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.p-recruit-hero.top-recruit .p-recruit-hero__img {
  width: 60%;
  overflow: visible;
}
.p-recruit-hero.top-recruit .recruit-slider {
  overflow: visible;
  width: 100%;
  height: 600px;
}
.p-recruit-hero.top-recruit .recruit-slider .slick-track {
  overflow: hidden;
  border-bottom-left-radius: 30px;
  height: 600px;
}
.p-recruit-hero.top-recruit .recruit-slider .slick-dots {
  transform: translate(-85%, -100px);
}
.p-recruit-hero.top-recruit .recruit-slider .slick-dots li {
  margin: 0 8px;
}
.p-recruit-hero.top-recruit .recruit-slider .slick-dots li button {
  width: 17px;
  height: 17px;
}
.p-recruit-hero.top-recruit .recruit-slider .slick-dots li button::before {
  width: 17px;
  height: 17px;
  background: #e3e8ee;
  opacity: 1;
  border-radius: 50%;
  content: "";
}
.p-recruit-hero.top-recruit .recruit-slider .slick-dots li button:hover::before {
  background: #daa1d6;
}
.p-recruit-hero.top-recruit .recruit-slider .slick-dots li.slick-active button::before {
  background: #daa1d6;
}

/* お知らせ
----------------------- */
.top-recruit-news {
  margin-bottom: 100px;
}
.top-recruit-news .inner {
  max-width: calc(1200px + 40px);
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.top-recruit-news .news-box {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 35px 40px;
}
.top-recruit-news .news-box::before, .top-recruit-news .news-box::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dba1d6;
  background: linear-gradient(90deg, #dba1d6 0%, #7d96c8 48%, #86c8e7 92%);
  border-radius: 25px;
  opacity: .15;
  content: "";
  z-index: -1;
}
.top-recruit-news .news-box::after {
  background: #fff;
  opacity: 1;
  z-index: -2;
}
.top-recruit-news .news-box li {
  display: flex;
}
.top-recruit-news .news-box a {
  transition: opacity .3s;
}
.top-recruit-news .news-box a:hover {
  opacity: .8;
}
.top-recruit-news .news-box .news-date {
  font-weight: bold;
}
.top-recruit-news .news-box .news-tag {
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 0 10px 0 30px;
  padding: 0 20px;
  color: #375074;
  font-size: 1.5rem;
}
.top-recruit-news .news-box .news-tag::before {
  display: inline-block;
  content: "#";
}
.top-recruit-news .news-box .news-text {
  display: inline-block;
}
.top-recruit-news .news-box .btn-news {
  margin-left: 20px;
}
.top-recruit-news .news-box .btn-news a {
  display: block;
  position: relative;
  width: 135px;
  padding-right: 23px;
  color: #46638b;
}
.top-recruit-news .news-box .btn-news a::after {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 15px;
  background: url(/images/arrow_blue.png) no-repeat center;
  background-size: contain;
  transition: right .3s;
  content: "";
}
.top-recruit-news .news-box .btn-news a:hover::after {
  right: -3px;
}

/* top-recruit-content
----------------------- */
.top-recruit-content {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 60px);
  margin-bottom: 120px;
}
.top-recruit-content .top-recruit-content__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 60px);
  height: 537px;
  margin-right: 60px;
  padding-top: 40px;
  overflow: hidden;
}
.top-recruit-content .top-recruit-content__item .inner {
  max-width: none;
  width: 100%;
  padding: 6%;
  text-align: center;
}
.top-recruit-content .top-recruit-content__item h2 {
  position: relative;
  font-size: 3.8rem;
  font-weight: normal;
  letter-spacing: .04em;
}
.top-recruit-content .top-recruit-content__item .location {
  display: block;
  margin-bottom: 15px;
  padding-top: 10px;
  color: #46638b;
  font-family: 'Fredoka One', cursive;
  font-size: 1.8rem;
  font-weight: 500;
}
.top-recruit-content .top-recruit-content__item .logo-img {
  display: block;
  margin: 0 auto 10px;
}
.top-recruit-content .top-recruit-content__item .logo-img img {
  display: block;
}
.top-recruit-content .top-recruit-content__item .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 287px;
  width: 100%;
  height: 78px;
  margin: 40px auto 0;
  border-radius: 40px;
}
.top-recruit-content .top-recruit-content__item .btn::after {
  width: 19px;
  height: 18px;
  border: none;
  background: url(../images/arrow_white.png) no-repeat center;
  background-size: contain;
  transform: rotate(0);
}
.top-recruit-content .top-recruit-content__item:hover::before {
  transform: scale(1.1);
}
.top-recruit-content .top-recruit-content__item:hover .btn::after {
  transform: translateX(3px);
}
.top-recruit-content .top-recruit-content__item:hover .btn:hover::after {
  right: 25px;
}
.top-recruit-content .top-recruit-content__item.pl {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.top-recruit-content .top-recruit-content__item.pl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/recruit/pl/top-recruit-bg.jpg) no-repeat center;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.top-recruit-content .top-recruit-content__item.pl h2::before {
  display: block;
  position: absolute;
  top: -70px;
  left: 50%;
  width: 170px;
  height: 70px;
  background: url(../images/recruit/pl/top/icon-about.png) no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
}
.top-recruit-content .top-recruit-content__item.pl .logo-img {
  width: 313px;
}
.top-recruit-content .top-recruit-content__item.pl .logo-img img {
  width: 100%;
}
.top-recruit-content .top-recruit-content__item.pl .lead-text {
  position: relative;
  padding: 0 10px 0 35px;
}
.top-recruit-content .top-recruit-content__item.pl .lead-text::before {
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 23px;
  background: url(../images/recruit/pl/quotation.png) no-repeat center;
  background-size: contain;
  content: "";
}
.top-recruit-content .top-recruit-content__item.pl .lead-text::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 23px;
  background: url(../images/recruit/pl/quotation.png) no-repeat center;
  background-size: contain;
  transform: rotate(-180deg);
  content: "";
}
.top-recruit-content .top-recruit-content__item.pl .btn {
  background: #e494bf;
}
.top-recruit-content .top-recruit-content__item.hl {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.top-recruit-content .top-recruit-content__item.hl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/recruit/hl/top-recruit-bg.jpg) no-repeat center;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.top-recruit-content .top-recruit-content__item.hl h2::before {
  display: block;
  position: absolute;
  top: -93px;
  left: 50%;
  width: 119px;
  height: 93px;
  background: url(../images/recruit/hl/top/icon-about.png) no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
}
.top-recruit-content .top-recruit-content__item.hl .logo-img {
  height: 46px;
}
.top-recruit-content .top-recruit-content__item.hl .logo-img img {
  height: 100%;
  margin: 0 auto;
}
.top-recruit-content .top-recruit-content__item.hl .lead-text {
  position: relative;
  padding: 0 10px 0 35px;
}
.top-recruit-content .top-recruit-content__item.hl .lead-text::before {
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 23px;
  background: url(../images/recruit/hl/quotation.png) no-repeat center;
  background-size: contain;
  content: "";
}
.top-recruit-content .top-recruit-content__item.hl .lead-text::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 23px;
  background: url(../images/recruit/hl/quotation.png) no-repeat center;
  background-size: contain;
  transform: rotate(-180deg);
  content: "";
}
.top-recruit-content .top-recruit-content__item.hl .btn {
  background: #79b2ce;
}

@media only screen and (max-width: 1439px) {
  .p-recruit-hero.top-recruit .p-recruit-hero__lead {
    font-size: calc(100px + 30 * ((100vw - 1200px) / 239));
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead .font-l {
    padding-left: 30%;
    padding-left: 7vw;
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead .font-s {
    font-size: calc(24px + 30 * ((100vw - 1200px) / 239));
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead .gradation {
    font-size: calc(55px + 30 * ((100vw - 1200px) / 239));
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__img,
  .p-recruit-hero.top-recruit .recruit-slider,
  .p-recruit-hero.top-recruit .recruit-slider .slick-track {
    height: 41.666vw;
  }
  .p-recruit-hero.top-recruit .recruit-slider .slick-dots {
    transform: translate(-85%, -6.944vw);
  }

  .top-recruit-content .top-recruit-content__item {
    height: 37.29vw;
    min-height: 380px;
  }
  .top-recruit-content .top-recruit-content__item h2 {
    font-size: calc(20px + 18 * ((100vw - 767px) / 672));
  }
  .top-recruit-content .top-recruit-content__item.pl .location,
  .top-recruit-content .top-recruit-content__item.hl .location {
    margin-bottom: 2%;
    padding-top: 0;
  }
  .top-recruit-content .top-recruit-content__item.pl .lead-text,
  .top-recruit-content .top-recruit-content__item.hl .lead-text {
    padding: 0 5px 0 25px;
  }
  .top-recruit-content .top-recruit-content__item.pl .lead-text::before,
  .top-recruit-content .top-recruit-content__item.hl .lead-text::before {
    width: 22px;
    height: 17px;
  }
  .top-recruit-content .top-recruit-content__item.pl .lead-text::after,
  .top-recruit-content .top-recruit-content__item.hl .lead-text::after {
    width: 22px;
    height: 17px;
  }
  .top-recruit-content .top-recruit-content__item.pl h2::before {
    top: -55px;
    height: 55px;
    min-width: 120px;
  }
  .top-recruit-content .top-recruit-content__item.pl .logo-img {
    width: 21vw;
    min-width: 200px;
    height: auto;
  }
  .top-recruit-content .top-recruit-content__item.hl h2:before {
    top: -80px;
    height: 80px;
    min-width: 95px;
  }
  .top-recruit-content .top-recruit-content__item.hl .logo-img {
    width: 17vw;
    min-width: 155px;
    height: auto;
  }
  .top-recruit-content .top-recruit-content__item.hl .logo-img img {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .p-recruit-hero.top-recruit .p-recruit-hero__lead {
    font-size: calc(70px + 30 * ((100vw - 767px) / 433));
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead .font-s {
    font-size: calc(20px + 4 * ((100vw - 767px) / 433));
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead .gradation {
    font-size: calc(35px + 20 * ((100vw - 767px) / 433));
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-hero.top-recruit {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__title {
    font-size: 1.8rem;
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__head {
    width: 100%;
    padding: 20px 20px 0;
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead {
    font-size: 19vw;
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead .gradation {
    font-size: 11vw;
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead .font-s {
    top: 10px;
    font-size: 6vw;
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__lead .font-l {
    padding-left: 14vw;
  }
  .p-recruit-hero.top-recruit .p-recruit-hero__img {
    width: 95%;
    height: 55vw;
  }
  .p-recruit-hero.top-recruit .recruit-slider .slick-track {
    height: 55vw;
    border-bottom-left-radius: 20px;
  }

  .top-recruit-news {
    margin-bottom: 50px;
  }
  .top-recruit-news .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px 15px;
  }
  .top-recruit-news .news-box::before, .top-recruit-news .news-box::after {
    border-radius: 20px;
  }
  .top-recruit-news .news-box .news-tag {
    margin-left: 20px;
  }
  .top-recruit-news .news-box .news-text {
    width: 100%;
    margin-top: 5px;
  }
  .top-recruit-news .news-box .btn-news {
    width: 100%;
  }
  .top-recruit-news .news-box .btn-news a {
    width: 100%;
    text-align: right;
  }

  .top-recruit-content {
    width: 100%;
    margin-bottom: 8.3333vw;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .top-recruit-content .top-recruit-content__item {
    width: 100%;
    margin-right: 0;
    padding-top: 70px;
  }
  .top-recruit-content .top-recruit-content__item h2 {
    font-size: 2.2rem;
  }
  .top-recruit-content .top-recruit-content__item .lead-text {
    display: inline-block;
    line-height: 1.45;
  }
  .top-recruit-content .top-recruit-content__item .btn {
    margin-top: 30px;
  }
  .top-recruit-content .top-recruit-content__item.pl {
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .top-recruit-content .top-recruit-content__item.pl .location {
    padding-top: 5px;
    font-size: 1.6rem;
  }
  .top-recruit-content .top-recruit-content__item.hl {
    border-radius: 20px;
  }
  .top-recruit-content .top-recruit-content__item.hl .lead-text {
    padding: 0 25px 0 25px;
  }
  .top-recruit-content .top-recruit-content__item.hl .location {
    padding-top: 5px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .top-recruit-content__item .btn::after {
    right: 15px;
  }
  .top-recruit-content .top-recruit-content__item.pl .lead-text {
    padding: 0 20px 0 20px;
  }
  .top-recruit-content .top-recruit-content__item.hl .lead-text {
    padding: 0 20px 0 20px;
  }
}
/* 各ページの採用トップ
--------------------------------------------- */
.p-recruit-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 134px;
  margin-bottom: 112px;
}
.p-recruit-hero__head {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%;
  padding-right: 60px;
  padding-left: 100px;
}
.p-recruit-hero__title {
  max-width: 515px;
  width: 100%;
  font-size: 6.4rem;
  line-height: 1.38;
  text-align: center;
}
.p-recruit-hero__title span.title-upper {
  display: block;
  margin-bottom: 10px;
  font-size: 4.6rem;
  font-weight: normal;
}
.p-recruit-hero__title span.title-upper .gradation {
  font-family: 'Fredoka One', cursive;
}
.p-recruit-hero__title span.font-s {
  font-size: 2.6rem;
}
.p-recruit-hero__title span.title-lower.gradation {
  margin: 0;
  padding: 0;
  font-weight: 900;
  background: -webkit-linear-gradient(30deg, #eaa0ca 0%, #9293d9 100%);
  -webkit-background-clip: text;
  color: #eaa0ca;
  -webkit-text-fill-color: transparent;
}
.p-recruit-hero .logo-img {
  width: 252px;
  margin-top: 100px;
  transform: translateX(-25px);
}
.p-recruit-hero__img {
  width: 53%;
  height: 602px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.p-recruit-hero__img span {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p-recruit-about {
  position: relative;
  background: #fff;
  text-align: center;
}
.p-recruit-about .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 40px 65px;
}
.p-recruit-about .inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #f085d3;
  background: -webkit-linear-gradient(bottom left, #f085d3 0%, #b27ef2 100%);
  background: -o-linear-gradient(bottom left, #f085d3 0%, #b27ef2 100%);
  background: linear-gradient(to top right, #f085d3 0%, #b27ef2 100%);
  opacity: .19;
  content: "";
}
.p-recruit-about__title {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #222;
}
.p-recruit-about__title::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 126px;
  height: 12px;
  margin: auto;
  background: url(../images/common/heading_dots.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}
.p-recruit-about__title::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 264px;
  height: 110px;
  transform: translate(-50%, -130%);
  background: url(../images/recruit/pl/top/icon-about.png) no-repeat center center;
  background-size: contain;
  content: "";
}
.p-recruit-about__text {
  max-width: 930px;
  margin: auto;
}
.p-recruit-about .btn {
  margin: 35px auto 0;
  color: #46638b;
}
.p-recruit-about .btn span::before {
  background: #fff;
}
.p-recruit-about .btn::after {
  border: none;
  width: 14px;
  height: 12px;
  background: url(../images/common/icon-win.png) no-repeat center;
  background-size: contain;
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-recruit-about .btn:hover {
  color: #fff;
}
.p-recruit-about .btn:hover::after {
  background: url(../images/common/icon-win-white.png) no-repeat center;
  background-size: contain;
}

.p-recruit-recruitment {
  margin-top: 70px;
  margin-bottom: 40px;
}
.p-recruit-recruitment .right {
  margin-top: 20px;
  text-align: right;
}
.p-recruit-recruitment .right a {
  color: #0b5f88;
}

.p-recruit__col-set {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
}
.p-recruit__col-set .p-recruit__col-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 160px;
  width: calc(50% - 40px);
  margin-right: 40px;
  border-radius: 25px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
}
.p-recruit__col-set .p-recruit__col-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebb6cf;
  background: linear-gradient(90deg, #eab8e6 20%, #baa0e2 80%);
  background-size: 100%;
  transition: opacity .3s;
  content: "";
  z-index: -1;
}
.p-recruit__col-set .p-recruit__col-item::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0aac1;
  background: linear-gradient(90deg, #baa0e2 20%, #eab8e6 80%);
  background-size: 100%;
  content: "";
  z-index: -2;
}
.p-recruit__col-set .p-recruit__col-item span::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 35px;
  width: 40px;
  height: 40px;
  background: url(/images/recruit/pl/top/icon-arrow.png) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform .3s;
  content: "";
}
.p-recruit__col-set .p-recruit__col-item .img {
  width: 100%;
  max-height: 328px;
  min-height: 0%;
}
.p-recruit__col-set .p-recruit__col-item .img img {
  width: 100%;
  height: 100%;
}
.p-recruit__col-set .p-recruit__col-item .title {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-recruit__col-set .p-recruit__col-item .title span::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 35px;
  width: 40px;
  height: 40px;
  background: url(/images/recruit/pl/top/icon-arrow.png) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform .3s;
  content: "";
}
.p-recruit__col-set .p-recruit__col-item:nth-child(n+3) {
  margin-top: 45px;
}
.p-recruit__col-set .p-recruit__col-item:hover::before {
  opacity: 0;
}
.p-recruit__col-set .p-recruit__col-item:hover span::after {
  transform: translate(3px, -50%);
}
.p-recruit__col-set .p-recruit__col-item.img-set {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
.p-recruit__col-set .p-recruit__col-item.img-set::before {
  top: 40px;
  top: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.p-recruit__col-set .p-recruit__col-item.img-set::after {
  top: 40px;
  top: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.p-recruit__col-set .p-recruit__col-item.img-set .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.p-recruit__col-set .p-recruit__col-item.img-set:hover .title span::after {
  transform: translate(3px, -50%);
}

/* ハーモリーランド
----------------------- */
.p-recruit-hero__title.hl span.title-upper .gradation {
  background: -webkit-linear-gradient(30deg, #86c8e7 8%, #7d96c8 50%, #dba1d6 100%);
  -webkit-background-clip: text;
  color: #86c8e7;
  -webkit-text-fill-color: transparent;
}
.p-recruit-hero__title.hl span.title-lower.gradation {
  background: -webkit-linear-gradient(30deg, #9793c5 0%, #86c8e7 100%);
  -webkit-background-clip: text;
  color: #86c8e7;
  -webkit-text-fill-color: transparent;
}

.p-recruit-about.hl .inner::before {
  background: #5b74d0;
  background: -webkit-linear-gradient(300deg, #5b74d0 0%, #98e2f2 100%);
  background: -o-linear-gradient(300deg, #5b74d0 0%, #98e2f2 100%);
  background: linear-gradient(30deg, #5b74d0 0%, #98e2f2 100%);
  opacity: .25;
}

.p-recruit-about__title.hl::after {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 223px;
  height: 170px;
  transform: translate(-50%, -130%);
  background: url(../images/recruit/hl/top/icon-about.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.p-recruit__col-set.hl .p-recruit__col-item::before {
  background: #93add5;
  background: linear-gradient(90deg, #8ba2e2 0%, #a0cee8 100%);
  background-size: 100%;
}
.p-recruit__col-set.hl .p-recruit__col-item::after {
  background: #86c8e7;
  background: linear-gradient(90deg, #a0cee8 0%, #8ba2e2 100%);
}
.p-recruit__col-set.hl .p-recruit__col-item span::after {
  background: url(/images/recruit/hl/top/icon-arrow.png) no-repeat center;
  background-size: contain;
}
.p-recruit__col-set.hl .title span::after {
  background: url(/images/recruit/hl/top/icon-arrow.png) no-repeat center;
  background-size: contain;
}

@media only screen and (max-width: 1439px) {
  .p-recruit-hero__head {
    padding-right: 4.16%;
    padding-left: 6.94%;
  }
  .p-recruit-hero__title {
    max-width: none;
  }
  .p-recruit-hero__title {
    font-size: calc(30px + 33 * ((100vw - 767px) / 672));
  }
}
@media only screen and (max-width: 1200px) {
  .p-recruit-hero__head {
    padding-right: 5%;
    padding-left: 5%;
  }
  .p-recruit-hero__title {
    max-width: none;
  }
  .p-recruit-hero__title span.title-upper {
    font-size: 4.5vw;
  }
  .p-recruit-hero__title span.font-s {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 980px) {
  .p-recruit__col-set .p-recruit__col-item {
    font-size: 2.8rem;
  }
  .p-recruit__col-set .p-recruit__col-item::after {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-hero {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 90px;
    margin-bottom: 60px;
  }
  .p-recruit-hero__head {
    width: 100%;
    padding-top: 20px;
    order: 1;
  }
  .p-recruit-hero__title {
    font-size: 10vw;
  }
  .p-recruit-hero__title span.title-lower {
    display: block;
  }
  .p-recruit-hero__title span.title-upper {
    font-size: 7.2vw;
  }
  .p-recruit-hero__title span.font-s {
    font-size: 5.2vw;
  }
  .p-recruit-hero__img {
    width: 95%;
    height: 60vw;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    order: 0;
  }
  .p-recruit-hero .logo-img {
    max-width: 252px;
    width: 50%;
    height: 30px;
    margin-top: 30px;
    transform: translateX(0);
  }

  .p-recruit-about .inner {
    padding: 90px 20px 30px;
  }
  .p-recruit-about .inner::before {
    border-radius: 20px;
  }
  .p-recruit-about__title {
    padding-bottom: 15px;
    font-size: 2rem;
  }
  .p-recruit-about__title::before {
    max-width: 86px;
  }
  .p-recruit-about__title::after {
    height: 80px;
    background-size: contain;
  }
  .p-recruit-about__title.hl::after {
    top: 10px;
    height: 95px;
    background-size: contain;
  }
  .p-recruit-about .btn:hover {
    color: #46638b;
  }
  .p-recruit-about .btn:hover span::before {
    background: #fff;
  }
  .p-recruit-about .btn:hover::after {
    background: url(../images/common/icon-win.png) no-repeat center;
    background-size: contain;
  }

  .p-recruit-recruitment {
    margin-top: 50px;
  }
  .p-recruit-recruitment .right {
    font-size: 1.4rem;
    text-align: center;
  }

  .p-recruit__col-set {
    width: 100%;
  }
  .p-recruit__col-set .p-recruit__col-item {
    width: 100%;
    height: 100px;
    margin-right: 0;
    border-radius: 20px;
    font-size: 2.2rem;
  }
  .p-recruit__col-set .p-recruit__col-item span::after {
    width: 30px;
    height: 30px;
  }
  .p-recruit__col-set .p-recruit__col-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-recruit__col-set .p-recruit__col-item.img-set .img {
    height: auto;
    max-height: none;
  }
  .p-recruit__col-set .p-recruit__col-item.img-set .title {
    height: 80px;
  }
  .p-recruit__col-set .p-recruit__col-item.img-set .title span::after {
    width: 30px;
    height: 30px;
  }
}
/* 新卒募集要項
--------------------------------------------- */
dl.selection-process {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
dl.selection-process dt {
  width: 100px;
  margin: 0 0 20px;
  padding: 0;
}
dl.selection-process dt span {
  display: block;
  width: 100%;
  border-radius: 20px;
  background: #a196ca;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.85;
}
dl.selection-process dt:nth-of-type(2) span {
  background: #ca9ed2;
}
dl.selection-process dt:nth-of-type(3) span {
  background: #daa1d6;
}
dl.selection-process dd {
  width: calc(100% - 115px);
  margin: 0 0 20px;
  padding: 0;
  padding-left: 15px;
  line-height: 1.85;
}

/* ハーモニーランド */
dl.selection-process.hl dt span {
  background: #86c8e7;
}
dl.selection-process.hl dt:nth-of-type(2) span {
  background: #8fadd6;
}
dl.selection-process.hl dt:nth-of-type(3) span {
  background: #9793c5;
}

.selection-flow li {
  position: relative;
  padding-left: 30px;
}
.selection-flow li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  top: 0.95em;
  left: 3px;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7.5px 0 7.5px;
  border-color: #daa1d6 transparent transparent transparent;
  content: "";
}
.selection-flow li.heart::before {
  width: 16px;
  height: 17px;
  border: none;
  background: url(/images/recruit/pl/icon-heart.png) no-repeat center;
  background-size: contain;
  content: "";
}

/* ハーモニーランド */
.selection-flow.hl li::before {
  border-color: #86c8e7 transparent transparent transparent;
}
.selection-flow.hl li:last-child::before {
  background: url(/images/recruit/hl/icon-heart.png) no-repeat center;
  background-size: contain;
}

.btn-mynavi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 660px;
  height: 190px;
  margin: 0 auto 140px;
  background: #86c8e7;
  background: linear-gradient(45deg, #86c8e7 0%, #7d96c8 48%, #dba1d6 92%);
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}
.btn-mynavi::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dba1d6;
  background: linear-gradient(45deg, #dba1d6 0%, #7d96c8 48%, #86c8e7 92%);
  transition: opacity .3s;
  content: "";
}
.btn-mynavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  color: #222;
  color: #46638b;
  background: #fff;
  border-radius: 22px;
  font-size: 3.8rem;
  font-weight: bold;
}
.btn-mynavi a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8.787%;
  width: 32px;
  height: 32px;
  background: url(../images/common/icon-win.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.btn-mynavi:hover::before {
  opacity: 0;
}

.outline-table + .btn-mynavi {
  margin-top: -40px;
}

@media only screen and (max-width: 767px) {
  dl.selection-process {
    margin-top: 10px;
  }
  dl.selection-process dt {
    width: 100%;
    margin-bottom: 10px;
  }
  dl.selection-process dt span {
    width: 6em;
    font-size: 1.4rem;
  }
  dl.selection-process dd {
    width: 100%;
    padding-left: 0;
  }

  .selection-flow li::before {
    top: 0.6em;
  }

  .outline-table + .btn-mynavi {
    margin-top: -25px;
  }

  .btn-mynavi {
    max-width: 460px;
    width: 90%;
    min-width: 260px;
    height: 90px;
    margin-bottom: 100px;
  }
  .btn-mynavi a {
    font-size: 2rem;
  }
  .btn-mynavi a::after {
    right: 8%;
    width: 20px;
    height: 20px;
  }
}
/* 中途募集要項
--------------------------------------------- */
.nav-content.pl li:first-child a {
  color: #daa1d6;
  border: 4px solid #daa1d6;
  border-radius: 35px;
  font-weight: bold;
}
.nav-content.pl li:first-child a .btn-arrow {
  background: #daa1d6;
}
.nav-content.pl li:nth-child(2) a {
  color: #ca9ed2;
  border: 4px solid #ca9ed2;
  border-radius: 35px;
  font-weight: bold;
}
.nav-content.pl li:nth-child(2) a .btn-arrow {
  background: #ca9ed2;
}
.nav-content.pl li:nth-child(3) a {
  color: #a196ca;
  border: 4px solid #a196ca;
  border-radius: 35px;
  font-weight: bold;
}
.nav-content.pl li:nth-child(3) a .btn-arrow {
  background: #a196ca;
}

/* ハーモニーランド　*/
.nav-content.hl li:first-child a {
  color: #8abfe1;
  border: 4px solid #8abfe1;
  border-radius: 35px;
  font-weight: bold;
}
.nav-content.hl li:first-child a .btn-arrow {
  background: #8abfe1;
}
.nav-content.hl li:nth-child(2) a {
  color: #7a9dcb;
  border: 4px solid #7a9dcb;
  border-radius: 35px;
  font-weight: bold;
}
.nav-content.hl li:nth-child(2) a .btn-arrow {
  background: #7a9dcb;
}
.nav-content.hl li:nth-child(3) a {
  color: #9793c5;
  border: 4px solid #9793c5;
  border-radius: 35px;
  font-weight: bold;
}
.nav-content.hl li:nth-child(3) a .btn-arrow {
  background: #9793c5;
}

.midcareer-job + .midcareer-job {
  margin-top: 120px;
}

.midcareer-job .heading2 + .not-recruiting {
  margin-top: -30px;
}

.midcareer-job:last-child {
  margin-bottom: 180px;
}

/* 各ボックスの背景色　*/
.midcareer-job:first-of-type .midcareer-job-list {
  background: #fbf6fa;
}

.midcareer-job:nth-of-type(2) .midcareer-job-list {
  background: #f4f2f9;
}

.midcareer-job:nth-of-type(3) .midcareer-job-list {
  background: #f2f0f8;
}

/* 各ボックスの背景色　- ハーモニーランド　*/
.midcareer-job.hl:first-of-type .midcareer-job-list {
  background: #f2f8fb;
}

.midcareer-job.hl:nth-of-type(2) .midcareer-job-list {
  background: #f1f0f8;
}

.midcareer-job.hl:nth-of-type(3) .midcareer-job-list {
  background: #f1f0f8;
}

.midcareer-job-list {
  display: flex;
  min-height: 340px;
  padding: 50px 55px 50px 50px;
  border-radius: 25px;
  font-size: 1.8rem;
}
.midcareer-job-list .text-area {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 68%;
}
.midcareer-job-list .text-area + .img-area {
  width: calc(100% - 68%);
  margin-left: 5%;
}
.midcareer-job-list .img-area {
  width: 330px;
  overflow: hidden;
}
.midcareer-job-list .img-area img {
  width: 100%;
  border-radius: 15px;
}

.midcareer-job-list.no-img .text-area {
  width: 100%;
}

.midcareer-job-list + .midcareer-job-list {
  margin-top: 45px;
}

.not-recruiting {
  font-size: 2.2rem;
  text-align: center;
}

/* 中途詳細 */
.outline-table.job-derails p + p {
  margin-top: 30px;
}
.outline-table.job-derails .list + p {
  margin-top: 20px;
}

.list li {
  position: relative;
  padding-left: 20px;
  padding-left: 2em;
}
.list li::before {
  display: block;
  position: absolute;
  top: 1.1em;
  left: .6em;
  width: 8px;
  height: 8px;
  background: #eaa0ca;
  border-radius: 50%;
  content: "";
}

.list.hl li::before {
  background: #86c8e7;
}

.hour-list {
  margin-bottom: 20px;
}
.hour-list li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}
.hour-list li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #eaa0ca;
  border-radius: 50%;
  content: "";
}

.note-list {
  margin-top: 20px;
}
.note-list li {
  line-height: 1.85;
}

@media only screen and (max-width: 1439px) {
  .midcareer-job-list {
    min-height: none;
  }
}
@media only screen and (max-width: 767px) {
  .midcareer-job + .midcareer-job {
    margin-top: 60px;
  }

  .midcareer-job:last-child {
    margin-bottom: 100px;
  }

  .midcareer-job-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 35px;
    font-size: 1.6rem;
  }
  .midcareer-job-list .text-area + .img-area {
    width: 100%;
    margin-left: 0;
    order: 0;
  }
  .midcareer-job-list .text-area {
    width: 100%;
    padding: 20px 20px 0;
    order: 1;
  }
  .midcareer-job-list .text-area .btn {
    margin-top: 20px;
  }
  .midcareer-job-list .img-area img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .midcareer-job-list + .midcareer-job-list {
    margin-top: 30px;
  }

  .midcareer-job .heading2 + .not-recruiting {
    margin-top: -10px;
    font-size: 1.8rem;
  }

  .list li::before {
    top: .9em;
    width: 5px;
    height: 5px;
  }
}
/* 部署紹介
--------------------------------------------- */
.heading2 + .dep-lead {
  margin-top: -40px;
}

.dep-lead {
  margin-bottom: 90px;
  line-height: 2.25;
  text-align: center;
}

.dep-section {
  margin-bottom: 135px;
}

.dep-col-set {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
}
.dep-col-set .col-item {
  position: relative;
  width: calc(100% - 40px);
  margin-right: 40px;
  padding: 65px 45px 50px;
  z-index: 1;
}
.dep-col-set .col-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaa0ca;
  background: linear-gradient(30deg, #eaa0ca 0%, #9293d9 100%);
  border-radius: 25px;
  content: "";
  z-index: -1;
}
.dep-col-set .col-item::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% -  12px);
  height: calc(100% -  12px);
  background: #fff;
  border-radius: 22px;
  content: "";
  z-index: -1;
}
.dep-col-set .col-item .heading3 {
  display: table;
  position: relative;
  margin: 0 auto 20px;
  padding-bottom: 25px;
  text-align: center;
}
.dep-col-set .col-item .heading3::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 10px;
  background: url(/images/recruit/pl/section/heading3_dot.png) no-repeat center;
  transform: translateX(-50%);
  background-size: contain;
  content: "";
}
.dep-col-set .col-item .heading4 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
}
.dep-col-set .col-item:nth-child(n+3) {
  margin-top: 40px;
}

/* ハーモニーランド*/
.dep-col-set.hl .col-item::before {
  background: #86c8e7;
  background: linear-gradient(-15deg, #86c8e7 0%, #7d96c8 100%);
}
.dep-col-set.hl .col-item .heading3::before {
  background: url(/images/recruit/hl/section/heading3_dot.png) no-repeat center;
  background-size: contain;
}

.interview-section {
  margin-bottom: 160px;
}

.p-recruit__col-set .p-recruit__col-item.col1-3 {
  width: calc(33.3333% - 40px);
}
.p-recruit__col-set .p-recruit__col-item.col1-3 .img {
  height: auto;
}
.p-recruit__col-set .p-recruit__col-item.col1-3 .title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 30px 20px 10px;
  height: 200px;
  font-size: 2.6rem;
  line-height: 1.6;
  text-align: center;
}
.p-recruit__col-set .p-recruit__col-item.col1-3 .title span:after {
  top: auto;
  right: 20px;
  bottom: 25px;
  transform: translateY(0);
}
.p-recruit__col-set .p-recruit__col-item.col1-3:hover .title span::after {
  transform: translate(3px, 0);
}

.p-recruit__col-item.col1-3:nth-child(n+3) {
  margin-top: 0;
}

.p-recruit__col-item.col1-3:nth-child(n+4) {
  margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .p-recruit__col-set .p-recruit__col-item.col1-3 .title {
    font-size: calc(20px + 6 * ((100vw - 768px) / 432));
  }
}
@media only screen and (max-width: 767px) {
  .dep-section {
    margin-bottom: 85px;
  }

  .dep-lead {
    margin-bottom: 50px;
  }

  .dep-col-set {
    width: 100%;
  }
  .dep-col-set .col-item {
    width: 100%;
    margin-right: 0;
    padding: 40px 30px 35px;
  }
  .dep-col-set .col-item .heading3 {
    padding-bottom: 15px;
  }
  .dep-col-set .col-item .heading3::before {
    max-width: 60px;
  }
  .dep-col-set .col-item .heading4 {
    margin-bottom: 20px;
  }
  .dep-col-set .col-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .dep-col-set .btn-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 25px;
    height: 25px;
    background: #daa1d6;
    border-radius: 50%;
  }
  .dep-col-set .btn-more::before, .dep-col-set .btn-more::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #fff;
    content: "";
  }
  .dep-col-set .btn-more::after {
    width: 1px;
    height: 15px;
    transition: transform .3s;
  }
  .dep-col-set .btn-more.is-active::after {
    transform: rotate(-90deg);
  }
  .dep-col-set .dep-text {
    display: none;
  }

  .dep-col-set.hl .btn-more {
    background: #80bede;
  }

  .p-recruit__col-set .p-recruit__col-item.col1-3 {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .p-recruit__col-set .p-recruit__col-item.col1-3 .title {
    height: auto;
    margin-bottom: auto;
    padding: 10px 15px 55px;
    font-size: 1.6rem;
  }
  .p-recruit__col-set .p-recruit__col-item.col1-3 .title span::after {
    right: 15px;
    bottom: 15px;
  }

  .p-recruit__col-set .p-recruit__col-item.col1-3:nth-child(n+2) {
    margin-top: 0;
  }

  .p-recruit__col-set .p-recruit__col-item.col1-3:nth-child(n+3) {
    margin-top: 20px;
  }

  .interview-section {
    margin-bottom: 80px;
  }
}
/* 社員インタビュー
--------------------------------------------- */
/* heading */
.p-recruit-hero.p-interview {
  justify-content: start;
  height: 580px;
  margin-top: 180px;
}
.p-recruit-hero.p-interview .p-recruit-hero__head {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 6.944vw;
}
.p-recruit-hero.p-interview .p-recruit-hero__title {
  max-width: none;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #46638b;
  font-size: 2rem;
  text-align: left;
}
.p-recruit-hero.p-interview .p-recruit-hero__lead.gradation {
  position: relative;
  padding-left: 45px;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.52;
}
.p-recruit-hero.p-interview .p-recruit-hero__lead.gradation::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 31px;
  height: 25px;
  background: url(/images/recruit/pl/quotation.png) no-repeat center;
  background-size: contain;
  content: "";
}
.p-recruit-hero.p-interview .p-recruit-hero__lead.gradation::after {
  display: inline-block;
  position: relative;
  top: 15px;
  width: 31px;
  height: 25px;
  background: url(/images/recruit/pl/quotation.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  content: "";
}
.p-recruit-hero.p-interview .p-recruit-hero__img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  z-index: -1;
}
.p-recruit-hero.p-interview .p-recruit-hero__img img {
  width: 100%;
}

@media only screen and (max-width: 1439px) {
  .p-recruit-hero.p-interview {
    height: 40.277vw;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__lead.gradation {
    font-size: calc(32px + 14 * ((100vw - 768px) / 671));
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-hero.p-interview {
    height: auto;
    margin-top: 90px;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__head {
    order: 1;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__lead.gradation {
    padding-left: 30px;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__lead.gradation {
    font-size: calc(20px + 10 * ((100vw - 320px) / 447));
  }
  .p-recruit-hero.p-interview .p-recruit-hero__lead.gradation::before {
    top: 0;
    width: 21px;
    height: 20px;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__lead.gradation::after {
    width: 21px;
    height: 20px;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__img {
    position: relative;
    width: 95%;
    margin-left: 5%;
    order: 0;
  }
}
@media only screen and (max-width: 320px) {
  .p-recruit-hero.p-interview {
    height: auto;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__lead.gradation {
    padding-left: 20px;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__lead.gradation::before {
    width: 16px;
  }
  .p-recruit-hero.p-interview .p-recruit-hero__lead.gradation::after {
    width: 16px;
  }
}
.interview-content {
  max-width: 950px;
  margin: 0 auto;
}
.interview-content .interview-img {
  margin: 60px 0 110px 0;
  border-radius: 30px;
  overflow: hidden;
}
.interview-content .interview-img img {
  width: 100%;
}
.interview-content .fav-charactor {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.interview-content .fav-charactor dt {
  margin-bottom: 20px;
}
.interview-content .fav-charactor dd {
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
}

.nav-interview {
  position: relative;
  margin: 100px auto 140px;
  padding-top: 80px;
  background: url(../images/common/dotted-line.png) no-repeat top center;
}
.nav-interview__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-interview__item {
  position: relative;
  width: 225px;
  height: 53px;
  border-radius: 30px;
  font-size: 1.5rem;
  overflow: hidden;
}
.nav-interview__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #46638b;
  color: #fff;
  transition: background .3s;
}
.nav-interview__item a::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(30deg, #86c8e7, #dba1d6);
  content: "";
  z-index: -2;
}
.nav-interview__item a:hover {
  background: rgba(70, 99, 139, 0);
}
.nav-interview__item + .nav-interview__item {
  margin-left: 30px;
}
.nav-interview__item:nth-child(2) a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 8.88%;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon-nav-interview.png) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
  content: "";
}
.nav-interview__item.prev a {
  padding-left: 10px;
}
.nav-interview__item.prev a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 8.88%;
  width: 14px;
  height: 14px;
  background: url(../images/arrow_white.png) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%) rotate(-180deg);
  content: "";
}
.nav-interview__item.next a {
  padding-right: 10px;
}
.nav-interview__item.next a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 8.88%;
  width: 14px;
  height: 14px;
  padding-right: 10px;
  background: url(../images/arrow_white.png) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
  content: "";
}

@media only screen and (max-width: 767px) {
  .interview-content .interview-img {
    margin: 30px auto 60px;
    border-radius: 20px;
  }

  .nav-interview {
    margin: 60px auto 80px;
    padding-top: 40px;
  }
  .nav-interview__item {
    width: 45%;
    height: 50px;
    font-size: 1.4rem;
    border-radius: 25px;
  }
  .nav-interview__item a:hover {
    background: #46638b;
  }
  .nav-interview__item:nth-child(2) a {
    padding-left: 10px;
  }
  .nav-interview__item + .nav-interview__item {
    margin-left: 3vw;
  }
  .nav-interview__item.prev {
    width: 28.5%;
  }
  .nav-interview__item.next {
    width: 28.5%;
  }
}
/* faq
--------------------------------------------- */
.faq-content {
  margin-bottom: 150px;
}

.faq-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-nav__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  position: relative;
  width: 350px;
  height: 85px;
  padding-top: 10px;
  font-size: 2.2rem;
  cursor: pointer;
}
.faq-nav__item::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: transform 0.4s cubic-bezier(0.72, -0.5, 0.31, 1.38) 0.2s;
  content: "";
  z-index: -1;
}
.faq-nav__item:hover:before {
  animation: .4s faqNav;
}

@-webkit-keyframes faqNav {
  0% {
    -webkit-transform: scale(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scaleY(1);
  }
}
@keyframes faqNav {
  0% {
    -webkit-transform: scale(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scaleY(1);
  }
}
.faq-nav__item + .faq-nav__item {
  margin-left: 3px;
}

/* ピューロランド */
.faq-nav.pl .faq-nav__item {
  color: #46638b;
}
.faq-nav.pl .faq-nav__item::before {
  background: #e7ecf6;
}
.faq-nav.pl .faq-nav__item.grad.current {
  color: #fff;
}
.faq-nav.pl .faq-nav__item.grad.current::before {
  background: #daa1d6;
}
.faq-nav.pl .faq-nav__item.career.current {
  color: #fff;
}
.faq-nav.pl .faq-nav__item.career.current::before {
  background: #a196ca;
}

/* ハーモニーランド　*/
.faq-nav.hl .faq-nav__item {
  color: #46638b;
}
.faq-nav.hl .faq-nav__item::before {
  background: #e7ecf6;
}
.faq-nav.hl .faq-nav__item.grad.current {
  color: #fff;
}
.faq-nav.hl .faq-nav__item.grad.current::before {
  background: #7a9dcb;
}
.faq-nav.hl .faq-nav__item.career.current {
  color: #fff;
}
.faq-nav.hl .faq-nav__item.career.current::before {
  background: #80bede;
}

.faq-element {
  position: relative;
  display: none;
  border-top: 4px solid #daa1d6;
}
.faq-element__list {
  position: relative;
  top: 0;
  left: 0;
  background: url(../images/common/dotted-line.png) no-repeat bottom left;
}
.faq-element__list .en {
  position: absolute;
  top: 30px;
  left: 2.5%;
  color: #daa1d6;
  font-family: 'Fredoka One', cursive;
  font-size: 4rem;
}
.faq-element__list dt {
  position: relative;
  padding: 50px 120px 50px 100px;
  font-size: 1.8rem;
}
.faq-element__list dt .btn-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5%;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
}
.faq-element__list dt .btn-plus::before {
  display: block;
  width: 100%;
  height: 100%;
  background: #daa1d6;
  border-radius: 50%;
  transition: background .3s;
  content: "";
}
.faq-element__list dt .btn-plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 3px;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
}
.faq-element__list dt .btn-plus span::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 31px;
  margin: auto;
  background: #fff;
  transition: transform .3s;
  content: "";
}
.faq-element__list dt:hover {
  cursor: pointer;
}
.faq-element__list dt:hover .btn-plus::before {
  animation: faqBtn 0.4s;
}
.faq-element__list dt.is-active .btn-plus::before {
  background: #a196ca;
}
.faq-element__list dt.is-active .btn-plus span::before {
  transform: rotate(-90deg);
}
.faq-element__list dd {
  display: none;
  position: relative;
  padding: 0px 120px 60px 100px;
}
.faq-element__list dd .en {
  top: -20px;
  color: #a196ca;
}

.faq-element.career {
  border-top: 4px solid #9E96C9;
}
.faq-element.career .faq-element__list .en {
  color: #9E96C9;
}
.faq-element.career .faq-element__list dt .btn-plus::before {
  background: #9E96C9;
}
.faq-element.career .faq-element__list dt.is-active .btn-plus::before {
  background: #daa1d6;
}
.faq-element.career .faq-element__list dd .en {
  color: #daa1d6;
}

/* ハーモニーランド　*/
.hl .faq-element__list .en {
  color: #80bede;
}
.hl .faq-element__list dt .btn-plus::before {
  background: #80bede;
}
.hl .faq-element__list dt.is-active .btn-plus::before {
  background: #7a9dcb;
}
.hl .faq-element__list dd .en {
  color: #7a9dcb;
}
.hl .faq-element.grad {
  border-top: 4px solid #7a9dcb;
}
.hl .faq-element.grad .faq-element__list .en {
  color: #7a9dcb;
}
.hl .faq-element.grad .faq-element__list dt .btn-plus::before {
  background: #7a9dcb;
}
.hl .faq-element.grad .faq-element__list dt.is-active .btn-plus::before {
  background: #80bede;
}
.hl .faq-element.grad .faq-element__list dd .en {
  color: #80bede;
}
.hl .faq-element.career {
  border-top: 4px solid #80bede;
}
.hl .faq-element.career .faq-element__list .en {
  color: #80bede;
}
.hl .faq-element.career .faq-element__list dt .btn-plus::before {
  background: #80bede;
}
.hl .faq-element.career .faq-element__list dt.is-active .btn-plus::before {
  background: #7a9dcb;
}
.hl .faq-element.career .faq-element__list dd .en {
  color: #7a9dcb;
}

@keyframes faqBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .faq-nav__item {
    height: 55px;
    font-size: 1.8rem;
  }
  .faq-nav__item::before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .faq-element__list .en {
    top: 18px;
    left: 2%;
    font-size: 2.4rem;
  }
  .faq-element__list dt {
    padding: 25px 55px 20px 40px;
    font-size: 1.6rem;
  }
  .faq-element__list dt .btn-plus {
    width: 35px;
    height: 35px;
  }
  .faq-element__list dt .btn-plus span {
    width: 18px;
    height: 2px;
  }
  .faq-element__list dt .btn-plus span::before {
    height: 18px;
    width: 2px;
  }
  .faq-element__list dd {
    padding: 0 55px 20px 40px;
  }
  .faq-element__list dd .en {
    top: -9px;
  }
}
/* 応募終了
--------------------------------------------- */
.p-closed .heading3 {
  margin-bottom: 20px;
}
.p-closed p {
  font-size: 1.8rem;
  color: #46638b;
}

@media only screen and (max-width: 767px) {
  .p-closed p {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=sub.css.map */
