@charset "UTF-8";
/* page_top
------------------------------*/
.top .modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: 0.4s ease;
}
.top .modal-inner {
  width: calc((665/750) * 100vw);
  padding: calc((69/750) * 100vw) calc((88/750) * 100vw) calc((109/750) * 100vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .top .modal-inner {
    width: 547px;
    padding: 27px 31px 36px;
  }
}
.top .modal-txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: calc((30/750) * 100vw);
  line-height: calc((48/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .modal-txt {
    font-size: 18px;
    line-height: 30px;
  }
}
.top .modal-list {
  width: calc((461/750) * 100vw);
  margin-top: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .modal-list {
    display: flex;
    justify-content: space-around;
    width: 484px;
    margin-top: 29px;
  }
}
.top .modal-item {
  margin-top: calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .modal-item {
    width: 235px;
    margin: 0;
  }
}
.top .modal.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.top .mvArea {
  padding-top: calc((116/750) * 100vw);
  position: relative;
  background-image: url(../img/top/top_mv_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc((1330/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .mvArea {
    padding: 0;
    background-image: url(../img/top/top_mv_bg_01_pc.png);
    height: 682px;
  }
}
@media screen and (min-width: 1281px), print {
  .top .mvArea {
    background-image: url(../img/top/top_mv_bg_02_pc.png);
    background-position: top center;
  }
}
.top .mvArea-inner {
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .top .mvArea-inner {
    position: relative;
    margin: 0 auto;
    width: 1280px;
  }
}
.top .mvArea-ttl {
  position: absolute;
  width: calc((473/750) * 100vw);
  top: calc((645/750) * 100vw);
  left: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .mvArea-ttl {
    transform: translateX(-50%);
    width: 473px;
    top: 123px;
    left: 636px;
    transform: none;
  }
}
.top .mvArea-subTtl {
  position: absolute;
  color: #fff;
  font-weight: 900;
  font-size: calc((47/750) * 100vw);
  line-height: calc((60/750) * 100vw);
  bottom: calc((160/750) * 100vw);
  left: calc((30/750) * 100vw);
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .top .mvArea-subTtl {
    font-size: 34px;
    line-height: 45px;
    bottom: 110px;
    left: 628px;
    text-align: center;
  }
}
.top .mvArea-subTtl span {
  font-size: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .mvArea-subTtl span {
    font-size: 26px;
  }
}
.top .mvArea-audioList {
  position: absolute;
  bottom: calc((80/750) * 100vw);
  right: calc((40/750) * 100vw);
  display: flex;
}
@media screen and (min-width: 768px), print {
  .top .mvArea-audioList {
    bottom: 34px;
    right: 40px;
  }
}
.top .mvArea-audioItem {
  cursor: pointer;
  width: calc((93/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .mvArea-audioItem {
    width: 46px;
  }
}
.top .mvArea-audioItem img {
  width: 100%;
}
.top .mvArea-audioItem.noBtn {
  display: none;
}
.top .heading {
  padding-bottom: calc((110/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading {
    padding-bottom: 61px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px), print {
  .top .heading-bgWrap {
    display: flex;
    overflow: hidden;
  }
}
.top .heading-bgBox {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-top: calc((92/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-bgBox {
    padding-top: 62px;
    display: flex;
    list-style: none;
  }
}
@media screen and (min-width: 768px), print {
  .top .heading-bgBox-left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }
}
@media screen and (min-width: 768px), print {
  .top .heading-bg-top {
    width: 1920px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .top .heading-bg-top img {
    width: 100%;
  }
}
.top .heading-ttl {
  position: absolute;
  left: calc((17/750) * 100vw);
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  padding: calc((100/750) * 100vw) 0 0;
  font-size: calc((68/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-ttl {
    position: static;
    padding: 91px 0 0;
    font-size: 64px;
  }
}
.top .heading-ttl span {
  font-size: calc((58/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-ttl span {
    font-size: 54px;
  }
}
.top .heading-bg-btm {
  position: relative;
  z-index: 1;
  padding-top: calc((270/750) * 100vw);
}
.top .heading-read {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: calc((30/750) * 100vw);
  line-height: calc((54/750) * 100vw);
  margin-top: calc((106/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-read {
    font-size: 24px;
    line-height: 36px;
    margin-top: 42px;
  }
}
.top .heading-read::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/top_heading_bg_03_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((750/750) * 100vw);
  height: calc((717/750) * 100vw);
  top: calc((-250/750) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px), print {
  .top .heading-read::before {
    background-image: url(../img/top/top_heading_bg_03_pc.png);
    width: 696px;
    height: 540px;
    top: -255px;
    left: 51.5%;
  }
}
.top .heading-imgBox {
  margin-top: calc((107/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-imgBox {
    margin-top: 115px;
  }
}
.top .heading-imgBox::before {
  top: calc((-120/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-imgBox::before {
    top: -50px;
  }
}
.top .heading-imgBox::after {
  bottom: calc((-120/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-imgBox::after {
    bottom: -70px;
  }
}
.top .heading-list {
  counter-reset: number 0;
}
@media screen and (min-width: 768px), print {
  .top .heading-list {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.top .heading-list li {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top .heading-list li {
    width: 417px;
  }
}
@media screen and (max-width: 767px), print {
  .top .heading-list li:nth-child(n+2) {
    margin-top: calc((29/750) * 100vw);
  }
}
.top .heading-list-txt {
  position: absolute;
  color: #fff;
  font-weight: 900;
  font-size: calc((36/750) * 100vw);
  line-height: calc((56/750) * 100vw);
  top: calc((242/750) * 100vw);
  left: calc((71/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-list-txt {
    font-size: 30px;
    line-height: 45px;
    top: 360px;
    left: 75px;
  }
}
@media screen and (min-width: 768px), print {
  .top .heading-list-txt span {
    font-size: 25px;
  }
}
.top .heading-list-txt::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Marcellus", serif;
  font-weight: 900;
  color: #EA5B00;
  font-size: calc((44/750) * 100vw);
  top: calc((5/750) * 100vw);
  left: calc((-40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading-list-txt::before {
    font-size: 40px;
    top: 5px;
    left: -35px;
  }
}
.top .heading .c-btn {
  margin-top: calc((112/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .heading .c-btn {
    margin-top: 47px;
  }
}
.top .aboutArea {
  height: 100%;
  background-image: url(../img/top/top_about_bg_01_sp.png);
  padding: calc((110/750) * 100vw) 0 calc((110/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea {
    background-image: url(../img/top/top_about_bg_01_pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 0 76px;
  }
}
.top .aboutArea-subTtl {
  color: #EA5B00;
  font-weight: 700;
  text-align: center;
  font-size: calc((40/750) * 100vw);
  margin-top: calc((99/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-subTtl {
    font-size: 40px;
    margin-top: 78px;
  }
}
.top .aboutArea-list {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, Sans-Serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
  margin-top: calc((31/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-list {
    width: 1280px;
    margin: 30px auto 0;
  }
}
.top .aboutArea-item {
  position: relative;
  width: calc((364/750) * 100vw);
  height: calc((272/750) * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item {
    width: 416px;
    height: 230px;
  }
}
.top .aboutArea-item dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
}
.top .aboutArea-item dt {
  text-align: center;
}
.top .aboutArea-item dt.bigF {
  font-size: calc((59/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item dt.bigF {
    font-size: 50px;
  }
}
.top .aboutArea-item dt.smallF {
  font-size: calc((35/750) * 100vw);
  line-height: calc((41/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item dt.smallF {
    font-size: 30px;
    line-height: 35px;
  }
}
.top .aboutArea-item dd span {
  font-size: calc((47/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item dd span {
    font-size: 40px;
  }
}
.top .aboutArea-item dd span.num {
  font-family: "Noto Serif JP", serif;
  color: #EA5B00;
  letter-spacing: -0.1rem;
  font-size: calc((142/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item dd span.num {
    font-size: 120px;
  }
}
.top .aboutArea-item dd span.numS {
  font-size: calc((95/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item dd span.numS {
    font-size: 90px;
  }
}
.top .aboutArea-item dd span.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top .aboutArea-item dd.memo {
  font-weight: 400;
  font-size: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item dd.memo {
    font-size: 16px;
    margin-top: 5px;
  }
}
.top .aboutArea-item:nth-child(1) {
  background-image: url(../img/top/top_about_listBg_01_sp.png);
  padding-top: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(1) {
    background-image: url(../img/top/top_about_listBg_01_pc.png);
    padding-top: 35px;
  }
}
.top .aboutArea-item:nth-child(2) {
  background-image: url(../img/top/top_about_listBg_02_sp.png);
  padding-top: calc((33/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(2) {
    background-image: url(../img/top/top_about_listBg_02_pc.png);
    padding-top: 25px;
  }
}
.top .aboutArea-item:nth-child(3) {
  background-image: url(../img/top/top_about_listBg_03_sp.png);
  padding-top: calc((50/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(3) {
    background-image: url(../img/top/top_about_listBg_03_pc.png);
    padding-top: 30px;
  }
}
.top .aboutArea-item:nth-child(3) dd {
  margin-top: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(3) dd {
    margin-top: 15px;
  }
}
.top .aboutArea-item:nth-child(4) {
  background-image: url(../img/top/top_about_listBg_04_sp.png);
  padding-top: calc((23/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(4) {
    background-image: url(../img/top/top_about_listBg_04_pc.png);
    padding-top: 20px;
  }
}
.top .aboutArea-item:nth-child(4) dd {
  position: relative;
  top: calc((-14/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(4) dd {
    top: -15px;
  }
}
.top .aboutArea-item:nth-child(5) {
  background-image: url(../img/top/top_about_listBg_05_sp.png);
  padding-top: calc((31/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(5) {
    background-image: url(../img/top/top_about_listBg_05_pc.png);
    padding-top: 25px;
  }
}
.top .aboutArea-item:nth-child(6) {
  background-image: url(../img/top/top_about_listBg_06_sp.png);
  padding-top: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(6) {
    background-image: url(../img/top/top_about_listBg_06_pc.png);
    padding-top: 33px;
  }
}
@media screen and (max-width: 767px), print {
  .top .aboutArea-item:nth-child(n+3) {
    margin-top: calc((24/750) * 100vw);
  }
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-item:nth-child(n+4) {
    margin-top: 15px;
  }
}
.top .aboutArea-swiper {
  height: 100%;
  width: calc((720/750) * 100vw);
  margin: calc((37/750) * 100vw) 0 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-swiper {
    width: 100%;
    margin: 28px auto 0;
  }
}
.top .aboutArea-slide {
  width: calc((174/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-slide {
    width: 142px;
  }
}
.top .aboutArea .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 768px), print {
  .top .aboutArea-button-prev, .top .aboutArea-button-next {
    top: 40%;
  }
}
.top .aboutArea .c-btn {
  border: none;
  margin-top: calc((110/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .aboutArea .c-btn {
    margin-top: 65px;
  }
}
.top .interviewArea {
  padding: calc((110/750) * 100vw) 0 calc((230/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea {
    padding: 65px 0 130px;
  }
}
.top .interviewArea-list {
  margin-top: calc((130/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-list {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-item {
    width: 572px;
  }
}
.top .interviewArea-item a {
  color: #333;
}
.top .interviewArea-item dl {
  position: relative;
}
.top .interviewArea-item dt {
  position: absolute;
  background-color: #FFCE00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc((24/750) * 100vw);
  font-weight: 500;
  width: calc((210/750) * 100vw);
  height: calc((50/750) * 100vw);
  border-radius: calc((10/750) * 100vw) 0 0 0;
  top: 0;
  left: 0;
  padding-left: calc((25/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-item dt {
    font-size: 18px;
    width: 176px;
    height: 42px;
    border-radius: 7px 0 0 0;
    padding-left: 21px;
  }
}
.top .interviewArea-item dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((-49/750) * 100vw);
  border-bottom: calc((50/750) * 100vw) solid transparent;
  border-left: calc((50/750) * 100vw) solid #FFCE00;
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-item dt::after {
    right: -40px;
    border-bottom: 42px solid transparent;
    border-left: 42px solid #FFCE00;
  }
}
.top .interviewArea-item dd.txt {
  position: relative;
  background-color: #404040;
  color: #fff;
  padding: calc((30/750) * 100vw) calc((36/750) * 100vw);
  font-size: calc((34/750) * 100vw);
  line-height: calc((48/750) * 100vw);
  font-weight: 500;
  border-radius: 0 0 calc((10/750) * 100vw) calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-item dd.txt {
    padding: 20px 28px;
    font-size: 28px;
    line-height: 40px;
    border-radius: 0 0 7px 7px;
  }
}
.top .interviewArea-item dd.txt span {
  font-size: calc((24/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-item dd.txt span {
    font-size: 16px;
  }
}
.top .interviewArea-item dd.txt::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  width: calc((23/750) * 100vw);
  height: calc((23/750) * 100vw);
  border: calc((2/750) * 100vw) solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  top: 44%;
  right: calc((32/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-item dd.txt::after {
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    top: 44%;
    right: 16px;
  }
}
.top .interviewArea-item:nth-child(n+2) {
  margin-top: calc((35/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-item:nth-child(n+2) {
    margin: 0;
  }
}
.top .interviewArea-swiper-container {
  position: relative;
  margin-top: calc((65/750) * 100vw);
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-swiper-container {
    margin-top: 91px;
  }
}
.top .interviewArea-swiper-item {
  width: calc((370/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-swiper-item {
    width: 370px;
  }
}
.top .interviewArea-swiper-item a {
  color: #333;
}
.top .interviewArea-swiper-item dl {
  position: relative;
  border-radius: calc((7/750) * 100vw);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-swiper-item {
    border-radius: 7px;
  }
}
.top .interviewArea-swiper-item dt {
  font-size: calc((22/750) * 100vw);
  width: calc((175/750) * 100vw);
  height: calc((42/750) * 100vw);
  padding-left: calc((21/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-swiper-item dt {
    font-size: 18px;
    width: 176px;
    height: 42px;
    border-radius: 7px 0 0 0;
    padding-left: 21px;
  }
}
.top .interviewArea-swiper-item dt::after {
  content: "";
  position: absolute;
  right: calc((-41/750) * 100vw);
  border-bottom: calc((42/750) * 100vw) solid transparent;
  border-left: calc((42/750) * 100vw) solid #FFCE00;
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-swiper-item dt::after {
    right: -41px;
    border-bottom: 42px solid transparent;
    border-left: 42px solid #FFCE00;
  }
}
.top .interviewArea-swiper-item dd.txt {
  padding: calc((30/750) * 100vw) calc((25/750) * 100vw);
  font-size: calc((22/750) * 100vw);
  line-height: calc((34/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-swiper-item dd.txt {
    padding: 20px 28px;
    font-size: 22px;
    line-height: 34px;
  }
}
.top .interviewArea-swiper-item dd.txt span {
  font-size: calc((15/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-swiper-item dd.txt span {
    font-size: 16px;
  }
}
.top .interviewArea-swiper-item dd.txt::after {
  width: calc((20/750) * 100vw);
  height: calc((20/750) * 100vw);
  border: calc((2/750) * 100vw) solid currentColor;
  border-left: 0;
  border-bottom: 0;
  top: 0;
  top: 70%;
  right: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-swiper-item dd.txt::after {
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    top: 75%;
    right: 20px;
  }
}
.top .interviewArea-swiper-item:nth-child(n+2) {
  margin-top: 0;
}
.top .interviewArea-pagination {
  position: absolute;
  top: initial;
  bottom: calc((-98/750) * 100vw);
}
.top .interviewArea-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.top .interviewArea-button-prev, .top .interviewArea-button-next {
  position: absolute;
  top: initial;
  bottom: calc((-112/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea-button-prev, .top .interviewArea-button-next {
    top: 44.5%;
    bottom: initial;
  }
}
.top .interviewArea .c-btn {
  margin-top: calc((225/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .interviewArea .c-btn {
    margin-top: 70px;
  }
}
.top .careerArea {
  height: 100%;
  background-image: url(../img/top/top_career_bg_01_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc((2180/750) * 100vw);
  padding: calc((60/750) * 100vw) 0 calc((110/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea {
    background-image: url(../img/top/top_career_bg_01_pc.png);
    background-position: top center;
    height: 1404px;
    padding: 20px 0 0;
  }
}
.top .careerArea::before {
  top: calc((0/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea::before {
    top: 55px;
  }
}
@media screen and (min-width: 768px), print {
  .top .careerArea-read {
    text-align: left;
    position: relative;
    left: 40px;
    top: 60px;
  }
}
.top .careerArea-cont {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top .careerArea-cont {
    width: 1180px;
    margin: 0 auto;
  }
}
.top .careerArea-box {
  position: absolute;
  color: #fff;
  background-color: #EA5B00;
  font-weight: 500;
  line-height: 1;
  border-radius: calc((100/750) * 100vw);
  width: calc((450/750) * 100vw);
  height: calc((168/750) * 100vw);
  font-size: calc((35/750) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: calc((220/750) * 100vw);
  right: 0;
}
@media screen and (min-width: 768px), print {
  .top .careerArea-box {
    border-radius: 100px;
    width: 708px;
    height: 136px;
    font-size: 29px;
    top: 170px;
  }
}
.top .careerArea-box span {
  display: block;
  font-weight: normal;
  font-size: calc((22/750) * 100vw);
  line-height: calc((30/750) * 100vw);
  padding-top: calc((8/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-box span {
    font-size: 16px;
    line-height: 1;
    padding-top: 15px;
  }
}
.top .careerArea-box::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/top_career_bg_02_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((159/750) * 100vw);
  height: calc((183/750) * 100vw);
  top: calc((-160/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-box::after {
    background-image: url(../img/top/top_career_bg_02_pc.png);
    width: 230px;
    height: 266px;
    top: -255px;
  }
}
.top .careerArea-list {
  display: flex;
  align-items: flex-end;
  position: relative;
  top: calc((460/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-list {
    top: 420px;
  }
}
.top .careerArea-item {
  color: #fff;
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item {
    padding-top: 0;
  }
}
.top .careerArea-item:nth-child(1) {
  background-color: #EAAB00;
  height: calc((344/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(1) {
    height: 185px;
    padding-top: 22px;
  }
}
.top .careerArea-item:nth-child(1)::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/top_career_bg_03_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((91/750) * 100vw);
  height: calc((165/750) * 100vw);
  bottom: calc((344/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(1)::after {
    background-image: url(../img/top/top_career_bg_03_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 91px;
    height: 165px;
    bottom: 185px;
  }
}
.top .careerArea-item:nth-child(2) {
  background-color: #EA9000;
  height: calc((460/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(2) {
    height: 246px;
    padding-top: 23px;
  }
}
.top .careerArea-item:nth-child(2)::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/top_career_bg_04_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((108/750) * 100vw);
  height: calc((534/750) * 100vw);
  bottom: calc((460/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(2)::after {
    background-image: url(../img/top/top_career_bg_04_pc.png);
    width: 151px;
    height: 396px;
    bottom: 246px;
    left: 315px;
  }
}
.top .careerArea-item:nth-child(3) {
  background-color: #EA8700;
  height: calc((578/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(3) {
    height: 309px;
    padding-top: 56px;
  }
}
.top .careerArea-item:nth-child(4) {
  background-color: #EA7500;
  height: calc((696/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(4) {
    height: 372px;
    padding-top: 94px;
  }
}
.top .careerArea-item:nth-child(4) .careerArea-subTtl {
  letter-spacing: calc((-2/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(4) .careerArea-subTtl {
    letter-spacing: normal;
  }
}
.top .careerArea-item:nth-child(4)::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/top_career_bg_05_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((85/750) * 100vw);
  height: calc((164/750) * 100vw);
  bottom: calc((696/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(4)::after {
    background-image: url(../img/top/top_career_bg_05_pc.png);
    width: 82px;
    height: 157px;
    bottom: 372px;
  }
}
.top .careerArea-item:nth-child(5) {
  background-color: #EA5B00;
  height: calc((812/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-item:nth-child(5) {
    height: 434px;
    padding-top: 160px;
  }
}
.top .careerArea-subTtl {
  font-weight: 500;
  font-size: calc((33/750) * 100vw);
  line-height: calc((40/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-subTtl {
    font-size: 28px;
    line-height: 1;
  }
}
.top .careerArea-subTtl span {
  position: relative;
  display: block;
  font-size: calc((24/750) * 100vw);
  line-height: calc((26/750) * 100vw);
  margin-top: calc((8/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-subTtl span {
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
  }
}
.top .careerArea-subTtl span::before, .top .careerArea-subTtl span::after {
  position: absolute;
  font-weight: 100;
  font-size: calc((50/750) * 100vw);
  top: calc((16/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-subTtl span::before, .top .careerArea-subTtl span::after {
    font-size: 20px;
    top: 1px;
  }
}
.top .careerArea-subTtl span::before {
  content: "（";
  left: calc((-54/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-subTtl span::before {
    left: -22px;
  }
}
.top .careerArea-subTtl span::after {
  content: "）";
  right: calc((-54/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-subTtl span::after {
    right: -22px;
  }
}
.top .careerArea-model {
  font-weight: 500;
  font-size: calc((24/750) * 100vw);
  line-height: calc((26/750) * 100vw);
  border: calc((2/750) * 100vw) solid #fff;
  width: calc((106/750) * 100vw);
  margin-top: calc((25/750) * 100vw);
  padding: calc((5/750) * 100vw) 0 calc((10/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-model {
    font-size: 16px;
    line-height: 1;
    border: 2px solid #fff;
    width: 187px;
    height: 27px;
    padding: 3px 0;
    margin-top: 15px;
  }
}
.top .careerArea-income {
  font-weight: 500;
  line-height: 1;
  font-size: calc((33/750) * 100vw);
  margin-top: calc((5/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-income {
    font-size: 28px;
    margin-top: 5px;
  }
}
.top .careerArea-income span {
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  font-size: calc((70/750) * 100vw);
  padding-bottom: calc((12/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-income span {
    font-size: 70px;
    padding: 0;
  }
}
.top .careerArea-memo {
  font-weight: normal;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-memo {
    font-size: 16px;
    margin-top: 10px;
  }
}
.top .careerArea-note {
  position: absolute;
  font-weight: 500;
  font-size: calc((22/750) * 100vw);
  bottom: calc((312/750) * 100vw);
  line-height: 1.3;
  margin-top: calc((15/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea-note {
    font-size: 14px;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    margin-top: 0;
  }
}
.top .careerArea .c-btn {
  border: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc((108/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .careerArea .c-btn {
    bottom: 85px;
  }
}
.top .newsArea {
  background-color: #FAF9F2;
  padding: calc((110/750) * 100vw) 0;
}
@media screen and (min-width: 768px), print {
  .top .newsArea {
    padding: 38px 55px;
  }
}
.top .newsArea-inner {
  background-color: #fff;
  padding: calc((50/750) * 100vw) calc((47/750) * 100vw);
  margin: 0 calc((30/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .newsArea-inner {
    padding: 48px 40px 48px 62px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
.top .newsArea-ttl {
  font-size: calc((60/750) * 100vw);
  line-height: 1;
  color: #EA5B00;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .top .newsArea-ttl {
    text-align: left;
    font-size: 38px;
    width: 200px;
  }
}
.top .newsArea-list {
  font-weight: 500;
  font-size: calc((26/750) * 100vw);
  line-height: calc((46/750) * 100vw);
  margin-top: calc((45/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .newsArea-list {
    font-size: 16px;
    line-height: 34px;
    margin-top: 0;
    width: 878px;
  }
}
.top .newsArea-item:nth-child(n+2) {
  border-top: calc((2/750) * 100vw) solid #CDD6DD;
  padding-top: calc((24/750) * 100vw);
  margin-top: calc((24/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .newsArea-item:nth-child(n+2) {
    border-top: 1px solid #CDD6DD;
    padding-top: 16px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .top .newsArea-cont {
    display: flex;
  }
}
.top .newsArea-day {
  display: flex;
  flex-direction: row;
}
.top .newsArea-day .briefing {
  color: #fff;
  background-color: #EAAB00;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: calc((50/750) * 100vw);
  font-size: calc((21/750) * 100vw);
  padding: calc((6/750) * 100vw) calc((33/750) * 100vw);
  margin-left: calc((20/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .newsArea-day .briefing {
    border-radius: 50px;
    font-size: 14px;
    padding: 0 21px 1px;
    margin-left: 15px;
  }
}
.top .newsArea-story {
  text-decoration: underline;
  font-weight: 700;
  margin-top: calc((14/750) * 100vw);
}
@media screen and (min-width: 768px), print {
  .top .newsArea-story {
    margin: 0 0 0 23px;
  }
}
.top .newsArea-story a {
  color: #333;
}