@charset "UTF-8";
.common-btn-type1 a:hover .btn-design {
  background-color: #fff; }
.common-btn-type1 a:hover .btn-design > h6 {
  color: #e60012; }
.common-btn-type1 a:hover .btn-design > svg > .st0 {
  fill: #e60012; }
.common-btn-type1 a:hover .btn-design > svg > .st1 {
  fill: #fff; }
.common-btn-type1 a:hover .btn-design.aqua {
  background-color: #fff; }
.common-btn-type1 a:hover .btn-design.aqua > h6 {
  color: #074CCE; }
.common-btn-type1 a:hover .btn-design.aqua > svg > .st0 {
  fill: #074CCE; }
.common-btn-type1 a:hover .btn-design.aqua > svg > .st1 {
  fill: #fff; }
.common-btn-type1 a .btn-design {
  position: relative;
  background-color: #E60012;
  border: 1px solid #E60012;
  border-radius: 50px;
  padding: 10px 60px 10px 18px;
  display: inline-block;
  transition: .5s; }
  .common-btn-type1 a .btn-design.aqua {
    background-color: #074CCE;
    border: 1px solid #074CCE; }
    .common-btn-type1 a .btn-design.aqua svg .st1 {
      fill: #074CCE; }
  .common-btn-type1 a .btn-design h6 {
    font-size: 0.9em;
    color: #fff;
    transition: .5s; }
    @media (min-width: 1024px) {
      .common-btn-type1 a .btn-design h6 {
        font-size: 1.125em; } }
  .common-btn-type1 a .btn-design svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    width: 30px;
    transition: .5s; }
    .common-btn-type1 a .btn-design svg .st0 {
      fill: #fff; }
    .common-btn-type1 a .btn-design svg .st1 {
      fill: #e60012; }

.more-btnA {
  display: inline-block; }
  .more-btnA a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    position: relative; }
    .more-btnA a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #E60012;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s; }
    .more-btnA a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }
    .more-btnA a:hover img, .more-btnA a:hover svg {
      margin-left: 15px; }
    .more-btnA a:hover svg > .st0 {
      fill: #E60012; }
    .more-btnA a h6 {
      font-size: 1.5em;
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      color: #fff; }
    .more-btnA a img, .more-btnA a svg {
      width: 13px;
      margin-left: 10px;
      transition: .5s; }
    .more-btnA a svg .st0 {
      fill: #fff;
      transition: .5s; }

.c-midashi {
  color: #E60012; }
  .c-midashi h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 1.0em;
    font-weight: normal;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .c-midashi h4 {
        font-size: 1.125em; } }
    @media (min-width: 1250px) {
      .c-midashi h4 {
        font-size: 1.25em;
        margin-bottom: 20px; } }
  .c-midashi h2 {
    font-size: 1.4em;
    font-feature-settings: "palt";
    line-height: 1.2em;
    letter-spacing: 0.05em; }
    @media (min-width: 768px) {
      .c-midashi h2 {
        font-size: 1.8em; } }
    @media (min-width: 1250px) {
      .c-midashi h2 {
        font-size: 2.2em; } }
    @media (min-width: 1450px) {
      .c-midashi h2 {
        font-size: 2.4em; } }
    .c-midashi h2 .small {
      font-size: 0.6em; }

.culture-title .txt p {
  font-size: 0.9em;
  text-align: justify;
  line-height: 1.6em; }
  @media (min-width: 1024px) {
    .culture-title .txt p {
      font-size: 1.125em; } }

.card-common {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common.aqua {
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */ }
    .card-common.aqua .swiper-button-prev::after {
      background-image: url("../../img/career/parts/arrow-slide-b.svg");
      transform: rotate(180deg); }
    .card-common.aqua .swiper-button-next::after {
      background-image: url("../../img/career/parts/arrow-slide-b.svg"); }
  .card-common.rouge {
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */ }
    .card-common.rouge .swiper-button-prev::after {
      background-image: url("../../img/career/parts/arrow-slide-r.svg");
      transform: rotate(180deg); }
    .card-common.rouge .swiper-button-next::after {
      background-image: url("../../img/career/parts/arrow-slide-r.svg"); }
  .card-common .swiper-button-prev,
  .card-common .swiper-button-next {
    height: 40px;
    width: 40px;
    z-index: 20; }
  .card-common .swiper-button-prev::after,
  .card-common .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 50px; }
  .card-common .swiper-button-next, .card-common .swiper-container-rtl .swiper-button-prev {
    top: unset;
    bottom: 0;
    right: calc(50% - 100px); }
    @media (min-width: 1250px) {
      .card-common .swiper-button-next, .card-common .swiper-container-rtl .swiper-button-prev {
        right: calc(50% - 80px); } }
  .card-common .swiper-button-prev, .card-common .swiper-container-rtl .swiper-button-next {
    top: unset;
    bottom: 0;
    left: calc(50% - 100px); }
    @media (min-width: 1250px) {
      .card-common .swiper-button-prev, .card-common .swiper-container-rtl .swiper-button-next {
        left: calc(50% - 80px); } }

/*
---------------------------------------------------------------------------------------------------------------------
右下スクロールで表示するボタン
---------------------------------------------------------------------------------------------------------------------
*/
#you-come {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  transform: translateY(100px); }
  #you-come a {
    background-color: #E60012;
    width: 230px;
    height: 60px;
    border-top-left-radius: 20px;
    display: flex;
    position: relative; }
    @media (min-width: 768px) {
      #you-come a {
        height: 80px;
        width: 300px; } }
    @media (min-width: 1250px) {
      #you-come a {
        height: 100px; } }
    #you-come a .entry-btn {
      display: flex;
      align-items: center; }
      #you-come a .entry-btn .entry-btn-in {
        color: #fff;
        padding-left: 20px; }
        #you-come a .entry-btn .entry-btn-in p {
          font-size: 0.8em;
          font-weight: bold; }
          @media (min-width: 768px) {
            #you-come a .entry-btn .entry-btn-in p {
              font-size: 0.9em; } }
        #you-come a .entry-btn .entry-btn-in h2 {
          font-size: 1.25em;
          font-weight: bold;
          margin-top: 0; }
          @media (min-width: 768px) {
            #you-come a .entry-btn .entry-btn-in h2 {
              font-size: 1.5em;
              margin-top: 5px; } }
    #you-come a img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      width: 25px;
      margin: auto;
      vertical-align: bottom;
      transition: .5s; }
    #you-come a:hover img {
      right: 5px; }

#you-come.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(60px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (min-width: 768px) {
  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(100px); }
    to {
      opacity: 1;
      transform: translateY(0); } } }
/*　下に下がる動き　*/
#you-come.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(60px); } }
@media (min-width: 768px) {
  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0); }
    to {
      opacity: 1;
      transform: translateY(100px); } } }
#page-top {
  left: 10px;
  right: inherit; }

#footer {
  padding: 40px 0 80px; }
