@charset "UTF-8";
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#person .back-link, #message .back-link, #requirements .back-link {
  margin: 0 10px 25px;
  font-weight: bold;
  font-size: 0;
  text-align: center;
}

#person .back-link li, #message .back-link li, #requirements .back-link li {
  display: inline-block;
}

#person .back-link li:first-child, #message .back-link li:first-child, #requirements .back-link li:first-child {
  margin: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  #person .back-link li:first-child, #message .back-link li:first-child, #requirements .back-link li:first-child {
    margin: 0 10px 10px 0;
  }
}
#person .back-link li:last-child, #message .back-link li:last-child, #requirements .back-link li:last-child {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 767px) {
  #person .back-link li:last-child, #message .back-link li:last-child, #requirements .back-link li:last-child {
    margin: 0 0 10px 10px;
  }
}
#person .back-link a, #message .back-link a, #requirements .back-link a {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #person .back-link a, #message .back-link a, #requirements .back-link a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  #person .back-link a, #message .back-link a, #requirements .back-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#person .back-link strong, #message .back-link strong, #requirements .back-link strong {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #333;
  color: #75539f;
}

#person .back-link .prev span, #message .back-link .prev span, #requirements .back-link .prev span {
  position: relative;
  padding: 0 0 0 15px;
}

#person .back-link .prev span:before, #message .back-link .prev span:before, #requirements .back-link .prev span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin: -4px 0 0;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

#person .back-link .prev span:hover:before, #message .back-link .prev span:hover:before, #requirements .back-link .prev span:hover:before {
  left: -2px;
}

#person .back-link .next span, #message .back-link .next span, #requirements .back-link .next span {
  position: relative;
  padding: 0 15px 0 0;
}

#person .back-link .next span:after, #message .back-link .next span:after, #requirements .back-link .next span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

#person .back-link .next span:hover:after, #message .back-link .next span:hover:after, #requirements .back-link .next span:hover:after {
  right: -2px;
}

html.is-safari .block__visual img {
  min-width: 1314px !important;
}

#faq .section {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  #faq .section {
    margin: 0 0 45px;
    padding: 0 10px;
  }
}
#faq .section__title {
  margin: 0 0 30px;
}

#faq .qa-box {
  margin: 0 0 35px;
}

#faq .qa-box dt {
  position: relative;
  padding: 0 0 15px 50px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #faq .qa-box dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#faq .qa-box dt:before, #faq .qa-box dt:after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
}

#faq .qa-box dt:before {
  content: "";
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #75539f;
}

#faq .qa-box dt:after {
  content: "Q";
  top: 0;
  margin: -1px 0 0;
  color: #fff;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #faq .qa-box dt:after {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#faq .qa-box dt span {
  display: block;
  position: relative;
}

#faq .qa-box dt span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url(/careers/diversity/shared/img/icon-plus01.gif) no-repeat;
}

#faq .qa-box dt.open span:after {
  background: url(/careers/diversity/shared/img/icon-minus01.gif) no-repeat;
}

#faq .qa-box dd {
  display: none;
  padding: 15px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #faq .qa-box dd {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#data .break {
  display: inline-block;
}

#data .contents__wrap {
  width: auto;
}

#data .content {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #data .content {
    width: auto;
    padding: 0 10px;
  }
}
#data img {
  max-width: 100%;
  height: auto;
}

#data .block__title {
  margin: 0 0 35px;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block__title {
    margin: 0 0 25px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
#data .block__title span {
  display: inline-block;
  padding: 0 0 40px;
  background: url(/careers/diversity/shared/img/line.svg) no-repeat center bottom;
}

@media screen and (max-width: 767px) {
  #data .block__title span {
    padding: 0 0 20px;
  }
}
#data .block.block01 {
  padding: 50px 0 90px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  #data .block.block01 {
    padding: 30px 10px 40px;
  }
}
#data .block.block01 .block__title {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  #data .block.block01 .block__title {
    margin: 0 0 20px;
  }
}
#data .block.block02 {
  padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  #data .block.block02 {
    padding: 40px 10px;
  }
}
#data .block.block02 .image {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block.block02 .image img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block02 .image.image01 {
    height: 487px;
    background: url(/careers/diversity/shared/img/data/sp/block02-image01.png) no-repeat center;
    background-size: 239px auto;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block02 .image.image02 {
    height: 238px;
    background: url(/careers/diversity/shared/img/data/sp/block02-image02.png) no-repeat center;
    background-size: 257px auto;
  }
}
#data .block.block02 .capture {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block.block02 .capture {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#data .block.block03 {
  padding: 40px 0 90px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  #data .block.block03 {
    padding: 40px 0;
  }
}
#data .block.block03 .block__title {
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  #data .block.block03 .block__title {
    margin: 0 0 10px;
  }
}
#data .block.block03 .block__twocol-wrap .col.left {
  width: 382px;
}

@media screen and (max-width: 767px) {
  #data .block.block03 .block__twocol-wrap .col.left {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block03 .block__twocol-wrap .col.left .image {
    height: 130px;
    background: url(/careers/diversity/shared/img/data/sp/block03-image04.png) no-repeat center;
    background-size: 320px auto;
  }
}
#data .block.block03 .block__twocol-wrap .col.right {
  width: 358px;
}

@media screen and (max-width: 767px) {
  #data .block.block03 .block__twocol-wrap .col.right .image {
    height: 130px;
    background: url(/careers/diversity/shared/img/data/sp/block03-image05.png) no-repeat center;
    background-size: 212px auto;
  }
}
#data .block.block03 .block__twocol-wrap .col.right .note {
  width: 282px;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
}

#data .block.block04 {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  #data .block.block04 {
    padding: 40px 10px;
  }
}
#data .block.block04 .image {
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block.block04 .image {
    height: 270px;
    margin: 0 0 10px;
    background: url(/careers/diversity/shared/img/data/sp/block04-image01.png) no-repeat center;
    background-size: 285px auto;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block04 .image img {
    display: none;
  }
}
#data .block.block05 {
  padding: 50px 0 15px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  #data .block.block05 {
    padding: 40px 10px;
  }
}
#data .block.block05 .image {
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block.block05 .image {
    margin: 0;
    background: url(/careers/diversity/shared/img/data/sp/block05-image01.png) no-repeat center top;
    background-size: 225px auto;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block05 .image img {
    display: none;
  }
}
#data .block.block05 figcaption {
  display: block;
  margin: 30px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #data .block.block05 figcaption {
    margin: 0;
    padding: 245px 0 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
#data .block.block06 {
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
  #data .block.block06 {
    padding: 40px 10px 25px;
  }
}
#data .block.block06 .block__title {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  #data .block.block06 .block__title {
    margin: 0;
  }
}
#data .block.block06 .block__twocol-wrap .col {
  width: 50%;
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block.block06 .block__twocol-wrap .col {
    width: auto;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block06 .block__twocol-wrap .col.col01, #data .block.block06 .block__twocol-wrap .col.col02 {
    height: 113px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block06 .block__twocol-wrap .col.col03, #data .block.block06 .block__twocol-wrap .col.col04 {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block06 .block__twocol-wrap .col.col01 {
    background: url(/careers/diversity/shared/img/data/sp/block06-image01.png) no-repeat center bottom;
    background-size: 225px auto;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block06 .block__twocol-wrap .col.col02 {
    background: url(/careers/diversity/shared/img/data/sp/block06-image02.png) no-repeat center bottom;
    background-size: 225px auto;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block06 .block__twocol-wrap .col.col03 {
    margin: 40px 0 0;
    background: url(/careers/diversity/shared/img/data/sp/block06-image03.png) no-repeat center bottom;
    background-size: 225px auto;
  }
}
@media screen and (max-width: 767px) {
  #data .block.block06 .block__twocol-wrap .col.col04 {
    margin: 50px 0 0;
    background: url(/careers/diversity/shared/img/data/sp/block06-image04.png) no-repeat center bottom;
    background-size: 225px auto;
  }
}
#data .block.block06 .title {
  margin: 0 0 35px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  #data .block.block06 .title {
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
#data .block .matrix-wrap .image-wrap {
  width: 900px;
  margin: 0 auto 45px;
}

@media screen and (max-width: 767px) {
  #data .block .matrix-wrap .image-wrap {
    width: auto;
    margin: 0 auto 25px;
  }
}
#data .block .matrix-wrap .image-wrap:after {
  content: "";
  display: block;
  clear: both;
}

#data .block .matrix-wrap .image {
  float: left;
  width: 250px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block .matrix-wrap .image {
    position: relative;
    float: none;
  }
}
#data .block .matrix-wrap .image.image01 {
  margin: 0 75px 0 0;
}

@media screen and (max-width: 767px) {
  #data .block .matrix-wrap .image.image01 {
    margin: 0 auto 40px;
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #data .block .matrix-wrap .image.image02 {
    margin: 0 auto 40px;
    padding: 10px 0 0;
  }
}
#data .block .matrix-wrap .image.image03 {
  float: right;
}

@media screen and (max-width: 767px) {
  #data .block .matrix-wrap .image.image03 {
    float: none;
    margin: 0 auto 40px;
    padding: 70px 0 0;
  }
}
#data .block .matrix-wrap .image.image03 .capture {
  line-height: 0;
}

#data .block .matrix-wrap .image figure {
  margin: 0 0 15px;
}

#data .block .matrix-wrap .image .capture {
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  #data .block .matrix-wrap .image .capture {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
  }
}
#data .block .matrix-wrap .image .capture .small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #data .block .matrix-wrap .image .capture .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#data .block .matrix-wrap .image .capture .text {
  display: block;
  padding: 20px 0 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #data .block .matrix-wrap .image .capture .text {
    padding: 10px 0 0;
  }
}
#data .block__box + .block__box {
  margin: 70px 0 0;
}

@media screen and (max-width: 767px) {
  #data .block__box + .block__box {
    margin: 40px 0 0;
  }
}
#data .block__box-title {
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block__box-title {
    margin: 0 0 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
#data .block__box-title span {
  padding: 5px 0 5px 30px;
  background: url(/careers/diversity/shared/img/data/icon-human01.png) no-repeat left;
}

@media screen and (max-width: 767px) {
  #data .block__box-title span {
    padding: 5px 0 5px 20px;
    background: url(/careers/diversity/shared/img/data/sp/icon-human01.png) no-repeat left;
    background-size: 11px auto;
  }
}
#data .block__visual-wrap {
  position: relative;
  width: 820px;
  margin: 0 auto 60px;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #data .block__visual-wrap {
    width: auto;
    margin: 0 10px 40px;
  }
}
#data .block__visual-wrap:before, #data .block__visual-wrap:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 4px;
  height: 4px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  #data .block__visual-wrap:before, #data .block__visual-wrap:after {
    bottom: -2px;
  }
}
#data .block__visual-wrap:before {
  left: -1px;
}

@media screen and (max-width: 767px) {
  #data .block__visual-wrap:before {
    left: -2px;
  }
}
#data .block__visual-wrap:after {
  right: -1px;
}

@media screen and (max-width: 767px) {
  #data .block__visual-wrap:after {
    right: -2px;
  }
}
#data .block__visual-wrap .image {
  width: 286px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #data .block__visual-wrap .image {
    width: auto;
    height: 105px;
    margin: 0 0 10px;
    background: url(/careers/diversity/shared/img/data/sp/block03-image01.png) no-repeat center;
    background-size: 213px auto;
  }
}
@media screen and (max-width: 767px) {
  #data .block__visual-wrap .image img {
    display: none;
  }
}
#data .block__visual-wrap .title {
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  #data .block__visual-wrap .title {
    font-size: 20px;
    font-size: 2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #data .block__visual-wrap .title br {
    display: none;
  }
}
#data .block__visual-wrap .text {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block__visual-wrap .text {
    font-size: 10px;
    font-size: 1rem;
  }
}
#data .block__visual-inner {
  position: relative;
  padding: 75px 34px 34px;
}

@media screen and (max-width: 767px) {
  #data .block__visual-inner {
    padding: 20px;
  }
}
#data .block__visual-inner:before, #data .block__visual-inner:after {
  content: "";
  position: absolute;
  top: -1px;
  width: 4px;
  height: 4px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  #data .block__visual-inner:before, #data .block__visual-inner:after {
    top: -2px;
  }
}
#data .block__visual-inner:before {
  left: -1px;
}

@media screen and (max-width: 767px) {
  #data .block__visual-inner:before {
    left: -2px;
  }
}
#data .block__visual-inner:after {
  right: -1px;
}

@media screen and (max-width: 767px) {
  #data .block__visual-inner:after {
    right: -2px;
  }
}
#data .block__visual-row {
  margin: -120px 0 55px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #data .block__visual-row {
    margin: 0 0 20px;
  }
}
#data .block__visual-row:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 43px;
  height: 3px;
  margin: 0 0 0 -22px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  #data .block__visual-row:before {
    width: 32px;
    margin: 0 0 0 -16px;
  }
}
#data .block__visual-row:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 35px;
  height: 36px;
  margin: 0 0 0 -18px;
  background: url(/careers/diversity/shared/img/balloon.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  #data .block__visual-row:after {
    bottom: -28px;
    width: 28px;
    height: 28px;
    margin: 0 0 0 -14px;
    background: url(/careers/diversity/shared/img/balloon.svg) no-repeat;
    background-size: 100% auto;
  }
}
#data .block__visual-box {
  width: 205px;
}

@media screen and (max-width: 767px) {
  #data .block__visual-box {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #data .block__visual-box .icon {
    height: 75px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #data .block__visual-box .icon img {
    display: none;
  }
}
#data .block__visual-box.left {
  float: left;
}

