@charset "UTF-8";
/*
last edit: 2026.4.8
*/
/*フォント設定*/
html {
  font-size: 10px;
  /* initial 10px */
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  /* default font-size 16px */
  font-weight: 400;
  line-height: 1.6;
  color: #414141;
  /* 文章処理 */
  overflow-wrap: anywhere;
  /* 収まらない場合は折り返し */
  word-break: normal;
  /* 単語の分割はデフォルト */
  line-break: strict;
  /* 禁則処理厳格 */
}

/*----------------------------------------------------------
/* define
-----------------------------------------------------------*/
/* base color */
/*----------------------------------------------------------
/* リセット・基本定義
-----------------------------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: 400;
}

/* 段落 */
p {
  margin: 0.4em 0 1.2em 0;
}

/* 自動整形で発生した空のpタグを消す */
p:empty {
  display: none;
}

/* アンカー */
a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #2b2b2b;
}

a:active,
a:hover {
  text-decoration: underline;
}

a.no-udline {
  text-decoration: none !important;
}

/*** 詳細以外のページリストスタイルリセット ***/
ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* テーブルのセル内の文字自動折り返し */
table tr th,
table tr td {
  overflow-wrap: anywhere;
}

/*** イメージ ***/
img {
  max-width: 100%;
  height: auto;
}

/*** 汎用クラス ***/
.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

/**************************************************************************/
/*  共通
/**************************************************************************/
#wrapper.recruit {
  background: linear-gradient(180deg, #FFEF72, #FFDB43);
}

.recruit-sec-inner {
  padding: 60px 20px;
  margin: 0 auto;
  max-width: 1240px;
}
.recruit-sec-inner > div:nth-child(n+2),
.recruit-sec-inner > p:nth-child(n+2) {
  margin: 40px 0 0 0;
}

#wrapper.recruit h2 {
  margin: 0 0 40px 0;
  text-align: center;
}

#wrapper.recruit a {
  transition: all 0.2s ease;
}
#wrapper.recruit a:hover {
  text-decoration: none;
}

#wrapper.recruit .font-m {
  font-size: 1.8rem;
}
#wrapper.recruit .font-l {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  #wrapper.recruit {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit-sec-inner > div:nth-child(n+2),
  .recruit-sec-inner > p:nth-child(n+2) {
    margin: 60px 0 0 0;
  }
  #wrapper.recruit h2 {
    margin: 0 0 70px 0;
  }
  #wrapper.recruit .font-m {
    font-size: 2.2rem;
  }
  #wrapper.recruit .font-l {
    font-size: 3rem;
  }
}
/**************************************************************************/
/*  メインビジュアル
/**************************************************************************/
.recruit-mv {
  position: relative;
}
.recruit-mv::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 80%;
  bottom: 0;
  right: 0;
  background: #fff;
}
.recruit-mv h1 {
  position: relative;
  width: 90%;
  margin: 0;
}

/**************************************************************************/
/*  ページ内リンクナビ
/**************************************************************************/
.recruit-nav {
  background: #fff;
}
.recruit-nav .recruit-sec-inner {
  padding-top: 30px;
  padding-bottom: 40px;
}

.recruit-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-menu-list li a {
  position: relative;
  display: block;
  padding: 0 0 8px 0;
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 3px solid #EDB73D;
  transition: all 0.2s ease-out;
}
.recruit-menu-list li a span {
  display: block;
  color: #DD581E;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-style: italic;
}

.recruit-menu-list li a:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #EDB73D transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .recruit-menu-list li {
    width: 48%;
  }
  .recruit-menu-list li:nth-child(n+3) {
    margin: 20px 0 0 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-menu-list li a span {
    font-size: 3.4rem;
  }
}
/**************************************************************************/
/*  代表メッセージ
/**************************************************************************/
#wrapper.recruit .recruit-message {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#wrapper.recruit .recruit-message .text-box p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .recruit-message {
    text-align: center;
  }
  .recruit-message .img-box img {
    max-width: 180px;
  }
  .recruit-message .text-box > div {
    margin: 10px 0 20px 0;
  }
  .recruit-message .text-box > div span {
    display: block;
    margin: 0 0 8px 0;
  }
  .recruit-message .text-box p.message {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit-message {
    display: flex;
    justify-content: space-between;
  }
  .recruit-message .img-box {
    width: 170px;
  }
  .recruit-message .text-box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 200px);
  }
  .recruit-message .text-box > div {
    order: 1;
    margin: 20px 0 0 0;
    text-align: right;
  }
  .recruit-message .text-box > div span {
    padding: 0 10px 0 0;
  }
}
.recruit-point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-point ul li {
  text-align: center;
}
.recruit-point ul li span {
  display: block;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .recruit-point ul li {
    width: 48%;
  }
  .recruit-point ul li:nth-child(n+3) {
    margin: 30px 0 0 0;
  }
  .recruit-point ul li span {
    margin: 10px 0 0 0;
  }
  .recruit-point ul li:last-child {
    flex: 0 0 100%;
  }
  .recruit-point ul li:last-child img {
    width: 48%;
  }
}
/**************************************************************************/
/*  会計事務所の仕事とは
/**************************************************************************/
#about .recruit-sec-inner {
  max-width: 860px;
}

