/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 04:50:02 */
/******* 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; }

@media (min-width: 1025px) {
  .header {
    height: 100px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    padding-left: 30px; }
    .header-logo {
      padding-left: 10px;
      line-height: 100px;
      width: 20%;
      max-width: 400px;
      height: auto;
      margin-right: 30px; }
      .header-logo img {
        height: auto;
        padding-left: 10px; }
    .pc-nav {
      width: 80%;
      justify-content: space-around;
      display: flex; }
    .nav-list {
      display: flex;
      margin: 0 0 0 auto;
      width: 100%;
      max-width: 1000px;
      justify-content: space-between; }
    .nav-item {
      line-height: 100px;
      font-size: 16px; }
      .nav-item a {
        color: black; }
        .nav-item a:hover {
          opacity: 0.7; }
    .top-bottun {
      width: 20%;
      max-width: 300px;
      height: 100px;
      color: #fff;
      line-height: 100px;
      display: block;
      text-align: center;
      font-size: 20px;
      background-color: #dd3981; }
      .top-bottun:hover {
        opacity: 0.7; }
    .sp-nav {
      display: none; }
    .pc-entry {
      text-align: center;
      width: 100%; }
    .pc-entry p {
      font-size: 24px;
      line-height: 40px;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
      margin-bottom: 20px; }
    .entry-window {
      height: 400px;
      width: 100%;
      background-image: url(https://recruit.gosougi.co.jp/wp-content/themes/recruit/img/entry-window.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative; }
    .bottun-list {
      width: 90%;
      margin: 50px auto;
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
    .entry-bottun {
      margin: 10px auto 50px;
      width: 24%;
      height: 100px;
      color: #fff;
      display: block;
      text-align: center;
      font-size: 24px;
      align-items: center;
      line-height: 100px;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important; }
    .entry-bottun:hover {
      opacity: 0.7; }
    .entry-bottun span {
      position: relative; }
    .entry-bottun span::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 320px;
      width: 15px;
      height: 15px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: rotate(45deg);
      margin-top: -5px; }
    .entry-bottun small {
      margin-left: 10px;
      font-size: 20px;
      line-height: 150px;
      color: white;
      vertical-align: top; }
    .sp-entry {
      display: none; }
    .footer-pc {
      width: 100%;
      height: 150px;
      padding-left: 30px; }
    .footer-sp {
      display: none; }
    .footer-content {
      width: 100%;
      max-width: 1500px;
      margin: auto;
      display: flex;
      justify-content: space-between; }
    .footer-left {
      width: 200px;
      padding-top: 45px;
      align-items: center;
      height: 150px; }
    .footer-left a {
      width: 200px;
      height: 30px;
      overflow: hidden; }
    .footer-left img {
      width: 100%;
      height: auto;
      vertical-align: middle;
      box-sizing: border-box;
      object-fit: cover;
      object-position: 50% 50%; }
    .footer-left img:hover {
      opacity: 0.7; }
    .footer-center {
      height: 150px;
      width: 50%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .footer-menu {
      display: flex;
      font-size: 20px;
      align-items: center; }
    .footer-menu a {
      color: black;
      margin-left: 30px;
      margin-right: 30px; }
    .service-footer {
      display: flex; }
    .service-footer li {
      margin: 10px auto; }
    .footer-menu a:hover {
      font-weight: bold;
      border-bottom: solid 1px #333;
      cursor: pointer; }
    .footer-sns {
      padding-right: 30px;
      justify-content: space-between; }
    .footer-sns a {
      width: 30px;
      height: 30px;
      margin-left: 20px; }
    .footer-sns img {
      width: auto;
      height: 30px; }
    .footer-sns img:hover {
      transform: scale(1.3); }
    .footer-right {
      width: 250px;
      align-items: center;
      padding-left: 20px;
      padding-top: 25px; }
    .footer-bottun {
      width: 200px;
      height: 100px;
      color: #fff;
      line-height: 100px;
      display: block;
      text-align: center;
      font-size: 22px;
      background-color: #dd3981;
      font-weight: bold;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
      margin-left: 30px; }
    .footer-bottun:hover {
      opacity: 0.7; } }

@media (max-width: 1024px) {
  .pc-nav {
    display: none; }
    .header {
      height: 50px;
      width: 100%;
      background-color: white;
      display: flex;
      justify-content: space-between;
      position: fixed;
      z-index: 99; }
    .header-logo {
      width: 40%;
      max-width: 200px;
      padding: 10px; }
    .sp-nav {
      display: flex;
      width: 45%;
      justify-content: space-between; }
    .top-bottun {
      width: 60%;
      height: 50px;
      background-color: #dd3981;
      color: white;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
      line-height: 50px;
      display: block;
      text-align: center;
      font-size: 16px;
      z-index: 99;
      /*      ここからハンバーガーメニュー         */ }
    .menu-btn {
      position: fixed;
      right: 10px;
      display: flex;
      height: 50px;
      width: 50px;
      justify-content: center;
      align-items: center;
      z-index: 99;
      background-color: white; }
    .menu-btn span, .menu-btn span:before, .menu-btn span:after {
      content: "";
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #333;
      position: absolute; }
    .menu-btn span:before {
      bottom: 8px; }
    .menu-btn span:after {
      top: 8px; }
    #menu-btn-check:checked ~ .menu-btn span {
      /*メニューオープン時は真ん中の線を透明にする*/
      background-color: rgba(255, 255, 255, 0); }
    #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg); }
    #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg); }
    #menu-btn-check {
      display: none; }
    .menu-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      /*leftの値を変更してメニューを画面外へ*/
      left: 100%;
      z-index: 80;
      background-color: #fff;
      opacity: 0.9;
      /*アニメーション設定*/
      transition: all 0.5s; }
    .menu-content ul {
      padding: 70px 10px 0; }
    .menu-content ul li {
      border-bottom: solid 1px #000;
      border-top: solid 1px #000;
      list-style: none; }
    .menu-content ul li a {
      display: block;
      width: 90%;
      font-size: 20px;
      box-sizing: border-box;
      color: #333;
      text-decoration: none;
      padding: 15px;
      position: relative; }
    .menu-content ul li a::before {
      content: "";
      width: 10px;
      height: 10px;
      border-top: solid 2px #333;
      border-right: solid 2px #333;
      transform: rotate(45deg);
      position: absolute;
      right: -10px;
      top: 25px; }
    #menu-btn-check:checked ~ .menu-content {
      left: 0;
      /*      ここまでハンバーガーメニュー */ }
    .entry {
      background-color: #efefef;
      text-align: center;
      padding-bottom: 50px;
      margin-top: 30px; }
    .pc-entry {
      display: none; }
    .sp-entry p {
      margin-bottom: 20px; }
    .entry-bottun {
      margin: 10px auto 0;
      width: 320px;
      height: 55px;
      color: #fff;
      line-height: 55px;
      display: block;
      text-align: left;
      font-size: 14px;
      padding-left: 30px; }
    .entry-bottun span {
      position: relative; }
    .entry-bottun span::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 250px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      margin-top: -5px; }
    .entry-bottun small {
      margin-left: 20px;
      font-size: 10px;
      line-height: 55px; }
    .footer-pc {
      display: none; }
    .footer-sp {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 15px; }
    .footer-box h3 {
      width: 200px;
      height: auto;
      margin: auto; }
    .list-bottun {
      display: flex;
      width: 80%;
      height: 120px;
      margin: auto;
      align-items: center;
      padding-left: 20px; }
    .service-footer {
      text-align: left; }
    .service-footer a {
      color: black;
      font-size: 16px; }
    .footer-menu {
      width: 60%;
      margin: auto;
      justify-content: space-between;
      display: flex;
      align-items: center; }
    .footer-menu a {
      width: 50px;
      height: 50px; }
    .footer-bottun {
      margin: auto;
      width: 150px;
      height: 50px;
      background-color: #dd3981;
      color: #fff;
      line-height: 50px;
      display: block;
      text-align: center;
      font-size: 16px; } }