#data .block__visual-box.left .icon {
  float: right;
}

@media screen and (max-width: 767px) {
  #data .block__visual-box.left .icon {
    float: none;
    background: url(/careers/diversity/shared/img/data/sp/block03-image02.png) no-repeat center;
    background-size: 62px auto;
  }
}
#data .block__visual-box.left .title {
  float: left;
  padding: 25px 0 0 5px;
}

@media screen and (max-width: 767px) {
  #data .block__visual-box.left .title {
    float: none;
    padding: 0;
  }
}
#data .block__visual-box.right {
  float: right;
}

#data .block__visual-box.right .icon {
  float: left;
}

@media screen and (max-width: 767px) {
  #data .block__visual-box.right .icon {
    float: none;
    background: url(/careers/diversity/shared/img/data/sp/block03-image03.png) no-repeat center;
    background-size: 62px auto;
  }
}
#data .block__visual-box.right .title {
  float: right;
  padding: 35px 5px 0 0;
}

@media screen and (max-width: 767px) {
  #data .block__visual-box.right .title {
    float: none;
    padding: 0;
  }
}
#data .block__sub-title {
  margin: 0 0 40px;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block__sub-title {
    margin: 0 0 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #data .block__sub-title:last-of-type {
    margin: 40px 0 25px;
  }
}
#data .block .icon-wrap {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #data .block .icon-wrap {
    width: auto;
  }
}
#data .block .icon-wrap__row {
  margin: 0 0 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #data .block .icon-wrap__row {
    width: 400px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 420px) {
  #data .block .icon-wrap__row {
    width: auto;
  }
}
#data .block .icon-wrap__row:last-child {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 420px) {
  #data .block .icon-wrap__row:last-child {
    width: auto;
  }
}
#data .block .icon-wrap .icon {
  float: left;
  width: 150px;
  margin: 0 25px;
}

@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon {
    width: 50%;
    margin: 0;
    padding: 85px 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon01 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon01.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon02 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon02.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon03 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon03.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon04 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon04.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon05 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon05.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon06 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon06.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon07 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon07.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon08 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon08.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon09 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon09.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon10 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon10.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon11 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon11.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon12 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon12.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon13 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon13.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon.icon14 {
    background: url(/careers/diversity/shared/img/data/sp/block04-icon14.png) no-repeat center top;
    background-size: auto 75px;
  }
}
@media screen and (max-width: 767px) {
  #data .block .icon-wrap .icon img {
    display: none;
  }
}
#data .block .icon-wrap figcaption {
  display: block;
  margin: 10px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block .icon-wrap figcaption {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#data .block .block__twocol-wrap {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #data .block .block__twocol-wrap {
    width: auto;
  }
}
#data .block .block__twocol-wrap .col.left {
  float: left;
}

@media screen and (max-width: 767px) {
  #data .block .block__twocol-wrap .col.left {
    float: none;
    text-align: center;
  }
}
#data .block .block__twocol-wrap .col.right {
  float: right;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #data .block .block__twocol-wrap .col.right {
    float: none;
  }
}
#data .block .block__twocol-wrap .col__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  #data .block .block__twocol-wrap .col__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #data .block .block__twocol-wrap .col .image img {
    display: none;
  }
}
#person .break {
  display: inline-block;
}

#person .main-visual {
  position: relative;
  margin: 0 0 40px;
  overflow: hidden;
}

#person .main-visual__title-area {
  position: absolute;
  top: 30px;
  padding: 20px;
  background: url(/careers/diversity/shared/img/person/bg-person-box.png) 0 0 repeat;
}

#person .main-visual__image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #person .main-visual__title-area {
    position: static;
    top: auto;
    padding: 15px;
  }
}
#person .main-visual__title-area.left {
  left: 30px;
}

@media screen and (max-width: 767px) {
  #person .main-visual__title-area.left {
    left: auto;
  }
}
#person .main-visual__title-area.right {
  right: 30px;
}

@media screen and (max-width: 767px) {
  #person .main-visual__title-area.right {
    right: auto;
  }
}
#person .main-visual__sub-text {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

#person .main-visual__sub-text:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 12px solid #75539f;
  border-right: 12px solid transparent;
}

@media screen and (max-width: 767px) {
  #person .main-visual__sub-text:before {
    border-top: 7px solid #75539f;
    border-right: 7px solid transparent;
  }
}
#person .main-visual__sub-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #75539f;
}

#person .main-visual__sub-text p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #person .main-visual__sub-text p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#person .main-visual__title {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.2rem;
}

@media screen and (max-width: 767px) {
  #person .main-visual__title {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#person .main-visual__title .break {
  display: block;
}

@media screen and (max-width: 767px) {
  #person .main-visual__title .break {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #person .main-visual__image img {
    width: 100%;
    height: auto;
  }
}
#person .section {
  margin: 0 0 65px;
}

@media screen and (max-width: 767px) {
  #person .section {
    margin: 0 10px 35px;
  }
}
#person .section__inner {
  margin: 0 0 25px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #person .section__inner {
    margin: 0;
  }
}
#person .section__inner .left {
  float: left;
}

@media screen and (max-width: 767px) {
  #person .section__inner .left {
    float: none;
    margin: 0 0 15px;
  }
}
#person .section__inner .right {
  float: right;
}

@media screen and (max-width: 767px) {
  #person .section__inner .right {
    float: none;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #person .section__title br {
    display: none;
  }
}
#person .section__sub-title {
  margin: 0 0 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #person .section__sub-title {
    padding: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#person .section__text-area {
  width: 480px;
}

@media screen and (max-width: 767px) {
  #person .section__text-area {
    width: auto;
  }
}
#person .section__text-area.one-col {
  width: auto;
}

#person .section__image {
  width: 450px;
}

@media screen and (max-width: 767px) {
  #person .section__image {
    width: auto;
  }
}
#person .profile-area {
  margin: 0 0 60px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #person .profile-area {
    margin: 0 0 25px;
  }
}
#person .profile__row + .profile__row {
  margin: 10px 0 0;
}

#person .profile__row:after {
  content: "";
  display: block;
  clear: both;
}

#person .profile {
  position: relative;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  #person .profile {
    padding: 15px;
  }
}
#person .profile + .profile {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  #person .profile + .profile {
    margin: 10px 0 0;
  }
}
#person .profile:after {
  content: "";
  display: block;
  clear: both;
}

#person .profile a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#person .profile a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 767px) {
  #person .profile__inner {
    display: table;
    width: 100%;
  }
}
#person .profile__imagearea {
  position: relative;
  float: left;
  width: 220px;
}

@media screen and (max-width: 767px) {
  #person .profile__imagearea {
    display: table-cell;
    float: none;
    width: 145px;
    text-align: center;
    vertical-align: top;
  }
}
#person .profile__imagearea img {
  max-width: 100%;
  height: auto;
}

#person .profile figcaption {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 94%;
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #person .profile figcaption {
    display: none;
  }
}
#person .profile__textarea {
  position: relative;
  float: right;
  width: 720px;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #person .profile__textarea {
    display: table-cell;
    float: none;
    width: 130px;
    width: -o-calc(100% - 145px);
    width: calc(100% - 145px);
    padding: 0 0 0 15px;
    vertical-align: top;
  }
}
#person .profile__title-wrap {
  position: relative;
  float: right;
  width: 720px;
  padding: 40px 20px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #person .profile__title-wrap {
    float: none;
    width: auto;
    padding: 0;
  }
}
#person .profile__title-wrap:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  border-top: 12px solid #75539f;
  border-right: 12px solid transparent;
}

@media screen and (max-width: 767px) {
  #person .profile__title-wrap:before {
    top: 0;
  }
}
#person .profile__title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 20px;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #person .profile__title {
    margin: 0;
    padding: 15px 15px 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#person .profile__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 1px;
  background: #75539f;
}

@media screen and (max-width: 767px) {
  #person .profile__title:after {
    bottom: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #person .profile__title br {
    display: none;
  }
}
#person .profile__title .kerning {
  letter-spacing: -2px;
}

#person .profile__text {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #person .profile__text {
    display: none;
  }
}
#person .profile__caption--sp {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #person .profile__caption--sp {
    display: block;
  }
}
#person .profile .detail-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0;
  padding: 0 0 15px;
  background: url(/careers/diversity/shared/img/btn-line01.png) no-repeat bottom;
  background-size: 100% auto;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #person .profile .detail-btn {
    right: 15px;
    bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#person .profile .detail-btn a,
#person .profile .detail-btn span {
  position: relative;
  padding: 0 15px 0 0;
}

#person .profile .detail-btn a:after,
#person .profile .detail-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -2px 0 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

#person .profile .detail-btn a:hover:after,
#person .profile .detail-btn span:hover:after {
  right: -2px;
}

#message .main-visual {
  position: relative;
  margin: 0 0 60px 0;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
}

@media screen and (max-width: 767px) {
  #message .main-visual {
    margin: 0 0 4% 0;
    padding: 20px 10px;
    background: #ebf1fd;
  }
}
#message .main-visual__title-area {
  position: absolute;
  top: 35px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  #message .main-visual__title-area {
    position: static;
    top: auto;
    left: auto;
  }
}
#message .main-visual__title {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  #message .main-visual__title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* #message .main-visual__title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 2em;
  height: 1px;
  background: #75539f;
} */
#message .main-visual__title-inner {
  display: block;
}

@media screen and (max-width: 767px) {
  #message .main-visual__title-inner {
    padding: 5px 0 0;
  }
}
#message .main-visual__title-inner span {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 42px;
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  #message .main-visual__title-inner span {
    margin: 0 10px 0 0;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
#message .main-visual__title-inner span:first-letter {
  color: #75539f;
}

#message .main-visual__title-inner span:last-child {
  margin: 0;
}

#message .main-visual__sub-text {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #message .main-visual__sub-text {
    margin: 0 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #message .main-visual__sub-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #message .main-visual__image {
    margin: 0 0 15px;
  }
}
#message .main-visual__image img {
  max-width: 100%;
  height: auto;
}

#message .main-visual__profile {
  position: absolute;
  bottom: 35px;
  left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #message .main-visual__profile {
    position: static;
    top: auto;
    left: auto;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#message .main-visual__profile strong {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #message .main-visual__profile strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#message .index-wrap {
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  #message .index-wrap {
    margin: 0 0 25px;
  }
}
#message .index-wrap__box {
  width: 100%;
  margin: 50px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #message .index-wrap__box {
    display: block;
    margin: 30px 0 0;
  }
}
#message .index-wrap__box-thumb {
  float: left;
  width: 200px;
  padding: 0 20px 0 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #message .index-wrap__box-thumb {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
}
#message .index-wrap__box-textarea {
  float: right;
  width: 740px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #message .index-wrap__box-textarea {
    display: block;
    float: none;
    width: auto;
    padding: 0 10px;
  }
}
#message .index-wrap__box-textarea .title {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #message .index-wrap__box-textarea .title {
    margin: 0 0 10px;
    padding: 0 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#message .index-wrap__box-textarea .title span {
  position: relative;
  top: 3px;
  padding: 0 5px 0 0;
  color: #75539f;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  #message .index-wrap__box-textarea .title span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#message .index-wrap__box-textarea .text {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #message .index-wrap__box-textarea .text {
    margin: 0 0 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#message .index-wrap__box-link {
  position: relative;
  float: right;
  margin: 50px 10px 0 0;
  padding: 0 10px 0 0;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #message .index-wrap__box-link {
    float: none;
    margin: 20px 10px 0;
  }
}
#message .index-wrap__box-link a {
  text-decoration: underline;
}

#message .index-wrap__box-link a:hover {
  text-decoration: none;
}

#message .index-wrap__box-link a:hover:after {
  right: -2px;
}

#message .index-wrap__box-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin: -2px 0 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

#message .section {
  margin: 0 0 65px;
}

#message .section__title {
  border-top: none;
}

@media screen and (max-width: 767px) {
  #message .section {
    margin: 0 10px 35px;
  }
}
@media screen and (max-width: 767px) {
  #message .section .section {
    margin: 0 0 35px;
  }
}
#message .section__inner {
  overflow: hidden;
}

#message .section__inner .left {
  float: left;
}

@media screen and (max-width: 767px) {
  #message .section__inner .left {
    float: none;
    margin: 0 0 15px;
  }
}
#message .section__inner .right {
  float: right;
}

@media screen and (max-width: 767px) {
  #message .section__inner .right {
    float: none;
    margin: 0 0 15px;
  }
}
#message .section__sub-title {
  margin: 0 0 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #message .section__sub-title {
    padding: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#message .section__image {
  width: 200px;
}

#message .section__image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #message .section__image {
    width: auto;
  }
}
#message .section__text-area {
  width: 740px;
}

@media screen and (max-width: 767px) {
  #message .section__text-area {
    width: auto;
  }
}
#message .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  border: 5px solid #d0d0d0;
}

#message .prof-name {
  width: 25%;
  margin: 0 5% 0 0;
  border-right: 1px solid #d0d0d0;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  line-height: 1.8em;
}

#message .prof-name .is-job {
  font-size: 13px;
}

#message .prof-name .is-name {
  font-size: 27px;
  line-height: 2em;
}

#message .prof-copy {
  width: 70%;
  font-size: 13px;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  #message .prof {
    display: block;
    padding: 5%;
    border: 2px solid #d0d0d0;
  }
  #message .prof-name {
    width: 100%;
    margin: 0 0 3% 0;
    border-right: none;
  }
  #message .prof-name .is-name {
    font-size: 22px;
  }
  #message .prof-copy {
    width: 100%;
  }
}
#requirements .contents__title__wrap {
  margin: 0 0 20px;
  overflow: hidden;
}

