@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - common_new
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - common_new
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * common_new
  ------------------------------------------------------ */
  /* ----- font ----- */

  /* ----- a ----- */

  /* ----- opacity ----- */

  /* ----- transition ----- */

  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .main_body {
    background: linear-gradient(to top, rgba(255, 243, 236, 0) 0%, rgba(255, 245, 240, 0.5) 100%);
  }
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .home-hero-layout {
    position: relative;
    width: calc(100% + 60px) !important;
    margin: 0 -30px !important;
    overflow: hidden;
  }

  .home-main-visual {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 500px;
    margin: 0 auto;
  }

  .home-main-visual_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    max-width: 1920px;
    margin: 0 auto;
    transform: translateX(-50%);
  }

  .home-main-visual_image {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .home-main-visual_image img {
    width: auto;
    max-width: none;
    height: 100%;
    margin: 0 auto;
  }


  /* ----- home-hidden-title ----- */
  .home-hidden-title {
    clip: rect(0, 0, 0, 0) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
  /* ----- home-news ----- */
  .home-news {
    max-width: 1200px;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: #fff;
    transform: translateY(-80px);
    margin: 0 auto;
    display: flex;
    padding: 16px 44px 13px 52px;
    justify-content: space-between;
    align-items: center;
  }
  .home-news_heading {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .home-news_body {
    width: 822px;
  }
  .home-news_article {
    border-bottom: 2px dotted #999;
    display: flex;
    align-items: center;
    padding: 7px 0;
  }
  .home-news_article:last-child {
    border-bottom: none;
  }
  .home-news_type {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .home-news_property {
    width: 130px;
    color: #666;
    flex-shrink: 0;
  }
  .home-news_date {
    font-size: 1.4rem;
  }
  a.home-news_type {
    text-decoration: none;
  }
  a.home-news_type:hover .home-news_title {
    text-decoration: underline;
  }
  a.home-news_type .home-news_title {
    color: #0d5aaa;
  }
  .home-news_filesize {
    font-style: normal;
    margin-left: 0;
  }
  .home-news_title.a-pdf::after {
    margin: -3px 0 0 15px;
  }

  /* ----- home-card ----- */
  .home-card-wrap {
    width: 1200px;
    margin: -30px auto 0;
    display: flex;
    gap: 36px;
    flex-flow: row wrap;
    justify-content:space-between;
    padding-bottom: 5px;
  }
  .home-card {
    width: calc(50% - 18px);
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    background-color: #fff;
  }
  .home-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 39px 41px 0 0;
    border-color: transparent transparent #ccc transparent;
  }
  .home-card::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 10px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
  }
  .about-color {
    border-color: #ff6000;
  }
  .about-color::before {
    border-right-color: #ff6000;
  }
  .promotion-recruitment-color {
    border-color: #ffba00;
  }
  .promotion-recruitment-color::before {
    border-right-color: #ffba00;
  }
  .achievements-color {
    border-color: #1dc88a;
  }
  .achievements-color::before {
    border-right-color: #1dc88a;
  }
  .record-color {
    border-color: #0090ff;
  }
  .record-color::before {
    border-right-color: #0090ff;
  }
  a.home-card_type {
    text-decoration: none;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 23px 40px 24px;
    display: inline-block;
  }
  a.home-card_type:hover .home-card_title {
    text-decoration: underline;
  }
  .home-card_title {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .home-card_description {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * common_new
  ------------------------------------------------------ */
  /* ----- font ----- */

  /* ----- a ----- */

  /* ----- opacity ----- */

  /* ----- transition ----- */

  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .main_body {
    background: linear-gradient(to top, rgba(255, 243, 236, 0) 0%, rgba(255, 243, 236, 1) 100%);
    margin: 0 -15px;
    overflow: hidden;
  }

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- home-hidden-title ----- */
  .home-hidden-title {
    clip: rect(0, 0, 0, 0) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
  .home-hero-layout {
    margin: 0 -15px;
    overflow: hidden;
  }
  /* ----- home-news ----- */
  .home-news {
    background-color: #fff;
    margin: 0 -15px 0px;
    overflow: hidden;
    padding: 22px 30px 11px;
  }
  .home-news_heading {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
  }
  .home-news_caption {
    margin-top: 2px;
  }
  .home-news_body {
    margin-top: 3px;
  }
  .home-news_article {
    border-bottom: 2px dotted #999;
    align-items: center;
    padding: 10px 0 7px;
  }
  .home-news_article:last-child {
    border-bottom: none;
  }
  .home-news_type {
    width: 100%;
    height: 100%;
  }
  .home-news_property {
    width: 130px;
    color: #666;
  }
  .home-news_date {
    font-size: 1.2rem;
  }
  .home-news_title {
    font-size: 1.4rem;
    line-height: 1.8;
    display: inline-block;
  }
  .home-news_title.a-pdf::after {
    margin: -3px 0 0 11px;
  }
  a.home-news_type {
    text-decoration: none;
  }
  a.home-news_type .home-news_title {
    color: #0d5aaa;
  }
  .home-news_filesize {
    font-style: normal;
    margin-left: 3px;
  }
  /* ----- home-card ----- */
  .home-card-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 30px 15px 10px;
  }
  .home-card {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    background-color: #fff;
  }
  .home-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 28px 28px 0 0;
    border-color: transparent transparent #ccc transparent;
  }
  .home-card::after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
  }
  .about-color {
    border-color: #ff6000;
  }
  .about-color::before {
    border-right-color: #ff6000;
  }
  .promotion-recruitment-color {
    border-color: #ffba00;
  }
  .promotion-recruitment-color::before {
    border-right-color: #ffba00;
  }
  .achievements-color {
    border-color: #1dc88a;
  }
  .achievements-color::before {
    border-right-color: #1dc88a;
  }
  .record-color {
    border-color: #0090ff;
  }
  .record-color::before {
    border-right-color: #0090ff;
  }
  a.home-card_type {
    text-decoration: none;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 17px 19px 14px;
    display: inline-block;
  }
  a.home-card_type:hover .home-card_title {
    text-decoration: underline;
  }
  .home-card_title {
    font-size: 1.7rem;
    font-weight: bold;
  }
  .home-card_description {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 4px;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}