/*
    Theme Name: SWELL
    Theme URI: https://swell-theme.com/
    Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
    Version: 2.16.0
    Requires at least: 5.6
    Requires PHP: 7.3.0
    Author: LOOS,Inc.
    Author URI: https://loos.co.jp/
    Text Domain: swell
    Domain Path: /languages
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@charset "UTF-8";

/* 共通 */
body {
  overflow-x: hidden;
}

a {
  display: block;
}

li {
  list-style: none;
}

/* ファーストビュー */
.fv {
  width: 100%;
  margin: 0 auto;
}

.fv-img img {
  width: 100%;
  margin: 0 auto;
}

.fv-img-pc {
  display: none;
}

@media screen and (min-width:480px) {
  .fv {
    position: relative;
    margin: 0 auto 80px auto;
  }

  .fv-img-pc {
    display: block;
    width: 100%;
  }

  .fv-img-sp {
    display: none;
  }
}

/* カテゴリー */
.category {
  width: 100%;
  margin: 0 auto 30px auto;
}

.category-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.card-wraper_orange {
  background-color: #E98212;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  height: 144px;
  margin: 0 auto 25px auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05), 0 4px 4px -4px rgba(0, 0, 0, .1);
}

.card-wraper_orange a {
  color: #fff;
}

.card-wraper_orange.big {
  transition-duration: .4s;
}

.card-wraper_orange.big:hover {
  transform: scale(1.1);
}

.card-wraper {
  background-color: #fff;
  border: 1px solid #E98212;
  border-radius: 3px;
  padding: 20px 10px;
  width: 100%;
  height: 144px;
  margin: 0 auto 25px auto;
}

.card-wraper.big {
  transition-duration: .4s;
}

.card-wraper.big:hover {
  transform: scale(1.1);
}

.card-icon_White {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.card-icon {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.category-title_white {
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 500;
  margin-bottom: 10px;
}

.category-title {
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 500;
}

.category-desc {
  font-size: clamp(12px, 2vw, 13px);
  font-weight: 400;
  padding: 10px;
}

@media screen and (min-width:600px) {
  .category-desc {
    text-align: center;
  }
}

@media screen and (min-width:768px) {
  .category {
    margin: 0 auto 30px auto;
  }

  .category-card {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }

  .card-wraper_orange {
    padding: 0;
    height: auto;
    margin-bottom: 0;
  }

  .card-wraper {
    padding: 0;
    height: auto;
    margin-bottom: 0;
  }

  .card-icon_White {
    display: block;
    position: relative;
    margin-bottom: 0;
  }

  .page-icon {
    position: absolute;
    top: 30%;
    left: 10px;
  }

  .card-icon {
    display: block;
    position: relative;
    margin-bottom: 0;
  }

  .list-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
  }

  .category-title_white {
    margin: 10px 0 0 50px;
  }

  .category-title {
    margin: 10px 0 0 50px;
  }

  .category-desc {
    margin-left: 40px;
    text-align: left;
  }
}

/* CTA */
.cta {
  width: 100%;
  margin: 0 auto 60px;
}

.cta-list_pc {
  display: none;
}

.cta-list_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 30px;
}

.cta-item {
  background-color: #E98212;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  height: 150px;
}

/* entryだけ背景色変更 */
.cta-item--entry {
  background-color: #E98212;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05), 0 4px 4px -4px rgba(0, 0, 0, .1);
}

.cta-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.cta-inner {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cta-item--entry .cta-inner {
  border: 2px solid #fff;
  background-color: #E98212;
}

.cta-title {
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 700;
  color: #E98212;
  text-align: center;
}

.cta-desc {
  font-size: clamp(12px, 2vw, 13px);
  line-height: 1.3;
  flex-grow: 1;
}

.entry-title,
.entry-desc {
  color: #fff;
}

.entry-title {
  margin-bottom: 15px;
}

.entry-desc {
  text-align: center;
  font-size: clamp(12px, 2vw, 13px);
}

.cta-btn {
  display: inline-block;
  padding: 2px 15px;
  background-color: #E98212;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  align-self: center;
}

/* entryだけ色反転 */
.entry-btn {
  background-color: #fff;
  color: #E98212;
}

@media screen and (min-width: 768px) {
  .cta-list_pc {
    display: block;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
  }

  .cta-list {
    display: none;
  }

  .cta {
    margin-bottom: 80px;
  }

  .cta-item.big {
    transition-duration: .4s;
  }

  .cta-item.big:hover {
    transform: scale(1.1);
  }

  .cta-btn {
    font-size: 15px;
  }

  .casual {
    padding: 2px 30px;
  }

  .entry-title {
    margin-bottom: 0;
  }

  .entry-desc {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .cta-inner {
    padding: 15px 20px;
  }

  .recruitment {
    text-align: center;
  }

  .entry-desc {
    text-align: center;
  }
}

/* 1ページでわかるWalkers */
.title {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}

.page-title {
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 10px;
}

.border {
  border-bottom: 1px solid #E98212;
  margin-bottom: 30px;
}

.content-wraper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.content-wraper p {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width:768px) {
  .title {
    max-width: 1200px;
    margin: 0 auto 50px auto;
  }

  .page-title {
    margin-bottom: 20px;
  }

  .border {
    margin-bottom: 50px;
  }

  .content-wraper {
    gap: 20px;
    padding-left: 30px;
  }
}

/* どんな会社？ */
.what-company {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
}

h3 {
  font-size: clamp(21px, 2vw, 32px);
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
}

.h3-desc {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  margin-bottom: 20px;
}

h4 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  padding: 0 10px;
  margin-bottom: 20px;
}

.company-list {
  margin-bottom: 30px;
}

.company-list li {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 20px;
  border-bottom: 1px solid #D9D9D9;
}

.company-list li:first-of-type {
  border-top: 1px solid #D9D9D9;
}

.list-title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: #696E75;
}