#requirements .contents__title__wrap .contents__title {
  float: left;
  margin: 0 15% 0 0;
}

@media screen and (max-width: 767px) {
  #requirements .contents__title__wrap .contents__title {
    float: none;
    margin: 0 0 10px;
  }
}
#requirements .contents__title__wrap .btn {
  float: left;
  width: 200px;
}

#requirements .contents__title__wrap .btn.btn-type02 {
  width: auto;
}

@media screen and (max-width: 767px) {
  #requirements .contents__title__wrap .btn {
    float: none;
    margin: 0 0 0 10px;
  }
}
#requirements .contents__title__wrap .btn a {
  display: block;
  padding: 10px 15px;
  border-radius: 2px;
  background: #75539f;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

#requirements .contents__title__wrap .btn a.is-link {
  position: relative;
  padding: 10px 45px 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#requirements .contents__title__wrap .btn a.is-link:hover {
  opacity: 0.7;
}

#requirements .contents__title__wrap .btn a.is-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#requirements .contents__title__wrap .btn a.is-link:hover:after {
  right: 10px;
}

@media screen and (max-width: 767px) {
  #requirements .contents__title__wrap .btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #requirements .contents__title__wrap .btn a.is-link {
    padding: 10px 15px 10px 15px;
  }
}
#requirements .contents__title__wrap .btn a:hover span:after {
  right: -3px;
}

#requirements .contents__title__wrap .btn span {
  position: relative;
  padding: 0 15px 0 0;
}

/*#requirements .contents__title__wrap .btn span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 72%;
  margin: -3px 0 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -o-transition: right 0.2s;
  transition: right 0.2s;
}
#requirements .contents__title__wrap .btn.btn-type02 span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 82%;
}*/
#requirements .section {
  margin: 0 0 65px;
}

#requirements .break {
  display: inline-block;
}

#requirements .recruit_seminar-section {
  margin: -100px 0 65px 0;
  padding: 100px 0 0 0;
}

@media screen and (max-width: 767px) {
  #requirements .section {
    margin: 0 10px 35px;
  }
}
@media screen and (max-width: 767px) {
  #requirements .section .section {
    margin: 0 0 35px;
  }
}
#requirements .section__inner {
  overflow: hidden;
}

#requirements .section__inner .left {
  float: left;
}

@media screen and (max-width: 767px) {
  #requirements .section__inner .left {
    float: none;
    margin: 0 0 15px;
  }
}
#requirements .section__inner .right {
  float: right;
}

@media screen and (max-width: 767px) {
  #requirements .section__inner .right {
    float: none;
    margin: 0 0 15px;
  }
}
#requirements .section__sub-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 23px;
  font-size: 2.3rem;
}

#requirements .section__sub-title span {
  display: inline-block;
  padding: 0 0 0 10px;
  border-left: 4px solid #75539f;
}

#requirements .section__lead {
  margin: 0 0 65px;
}

@media screen and (max-width: 767px) {
  #requirements .section__lead {
    margin: 0 10px 35px;
  }
}
#requirements .section__text-area {
  width: 480px;
}

@media screen and (max-width: 767px) {
  #requirements .section__text-area {
    width: auto;
  }
}
#requirements .section__image {
  width: 590px;
}

@media screen and (max-width: 767px) {
  #requirements .section__image {
    width: auto;
  }
}
#requirements .section__image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  #requirements .section__image.step01 img, #requirements .section__image.step02 img {
    display: none;
  }
}
#requirements .section__image.step01 {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #requirements .section__image.step01 {
    padding: 66.5% 0;
    background: url(/careers/diversity/shared/img/requirements/newgraduate-image01-2.gif) no-repeat center top;
    background-size: 100% auto;
  }
}
#requirements .section__image.step02 {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #requirements .section__image.step02 {
    padding: 55% 0;
    background: url(/careers/diversity/shared/img/requirements/career-image01-2.gif) no-repeat center top;
    background-size: 100% auto;
  }
}
#requirements .section__image.career {
  width: 450px;
}

#requirements .requirements-table {
  margin: 25px 0;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table {
    margin: 0 0 10px;
  }
}
#requirements .requirements-table tr {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table tr {
    border-top: none;
  }
}
#requirements .requirements-table tr:first-child {
  border-top: none;
}

#requirements .requirements-table tr:first-child th {
  padding: 0 20px 10px 0;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table tr:first-child th {
    padding: 0 0 10px;
  }
}
#requirements .requirements-table tr:first-child td {
  padding: 0 0 10px 20px;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table tr:first-child td {
    padding: 0 0 30px;
  }
}
#requirements .requirements-table tr:last-child th {
  padding: 10px 20px 0 0;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table tr:last-child th {
    padding: 0 0 10px;
  }
}
#requirements .requirements-table tr:last-child td {
  padding: 10px 0 0 20px;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table tr:last-child td {
    padding: 0 0 30px;
  }
}
#requirements .requirements-table th {
  width: 100px;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table th {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#requirements .requirements-table td {
  padding: 10px 0 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table td {
    display: block;
    width: 100%;
    padding: 0 0 30px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#requirements .requirements-table td .big {
  font-size: 22px;
  font-size: 2.2rem;
}

#requirements .requirements-table td p:first-child {
  margin: 0 0 25px;
}

#requirements .requirements-table__note {
  margin: 0 0 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #requirements .requirements-table__note {
    margin: 0 0 25px;
  }
}
#requirements .entry-wrap {
  margin: 0 0 65px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #requirements .entry-wrap {
    margin: 0 10px 35px;
  }
}
#requirements .entry-wrap__btn {
  display: inline-block;
  width: 200px;
  margin: 0 0 25px;
  font-size: 16px;
  font-size: 1.6rem;
}

#requirements .entry-wrap__btn a {
  display: block;
  position: relative;
  padding: 15px 30px 15px 15px;
  border-radius: 2px;
  background: #75539f;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#requirements .entry-wrap__btn.no-arrow a {
  padding: 15px;
}

/*#requirements .entry-wrap__btn a:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -o-transition: right 0.2s;
  transition: right 0.2s;
}*/
#requirements .entry-wrap__btn a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*#requirements .entry-wrap__btn a:hover:after {
  right: 12px;
}*/
#requirements .entry-wrap__text {
  margin: 0 0 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #requirements .entry-wrap__text {
    margin: 0 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#requirements .entry-wrap__text:last-child {
  margin: 0;
}

#requirements .entry-wrap__link a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}

#requirements .entry-wrap__link a:hover {
  text-decoration: none;
}

#requirements .entry-wrap__link a span {
  position: relative;
  padding: 0 0 0 15px;
}

#requirements .entry-wrap__link a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin: -4px 0 0;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

#requirements .entry-wrap__link a span:hover:before {
  left: -2px;
}

#requirements .two-col-wrap {
  overflow: hidden;
}

#requirements .two-col-wrap .col {
  width: 465px;
}

@media screen and (max-width: 767px) {
  #requirements .two-col-wrap .col {
    width: auto;
  }
}
#requirements .two-col-wrap .col.left {
  float: left;
}

@media screen and (max-width: 767px) {
  #requirements .two-col-wrap .col.left {
    float: none;
    margin: 0 0 40px;
  }
}
#requirements .two-col-wrap .col.left .image-area {
  /*width: 340px;*/
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  #requirements .two-col-wrap .col.left .image-area {
    width: auto;
  }
}
#requirements .two-col-wrap .col.left .image-area .image {
  margin: 0 auto 20px auto;
}

#requirements .two-col-wrap .col.left .image-area .caption {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

#requirements .two-col-wrap .col.right {
  float: right;
}

#requirements .two-col-wrap .col .image-area.is-center .image,
#requirements .two-col-wrap .col .image-area.is-center .caption {
  text-align: center !important;
}

#requirements .two-col-wrap .col .image-area.is-center .image {
  width: 80%;
}

@media screen and (max-width: 767px) {
  #requirements .two-col-wrap .col.right {
    float: none;
  }
  #requirements .two-col-wrap .col .image-area.is-center .image {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #requirements .two-col-wrap .col.right .image-area {
    width: 465px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 465px) {
  #requirements .two-col-wrap .col.right .image-area {
    width: auto;
  }
}
#requirements .two-col-wrap .col.right .image-area .image {
  margin: 0 auto 20px auto;
}

#requirements .two-col-wrap .col.right .image-area .caption {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

#requirements .two-col-wrap .col .image-area img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#requirements .three-col-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  #requirements .three-col-wrap {
    display: block;
  }
}
#requirements .three-col-wrap .col {
  display: table-cell;
  width: 33.33333%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #requirements .three-col-wrap .col {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
}
#requirements .three-col-wrap .col img {
  max-width: 100%;
  height: auto;
}

#requirements .baloon-col-wrap {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  #requirements .baloon-col-wrap {
    margin: 0;
  }
}
#requirements .baloon-col-wrap:after {
  content: "";
  display: block;
  clear: both;
}

#requirements .baloon-col-wrap .col {
  float: left;
  width: 470px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #requirements .baloon-col-wrap .col {
    float: none;
    width: auto;
    margin: 0 0 40px;
  }
}
#requirements .baloon-col-wrap .col:nth-child(even) {
  float: right;
}

@media screen and (max-width: 767px) {
  #requirements .baloon-col-wrap .col:nth-child(even) {
    float: none;
  }
}
#requirements .baloon-col-wrap h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

#requirements .baloon-col-wrap h3 span {
  display: inline-block;
  padding: 10px 0 10px 35px;
  background: url(/careers/diversity/shared/img/global/icon04.gif) no-repeat left;
}

#requirements .baloon-col-wrap h3 small {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

#requirements .baloon-col-wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #requirements .baloon-col-wrap p {
    margin: 0 0 20px;
  }
}
#requirements .baloon-col-wrap p.link {
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #requirements .baloon-col-wrap p.link {
    margin: 0;
  }
}
#requirements .baloon-col-wrap p.link a {
  position: relative;
  padding: 0 15px 0 0;
  text-decoration: underline;
}

#requirements .baloon-col-wrap p.link a:hover {
  text-decoration: none;
}

#requirements .baloon-col-wrap p.link a:hover:after {
  right: -2px;
}

#requirements .baloon-col-wrap p.link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -2px 0 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

#requirements .information-wrap {
  margin: 0 0 25px;
  padding: 20px;
  border: 1px solid #ddd;
  background: #f9f5ff;
}

#requirements .information-wrap h3 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

#requirements .information-wrap ul li {
  padding: 0 0 0 50px;
  font-size: 14px;
  font-size: 1.4rem;
}

#requirements .information-wrap ul li span {
  display: inline-block;
  margin: 0 10px 0 5px;
  padding: 1px 0 1px 0.4em;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.4em;
}

#requirements .information-wrap ul li + li {
  margin: 10px 0 0;
}

#requirements .information-wrap ul li.new {
  position: relative;
}

#requirements .information-wrap ul li.new:before {
  content: "NEW";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  padding: 1px 10px;
  border-radius: 2px;
  background: #75539f;
  color: #fff;
}

#requirements .information-wrap ul li a {
  text-decoration: underline;
}

#requirements .information-wrap ul li a:hover {
  text-decoration: none;
}

#requirements .information-wrap .entry-wrap__btn {
  display: block;
  width: 220px;
  margin: 0 auto;
  text-align: center;
}

#requirements .information-wrap .entry-wrap__btn a {
  padding: 10px 0;
}

#requirements .access-wrap {
  padding: 30px 0 0;
  overflow: hidden;
}

#requirements .access-wrap .map-area {
  float: left;
  width: 430px;
}

@media screen and (max-width: 767px) {
  #requirements .access-wrap .map-area {
    float: none;
    width: auto;
    text-align: center;
  }
}
#requirements .access-wrap .map-area img {
  max-width: 100%;
  height: auto;
}

#requirements .access-wrap .map-area .btn {
  margin: 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #requirements .access-wrap .map-area .btn {
    width: auto;
    margin: 20px 0;
    text-align: center;
  }
}
#requirements .access-wrap .map-area .btn a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 10px;
  border-radius: 2px;
  background: #75539f;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  #requirements .access-wrap .map-area .btn a {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #requirements .access-wrap .map-area .btn a {
    position: relative;
  }
}
#requirements .access-wrap .map-area .btn a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: right 0.1s;
  transition: right 0.1s;
}

#requirements .access-wrap .map-area .btn a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#requirements .access-wrap .map-area .btn a:hover:after {
  right: 7px;
}

#requirements .access-wrap .right-col {
  float: right;
  width: 480px;
}

@media screen and (max-width: 767px) {
  #requirements .access-wrap .right-col {
    float: none;
    width: auto;
  }
}
#requirements .access-wrap .right-col dl + dl {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  #requirements .access-wrap .right-col dl + dl {
    margin: 20px 0 0;
  }
}
#requirements .access-wrap .right-col dl dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #requirements .access-wrap .right-col dl dt {
    margin: 0 0 10px;
  }
}
#requirements .access-wrap .right-col dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

#requirements .relation-links-wrap {
  padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  #requirements .relation-links-wrap {
    padding: 0;
  }
}
#requirements .relation-links-wrap li {
  display: inline-block;
  width: 200px;
  margin: 0 25px 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #requirements .relation-links-wrap li {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
}
#requirements .relation-links-wrap li a {
  display: block;
  position: relative;
  padding: 15px;
  border-radius: 2px;
  background: #75539f;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 500px) {
  #requirements .relation-links-wrap li a {
    position: relative;
  }
}
#requirements .relation-links-wrap li a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: right 0.1s;
  transition: right 0.1s;
}

