<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------
fonts
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  body,
  input,
  select {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    color: #2c2c2c;
    font-size: 15px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  body,
  input,
  select {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    color: #2c2c2c;
    font-size: 15px;
  }
}

/*=================================
共通class
=================================*/
/*---------------------------------
base
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-contents {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }

  .main-inr{
    overflow: hidden;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  body.is-fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .main {
    margin-top: 64px;
  }

  .c-contents {
    padding: 0 20px;
  }
  .c-h2-section {
    margin: 0 30px;
  }
}

/*---------------------------------
カラー
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-color-orange {
    color: #ED8B00 !important;
  }
  .c-color-darkBlue {
    color: #0068B4 !important;
  }
  .c-color-green {
    color: #009F3A !important;
  }
  .c-color-wineRed {
    color: #E73C84 !important;
  }
  .c-color-gray {
    color: #8b8b8b !important;
  }
  .c-color-white {
    color: #ffffff !important;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-color-orange {
    color: #ED8B00 !important;
  }
  .c-color-darkBlue {
    color: #0068B4 !important;
  }
  .c-color-green {
    color: #009F3A !important;
  }
  .c-color-wineRed {
    color: #E73C84 !important;
  }
  .c-color-gray {
    color: #8b8b8b !important;
  }
  .c-color-white {
    color: #ffffff !important;
  }
}

/*---------------------------------
見出し
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-h1 {
    margin-bottom: 22px;
  }
  .c-h1-subtxt {
    display: block;
    font-size: 16px;
    color: #CC0022;
    margin-bottom: 10px;
    line-height: 1.25;
  }
  .c-h1-txt {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
  }

  .c-h1--bg {
    margin: 100px 0 65px;
  }
  .c-h1-txt--bg {
    display: inline-block;
    background-color: #fff;
    padding: 7px 10px 8px;
  }
  .c-h1-txt--bg:not(:first-of-type) {
    margin-top: 20px;
  }

  .c-h2 {
    margin-bottom: 30px;
  }
  .c-h2-subtxt {
    display: block;
    font-size: 16px;
    color: #CC0022;
    margin-bottom: 6px;
    line-height: 1.25;
  }
  .c-h2-txt {
    display: block;
    color: #2C2C2C;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.355;
  }

  .c-h3 {
    margin-bottom: 30px;
  }
  .c-h3-subtxt {
    display: block;
    font-size: 16px;
    color: #ef8200;
    margin-bottom: 10px;
  }
  .c-h3-txt {
    display: block;
    font-size: 28px;
    font-weight: bold;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-h1 {
    margin-bottom: 11px;
  }
  .c-h1-subtxt {
    display: block;
    font-size: 16px;
    color: #CC0022;
    margin-bottom: 10px;
    line-height: 1.25;
  }
  .c-h1-txt {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
  }

  .c-h1--bg {
    padding-bottom: 9.3333vw;
    margin-top: 81.39vw;
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    background-color: #F8CAB9;
  }
  .c-h1-txt--bg {
    display: inline-block;
    background-color: #fff;
    padding: 7px 10px 8px 5.33vw;
    font-size: 30px;
  }
  .c-h1-txt--bg:not(:first-of-type) {
    margin-top: 3.2vw;
  }

  .c-h2 {
    margin-bottom: 25px;
  }
  .c-h2-subtxt {
    display: block;
    font-size: 16px;
    color: #CC0022;
    margin-bottom: 6px;
    line-height: 1.25;
  }
  .c-h2-txt {
    color: #2C2C2C;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
  }

  .c-h2.c-h2--single {
    margin-bottom: 40px;
  }
  .c-h2--single .c-h2-txt {
    font-size: 30px;
  }

  .c-h3 {
    margin-bottom: 25px;
  }
  .c-h3-subtxt {
    display: block;
    font-size: 16px;
    color: #ef8200;
    margin-bottom: 10px;
  }
  .c-h3-txt {
    display: block;
    font-size: 22px;
    font-weight: bold;
  }
}

/*---------------------------------
ハッシュタグ
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-ttl-tag {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-ttl-tag-list {
    color: #8b8b8b;
    font-size: 12px;
  }
  .c-ttl-tag-list:not(:last-of-type) {
    margin-right: 10px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-ttl-tag {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-ttl-tag-list {
    color: #8b8b8b;
    font-size: 12px;
  }
  .c-ttl-tag-list:not(:last-of-type) {
    margin-right: 10px;
  }
}

/*---------------------------------
テキスト
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

/*=================================
共通パーツ
=================================*/
/*---------------------------------
FV
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-fv {
    max-width: 980px;
    margin: 0 auto 80px;
    padding: 40px 20px 0;
    box-sizing: content-box;
  }
  .c-fv-inr {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-fv-inr::before {
    content: "";
    width: 66vw;
    height: 222px;
    border-bottom-left-radius: 20px;
    background-color: #F8CAB9;
    position: absolute;
    left: 332px;
    top: -40px;
    z-index: 1;
  }
  .c-fv__main {
    position: relative;
    z-index: 1;
  }
  .c-fv__tag {
    display: block;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 36px;
    position: relative;
  }
  .c-fv__tag::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .c-fv__tag--orange::before {
    background-color: #ED8B00;
  }
  .c-fv__tag--darkBlue::before {
    background-color: #0068B4;
  }
  .c-fv__tag--green::before {
    background-color: #009F3A;
  }
  .c-fv__tag--wineRed::before {
    background-color: #E73C84;
  }
  .c-fv__img {
    position: relative;
    z-index: 1;
    min-width: 565px;
  }
  .c-fv__img-item {
    width: auto;
    height: 260px;
    display: block;
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1020px) {
  .c-fv-inr::before {
    width: 841px;
    left: auto;
    right: -193px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-fv {
    padding: 32px 20px 0;
    margin-bottom: 60px;
  }
  .c-fv-inr {
    box-sizing: border-box;
    position: relative;
  }
  .c-fv__tag {
    display: block;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 30px;
    position: relative;
  }
  .c-fv__tag::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .c-fv__tag--orange::before {
    background-color: #ED8B00;
  }
  .c-fv__tag--darkBlue::before {
    background-color: #0068B4;
  }
  .c-fv__tag--green::before {
    background-color: #009F3A;
  }
  .c-fv__tag--wineRed::before {
    background-color: #E73C84;
  }
  .c-fv__main {
    margin-bottom: 40px;
  }
  .c-fv__img {
    width: 94.67vw;
    height: 56vw;
    position: relative;
    right: 0;
  }
  .c-fv__img-item {
    width: 100%;
  }
}

/*---------------------------------
MV(インタビューページ専用)
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-mv {
    background-color: #F8CAB9;
    overflow: hidden;
    margin-bottom: 100px;
  }
  .c-mv-inr {
    max-width: 1020px;
    margin: 0 auto;
    padding: 36px 20px 0;
    min-height: 629px;
    position: relative;
  }
  .c-mv-inr::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 630px 150px 0 0px;
    border-color: #F8CAB9 transparent transparent transparent;
    position: absolute;
    right: 501px;
    top: 0;
    z-index: 1;
  }
  .c-mv__main {
    position: relative;
    z-index: 2;
  }
  .c-mv__img {
    width: 880px;
    height: 630px;
    position: absolute;
    right: -230px;
    top: 0;
    z-index: 0;
  }
  .c-mv__img::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 630px 150px;
    border-color: transparent transparent #F8CAB9 transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .c-mv__main-kw {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 17px;
    position: relative;
  }
  .c-mv__main-kw::before {
    content: "";
    background-color: #CC0022;
    width: 36px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-mv__tag {
    display: block;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 15px;
    position: relative;
  }
  .c-mv__tag::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .c-mv__tag--orange::before {
    background-color: #ED8B00;
  }
  .c-mv__tag--darkBlue::before {
    background-color: #0068B4;
  }
  .c-mv__tag--green::before {
    background-color: #009F3A;
  }
  .c-mv__tag--wineRed::before {
    background-color: #E73C84;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-mv {
    background-color: #F8CAB9;
    margin-bottom: 100px;
    position: relative;
  }
  .c-mv::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.6667vw 100vw 0 0vw;
    border-color: #F8CAB9 transparent transparent transparent;
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
    bottom: -10.5vw;
    left: 50%;
  }
  .c-mv-inr {
    padding: 8.5333vw 5.3333vw 10.6667vw;
    position: relative;
  }
  .c-mv-inr::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
  }
  .c-mv-inr::before {
    border-width: 10.6667vw 100vw 0 0vw;
    border-color: #F8CAB9 transparent transparent transparent;
    top: 20.59vw;
  }
  /* .c-mv-inr .c-h1::before {
    border-width: 0 0vw 10.6667vw 100vw;
    border-color: transparent transparent #ffebd0 transparent;
    top: -9.666vw;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
  } */
  .c-mv__main {
    position: relative;
    z-index: 2;
  }
  .c-mv__img {
    width: 100vw;
    height: 103vw;
    position: absolute;
    transform: translateX(-50%);
    left: 0;
    top: 20.59vw;
    z-index: 0;
  }
  .c-mv__img::after{
    border-width: 0 0vw 10.6667vw 100vw;
    border-color: transparent transparent #F8CAB9 transparent;
    bottom: 17.3333vw;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 0;
    transform: translateX(-50%);
    left: 50%;
  }
  .c-mv__main-kw {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 4.5333vw;
    position: relative;
  }
  .c-mv__main-kw::before {
    content: "";
    background-color: #CC0022;
    width: 9.6vw;
    height: 0.5333vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-mv__tag {
    display: block;
    padding-left: 3.7333vw;
    font-size: 3.2vw;
    line-height: 1em;
    margin-bottom: 2.6667vw;
    position: relative;
  }
  .c-mv__tag::before {
    content: "";
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .c-mv__tag--orange::before {
    background-color: #ED8B00;
  }
  .c-mv__tag--darkBlue::before {
    background-color: #0068B4;
  }
  .c-mv__tag--green::before {
    background-color: #009F3A;
  }
  .c-mv__tag--wineRed::before {
    background-color: #E73C84;
  }
}

/*---------------------------------
Recommend
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-recommend {
    max-width: 980px;
    margin: 120px auto 0;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .c-recommend__ttl {
    margin-bottom: 32px;
  }
  .c-recommend__ttl-subtxt {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 1.25;
    color: #CC0022;
  }
  .c-recommend__ttl-txt {
    display: block;
    font-size: 24px;
    line-height: 1.25;
  }
  .c-recommend__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c-recommend__wrap-box {
    width: 233px;
  }
  /* ▼画像の拡大▼ */
  .c-recommend__wrap-box img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  .c-recommend__wrap-box:hover img {
    transform: scale(1.2);
  }
  .c-recommend__wrap-box-img {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 4px;
  }
  /* ▲画像の拡大▲ */
  .c-recommend__wrap-box:not(:last-of-type) {
    margin-right: 16px;
  }
  .c-recommend__wrap-box-img {
    display: block;
    margin-bottom: 16px;
  }
  .c-recommend__wrap-box-img-item {
    width: 100%;
    height: 145px;
  }
  .c-recommend__wrap-box-txt {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .c-recommend__wrap-box:hover .c-recommend__wrap-box-txt {
    color: #CC0022;
  }
  .c-recommend__wrap-box-tags-txt {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1em;
  }
  .c-recommend__wrap-box-tags-txt:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-recommend {
    padding: 0 20px;
    margin-top: 80px;
  }
  .c-recommend__ttl {
    margin-bottom: 30px;
  }
  .c-recommend__ttl-subtxt {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    color: #CC0022;
  }
  .c-recommend__ttl-txt {
    display: block;
    font-size: 18px;
  }
  .c-recommend__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-recommend__wrap-box {
    width: 42.67vw;
  }
  .c-recommend__wrap-box:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .c-recommend__wrap-box-img {
    display: block;
    margin-bottom: 16px;
  }
  .c-recommend__wrap-box-img-item {
    width: 100%;
    height: 26.67vw;
  }
  .c-recommend__wrap-box-txt {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .c-recommend__wrap-box-tags-txt {
    color: #8b8b8b;
    font-size: 10px;
    line-height: 1em;
  }
  .c-recommend__wrap-box-tags-txt:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

/*---------------------------------
header
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-header {
    background-color: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #c02;
  }
  .c-header-inr {
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-header__logo {
    display: block;
    width: 275px;
    height: 18px;
  }
  .c-header__logo-item {
    width: 100%;
    height: 100%;
    display: block;
  }

  .c-header__wrap-list {
    display: flex;
    align-items: center;
  }
  .c-header__wrap-list-item {
    position: relative;
  }
  .c-header__wrap-list-item:not(:last-of-type) {
    margin-right: 50px;
  }
  .c-header__wrap-list-item-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    padding: 22px 0;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .c-header__wrap-list-item:hover &gt; .c-header__wrap-list-item-ttl::after {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #CC0022;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-header__wrap-list-item.c-header__wrap-list-item--entry:hover
    &gt; .c-header__wrap-list-item-ttl::after {
    background-color: #F2F3F0;
  }

  .c-header__wrap-list-item-box-outer {
    position: fixed;
    top: 61px;
    left: 0;
    width: 100vw;
    background-color: #F2F3F0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
  }
  .c-header__wrap-list-item:hover &gt; .c-header__wrap-list-item-box-outer {
    visibility: visible;
    opacity: 1;
  }
  .c-header__wrap-list-item-box {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .c-header__wrap-list-item-box-inr:not(:last-of-type) {
    margin-right: 60px;
  }
  .c-header__wrap-list-item-box-inr-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    padding: 40px 0 38px 15px;
    display: block;
    position: relative;
  }
  .c-header__wrap-list-item-box-inr-link::before {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_share23/img/icon_arrow_right_orange.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-header__wrap-list-item--entry .c-header__wrap-list-item-ttl {
    color: #fff;
    background-color: #CC0022;
    padding: 22px 25px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #c02;
  }
  .c-header-inr {
    position: relative;
  }

  .c-header__head {
    padding: 20px 20px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
  }
  .c-header__head-logo {
    display: block;
    width: 229px;
    height: 15px;
  }
  .c-header__head-logo-item {
    width: 100%;
    height: 100%;
    display: block;
  }
  .c-header__head-trigger {
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
  }
  .c-header__head-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CC0022;
  }
  .c-header__head-trigger span:nth-of-type(1) {
    top: 0;
  }
  .c-header__head-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .c-header__head-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .c-header__head-trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .c-header__head-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-header__head-trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  .c-header__head-trigger,
  .c-header__head-trigger span {
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .c-header__wrap {
    width: 100vw;
    position: absolute;
    top: 66px;
    left: 100vw;
    transition: 0.8s;
    background-color: #F2F3F0;
    padding: 40px 20px 100px;
    height: 100vh;
    overflow: scroll;
    z-index: 1;
  }
  .c-header__wrap.is-active {
    left: 0;
  }
  .c-header__wrap-list {
    margin-bottom: 100px;
  }
  .c-header__wrap-list-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
  }
  .c-header__wrap-list-item:not(:first-of-type) {
    margin-top: 25px;
  }
  .c-header__wrap-list-item-ttl {
    font-size: 16px;
    line-height: 25px;
    position: relative;
    display: block;
    cursor: pointer;
  }
  .c-header__wrap-list-item-ttl::after {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_share23/img/icon_acc_plus.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .c-header__wrap-list-item-ttl.is-active::after {
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_share23/img/icon_acc_minus.svg?20240528);
  }
  .c-header__wrap-list-item-box {
    padding-top: 25px;
    display: none;
  }
  .c-header__wrap-list-item-box-inr:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .c-header__wrap-list-item-box-inr-link {
    font-size: 14px;
    line-height: 1em;
    padding: 0 0 0 15px;
    display: block;
    position: relative;
  }
  .c-header__wrap-list-item-box-inr-link::before {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_share23/img/icon_arrow_right_orange.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-header__wrap-list-item--entry {
    margin-bottom: 40px;
    border-bottom: none;
  }
  .c-header__wrap-list-item--entry .c-header__wrap-list-item-ttl {
    margin-bottom: 25px;
  }
  .c-header__wrap-list-item--entry .c-header__wrap-list-item-ttl::after {
    content: none;
  }
  .c-header__wrap-list-item--entry .c-header__wrap-list-item-box {
    display: block;
  }
  .c-header__wrap-list-item-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-header__wrap-list-item-btns-link {
    width: calc(50% - 7.5px);
    padding: 21px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #CC0022;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .c-header__wrap-list-item-btns-link:nth-of-type(n + 3) {
    margin-top: 16px;
  }
  .c-header__wrap-list-item-btns-link--darkOrange {
    background-color: #CC0022;
  }
}

/*---------------------------------
footer
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-footer {
    margin-top: 115px;
    padding: 40px 20px 40px;
    box-sizing: border-box;
    background: #F2F3F0;
    letter-spacing: 0.1em;
  }
  .c-footer-inr {
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
  .c-footer__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-footer__wrap-box:not(:last-of-type) {
    margin-right: 52px;
  }
  .c-footer__wrap-box {
    width: 233px;
  }
  .c-footer__wrap-box-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
  }
  .c-footer__wrap-box-list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .c-footer__wrap-box-list-item-link {
    font-size: 14px;
    line-height: 1em;
    padding: 0 0 0 15px;
    display: block;
    position: relative;
  }
  .c-footer__wrap-box-list-item-link::before {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_share23/img/icon_arrow_right_orange.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-footer {
    margin-top: 120px;
    padding: 30px 20px 35px;
    box-sizing: border-box;
    background: #f2f2f2;
    letter-spacing: 0.1em;
  }
  .c-footer-inr {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .c-footer__wrap-box:not(:last-of-type) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
  }
  .c-footer__wrap-box-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
  }
  .c-footer__wrap-box-list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .c-footer__wrap-box-list-item-link {
    font-size: 14px;
    line-height: 1em;
    padding: 0 0 0 15px;
    display: block;
    position: relative;
  }
  .c-footer__wrap-box-list-item-link::before {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_share23/img/icon_arrow_right_orange.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*---------------------------------
pageTop
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-pageTop {
    font-size: 14px;
    padding-top: 25px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .c-pageTop-inr {
    max-width: 980px;
    margin: 0 auto;
    text-align: right;
    letter-spacing: 0.05em;
  }
  .c-pageTop__link-icon {
    padding-right: 10px;
    vertical-align: top;
    padding-top: 4px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-pageTop {
    font-size: 14px;
    box-sizing: border-box;
    padding: 50px 20px 15px;
    background-color: #fff;
  }
  .c-pageTop-inr {
    text-align: right;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  .c-pageTop__link-icon {
    padding-right: 7px;
    padding-top: 2px;
    vertical-align: top;
  }
}

/*---------------------------------
Copyright
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .c-copyright {
    background: #CC0022;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .c-copyright__main {
    margin-bottom: 0;
    color: white;
    line-height: 1;
    font-size: 12px;
    width: calc(100% - 440px);
    letter-spacing: 0.15em;
    text-align: center;
    padding-left: 0;
    box-sizing: border-box;
    text-align-last: left;
  }
  .c-copyright__link {
    margin-bottom: 0;
    color: white;
    line-height: 1;
    width: 140px;
  }
  .c-copyright__link:last-of-type {
    width: 175px;
  }
  .c-copyright__link-txt {
    color: white;
    font-size: 12px;
    display: block;
    padding-left: 15px;
    border-left: 1px solid #fff;
    margin-left: 15px;
    box-sizing: border-box;
    transition: all ease 0.4s;
  }
  .c-copyright__link:nth-of-type(2) .c-copyright__link-txt {
    border-left: none;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .c-copyright {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    letter-spacing: 0em;
    font-weight: 400;
    margin-bottom: -25px;
    padding: 0;
    background: #f2f2f2;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-copyright__main {
    color: white;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    background: #CC0022;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 10px;
    line-height: 1.8em;
    text-align: center;
    display: block;
  }
  .c-copyright__link {
    color: white;
    line-height: 1;
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #e6e6e6;
  }
  .c-copyright__link-txt {
    box-sizing: border-box;
    transition: all ease 0.4s;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 40px;
    border: none;
    text-align: left;
    color: #333;
    font-size: 14px;
    background: url(https://d18f657670wm8u.cloudfront.net/recruit/_share23/img/icon_footer.svg?20240528) no-repeat center left
      20px;
    background-size: 12.5px;
    background-color: #fff;
    font-weight: 400;
  }
}

/*---------------------------------
アニメーション
---------------------------------*/
.c-ani-fv {
  animation: fadein-right 1s ease-out forwards;
}
@keyframes fadein-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.js-ani-fadeUp {
  opacity: 0;
}
</pre></body></html>