/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 26 2026 | 08:31:42 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 04:50:02 */
[data-txt_color="white"] {
  color: white; }

[data-txt_color="red"] {
  color: red; }

[data-txt_color="cr_main"] {
  color: ; }

[data-icon="tag"]:before {
  font-family: "Font Awesome 6 Free";
  content: '\f02c';
  margin-right: 0.5rem;
  font-weight: 900; }

.eye-catch {
  padding-top: 0;
  margin-bottom: 5vmax; }
  @media (min-width: 1025px) {
  .eye-catch .sp-eyecatch {
    display: none; } }
  @media (max-width: 1024px) {
  .eye-catch {
    width: auto;
    height: 650px; }
    .eye-catch .pc-eyecatch {
      display: none; }

    .eye-catch .sp-eyecatch {
      width: auto;
      height: 600px;
      position: relative;
      padding-top: 0; }

    .eye-catch .message-img {
      min-width: 350px;
      max-width: 50%;
      margin: auto;
      position: absolute;
      z-index: 10;
      top: initial;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, 0%); }

    .eye-catch .slide-item {
      width: 100%;
      max-width: 1000px;
      overflow: hidden;
      height: 600px;
      position: relative; }
      .eye-catch .slide-item img {
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); } }

section p {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 200%; }
  section h2 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 4rem;
    margin-bottom: 5rem; }
    section h2 span {
      font-size: 2.5rem; }

#TOP .bg1 {
  background-image: url(https://recruit.gosougi.co.jp/wp-content/uploads/2026/01/toppage_bg1.jpg);
  background-position: center;
  background-size: cover; }
  #TOP .bg2 {
    background-image: url(https://recruit.gosougi.co.jp/wp-content/uploads/2026/01/toppage_bg2.jpg);
    background-position: top;
    background-size: cover; }
    @media (max-width: 1024px) {
  #TOP .bg2 {
    background-image: url(https://recruit.gosougi.co.jp/wp-content/uploads/2026/01/toppage_bg2_sp.jpg);
    background-position: left; } }
  #TOP .f_container {
    width: 90vw;
    max-width: 1200px;
    align-items: center;
    margin: auto; }
    #TOP .f_container .f_half {
      justify-content: center;
      padding: 5rem 0; }
    #TOP .f_container .img_parse img {
      position: absolute;
      height: 100%;
      bottom: 0;
      object-fit: contain; }
      #TOP .f_container .img_parse:before {
        content: '';
        padding-top: 400px; }

.link-bottun {
  display: block;
  width: 400px;
  height: 80px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 80px;
  margin: 30px auto 0;
  background-color: #fff;
  border: solid 2px black;
  color: black; }
  .link-bottun:hover {
    background-color: #000;
    border: solid 1px black;
    color: #fff;
    opacity: 0.7; }
  @media (max-width: 1024px) {
  .link-bottun {
    width: 300px;
    height: 65px;
    line-height: 65px;
    font-size: 2rem; }
    .link-bottun span {
      position: relative; }
      .link-bottun span::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        margin-top: -5px; } }