#requirements .relation-links-wrap li a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#requirements .relation-links-wrap li a:hover:after {
  right: 7px;
}

#requirements .media-outer {
  margin-top: 30px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #requirements .media-outer {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
#requirements .media-outer:after {
  content: "";
  display: block;
  clear: both;
}

#requirements .media-body {
  float: left;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  #requirements .media-body {
    float: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
}
#requirements .media-text {
  margin-left: 350px;
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #requirements .media-text {
    margin-left: 0;
    padding-top: 20px;
    font-size: 1.2rem;
  }
}
#requirements .media-text .heading03 {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #requirements .media-text .heading03 {
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
}
#requirements .ng-btn {
  margin: 20px 0 0;
  font-size: 1.4rem;
  text-align: right;
}

#requirements .ng-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: right 0.1s ease 0s;
  transition: right 0.1s ease 0s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#requirements .ng-btn a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 10px;
  border-radius: 2px;
  background: #75539f none repeat scroll 0 0;
  color: #fff;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

#requirements .ng-btn a:hover {
  opacity: 0.7;
}

#requirements .ng-btn a:hover:after {
  right: 7px;
}

#requirements .contents__title__wrap .btn.btn-type02 {
  width: auto;
}

#requirements .contents__title__wrap .btn a {
  display: block;
  padding: 10px 15px;
  border-radius: 2px;
  background: #75539f none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

#requirements .contents__title__wrap .btn {
  float: left;
}

#requirements .contents__title__wrap .contents__title {
  float: left;
  margin: 0 15% 0 0;
}

#requirements .contents__title__wrap {
  margin: 0 0 20px;
  overflow: hidden;
}

/*#requirements .contents__title__wrap .btn.btn-type02 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 72%;
}
#requirements .contents__title__wrap .btn span::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 6px;
  margin: -3px 0 0;
  position: absolute;
  right: 0;
  top: 72%;
  transform: rotate(45deg);
  transition: right 0.2s ease 0s;
  width: 6px;
}*/
#requirements .contents__title__wrap .btn span {
  position: relative;
  padding: 0 0px 0 0;
}

#requirements .contents__title__wrap .btn a:hover span::after {
  right: -3px;
}

@media screen and (max-width: 767px) {
  #requirements #requirements .contents__title__wrap .btn {
    float: none;
    margin: 0 0 0 10px;
  }
  #requirements .contents__title__wrap .btn {
    float: none;
    clear: both;
  }
  #requirements .ng-btn a {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #requirements #requirements .contents__title__wrap .btn a {
    font-size: 1.4rem;
  }
  #requirements .contents__title__wrap .btn a {
    font-size: 1.4rem;
  }
  #requirements .contents__title__wrap .btn.btn-type02 {
    width: 100%;
    padding: 10px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #requirements .contents__title__wrap .btn {
    margin: 0;
  }
}
#global .section {
  margin: 0 0 65px;
}

@media screen and (max-width: 767px) {
  #global .section {
    margin: 0 10px 35px;
  }
}
@media screen and (max-width: 767px) {
  #global .section .section {
    margin: 0 0 35px;
  }
}
#global .section__inner {
  overflow: hidden;
}

#global .section__inner .left {
  float: left;
}

@media screen and (max-width: 767px) {
  #global .section__inner .left {
    float: none;
    margin: 0 0 20px;
  }
}
#global .section__inner .right {
  float: right;
}

@media screen and (max-width: 767px) {
  #global .section__inner .right {
    float: none;
  }
}
#global .section__title .break {
  display: inline-block;
}

#global .section__sub-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 23px;
  font-size: 2.3rem;
}

#global .section__sub-title span {
  display: inline-block;
  padding: 0 0 0 10px;
  border-left: 4px solid #75539f;
}

#global .section__text-area {
  width: 670px;
}

@media screen and (max-width: 767px) {
  #global .section__text-area {
    width: auto;
  }
}
#global .section__image {
  width: 170px;
}

@media screen and (max-width: 767px) {
  #global .section__image {
    width: auto;
  }
}
#global .main-visual {
  margin: 0 0 20px;
}

@media screen and (max-width: 640px) {
  #global .main-visual {
    padding: 69% 0;
    background: url(/careers/diversity/shared/img/global/image02-2.jpg) no-repeat;
    background-size: 100% auto;
  }
}
#global .main-visual img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  #global .main-visual img {
    display: none;
  }
}
#global .three-col-wrap {
  margin: 0 0 60px;
  overflow: hidden;
}

#global .three-col-wrap .col {
  float: left;
  width: 33.3%;
  padding: 0 30px 0 19px;
  border-left: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #global .three-col-wrap .col {
    float: none;
    width: auto;
    margin: 0 0 15px;
    padding: 0 0 9px;
    border-bottom: 1px solid #999;
    border-left: none;
  }
}
#global .three-col-wrap .col-title {
  margin: 0 0 15px;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
}

#global .three-col-wrap .col-title span {
  padding: 0 50px 0 0;
}

#global .three-col-wrap .col:first-child .col-title {
  color: #75539f;
}

#global .three-col-wrap .col:first-child .col-title span {
  background: url(/careers/diversity/shared/img/global/icon01.gif) no-repeat right;
}

#global .three-col-wrap .col:nth-child(2) .col-title {
  color: #b2dc32;
}

#global .three-col-wrap .col:nth-child(2) .col-title span {
  background: url(/careers/diversity/shared/img/global/icon02.gif) no-repeat right;
}

#global .three-col-wrap .col:last-child .col-title {
  color: #007bb5;
}

#global .two-col-wrap {
  overflow: hidden;
}

#global .two-col-wrap .left {
  float: left;
}

@media screen and (max-width: 767px) {
  #global .two-col-wrap .left {
    float: none;
  }
}
#global .two-col-wrap .right {
  float: right;
}

@media screen and (max-width: 767px) {
  #global .two-col-wrap .right {
    float: none;
  }
}
#global .two-col-wrap .list-area {
  list-style: disc;
  list-style-position: inside;
  width: 665px;
  margin: 50px 0 0;
  padding: 20px 15px 0;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #global .two-col-wrap .list-area {
    width: auto;
    margin: 0 0 20px;
  }
}
#global .two-col-wrap .list-area li {
  margin: 0 0 20px 0.9em;
  text-indent: -0.9em;
}

#global .two-col-wrap .list-area li:nth-child(odd) {
  float: left;
  width: 53%;
}

@media screen and (max-width: 767px) {
  #global .two-col-wrap .list-area li:nth-child(odd) {
    float: none;
    width: auto;
  }
}
#global .two-col-wrap .list-area li:nth-child(even) {
  float: right;
  width: 41%;
}

@media screen and (max-width: 767px) {
  #global .two-col-wrap .list-area li:nth-child(even) {
    float: none;
    width: auto;
  }
}
#global .two-col-wrap .image-area {
  width: 270px;
}

@media screen and (max-width: 767px) {
  #global .two-col-wrap .image-area {
    width: auto;
    text-align: center;
  }
}
#global .two-col-wrap .image-area img {
  max-width: 100%;
  height: auto;
}

#global .two-col-wrap .text-area {
  width: 660px;
}

@media screen and (max-width: 767px) {
  #global .two-col-wrap .text-area {
    width: auto;
    margin: 0 0 20px;
  }
}
#global .two-col-wrap .text-area p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

#global .two-col-wrap .text-area .banner {
  margin: 40px 0 0;
  text-align: right;
}

#global .baloon-col-wrap {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  #global .baloon-col-wrap {
    margin: 0;
  }
}
#global .baloon-col-wrap:first-of-type .col:last-child span {
  background: url(/careers/diversity/shared/img/global/icon03.gif) no-repeat left;
}

#global .baloon-col-wrap:after {
  content: "";
  display: block;
  clear: both;
}

#global .baloon-col-wrap .col {
  float: left;
  width: 470px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #global .baloon-col-wrap .col {
    float: none;
    width: auto;
    height: auto !important;
    margin: 0 0 40px;
  }
}
#global .baloon-col-wrap .col:nth-child(even) {
  float: right;
}

@media screen and (max-width: 767px) {
  #global .baloon-col-wrap .col:nth-child(even) {
    float: none;
  }
}
#global .baloon-col-wrap h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

#global .baloon-col-wrap h3 span {
  display: inline-block;
  padding: 10px 0 10px 35px;
  background: url(/careers/diversity/shared/img/global/icon04.gif) no-repeat left;
}

#global .baloon-col-wrap h3 small {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

#global .baloon-col-wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #global .baloon-col-wrap p {
    margin: 0 0 20px;
  }
}
#global .baloon-col-wrap p.link {
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #global .baloon-col-wrap p.link {
    margin: 0;
  }
}
#global .baloon-col-wrap p.link a {
  position: relative;
  padding: 0 15px 0 0;
  text-decoration: underline;
}

#global .baloon-col-wrap p.link a:hover {
  text-decoration: none;
}

#global .baloon-col-wrap p.link a:hover:after {
  right: -2px;
}

#global .baloon-col-wrap p.link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -2px 0 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

#office .center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #office .image {
    width: 100%;
  }
}
#office section {
  margin: 0 0 65px;
}

@media screen and (max-width: 767px) {
  #office section {
    margin: 0 0 35px;
  }
}
#office section:last-child {
  margin: -20px 0 25px;
}

@media screen and (max-width: 767px) {
  #office section:last-child {
    margin: -15px 0 -5px;
  }
}
@media screen and (max-width: 767px) {
  #office .section {
    margin: 0 10px;
  }
}
#office .section h2 {
  margin: 40px 0 20px;
  padding: 20px 0;
  border-top: 2px solid #75539f;
  border-bottom: 1px solid #75539f;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  #office .section h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
#office #slide {
  position: relative;
  width: 555px;
  height: 369px;
  margin: 30px auto;
  border: solid 2px #000;
}

@media screen and (max-width: 575px) {
  #office #slide {
    width: auto;
    height: auto;
    margin: 30px 10px;
    padding: 0 0 63.2%;
  }
}
@media screen and (max-width: 490px) {
  #office #slide {
    padding: 0 0 60%;
  }
}
@media screen and (max-width: 575px) {
  #office #slide img {
    max-width: 100%;
    height: auto;
  }
}
#office #slide ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#office #slide ul li {
  list-style: none;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}

#office #slide ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 535px;
  margin: 0;
  padding: 10px 10px 5px;
  background: #333;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 575px) {
  #office #slide ul li p {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#office #slide ul li p strong {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  background: none;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
}

#office #slide .slide_ctrl {
  z-index: 1000;
}

#office #slide #slide_prev {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 575px) {
  #office #slide #slide_prev {
    opacity: 1 !important;
    top: 0 !important;
  }
}
#office #slide #slide_next {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 575px) {
  #office #slide #slide_next {
    opacity: 1 !important;
    top: 0 !important;
  }
}
#office #thumb {
  position: relative;
  width: 557px;
  height: 100px;
  margin: 10px auto 0 auto;
  padding: 1px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  #office #thumb {
    display: none;
  }
}
#office #thumb ul {
  list-style: none;
  position: absolute;
  height: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#office #thumb ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

#office #thumb ul li img {
  width: 150px;
  margin: 1px;
  padding: 1px;
  border: solid 1px #CCC;
}

#office #thumb .thumb_ctrl {
  position: absolute;
  top: 1px;
  z-index: 2000;
  width: 23px;
  height: 106px;
  background: #000;
}

#office #thumb #thumb_prev {
  left: -1px;
}

#office #thumb #thumb_next {
  right: -1px;
}

#office .photo_credit {
  width: 555px;
  margin: 15px auto 5px;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}

@media screen and (max-width: 575px) {
  #office .photo_credit {
    width: auto;
    margin: 15px 10px 5px;
  }
}
.section__text.info {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .section__text.info {
    font-size: 1.2em;
  }
}
#requirements .two-col-wrap .col.left .image-area.uni {
  /*width: 410px;*/
}

@media screen and (max-width: 360px) {
  #requirements .two-col-wrap .col.left .image-area.uni {
    width: auto;
  }
}
#requirements .entry-wrap__btn {
  width: 280px;
}

#requirements .two-col-wrap .col .image-area.uni img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #requirements .two-col-wrap .col .image-area img.uni {
    margin-top: 0;
  }
}
.contents__title.finish::first-letter {
  color: #333;
}

#training .sp-only {
  display: none;
}

#training div::after {
  content: "";
  display: block;
  clear: both;
}

#training .section__title {
  border-top: none;
}

#training .main-area {
  width: 960px;
  height: 300px;
  margin-bottom: 8px;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/training/main.jpg) 0 0 no-repeat;
}

#training .main-area__title {
  width: 470px;
  padding: 17px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f4f6;
}

#training .main-area__title p {
  font-size: 1.6rem;
  line-height: 1.5;
}

#training .main-area__title p span {
  display: block;
  margin-bottom: 13px;
  font-family: YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: -3px;
}

@media screen and (max-width: 767px) {
  #training .sp-only {
    display: block;
  }
  #training .pc-only {
    display: none;
  }
  #training .training img {
    width: 100%;
  }
  #training .sp-inner {
    padding: 0 10px;
  }
  #training .main-area {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    padding: 0;
    background: none;
  }
  #training .main-area__title {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 10px;
    background: none;
  }
  #training .main-area__title p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #training .main-area__title p span {
    font-size: 2.1rem;
  }
}
#training .btn-area {
  margin: 30px 0 35px;
  padding: 0 40px;
}

#training .btn {
  float: left;
}

#training .btn:first-child {
  margin-right: 40px;
}