.modal-link {
  margin: 40px 0;
  text-align: center;
}
.modal-link a {
  font-weight: 500;
  color: #DD581E;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.modal-link a:hover {
  opacity: 0.6;
  text-decoration: underline !important;
}

.support-system {
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
}
.support-system h3 {
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #b4b4b4;
  text-align: center;
}
.support-system h3 span {
  padding: 0 30px;
  position: relative;
}
.support-system h3 span::before, .support-system h3 span::after {
  content: "●";
  position: absolute;
  color: #EDB73D;
}
.support-system h3 span::before {
  left: 0;
}
.support-system h3 span::after {
  right: 0;
}
.support-system ol {
  counter-reset: number;
}
.support-system ol li {
  position: relative;
  padding: 0 0 0 24px;
}
.support-system ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #414141;
  border-radius: 50%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}
.support-system ol li:nth-child(n+2) {
  margin: 10px 0 0 0;
}

@media print, screen and (min-width: 768px) {
  .support-system {
    padding: 40px;
  }
  .support-system h3 span {
    padding: 0 40px;
  }
  .support-system ol li {
    padding: 0 0 0 30px;
  }
  .support-system ol li::before {
    top: 5px;
  }
}
.recruit-modal-content {
  background: #DD7D1E;
  background-blend-mode: multiply;
  color: #fff;
  border-radius: 10px;
}
.recruit-modal-content .modal-header {
  border-bottom: none;
}
.recruit-modal-content .modal-header .close {
  color: #fff;
  font-size: 2.4rem;
}
.recruit-modal-content .modal-body {
  padding: 10px 20px;
}
.recruit-modal-content .modal-title {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.recruit-modal-content .modal-title span {
  display: inline-block;
  font-size: 1.8rem;
}
.recruit-modal-content .modal-title span::before {
  content: "◆";
  color: #FFEF72;
}

@media print, screen and (min-width: 768px) {
  .recruit-modal-content .modal-title {
    margin: 0 0 30px 0;
  }
  .recruit-modal-content .modal-title span {
    font-size: 2.4rem;
  }
  .recruit-modal-content .modal-inner-flex {
    display: flex;
    justify-content: space-between;
  }
  .recruit-modal-content .modal-inner-flex .text-box {
    width: 54%;
  }
  .recruit-modal-content .modal-inner-flex .text-box p {
    margin: 0;
  }
  .recruit-modal-content .modal-inner-flex .img-box {
    width: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-modal-content .modal-header {
    padding: 10px 20px;
  }
  .recruit-modal-content .modal-body {
    padding: 10px 30px 30px 30px;
  }
}
/**************************************************************************/
/*  スライダー
/**************************************************************************/
.recruit-slider .slick-track {
  display: flex;
}

/**************************************************************************/
/*  ワークライフバランス
/**************************************************************************/
.work-life-balance ul li {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.work-life-balance ul li .img-box {
  margin: 0 0 20px 0;
  text-align: center;
}
.work-life-balance ul li .text-box h3 {
  font-weight: bold;
}
.work-life-balance ul li .text-box p {
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .work-life-balance ul li:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .work-life-balance ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .work-life-balance ul li {
    width: 32%;
    padding: 40px 30px;
  }
}
/**************************************************************************/
/*  先輩社員の成長モデル
/**************************************************************************/
.recruit #model {
  background: #FAC643;
}

.case-item > div:nth-child(n+2) {
  margin-top: 60px;
}

.case-content h3 {
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: 500;
}
.case-content h3 span {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(180deg, transparent 0 55%, #fff 55% 100%);
}

@media screen and (max-width: 767px) {
  #model .case-content {
    margin-top: 40px;
  }
}
.nav-tabs.case-tab {
  justify-content: center;
  border-color: #414141;
}
.nav-tabs.case-tab li {
  width: 31%;
  margin: 0 1%;
}
.nav-tabs.case-tab li a.nav-link {
  text-align: center;
  font-size: 2rem;
  border: none;
  background: #fff;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #414141;
}
.nav-tabs.case-tab li a.nav-link.active {
  background: #EDE63D;
}

@media print, screen and (min-width: 768px) {
  .nav-tabs.case-tab li {
    width: 26%;
    margin: 0 1%;
  }
}
.case-profile {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.case-profile .img-box {
  text-align: center;
}
.case-profile .text-box .name {
  margin: 0 0 20px 0;
  font-size: 2.7rem;
  font-weight: 500;
}
.case-profile .text-box dl {
  margin: 0;
}
.case-profile .text-box dl dt {
  font-weight: normal;
}
.case-profile .text-box dl dd {
  margin: 0 0 10px 0;
}
.case-profile .text-box dl dd:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .case-profile .text-box {
    margin: 20px 0 0 0;
  }
  .case-profile .text-box .name {
    text-align: center;
  }
  .case-profile .img-box img{
    width:65%;
  }
}
@media print, screen and (min-width: 768px) {
  .case-profile {
    display: flex;
    justify-content: space-between;
  }
  .case-profile .img-box {
    width: 200px;
  }
  .case-profile .text-box {
    width: calc(100% - 230px);
  }
}
.case-message-wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.case-message-wrap .img-box {
  text-align: center;
}
.case-message-wrap .balloon {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.case-message-wrap .balloon::before {
  content: url(../images/recruit/balloon-tail.svg);
  position: absolute;
  left: 30px;
}
.case-message-wrap .balloon p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .balloon {
    margin: 30px 0 0 0;
  }
  .balloon::before {
    top: -30px;
  }
.case-message-wrap .img-box img{
  width:65%;
}
}
@media print, screen and (min-width: 768px) {
  .case-message-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .case-message-wrap .img-box {
    width: 200px;
  }
  .case-message-wrap .balloon {
    width: calc(100% - 240px);
  }
  .case-message-wrap .balloon::before {
    bottom: -30px;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1200px) {
  .case-message-wrap .balloon {
    padding: 30px;
  }
}
/**************************************************************************/
/*  募集職種
/**************************************************************************/
.job-type h3 {
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  font-weight: 500;
  border-bottom: 3px solid #fff;
}
.job-type h3 span {
  padding: 4px 30px;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .job-type h3 {
    text-align: center;
  }
  .job-type h3 span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.8rem;
    border-radius: 100vh;
  }
}
@media print, screen and (min-width: 768px) {
  .job-type h3 {
    padding: 0 0 16px 0;
  }
  .job-type h3 span {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 4px 30px;
    font-size: 2.4rem;
    background: #fff;
  }
}
.job-description {
  width: 100%;
}
.job-description th {
  background: #FFE5CC;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .job-description th {
    display: block;
    padding: 4px;
    color: #DD581E;
  }
  .job-description td {
    display: block;
    margin: 20px 0;
  }
  .job-description tr:last-child td {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .job-description tr:nth-child(n+2) {
    border-top: 1px solid #b4b4b4;
  }
  .job-description th {
    width: 20%;
    padding: 30px;
    font-size: 2rem;
  }
  .job-description td {
    padding: 30px;
    background: #fff;
  }
}
.application-flow ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.application-flow ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.application-flow ul li:last-child::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .application-flow ul {
    max-width: 280px;
    margin: 0 auto;
  }
  .application-flow ul li img {
    width: 60px;
  }
  .application-flow ul li span {
    display: block;
    width: calc(100% - 75px);
    padding: 0 0 10px 0;
    font-size: 2.8rem;
    font-weight: 500;
    border-bottom: 3px solid #fff;
  }
  .application-flow ul li::before {
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
  }
  .application-flow ul li:nth-child(n+2) {
    margin: 50px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .application-flow ul {
    display: flex;
    justify-content: space-between;
  }
  .application-flow ul li {
    flex-direction: column;
    align-items: center;
    width: 17%;
  }
  .application-flow ul li::before {
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
  }
  .application-flow ul li img {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .application-flow ul li::before {
    right: -35px;
  }
}
.recruit-button {
  margin: 60px 0;
}
.recruit-button a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #42AA6E;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  border-radius: 100vh;
  border: 2px solid #fff;
  transition: all 0.2s ease-out;
}
.recruit-button a:hover {
  opacity: 0.6;
}

/**************************************************************************/
/*  
/**************************************************************************/
/* 包含 *//*# sourceMappingURL=style-recruit.css.map */