.list-text {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
}

.page-btn {
  background-color: #E98212;
  border-radius: 100px;
  width: 170px;
  height: 30px;
  font-size: clamp(14px, 2vw, 16px);
  margin: 0 auto;
  align-content: center;
}

.page-btn a {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width:768px) {
  .what-company {
    max-width: 1200px;
    margin: 0 auto 80px auto;
  }

  h3 {
    margin-bottom: 30px;
  }

  .h3-desc {
    margin-bottom: 30px;
    line-height: 1.7;
  }

  h4 {
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }

  .company-list {
    max-width: 800px;
    margin: 0 auto 50px auto;
  }

  .kaishamei {
    margin-right: 400px;
  }

  .number {
    margin-right: 380px;
  }

  .menba {
    margin-right: 380px;
  }

  .setsuritsu {
    margin-right: 400px
  }

  .shozaichi {
    margin-right: 400px;
  }

  .page-btn {
    width: 20%;
    height: 40px;
  }

  .page-btn.big {
    transition-duration: .4s;
  }

  .page-btn:hover {
    opacity: 0.8;
    transform: scale(1.1);
  }
}

/* どんな事業？ */
.what-business {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
}

.business-list {
  margin-bottom: 30px;
}

.business-list li {
  padding: 20px 10px;
  border-bottom: 1px solid #D9D9D9;
}

.business-list li:first-of-type {
  border-top: 1px solid #D9D9D9;
}

.business-list-title {
  color: #E98212;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 5px;
}

.business-list-text {
  font-size: clamp(14px, 2vw, 15px);
  font-weight: 400;
  margin-left: 10px;
}

.business-page-btn {
  background-color: #E98212;
  border-radius: 100px;
  width: 170px;
  height: 30px;
  font-size: clamp(14px, 2vw, 16px);
  margin: 0 auto;
  align-content: center;
}

.business-page-btn a {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width:768px) {
  .what-business {
    max-width: 1200px;
    margin: 0 auto 80px auto;
  }

  .business-list {
    max-width: 800px;
    margin: 0 auto 50px auto;
  }

  .business-list li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 20px;
  }

  .business-page-btn {
    width: 20%;
    height: 40px;
  }

  .business-page-btn.big {
    transition-duration: .4s;
  }

  .business-page-btn:hover {
    opacity: 0.8;
    transform: scale(1.1);
  }
}

/* どんな人がいる？ */
.what-member {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
}

.member-list {
  margin-bottom: 30px;
}

.member-list li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 20px 10px;
  border-bottom: 1px solid #D9D9D9;
  align-items: center;
}

.member-list li:first-of-type {
  border-top: 1px solid #D9D9D9;
}

.member-list-title {
  color: #E98212;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 5px;
}

.member-list-text {
  font-size: clamp(14px, 2vw, 15px);
  font-weight: 400;
  margin-left: 10px;
}

@media screen and (min-width:768px) {
  .what-member {
    max-width: 1200px;
    margin: 0 auto 80px auto;
  }

  .member-list {
    max-width: 800px;
    margin: 0 auto 50px auto;
  }

  .member-list li {
    padding: 20px;
  }
}

/* どんな働き方ができる？ */
.what-work-style {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
}

@media screen and (min-width:768px) {
  .what-work-style {
    max-width: 1200px;
    margin: 0 auto 80px auto;
  }

  .hatarakikata {
    margin-bottom: 50px;
  }
}

/* 入社するメリットは？ */
.what-benefits {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
}

.what-benefits ul {
  margin-bottom: 30px;
}

.what-benefits ul li {
  margin-bottom: 20px;
}

.what-benefits ul li:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width:768px) {
  .what-benefits {
    max-width: 1200px;
    margin: 0 auto 80px auto;
  }

  .what-benefits ul {
    margin-bottom: 50px;
  }
}