#training .btn a {
  display: inline-block;
  position: relative;
  width: 420px;
  height: 65px;
  padding: 10px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #75539f;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

#training .btn a::after {
  content: "";
  position: absolute;
  right: 49%;
  bottom: 0;
  bottom: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: right 0.1s ease 0s;
  transition: right 0.1s ease 0s;
}

#training .btn a:hover {
  opacity: 0.7;
}

#training .btn a:hover::after {
  bottom: 6px;
}

@media screen and (max-width: 767px) {
  #training .btn-area {
    margin: 25px 0 30px;
    padding: 0;
  }
  #training .btn {
    float: left;
    width: 47%;
  }
  #training .btn:first-child {
    margin-right: 6%;
  }
  #training .btn a {
    width: 100%;
    height: 60px;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1;
  }
  #training .btn a::after {
    content: "";
    position: absolute;
    bottom: 0;
    bottom: 10px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #training .btn a:hover {
    opacity: 0.7;
  }
  #training .btn a:hover::after {
    bottom: 6px;
  }
}
#training .title01 {
  margin: 40px 0 30px;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
}

#training .text01 {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #training .title01 {
    margin: 18px 0 14px;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
  }
  #training .text01 {
    font-size: 1.2rem;
  }
}
#training .section__sub-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 2.3rem;
}

#training .section__sub-title span {
  display: inline-block;
  padding: 0 0 0 10px;
  border-left: 4px solid #75539f;
}

@media screen and (max-width: 767px) {
  #training .section__sub-title {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.8rem;
  }
  #training .section__sub-title span {
    display: inline-block;
    padding: 0 0 0 10px;
    border-left: 4px solid #75539f;
  }
}
#training .area01 {
  margin: 20px 0 0;
}

#training .area01-left {
  float: left;
  padding-top: 42px;
}

#training .area-left__box01 {
  position: relative;
  height: 64px;
}

#training .box-title::before {
  content: "1";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  padding-left: 8px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #b2dc32;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
}

#training .box-title.no2::before {
  content: "2";
  background: #54b7e6;
}

#training .box-title span {
  display: block;
  position: absolute;
  top: 0;
  right: -90px;
  width: 80px;
  height: 24px;
  background: #54b7e6;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 24px;
  text-align: center;
}

#training .box-title.no3::before {
  content: "3";
  background: #a57ac0;
}

#training .box-title.no3 span {
  background: #a57ac0;
}

#training .area-left__box01::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 14px;
  width: 2px;
  height: 40px;
  background: url(../img/training/border01.png) 0 0 no-repeat;
}

#training .area-left__box02 {
  position: relative;
  height: 94px;
}

#training .area-left__box02::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 14px;
  width: 2px;
  height: 71px;
  background: url(../img/training/border02.png) 0 0 no-repeat;
}

#training .box-title {
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 2rem;
}

#training .box-text {
  padding-left: 40px;
  font-size: 1.4rem;
}

#training .area01-right {
  float: right;
  width: 363px;
}

@media screen and (max-width: 767px) {
  #training .area01 {
    margin: 35px 0 0;
  }
  #training .area01-left {
    float: none;
    padding-top: 0;
  }
  #training .area-left__box01 {
    position: relative;
    height: 57px;
  }
  #training .box-title::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    padding-left: 6px;
    border-radius: 11px;
    font-size: 13px;
    line-height: 22px;
  }
  #training .box-title span {
    position: absolute;
    top: 0;
    right: -70px;
    width: 60px;
    height: 18px;
    font-size: 1.3rem;
    line-height: 18px;
  }
  #training .area-left__box01::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 10px;
    width: 2px;
    height: 35px;
    background: url(../img/training/border01.png) 0 0 no-repeat;
  }
  #training .box-title.no2::before {
    top: -1px;
  }
  #training .area-left__box02 {
    position: relative;
    height: 75px;
  }
  #training .area-left__box02::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 2px;
    height: 57px;
    background: url(../img/training/border02.png) 0 0 no-repeat;
  }
  #training .box-title.no3::before {
    top: -2px;
  }
  #training .box-title {
    display: inline-block;
    margin-bottom: 13px;
    padding-left: 30px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #training .box-text {
    padding-left: 30px;
    font-size: 1.1rem;
  }
  #training .area01-right {
    float: none;
    width: 100%;
    margin-top: 24px;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#training .heading04 {
  padding: 15px 0 20px;
  border-bottom: 1px solid #75539f;
  font-weight: bold;
  font-size: 2.5rem;
}
#training .heading04 span {
  padding: 0 0 0 15px;
  border-left: 4px solid #75539f;
}

@media screen and (max-width: 767px) {
  #training .heading04 {
    padding: 12px 0 15px;
    font-size: 1.5rem;
  }
}
#training .area02 {
  padding: 25px;
}

#training .area02-box {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#training .area02-box:nth-child(3n) {
  margin-right: 0;
}

#training .area02-box img:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

#training .inline-box {
  width: 890px;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#training #cboxCurrent {
  display: none;
  text-indent: -9999px;
}

#training .inline-box__title {
  margin-bottom: 20px;
  color: #a57ac0;
  font-weight: bold;
  font-size: 1.8rem;
}

#training .inline-box .left {
  float: left;
  width: 380px;
  margin-right: 10px;
}

#training .inline-box .right {
  float: right;
  width: 380px;
}

#training .inline-text {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #training .area02 {
    padding: 20px 0;
  }
  #training .area02-box {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  #training .area02-box:nth-child(3n) {
    margin-right: 2%;
  }
  #training .area02-box:nth-child(2n) {
    margin-right: 0;
  }
  #training .inline-box {
    width: 100%;
    padding: 20px 40px 0;
  }
  #training .inline-box__title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #training .inline-box .left {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #training .inline-box .right {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  #training .inline-text {
    font-size: 1.2rem;
  }
  /*
  #training #cboxContent, #training #colorbox {
    max-width: 600px !important;
  }
  */
  #training #cboxLoadedContent img {
    max-width: 100%;
  }
}
#training .adjust01 {
  margin: 40px 0 25px;
  text-align: center;
}

#training .area03 {
  margin-bottom: 5px;
  padding: 20px;
  background: #f1edf5;
}

#training .area03-title {
  margin-bottom: 15px;
  color: #75539f;
  font-weight: bold;
  font-size: 2rem;
}

#training .area03-title02 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.6rem;
}

#training .area03 li {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.4;
}

#training .area03 li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

#training .area03-box__first {
  margin-bottom: 20px;
}

#training .note-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

#training .note-text span {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #training .adjust01 {
    margin: 25px 0 30px;
  }
  #training .area03 {
    margin-bottom: 5px;
    padding: 15px;
    background: #f1edf5;
  }
  #training .area03-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  #training .area03-title02 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  #training .area03 li {
    padding-left: 14px;
    font-size: 1.2rem;
  }
  #training .area03 li::before {
    width: 14px;
    height: 14px;
  }
  #training .area03-box__first {
    margin-bottom: 15px;
  }
  #training .note-text {
    font-size: 1rem;
  }
  #training .note-text span {
    font-size: 1rem;
  }
}
#training .heading05 {
  margin: 30px 0 15px;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #training heading05 {
    margin: 20px 0 10px;
    font-size: 1rem;
  }
}
#training .baloon-col-wrap {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  #training .baloon-col-wrap {
    margin: 0;
  }
}
#training .baloon-col-wrap::after {
  content: "";
  display: block;
  clear: both;
}

#training .baloon-col-wrap::after {
  content: "";
  display: block;
  clear: both;
}

#training .baloon-col-wrap .col {
  position: relative;
  float: left;
  width: 470px;
  margin-bottom: 35px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#training .baloon-col-wrap .col::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 15px;
  height: 16px;
  margin-left: -8px;
  background: url(../img/training/item01.png) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  #training .baloon-col-wrap .col {
    float: none;
    width: auto;
    margin: 0 0 40px;
    margin-bottom: 15px;
  }
  #training .baloon-col-wrap .col::after {
    background: none;
  }
}
#training .baloon-col-wrap .col:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 767px) {
  #training .baloon-col-wrap .col:nth-child(2n) {
    float: none;
  }
}
#training .baloon-col-wrap h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  letter-spacing: -0.2px;
}

#training .baloon-col-wrap h3 span {
  display: inline-block;
  padding: 10px 0 10px 35px;
  background: transparent url("/careers/diversity/shared/img/global/icon04.gif") no-repeat scroll left center;
}

#training .baloon-col-wrap h3 small {
  font-weight: normal;
  font-size: 1.4rem;
}

#training .baloon-col-wrap p {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #training .baloon-col-wrap h3 {
    margin: 0;
    font-size: 1.4rem;
  }
  #training .baloon-col-wrap h3 span {
    display: inline-block;
    padding: 12px 0 10px 24px;
    background: transparent url("/careers/diversity/shared/img/global/icon04.gif") no-repeat scroll left center;
    background-size: 18px 24px;
  }
  #training .baloon-col-wrap p {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
}
#training .baloon-col-wrap p.link {
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #training .baloon-col-wrap p.link {
    margin: 0;
  }
}
#training .baloon-col-wrap p.link a {
  position: relative;
  padding: 0 15px 0 0;
  text-decoration: underline;
}

#training .baloon-col-wrap p.link a:hover {
  text-decoration: none;
}

#training .baloon-col-wrap p.link a:hover::after {
  right: -2px;
}

#training .baloon-col-wrap p.link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -2px 0 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: right 0.2s ease 0s;
  transition: right 0.2s ease 0s;
}

#training .adjust02 {
  margin-bottom: 5px;
}

#training .adjust03 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #training .adjust02 {
    margin-bottom: 15px;
  }
  #training .adjust03 {
    margin-bottom: 25px;
  }
}
#training .area04 {
  margin-top: 40px;
  padding: 0 34px;
}

#training .area04-box01, #training .area04-box02 {
  margin-bottom: 40px;
}

#training .area04-box01.last {
  margin-bottom: 100px;
}

#training .area04-box01__left {
  float: left;
}

#training .area04-box01__right {
  margin-left: 320px;
}

#training .area04-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2rem;
}

#training .area04-subtitle {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 1.8rem;
}

#training .area04-subtitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #000;
}

#training .area04-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

#training .area04-box02__left {
  float: left;
  width: 562px;
}

#training .area04-box02__right {
  float: right;
}

@media screen and (max-width: 767px) {
  #training .area04 {
    margin-top: 25px;
    padding: 0;
  }
  #training .area04-box01, #training .area04-box02 {
    position: relative;
    margin-bottom: 25px;
    padding-top: 30px;
  }
  #training .area04-box01.last {
    margin-bottom: 50px;
  }
  #training .area04-box01__left {
    float: none;
  }
  #training .area04-box01__right {
    margin-left: 0;
  }
  #training .area04-title {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  #training .area04-subtitle {
    position: relative;
    margin-top: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  #training .area04-subtitle:after {
    width: 25px;
    height: 1px;
  }
  #training .area04-text {
    font-size: 1.2rem;
  }
  #training .area04-box02__left {
    float: none;
    width: 100%;
  }
  #training .area04-box02__right {
    float: none;
  }
}
.entry-btn {
  margin: 10% 0 0 0;
  text-align: center;
}

.entry-btn a {
  display: inline-block;
  position: relative;
  width: 370px;
  padding: 15px 0;
  border: 2px solid #6f569a;
  background-color: #6f569a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.entry-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.entry-btn a:hover {
  background-color: #fff;
  color: #6f569a;
}

.entry-btn a:after {
  border-top: 2px solid #6f569a;
  border-right: 2px solid #6f569a;
}

@media screen and (max-width: 767px) {
  .entry-btn a {
    width: 80%;
    font-size: 14px;
  }
}
/* new top */
.page-home .is-pc {
  display: block !important;
}

.page-home .is-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .page-home .is-sp {
    display: block !important;
  }
  .page-home .is-pc {
    display: none !important;
  }
}
body.page-home {
  padding: 83px 0 0 0 !important;
}

@media screen and (max-width: 767px) {
  body.page-home {
    padding: 63px 0 0 0 !important;
    border: none;
  }
}
.page-home .hero {
  position: relative;
  margin: 0 0 60px 0;
  /*  background-image: url(/careers/diversity/shared/img/top/hero_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 34% 0 0 0;
    z-index: 1;*/
}

.page-home .hero-img img {
  width: 100%;
}

.page-home .hero-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
}

@media print {
  .page-home .hero-cover {
    /*background: none;*/
  }
}
.page-home .hero-catch {
  /* width: 64%; */
  margin: 12% 0 4% 0;
  /*  position: absolute;
    top: 50%;
    right: 30%;*/
  /*  padding: 78.421% 0 0 0;
    width: 64%;
    background-image: url(/careers/diversity/shared/img/top/hero_catch.svg);
    background-size: 100% 100%;
  */
}

.page-home .hero-catch img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-home .hero-catch {
    /*    position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        margin: -50% auto 0 auto;
        padding: 78.421% 0 0 0;
        width: 64%;
        height: auto;
        background-image: url(/careers/diversity/shared/img/top/hero_catch_sp.svg);*/
  }
}
.page-home .hero-news {
  color: #fff;
  /*  width: 40%;
    max-width: 660px;*/
  /*background-color: rgba(0,0,0,0.5);*/
  /*  display: flex;
    align-items: center;
    padding: 15px 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;*/
}

.page-home .hero-news-ttl {
  margin: 0 0 5px 0;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  font-size: 15px;
}

.page-home .hero-news-list a {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 0 0 0.4em;
  font-size: 18px;
  text-indent: -0.4em;
}

.page-home .hero-news-list a:before {
  content: "-";
  color: #fff;
  font-size: 18px;
}

.page-home .hero-news-list a {
  color: #fff;
}

.page-home .hero-news-list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .page-home .hero-news-ttl {
    font-size: 14px;
  }
  .page-home .hero-news-list a {
    margin: 0 0 2% 0;
    font-size: 16px;
  }
  .page-home .hero-news-list a:last-child {
    margin: 0;
  }
  .page-home .hero-news-list a {
    font-size: 16px;
  }
}
.page-home .detail-btn {
  margin: 30px 0 0;
  padding: 0 0 17px;
  background: url(/careers/diversity/shared/img/btn-line01.png) no-repeat bottom;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-home .hero {
    margin: 0 0 10% 0;
    /*
        padding: 130% 0 0 0;
        background-image: url(/careers/diversity/shared/img/top/hero_img_sp.png);*/
  }
  .page-home .hero-cover {
    width: 100%;
    padding: 0 5%;
  }
  .page-home .hero-catch {
    width: 90%;
    margin: 24% auto 4% auto;
  }
  .page-home .detail-btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 350px) {
  .page-home .hero-news-list-item,
.page-home .hero-news-list-btn {
    font-size: 12px;
  }
}
.page-home .detail-btn a,
.page-home .detail-btn span {
  position: relative;
  padding: 0 15px 0 0;
}

.page-home .detail-btn a:after,
.page-home .detail-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -2px 0 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.page-home .detail-btn a:hover:after,
.page-home .detail-btn span:hover:after {
  right: -2px;
}

.page-home .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-home .menu {
  margin: 0 0 100px 0;
}

.page-home .menu-inner {
  max-width: 960px;
}

.page-home .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-home .menu-list-item {
  position: relative;
  max-width: 294px;
}

.page-home .menu-list-btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.page-home .menu-list-btn:hover {
  opacity: 0.7;
}

.page-home .menu-list-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 294px;
  padding: 13px 0;
  background-color: rgba(43, 0, 84, 0.8);
  color: #fff;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

.page-home .menu-list-copy:after {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.page-home .menu-list-item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-home .menu {
    margin: 0 0 10% 0;
  }
  .page-home .menu-inner {
    padding: 0 4%;
  }
  .page-home .menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-home .menu-list-item {
    width: 100%;
    margin: 0 auto 5% auto;
  }
  .page-home .menu-list-copy {
    min-width: initial;
    font-size: 16px;
  }
  .page-home .menu-list-copy:after {
    width: 6px;
    height: 6px;
    margin: 4px auto 0 auto;
  }
}
.page-home .block__message {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-home .block__message {
    /* color: #fff; */
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.page-home .person {
  margin: 0 0 100px 0;
}

.page-home .person .profile__row + .profile__row {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .page-home .person {
    margin: 0 0 10% 0;
  }
  .page-home .person .profile__row + .profile__row {
    margin: 0;
  }
}
.page-home .person .profile__row:after {
  content: "";
  display: block;
  clear: both;
}

.page-home .person .profile {
  float: left;
  width: 545px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.page-home .person .profile:nth-child(even) {
  float: right;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile:nth-child(even) {
    float: none;
  }
}
.page-home .person .profile:after {
  content: "";
  display: block;
  clear: both;
}

.page-home .person .profile a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.page-home .person .profile a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.page-home .person .profile a:hover .detail-btn span:after {
  right: -2px;
}

.page-home .person .profile__title-wrap {
  position: relative;
  float: right;
  width: 355px;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__title-wrap {
    float: none;
    width: auto;
  }
}
.page-home .person .profile__title-wrap:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-top: 12px solid #75539f;
  border-right: 12px solid transparent;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__title-wrap:before {
    top: 0;
  }
}
.page-home .person .profile__title {
  position: relative;
  padding: 30px 20px;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__title {
    padding: 15px 15px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-home .person .profile__title:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 35px;
  height: 1px;
  background: #75539f;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__title:after {
    bottom: 15px;
  }
}
.page-home .person .profile__title .break {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__title br {
    display: none;
  }
}
.page-home .person .profile__title .kerning {
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__inner {
    display: table;
    width: 100%;
  }
}
.page-home .person .profile__imagearea {
  position: relative;
  float: left;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__imagearea {
    display: table-cell;
    float: none;
    width: 145px;
    text-align: center;
    vertical-align: top;
  }
}
.page-home .person .profile__imagearea img {
  max-width: 100%;
  height: auto;
}

.page-home .person .profile figcaption {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 94%;
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile figcaption {
    display: none;
  }
}
.page-home .person .profile__textarea {
  float: right;
  width: 305px;
  padding: 30px 20px 30px 30px;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__textarea {
    display: table-cell;
    float: none;
    width: 130px;
    width: -o-calc(100% - 145px);
    width: calc(100% - 145px);
    padding: 0 0 0 15px;
    vertical-align: top;
  }
}
.page-home .person .profile__caption--sp {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile__caption--sp {
    display: block;
  }
}
.page-home .person .profile__caption--sp .break {
  display: inline-block;
}

.page-home .person .profile .detail-btn {
  position: absolute;
  right: 25px;
  bottom: 20px;
  margin: 0;
  padding: 0 0 10px;
  background-size: 100% auto;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .page-home .person .profile .detail-btn {
    right: 5px;
    bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#message .message.section {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 767px) {
  #message .message.section {
    margin: 0 10px 10% 10px;
  }
}
/* data rate */
#data .block__rate-wrap {
  width: 750px;
  margin: 0 auto 60px auto;
  overflow: hidden;
}

#data .block__rate-title {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}

#data .block__rate-title br {
  display: none;
}

#data .block__rate-list {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #999;
}

#data .block__rate-list.__pc {
  display: block;
}

#data .block__rate-list.__sp {
  display: none;
}

#data .block__rate-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #999;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

#data .__head {
  background-color: #ddd;
}

#data .block__rate-list-title {
  width: 25%;
  padding: 14px 10px;
  border-right: 1px solid #999;
  text-align: center;
}

#data .block__rate-list-title:last-child {
  border: none;
}

#data .block__rate-list-content {
  width: 25%;
  padding: 14px 10px;
  border-right: 1px solid #999;
  text-align: right;
}

#data .block__rate-list-content:last-child {
  border: none;
}

#data .__head .block__rate-list-content {
  text-align: center;
}

#data .block__rate-note {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #data .block__rate-wrap {
    width: 90%;
    margin: 0 auto 60px auto;
  }
  #data .block__rate-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-size: 2rem;
  }
  #data .block__rate-title br {
    display: block;
  }
  #data .block__rate-list-wrap {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #data .block__rate-list.__pc {
    display: none;
  }
  #data .block__rate-list.__sp {
    display: block;
  }
  #data .block__rate-title br {
    display: none;
  }
  #data .block__rate-list-title {
    width: 50%;
    padding: 14px 10px;
  }
  #data .block__rate-list-content {
    width: 50%;
    padding: 14px 10px;
    text-align: center;
  }
  #data .block__rate-note {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

/* 追記 トップページ */
.page-home .message {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
}
.page-home .message__img img {
  max-width: 100%;
  height: auto;
}
.page-home .message__area-txt {
  position: relative;
  padding: 18px 20px 108px 12px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}
.page-home .message__area-txt .detail-btn {
  position: absolute;
  right: 4px;
  bottom: 26px;
  margin: 0;
  font-size: 2.1rem;
}
.page-home .message__area-txt .detail-btn::after {
  width: 4px;
  height: 4px;
  margin: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.page-home .message__head {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.7rem;
}
.page-home .message__txt {
  font-size: 1.5rem;
}
.page-home .message__txt .break {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page-home .message__inner {
    padding-top: 40px;
  }
  .page-home .message__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-home .message__link:hover {
    opacity: 0.7;
  }
  .page-home .message__link:hover .detail-btn span::after {
    right: -2px;
  }
  .page-home .message__img {
    width: 415px;
  }
  .page-home .message__area-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 35px 40px;
  }
  .page-home .message__area-txt .detail-btn {
    right: 30px;
    bottom: 25px;
  }
  .page-home .message__head {
    margin-bottom: 15px;
    font-size: 3.7rem;
  }
}
.page-home .menu-inner {
  padding: 40px 4% 0;
}
.page-home .menu-list-item {
  width: 48%;
  max-width: none;
  margin: 0 0 3%;
}
.page-home .menu-list-copy {
  position: relative;
  font-size: 1.3rem;
}
@media screen and (max-width: 360px) {
  .page-home .menu-list-copy {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-home .menu {
    margin-bottom: 80px;
  }
  .page-home .menu-inner {
    max-width: 1100px;
    padding-top: 40px;
  }
  .page-home .menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-home .menu .menu-list-item {
    width: calc(25% - 18.75px);
    max-width: none;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .page-home .menu .menu-list-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .page-home .menu .menu-list-copy {
    min-width: 0;
    font-size: 1.9rem;
  }
}
.page-home .recruit {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
}
.page-home .recruit__inner {
  padding: 0 4% 50px;
}
.page-home .recruit__head {
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}
.page-home .recruit__sub {
  margin-bottom: 30px;
  font-size: 1.4rem;
  text-align: center;
}
.page-home .recruit-sec + .recruit-sec {
  margin-top: 120px;
}
.page-home .recruit-sec__area-head {
  padding: 0 6px 0 0;
}
.page-home .recruit-sec__head {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 2.5rem;
}
.page-home .recruit-sec__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 70%;
  background: #553576;
}
.page-home .recruit-sec__head-span {
  font-weight: normal;
}
.page-home .recruit-sec__people {
  padding: 20px 15px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}
.page-home .recruit-sec__people + .recruit-sec__people {
  /* margin-top: 20px; */
}
.page-home .recruit-sec__people + .recruit-sec__bnr {
  /* margin-top: 20px; */
}
.page-home .recruit-sec__people-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.page-home .recruit-sec__people-area-txt {
  position: relative;
  padding: 10px 0 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-home .recruit-sec__people-area-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: #75539f transparent transparent transparent;
}
.page-home .recruit-sec__people-head {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #75539f;
}
.page-home .recruit-sec__people-txt {
  margin-bottom: 45px;
  font-size: 1.6rem;
}
.page-home .recruit-sec__people-img {
  width: 145px;
  margin-right: 10px;
}
.page-home .recruit-sec__people-img img {
  max-width: 100%;
  height: auto;
}
.page-home .recruit-sec__people .detail-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0;
  font-size: 1.8rem;
}
.page-home .recruit-sec__people .detail-btn span::after {
  width: 4px;
  height: 4px;
  margin: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.page-home .recruit-sec__bnr {
  position: relative;
  height: 200px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
}
.page-home .recruit-sec__bnr-span {
  font-size: 1.2rem;
  display: block;
}
.page-home .recruit-sec__bnr + .recruit-sec__bnr {
  /* margin-top: 20px; */
}
.page-home .recruit-sec__bnr.has-img {
  overflow: hidden;
}
.page-home .recruit-sec__bnr.has-img .recruit-sec__bnr-link {
  height: 100%;
}
.page-home .recruit-sec__bnr.has-img .recruit-sec__bnr-head {
  top: 58%;
}
.page-home .recruit-sec__bnr.has-img .recruit-sec__bnr-img {
  height: 100%;
}
.page-home .recruit-sec__bnr.has-img .recruit-sec__bnr-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .recruit-sec__bnr.has-img .detail-btn {
  padding-bottom: 0;
  background: none;
  color: #fff;
}
.page-home .recruit-sec__bnr.has-img .detail-btn span::after {
  width: 4px;
  height: 4px;
  margin: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-home .recruit-sec__bnr-link {
  display: block;
}
.page-home .recruit-sec__bnr-img img {
  max-width: 100%;
  height: auto;
}
.page-home .recruit-sec__bnr-head {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 220px;
  padding: 5px 32px 5px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#553576), color-stop(81.28%, #553576), to(rgba(92, 77, 126, 0)));
  background: linear-gradient(to right, #553576 0%, #553576 81.28%, rgba(92, 77, 126, 0) 100%);
  color: #fff;
  font-size: 2rem;
}
.page-home .recruit-sec__bnr .detail-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  font-size: 1.8rem;
}
.page-home .recruit-sec__bnr .detail-btn span::after {
  width: 4px;
  height: 4px;
  margin: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width: 360px) {
  .page-home .recruit-sec__people-img {
    width: 120px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page-home .recruit-sec__people {
    margin-bottom: 4vw;
  }
  .page-home .recruit-sec__people:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-home .recruit__inner {
    padding-bottom: 70px;
  }
  .page-home .recruit__head {
    font-size: 4.9rem;
    text-align: center;
  }
  .page-home .recruit__sub {
    margin-bottom: 55px;
    font-size: 1.6rem;
  }
  .page-home .recruit__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-home .recruit-sec {
    /* width: calc(50% - 30px); */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
  }

  .recruit-sec__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
  }

  
  .page-home .recruit-sec + .recruit-sec {
    margin-top: 0;
    margin-left: 60px;
  }
  .page-home .recruit-sec__area-head {
    padding: 0;
  }
  .page-home .recruit-sec__head {
    margin-bottom: 20px;
  }
  .page-home .recruit-sec__people {
    width: 48%;
    padding: 0;
    background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
  }
  .page-home .recruit-sec__bnr {
    width: 48%;
    padding: 0;
  }
  
  .page-home .recruit-sec__people + .recruit-sec__people {
    /* margin-top: 25px; */
  }
  .page-home .recruit-sec__people + .recruit-sec__bnr {
    /* margin-top: 25px; */
  }
  .page-home .recruit-sec__people-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-home .recruit-sec__people-link:hover {
    opacity: 0.7;
  }
  .page-home .recruit-sec__people-link:hover .detail-btn span::after {
    right: -2px;
  }
  .page-home .recruit-sec__people-area-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
  .page-home .recruit-sec__people-area-txt::before {
    top: 10px;
    left: 10px;
  }
  .page-home .recruit-sec__people-head {
    font-size: 1.8rem;
  }
  .page-home .recruit-sec__people-txt {
    margin-bottom: 0;
    font-size: 2.1rem;
  }
  .page-home .recruit-sec__people-img {
    width: 165px;
    margin-right: 0;
  }
  .page-home .recruit-sec__people .detail-btn {
    right: 10px;
    bottom: 12px;
  }
  .page-home .recruit-sec__bnr {
    height: 210px;
    overflow: hidden;
    /* margin-bottom: 25px; */
  }
  .page-home .recruit-sec__bnr + .recruit-sec__bnr {
    /* margin-top: 25px; */
  }
  .page-home .recruit-sec__bnr.has-img .recruit-sec__bnr-head {
    top: 67%;
  }
  .page-home .recruit-sec__bnr.has-img .detail-btn span::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .page-home .recruit-sec__bnr-link {
    display: block;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-home .recruit-sec__bnr-link:hover {
    opacity: 0.7;
  }
  .page-home .recruit-sec__bnr-link:hover .detail-btn span::after {
    right: -2px;
  }
  .page-home .recruit-sec__bnr-head {
    padding: 3px 40px 3px 20px;
    font-size: 2.4rem;
  }
  .page-home .recruit-sec__bnr .detail-btn {
    right: 10px;
    bottom: 15px;
  }
}

/* 追記 QUNIEの思いページ */
#message .content .contents__title {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  #message .content .contents__title {
    left: 0;
    -webkit-transform: none;
            transform: none;
    font-size: 4rem;
  }
}
#message .intro {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
}
#message .intro__img img {
  max-width: 100%;
  height: auto;
}
#message .intro__area-txt {
  position: relative;
  padding: 32px 22px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}
#message .intro__area-txt::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 0;
  height: 0;
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: #75539f transparent transparent transparent;
}
#message .intro__head {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.2rem;
}
#message .intro__head .break {
  display: inline-block;
}
#message .intro__position {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#message .intro__name {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  #message .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #message .intro__img {
    width: 460px;
  }
  #message .intro__area-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 65px 0 65px 28px;
  }
  #message .intro__area-txt::before {
    top: 18px;
    left: 18px;
    border-width: 15px 15px 0 0;
  }
  #message .intro__head {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  #message .intro__position {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  #message .intro__name {
    font-size: 2.9rem;
  }
}
#message .info {
  padding: 60px 12px 0;
}
#message .info__head {
  margin-bottom: 20px;
  padding: 10px 0 20px;
  border-top: 3px solid #6d559a;
  border-bottom: 1px solid #6d559a;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  font-size: 2.2rem;
}
#message .info-sec + .info-sec {
  /* margin-top: 38px; */
}
#message .info-sec__head {
  position: relative;
  margin-bottom: 28px;
  padding-left: 45px;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 1.9rem;
}
#message .info-sec__head::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #000;
}
#message .info-sec__txt {
  font-size: 1.3rem;
  line-height: 1.9;
}
#message .info-sec__txt + .info-sec__txt {
  margin-top: 28px;
}
#message .info-sec__row {
  margin-bottom: 38px;
}
#message .info-sec__row-area-txt {
  margin-bottom: 30px;
}
#message .info-sec__row-img img {
  max-width: 100%;
  height: auto;
}
#message .info__note {
  margin-top: 30px;
  color: #939393;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #message .info {
    padding: 100px 0 0;
  }
  #message .info.is-first {
    padding-top: 70px;
  }
  #message .info__head {
    margin-bottom: 45px;
    padding: 15px 0 22px;
    font-size: 3.1rem;
  }
  #message .info-sec + .info-sec {
    margin-top: 75px;
  }
  #message .info-sec__head {
    margin-bottom: 38px;
    padding-left: 55px;
    font-size: 2.6rem;
  }
  #message .info-sec__head::before {
    top: 16px;
    width: 52px;
  }
  #message .info-sec__txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #message .info-sec__txt + .info-sec__txt {
    margin-top: 28px;
  }
  #message .info-sec__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 42px;
  }
  #message .info-sec__row-area-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  #message .info-sec__row-img {
    width: 500px;
    margin-top: 10px;
    margin-left: 35px;
  }
  #message .info__note {
    margin-top: 45px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #message .contents__wrap {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  #message .contents__wrap {
    width: 960px;
    padding-bottom: 80px;
  }
}

/* 追記 インタビュー各ページ */
#person .main-visual {
  margin-bottom: 18px;
}
#person .main-visual__title-area {
  padding-left: 25px;
}
#person .main-visual__sub-text::before {
  top: -14px;
  left: -14px;
  border-top: 10px solid #75539f;
  border-right: 10px solid transparent;
}
#person .main-visual__sub-text p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #person .main-visual {
    margin-bottom: 15px;
  }
  #person .main-visual__title-area {
    top: 35px;
    padding: 25px 35px 30px;
  }
  #person .main-visual__sub-text::before {
    top: -14px;
    left: -20px;
    border-top: 12px solid #75539f;
    border-right: 12px solid transparent;
  }
  #person .main-visual__sub-text::after {
    width: 45px;
  }
  #person .main-visual__sub-text p {
    font-size: 1.6rem;
  }
}
#person .intro {
  position: relative;
  padding: 0 12px 0 25px;
  color: #868686;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
}
#person .intro::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 12px;
  width: 3px;
  height: 94%;
  background: #868686;
}
#person .intro__head {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.6rem;
}
#person .intro__txt {
  font-size: 1.1rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #person .intro {
    padding: 0 0 0 15px;
  }
  #person .intro::before {
    left: 0;
  }
  #person .intro__head {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
  #person .intro__txt {
    font-size: 1.4rem;
  }
}
#person .info {
  padding: 60px 12px 0;
}
#person .info__head {
  margin-bottom: 25px;
  padding: 10px 0 15px;
  border-top: 3px solid #6d559a;
  border-bottom: 1px solid #6d559a;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  font-size: 2.2rem;
}
#person .info__txt {
  font-size: 1.3rem;
  line-height: 1.9;
}
#person .info__txt + .info__txt {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  #person .info {
    padding: 90px 0 0;
  }
  #person .info__head {
    margin-bottom: 45px;
    padding: 15px 0 22px;
    font-size: 3.1rem;
  }
  #person .info__head {
    margin-bottom: 35px;
    font-size: 2.6rem;
  }
  #person .info__head::before {
    top: 16px;
    width: 52px;
  }
  #person .info__txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#person .what {
  padding: 45px 12px;
}
#person .what__head {
  margin-bottom: 20px;
  color: #6d559a;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2.1rem;
  text-align: center;
}
#person .what__img img {
  max-width: 100%;
  height: auto;
}
#person .what__area-txt {
  padding: 12px 18px 18px;
  background: #6d559a;
  color: #fff;
}
#person .what__lead {
  margin-bottom: 8px;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2rem;
}
#person .what__lead .break {
  display: inline-block;
}
#person .what__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #person .what {
    padding: 65px 0 80px;
  }
  #person .what__head {
    margin-bottom: 28px;
    font-size: 3.2rem;
    text-align: left;
  }
  #person .what__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #person .what__img {
    width: 490px;
  }
  #person .what__area-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px;
  }
  #person .what__lead {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  #person .what__txt {
    line-height: 1.9;
  }
}
#person .recruit-sec {
  border-top: 2px solid #ddd;
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  padding: 30px 4% 0;
}
#person .recruit-sec .detail-btn {
  padding: 0 0 17px;
  background: url(/careers/diversity/shared/img/btn-line01.png) no-repeat bottom;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0;
  font-size: 1.8rem;
}
#person .recruit-sec .detail-btn span {
  position: relative;
  padding: 0 15px 0 0;
}
#person .recruit-sec .detail-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  width: 4px;
  height: 4px;
  margin: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
#person .recruit-sec__area-head {
  padding: 0 6px 0 0;
}
#person .recruit-sec__head {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 2.5rem;
}
#person .recruit-sec__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 70%;
  background: #553576;
}
#person .recruit-sec__head-span {
  font-weight: normal;
}
#person .recruit-sec__people {
  padding: 20px 15px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}

@media screen and (max-width: 767px) {
  #person .recruit-sec__people {
    margin-bottom: 3vw;
  }
  #person .recruit-sec__people:last-child {
    margin-bottom: 0;
  }
}

#person .recruit-sec__people + .recruit-sec__people {
  /* margin-top: 20px; */
}
#person .recruit-sec__people + .recruit-sec__bnr {
  /* margin-top: 20px; */
}
#person .recruit-sec__people-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
#person .recruit-sec__people-area-txt {
  position: relative;
  padding: 10px 0 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#person .recruit-sec__people-area-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: #75539f transparent transparent transparent;
}
#person .recruit-sec__people-head {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #75539f;
}
#person .recruit-sec__people-txt {
  margin-bottom: 45px;
  font-size: 1.6rem;
}
#person .recruit-sec__people-img {
  width: 145px;
  margin-right: 10px;
}
#person .recruit-sec__people-img img {
  max-width: 100%;
  height: auto;
}
#person .recruit-sec__bnr {
  position: relative;
  height: 200px;
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}
#person .recruit-sec__bnr-span {
  font-size: 1.2rem;
  display: block;
}
#person .recruit-sec__bnr + .recruit-sec__bnr {
  margin-top: 20px;
}
#person .recruit-sec__bnr.has-img {
  overflow: hidden;
}
#person .recruit-sec__bnr.has-img .recruit-sec__bnr-link {
  height: 100%;
}
#person .recruit-sec__bnr.has-img .recruit-sec__bnr-head {
  top: 58%;
}
#person .recruit-sec__bnr.has-img .recruit-sec__bnr-img {
  height: 100%;
}
#person .recruit-sec__bnr.has-img .recruit-sec__bnr-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#person .recruit-sec__bnr.has-img .detail-btn {
  padding-bottom: 0;
  background: none;
  color: #fff;
}
#person .recruit-sec__bnr.has-img .detail-btn span::after {
  width: 4px;
  height: 4px;
  margin: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#person .recruit-sec__bnr-link {
  display: block;
}
#person .recruit-sec__bnr-img img {
  max-width: 100%;
  height: auto;
}
#person .recruit-sec__bnr-head {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 220px;
  padding: 5px 32px 5px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#553576), color-stop(81.28%, #553576), to(rgba(92, 77, 126, 0)));
  background: linear-gradient(to right, #553576 0%, #553576 81.28%, rgba(92, 77, 126, 0) 100%);
  color: #fff;
  font-size: 2rem;
}
#person .recruit-sec__bnr .detail-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  font-size: 1.8rem;
}
#person .recruit-sec__bnr .detail-btn span::after {
  width: 4px;
  height: 4px;
  margin: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width: 360px) {
  #person .recruit-sec__people-img {
    width: 120px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  #person .contents__wrap {
    width: 960px;
    padding-bottom: 50px;
  }
  #person .recruit-sec {
    padding: 80px 0 0;
  }
  #person .recruit-sec__area-head {
    padding: 0;
  }
  #person .recruit-sec__head {
    margin-bottom: 20px;
  }
  #person .recruit-sec__people {
    padding: 0;
    /* margin-bottom: 25px; */
    width: 48.8%;
    background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
  }
  #person .recruit-sec__people-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -25px;
  }
  #person .recruit-sec__people + .recruit-sec__people {
    margin-top: 0;
  }
  #person .recruit-sec__people + .recruit-sec__bnr {
    margin-top: 0;
  }
  #person .recruit-sec__people-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #person .recruit-sec__people-link:hover {
    opacity: 0.7;
  }
  #person .recruit-sec__people-link:hover .detail-btn span::after {
    right: -2px;
  }
  #person .recruit-sec__people-area-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
  #person .recruit-sec__people-area-txt::before {
    top: 10px;
    left: 10px;
  }
  #person .recruit-sec__people-head {
    font-size: 1.8rem;
  }
  #person .recruit-sec__people-txt {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  #person .recruit-sec__people-img {
    width: 165px;
    margin-right: 0;
  }
  #person .recruit-sec__people .detail-btn {
    right: 10px;
    bottom: 12px;
  }
  #person .recruit-sec__bnr {
    padding: 0;
    /* margin-bottom: 25px; */
    width: 48.8%;
    height: 210px;
    overflow: hidden;
  }
  #person .recruit-sec__bnr + .recruit-sec__bnr {
    margin-top: 0;
  }
  #person .recruit-sec__bnr.has-img .recruit-sec__bnr-head {
    top: 67%;
  }
  #person .recruit-sec__bnr.has-img .detail-btn span::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #person .recruit-sec__bnr-link {
    display: block;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #person .recruit-sec__bnr-link:hover {
    opacity: 0.7;
  }
  #person .recruit-sec__bnr-link:hover .detail-btn span::after {
    right: -2px;
  }
  #person .recruit-sec__bnr-head {
    padding: 3px 40px 3px 20px;
    font-size: 2.4rem;
  }
  #person .recruit-sec__bnr .detail-btn {
    right: 10px;
    bottom: 15px;
  }
}

/* 追記 座談会 */
#discussion img {
  max-width: 100%;
  height: auto;
}
#discussion .c-head01 {
  margin-bottom: 40px;
  text-align: center;
}
#discussion .c-head01__en {
  font-size: 3.6rem;
}
#discussion .c-head01__ja {
  color: #969696;
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  #discussion .c-head01 {
    margin-bottom: 32px;
  }
  #discussion .c-head01__en {
    margin-bottom: 3px;
    font-size: 4.9rem;
  }
  #discussion .c-head01__ja {
    font-size: 1.6rem;
  }
}
#discussion .c-head02 {
  margin-bottom: 20px;
  padding: 6px 15px;
  border: 1px solid #000;
  font-size: 1.6rem;
  text-align: center;
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
}
@media screen and (min-width: 767px) {
  #discussion .c-head02 {
    font-size: 2rem;
  }
}
#discussion .c-head03 {
  margin-bottom: 45px;
  padding-bottom: 50px;
  background: url(/careers/diversity/shared/img/btn-line01.png) no-repeat bottom;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #discussion .c-head03 {
    margin-bottom: 55px;
    padding-bottom: 65px;
    font-size: 2.6rem;
  }
}
#discussion .u-serif {
  font-family: "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
}
#discussion .u-inner {
  padding-right: 13px;
  padding-left: 13px;
}
@media screen and (min-width: 767px) {
  #discussion .u-inner {
    max-width: 960px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  #discussion .u-inner.is-narrow {
    max-width: 760px;
  }
}
#discussion .u-break {
  display: inline-block;
}
#discussion .mv {
  margin-top: 15px;
}
#discussion .mv__area-txt {
  padding: 25px 25px 25px 25px;
  background: #6d559a;
  color: #fff;
}
#discussion .mv__head {
  width: 97%;
  margin-bottom: 10px;
}
#discussion .mv__txt {
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #discussion .mv {
    position: relative;
    margin-top: 30px;
  }
  #discussion .mv__img img {
    width: 100%;
    max-width: none;
  }
  #discussion .mv::before {
    content: "";
    opacity: 0.45;
    position: absolute;
    top: 0;
    right: 0;
    width: 683px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(67.98%, #000), color-stop(82.27%, rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, #000 0%, #000 67.98%, rgba(0, 0, 0, 0.66) 82.27%, rgba(0, 0, 0, 0) 100%);
  }
  #discussion .mv__area-txt {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 568px;
    padding: 35px 25px 35px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(109, 85, 154, 0.9);
  }
  #discussion .mv__head {
    width: 425px;
    margin-bottom: 15px;
  }
  #discussion .mv__txt {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
#discussion .member__inner {
  padding-top: 50px;
  padding-bottom: 75px;
}
#discussion .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -18px;
}
#discussion .member-list__item {
  position: relative;
  width: calc(50% - 8.5px);
  margin-right: 17px;
  margin-bottom: 18px;
}
#discussion .member-list__item:nth-of-type(2n) {
  margin-right: 0;
}
#discussion .member-list__item-area-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 9px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(235, 193, 124, 0.85);
}
#discussion .member-list__item-area-txt.is-purple {
  background: rgba(206, 181, 227, 0.85);
}
#discussion .member-list__item-area-txt.is-red {
  background: rgba(224, 159, 159, 0.85);
}
#discussion .member-list__item-area-txt.is-green {
  background: rgba(156, 205, 216, 0.85);
}
#discussion .member-list__item-name {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 1.4rem;
}
#discussion .member-list__item-txt {
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  #discussion .member__inner {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  #discussion .member-list {
    margin-bottom: 0;
  }
  #discussion .member-list__item {
    width: calc(25% - 20.25px);
    margin-right: 27px;
    margin-bottom: 0;
  }
  #discussion .member-list__item:nth-of-type(2n) {
    margin-right: 27px;
  }
  #discussion .member-list__item:nth-of-type(4n) {
    margin-right: 0;
  }
  #discussion .member-list__item-area-txt {
    padding: 8px 14px 10px;
  }
  #discussion .member-list__item-name {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  #discussion .member-list__item-txt {
    font-size: 1rem;
  }
}
#discussion .talk {
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}
#discussion .talk__inner {
  padding-bottom: 30px;
}
#discussion .talk-sec {
  padding-top: 75px;
  padding-bottom: 65px;
}
#discussion .talk-sec:first-of-type {
  padding-top: 40px;
}
#discussion .talk-sec + .talk-sec {
  border-top: 1px solid #6d569b;
}
#discussion .talk-sec__sec + .talk-sec__sec {
  margin-top: 70px;
}
#discussion .talk-sec__row + .talk-sec__txt {
  margin-top: 30px;
}
#discussion .talk-sec__row-img + .talk-sec__row-img {
  margin-top: 22px;
}
#discussion .talk-sec__row-img + .talk-sec__row-area-txt {
  margin-top: 28px;
}
#discussion .talk-sec__txt {
  font-size: 1.5rem;
  line-height: 1.7;
}
#discussion .talk-sec__txt + .talk-sec__txt {
  margin-top: 20px;
}
#discussion .talk-sec__txt + .talk-sec__row {
  margin-top: 30px;
}
#discussion .talk-sec__txt-name {
  display: block;
  font-weight: bold;
  font-size: 1.9rem;
}
#discussion .talk-sec__txt-name::after {
  content: "：";
}
@media screen and (min-width: 767px) {
  #discussion .talk__inner {
    padding-bottom: 50px;
  }
  #discussion .talk-sec {
    padding-top: 75px;
    padding-bottom: 85px;
  }
  #discussion .talk-sec:first-of-type {
    padding-top: 75px;
  }
  #discussion .talk-sec__sec + .talk-sec__sec {
    margin-top: 55px;
  }
  #discussion .talk-sec__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #discussion .talk-sec__row + .talk-sec__txt {
    margin-top: 30px;
  }
  #discussion .talk-sec__row.is-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #discussion .talk-sec__row-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #discussion .talk-sec__row-img + .talk-sec__row-img {
    margin-top: 0;
    margin-left: 25px;
  }
  #discussion .talk-sec__row-img + .talk-sec__row-area-txt {
    margin-top: 0;
  }
  #discussion .talk-sec__row-area-txt {
    width: 522px;
    margin-right: 32px;
  }
  #discussion .talk-sec__txt {
    position: relative;
    padding-left: 85px;
    line-height: 1.8;
  }
  #discussion .talk-sec__txt + .talk-sec__txt {
    margin-top: 30px;
  }
  #discussion .talk-sec__txt + .talk-sec__row {
    margin-top: 55px;
  }
  #discussion .talk-sec__txt-name {
    position: absolute;
    top: -3px;
    left: 0;
    width: 80px;
  }
}
#discussion .qa__inner {
  padding-top: 50px;
}
#discussion .qa-sec:first-of-type .qa-sec__inner {
  padding-top: 0;
}
#discussion .qa-sec:nth-of-type(2n) {
  background: url(/careers/diversity/shared/img/bg-contents02.gif) repeat;
}
#discussion .qa-sec__inner {
  padding-top: 70px;
  padding-bottom: 90px;
}
#discussion .qa-sec__head {
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
}
#discussion .qa-sec-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#discussion .qa-sec-list__item + .qa-sec-list__item {
  margin-top: 38px;
}
#discussion .qa-sec-list__item-img {
  width: 112px;
}
#discussion .qa-sec-list__item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ebc17c;
  font-size: 1.4rem;
  line-height: 1.5;
}
#discussion .qa-sec-list__item-txt.is-purple {
  background: #ceb5e3;
}
#discussion .qa-sec-list__item-txt.is-purple::before {
  border-right-color: #ceb5e3;
}
#discussion .qa-sec-list__item-txt.is-red {
  background: #e09f9f;
}
#discussion .qa-sec-list__item-txt.is-red::before {
  border-right-color: #e09f9f;
}
#discussion .qa-sec-list__item-txt.is-green {
  background: #9ccdd8;
}
#discussion .qa-sec-list__item-txt.is-green::before {
  border-right-color: #9ccdd8;
}
#discussion .qa-sec-list__item-txt::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 40px;
  width: 0;
  height: 0;
  border-width: 0 20px 25px 0;
  border-style: solid;
  border-color: transparent #ebc17c transparent transparent;
}
@media screen and (min-width: 767px) {
  #discussion .qa__inner {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  #discussion .qa-sec__inner {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  #discussion .qa-sec__head {
    margin-bottom: 45px;
    font-size: 2.8rem;
  }
  #discussion .qa-sec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -50px;
  }
  #discussion .qa-sec-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(50% - 14px);
    margin-right: 28px;
    margin-bottom: 50px;
  }
  #discussion .qa-sec-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  #discussion .qa-sec-list__item + .qa-sec-list__item {
    margin-top: 0;
  }
  #discussion .qa-sec-list__item-img {
    width: 118px;
  }
  #discussion .qa-sec-list__item-txt {
    padding: 5px 20px;
  }
  #discussion .qa-sec-list__item-txt::before {
    left: 50px;
  }
}
#discussion .comment {
  margin-bottom: 50px;
}
#discussion .comment__inner {
  padding-top: 20px;
  padding-bottom: 50px;
  background: #6e569d;
  color: #fff;
}
#discussion .comment__head {
  margin-bottom: 30px;
  padding: 10px;
  background: #47336e;
  font-size: 1.5rem;
  text-align: center;
}
#discussion .comment__img {
  width: 259px;
  margin: 0 auto 25px;
}
#discussion .comment__lead {
  margin-bottom: 15px;
  font-size: 2.5rem;
}
#discussion .comment__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  #discussion .comment {
    margin-bottom: 95px;
  }
  #discussion .comment__inner {
    padding: 45px 50px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #discussion .comment__head {
    margin-bottom: 15px;
    padding: 7px 15px;
    font-size: 1.8rem;
    text-align: left;
  }
  #discussion .comment__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #discussion .comment__img {
    width: 289px;
    margin: 10px 30px 0 0;
  }
  #discussion .comment__area-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #discussion .comment__lead {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
  #discussion .comment__txt {
    line-height: 1.85;
  }
}
@media screen and (max-width: 767px) {
  #discussion br.is-pc {
    display: none;
  }
}

/* 追記 QUNIEの魅力 */
#training .scene {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
#training .scene__item {
  background: #f7f7f7;
}
#training .scene__item-area-txt {
  padding: 15px 20px 25px;
}
#training .scene__item-head {
  font-weight: 700;
  font-size: 2.2rem;
  color: #75539f;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#training .scene__item-lead {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
#training .scene__item-txt {
  font-size: 1.2rem;
}
#training .scene .swiper-pagination-bullet {
  margin: 0 7px !important;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
}
#training .scene .swiper-pagination-bullet-active {
  background: #6D559A;
}
#training .career-path__title {
  font-size: 2.2rem;
  border-bottom: 1px solid #75539f;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #training .scene {
    width: 850px;
    margin: 50px auto 90px;
    padding-bottom: 60px;
  }
  #training .scene__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #training .scene__item-img {
    width: 380px;
  }
  #training .scene__item-area-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 50px 25px;
  }
  #training .scene__item-head {
    font-size: 2.9rem;
    color: #75539f;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  #training .scene__item-lead {
    margin-bottom: 5px;
    font-size: 2.1rem;
  }
  #training .scene__item-txt {
    font-size: 1.6rem;
  }
  #training .career-path {
    padding-top: 35px;
  }
  #training .career-path__title {
    font-size: 2.5rem;
    border-bottom: 1px solid #75539f;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  #training .career-path .center {
    text-align: center;
  }
}

/* 追記 新卒採用情報 */
#requirements .anchor {
  margin: 70px auto 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  max-width: 880px;
}
#requirements .anchor__item-link {
  background: #6d559a;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  height: 65px;
  text-align: center;
  display: block;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#requirements .anchor__item-link:hover {
  opacity: 0.7;
}
#requirements .anchor__item-link:hover::before {
  bottom: 10px;
}
#requirements .anchor__item-link::before {
  content: "";
  width: 10px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  height: 10px;
  border-right: 3px solid;
  border-bottom: 3px solid;
}
#requirements .ng-btn.is-left {
  text-align: left;
}
#requirements .ng-btn.is-large a {
  padding: 15px 40px 15px 30px;
  font-weight: 700;
  font-size: 18px;
  background: #ff0000;
}
@media screen and (max-width: 767px) {
  #requirements .ng-btn.is-large a {
    font-size: 16px;
  }
}
#requirements .requirements-table.is-large {
  margin-top: 25px;
}
#requirements .step {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 35px;
}
#requirements .step__item {
  background: #6d559a;
  color: #fff;
  border-radius: 15px;
  font-size: 2rem;
  font-weight: 700;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#requirements .step__item-small {
  font-size: 1.3rem;
  display: block;
  font-weight: 400;
  margin-top: 3px;
}
#requirements .step__item + .step__item {
  position: relative;
}
#requirements .step__item + .step__item::before {
  position: absolute;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 16px;
  border-color: transparent transparent transparent #d1d1d1;
}
@media screen and (max-width: 767px) {
  #requirements .anchor {
    padding: 0 20px;
    margin: 50px auto 40px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #requirements .anchor__item-link {
    font-size: 1.5rem;
    height: 55px;
    padding-top: 8px;
  }
  #requirements .requirements-table.is-large {
    margin-top: 25px;
  }
  #requirements .step {
    display: block;
  }
  #requirements .step .pc {
    display: none;
  }
  #requirements .step__item {
    font-size: 1.9rem;
    height: 70px;
  }
  #requirements .step__item-small {
    font-size: 1.4rem;
  }
  #requirements .step__item + .step__item {
    margin-top: 35px;
  }
  #requirements .step__item + .step__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: -40px;
  }
}