@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
flex
//////////////////////////////////　*/
.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  zoom: 1;
}
.flex-style:after {
  display: block;
  content: "";
  clear: both;
}
.flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-4 {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 31.33%;
    margin: 0 1% 40px;
  }
  .flex-style .box-4 {
    width: 23%;
    margin: 0 1% 40px;
  }
  .flex-style {
    margin: 0 -2% 0;
  }
  .flex-style .box-2a, .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 46%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 46%;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
list-style
//////////////////////////////////　*/
.list-style {
  text-indent: -1em;
}
.list-style li {
  margin-left: 1em;
  margin-bottom: 5px;
}

.list-style-b {
  text-indent: -1.3em;
}
.list-style-b li {
  margin-left: 1.3em;
  margin-bottom: 15px;
}

.circle-list {
  text-indent: -1.2em;
}
.circle-list li {
  margin-left: 1.2em;
  margin-bottom: 3px;
}
.circle-list li::before {
  content: "●";
  margin-right: 2px;
}

/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.btnA a span {
  position: relative;
}
.btnA a span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.btnA a {
  display: inline-block;
  line-height: 1;
  padding: 12px 40px 12px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #00967b;
  border: 2px solid #00967b;
  font-weight: bold;
  font-size: 1.4rem;
}
.btnA a:hover {
  color: #00967b;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnA a:hover span {
  position: relative;
}
.btnA a:hover span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #00967b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 15px 60px 15px 30px;
    font-size: 1.6rem;
  }
}

.tel-style {
  text-align: center;
  margin: 10px 0;
}
.tel-style img, .tel-style p {
  display: inline-block;
}
.tel-style p {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: -6px;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
body p {
  font-size: 1.4rem;
}
body img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h2.plan_h2 {
    font-size: 2.4rem;
  }
}

/*///////////////////////////////////////
responsive 共通
//////////////////////////////////////*/
.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

.responsive {
  padding: 0 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.responsive a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .responsive {
    padding: 0 30px;
  }
}
.responsive section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .responsive section {
    margin: 0 0 60px;
  }
}
.responsive .row {
  margin-bottom: -15px;
}
.responsive .row div {
  margin-bottom: 15px;
}
.responsive .h-style-a {
  text-align: left;
  font-size: 1.8rem;
  border-left: 10px solid #00967b;
  border-bottom: 1px solid #00967b;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.responsive .h-style-b {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .responsive .h-style-b {
    font-size: 2.1rem;
  }
}
.responsive {
  /*------------------------------------------
  お問い合わせ欄
  ----------------------------*/
}
.responsive .contact-wrap {
  margin-top: 100px;
  border: 4px solid #9cc857;
}
.responsive .contact-wrap .contact-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  background: #9cc857;
  padding: 10px;
}
.responsive .contact-wrap .contact-inner {
  padding: 15px;
}
.responsive .contact-wrap .contact-inner h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.responsive .contact-wrap .contact-inner .btnA {
  margin-bottom: 0;
}
.responsive .contact-wrap .contact-inner .contact-tel {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #00967b;
  font-size: 3.8rem;
  font-weight: bold;
}
.responsive .contact-wrap .flex-style .box-2a, .responsive .contact-wrap .flex-style .box-2b {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.responsive .contact-wrap .flex-style .box-2a {
  border-bottom: 1px solid #9cc857;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.responsive .contact-wrap .flex-style .box-2b {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsive .contact-wrap {
    margin-top: 150px;
  }
  .responsive .contact-wrap .contact-title {
    font-size: 2.8rem;
  }
  .responsive .contact-wrap .contact-inner h4 {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
  }
  .responsive .contact-wrap .contact-inner .btnA {
    margin-top: 10px;
  }
  .responsive .contact-wrap .contact-inner .contact-tel {
    font-size: 4.6rem;
  }
  .responsive .contact-wrap .flex-style .box-2a, .responsive .contact-wrap .flex-style .box-2b {
    margin-bottom: 0;
  }
  .responsive .contact-wrap .flex-style .box-2a {
    border-right: 1px solid #9cc857;
    border-bottom: none;
  }
}
.responsive {
  /*--スマホ時スムーズスクロール--*/
}
.responsive html {
  -webkit-overflow-scrolling: touch;
}

/*responsive*/
/*--フォントサイズ--*/
/*-- レスポンシブ対応size --*/
/*------------------------------------------
setting
----------------------------*/
#recruit-item {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /*------------------------------------------
  共通スタイル
  ----------------------------*/
}
#recruit-item p, #recruit-item dt, #recruit-item dd, #recruit-item li {
  font-size: 1.5rem;
  line-height: 1.7;
}
#recruit-item a {
  text-decoration: none;
}
#recruit-item a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#recruit-item .h-square {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}
#recruit-item .h-square::before {
  content: "■";
}
#recruit-item .grad-title {
  background: #2A7936;
  background: -webkit-gradient(linear, left top, right top, from(rgb(42, 121, 54)), color-stop(50%, rgb(71, 156, 49)), to(rgb(42, 121, 54)));
  background: linear-gradient(90deg, rgb(42, 121, 54) 0%, rgb(71, 156, 49) 50%, rgb(42, 121, 54) 100%);
  color: #fff;
  font-size: clamp(2.4rem, 21.8048780488px + 0.5853658537vw, 3rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: clamp(25px, 20.4545454545px + 1.2121212121vw, 35px);
  letter-spacing: 0.15em;
}
#recruit-item section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  #recruit-item section {
    margin: 0 0 80px;
  }
}
#recruit-item dl dt, #recruit-item dl dd {
  float: initial;
  width: initial;
  padding: 0;
}
#recruit-item .kome {
  text-indent: -1em;
  margin-left: 1em;
}
#recruit-item .kome::before {
  content: "※";
}
#recruit-item .li-style li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: 0px;
}
#recruit-item .li-style li::before {
  content: "・";
  margin-right: 0.2em;
}
#recruit-item .list-style li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.3;
  margin-bottom: 3px;
  font-weight: 500;
}
#recruit-item .list-style li::before {
  content: "・";
}
#recruit-item .other-links .other-links-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.62vw, 2.2rem);
}
#recruit-item .other-links .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
}
#recruit-item .other-links .link-list li {
  width: 48%;
  margin-bottom: 15px;
}
#recruit-item .other-links .link-list li .link-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 5px 20px 5px 12px;
  background: #00947b;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.5rem, 2.02vw, 1.6rem);
  position: relative;
}
#recruit-item .other-links .link-list li .link-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  #recruit-item .other-links .link-list {
    gap: 2%;
  }
  #recruit-item .other-links .link-list li {
    width: 32%;
  }
}
#recruit-item {
  /*------------------------------------------
  .first-section
  ----------------------------*/
}
#recruit-item .first-section {
  margin-top: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
#recruit-item .first-section .first-title {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#recruit-item .first-section .first-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #D7D844;
  background: -webkit-gradient(linear, left top, right top, from(rgba(215, 216, 68, 0)), color-stop(50%, rgb(233, 82, 5)), to(rgba(215, 216, 68, 0)));
  background: linear-gradient(90deg, rgba(215, 216, 68, 0) 0%, rgb(233, 82, 5) 50%, rgba(215, 216, 68, 0) 100%);
}
#recruit-item .first-section .first-title .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px);
}
#recruit-item .first-section .first-title .label .label-txt {
  background: #e95205;
  color: #fff;
  font-size: clamp(1.5rem, 13.9024390244px + 0.2926829268vw, 1.8rem);
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  width: calc(100% - 80px);
  letter-spacing: 0.15em;
}
#recruit-item .first-section .first-title .label::before, #recruit-item .first-section .first-title .label::after {
  content: "";
  background: #231815;
  width: 40px;
}
#recruit-item .first-section .first-title .label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
#recruit-item .first-section .first-title .label::after {
  clip-path: polygon(0 0, 100% 0, 80% 50%, 100% 100%, 0 100%);
}
#recruit-item .first-section .first-title img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#recruit-item .first-section .first-txt {
  font-size: clamp(1.8rem, 14.7073170732px + 0.8780487805vw, 2.7rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
#recruit-item .first-section .first-txt span {
  font-size: clamp(2.1rem, 17.7073170732px + 0.8780487805vw, 3rem);
  font-weight: 900;
}
#recruit-item .first-section .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 2%;
  margin-bottom: clamp(30px, 23.1818181818px + 1.8181818182vw, 45px);
}
#recruit-item .first-section .features .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  background: #479c31;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.6rem, 15.2682926829px + 0.1951219512vw, 1.8rem);
  border-radius: 50px;
  line-height: 1.2;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  /*&::before{
    content: "●";
    color: $yellow;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-right: 5px;
  }*/
}
#recruit-item .first-section .flag-area {
  margin-bottom: clamp(30px, 23.1818181818px + 1.8181818182vw, 45px);
}
#recruit-item .first-section .flag-area .flag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 4%;
}
#recruit-item .first-section .flag-area .flag-item {
  width: 48%;
  position: relative;
}
#recruit-item .first-section .flag-area .flag-item .flag-title img {
  max-width: 200px !important;
  width: 100%;
  height: auto;
}
#recruit-item .first-section .flag-area .flag-item .list-style {
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
#recruit-item .first-section .flag-area .flag-item .list-style li:last-child {
  text-align: right;
}
#recruit-item .first-section .flag-area .flag-item .list-style li:last-child::before {
  content: "";
}
#recruit-item .first-section .total-produce .produce-title {
  text-align: center;
  font-size: clamp(2rem, 18.5365853659px + 0.3902439024vw, 2.4rem);
  font-weight: 900;
  color: #479c31;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 2px #e95205;
}
@media (min-width: 768px) {
  #recruit-item .first-section .first-title .label .label-txt {
    width: calc(100% - 140px);
  }
  #recruit-item .first-section .first-title .label::before, #recruit-item .first-section .first-title .label::after {
    width: 70px;
  }
  #recruit-item .first-section .features .feature-item {
    width: 32%;
  }
  #recruit-item .first-section .flag-area .flag-item {
    width: 22%;
  }
}
#recruit-item {
  /*------------------------------------------
  .recuite-item-price
  ----------------------------*/
}
#recruit-item .recuite-item-price .plan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(2.2rem, 20.1707317073px + 0.487804878vw, 2.7rem);
  color: #479c31;
  font-weight: bold;
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
#recruit-item .recuite-item-price .plan-title::before, #recruit-item .recuite-item-price .plan-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #479c31;
}
#recruit-item .recuite-item-price .plan-title::before {
  margin-right: 0.5em;
}
#recruit-item .recuite-item-price .plan-title::after {
  margin-left: 0.5em;
}
#recruit-item .recuite-item-price .case-box {
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
#recruit-item .recuite-item-price .case-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
}
#recruit-item .recuite-item-price .case-title .case-name {
  font-size: 1.8rem;
  font-weight: bold;
}
#recruit-item .recuite-item-price .case-title .case-cat {
  font-size: 1.6rem;
  font-weight: bold;
  background: #231815;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  padding: 2px 12px 4px;
}
#recruit-item .recuite-item-price .case-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-bottom: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px);
}
#recruit-item .recuite-item-price .case-contents .img-box, #recruit-item .recuite-item-price .case-contents .txt-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit-item .recuite-item-price .case-contents .txt-box p {
  font-size: 1.4rem;
}
#recruit-item .recuite-item-price .square-title {
  font-size: clamp(2rem, 18.5365853659px + 0.3902439024vw, 2.4rem);
  font-weight: bold;
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  text-indent: -1em;
  margin-left: 1em;
}
#recruit-item .recuite-item-price .square-title::before {
  content: "■";
}
#recruit-item .recuite-item-price .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 4%;
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
#recruit-item .recuite-item-price .price-box {
  width: 48%;
  color: #fff;
  text-align: center;
  position: relative;
}
#recruit-item .recuite-item-price .price-box .num {
  position: absolute;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.6rem, 15.2682926829px + 0.1951219512vw, 1.8rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 3px solid #e95205;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  line-height: 1;
}
#recruit-item .recuite-item-price .price-box .price-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 5px 15px;
  background: #e95205;
  color: #fff;
  font-size: clamp(1.6rem, 14.5365853659px + 0.3902439024vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
#recruit-item .recuite-item-price .price-box .set {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #231815;
  color: #fff;
  padding: 5px;
  font-size: clamp(1.6rem, 15.2682926829px + 0.1951219512vw, 1.8rem);
  font-weight: bold;
  line-height: 1.4;
}
#recruit-item .recuite-item-price .price-box .yen {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #005ead;
  color: #fff;
  padding: 20px 5px;
  font-size: clamp(2.4rem, 21.8048780488px + 0.5853658537vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
}
#recruit-item .recuite-item-price .price-box .yen span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: clamp(3rem, 26.3414634146px + 0.9756097561vw, 4rem);
}
#recruit-item .recuite-item-price .price-total .total-title {
  font-size: clamp(1.9rem, 17.9024390244px + 0.2926829268vw, 2.2rem);
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  background: #005ead;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
#recruit-item .recuite-item-price .price-total .total-title::after {
  content: "";
  background: #005ead;
  display: inline-block;
  width: 25px;
  height: 16px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#recruit-item .recuite-item-price .total-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 2%;
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
#recruit-item .recuite-item-price .total-price-wrap .total-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
}
#recruit-item .recuite-item-price .total-price-wrap .price-yen {
  font-size: clamp(2rem, 18.1707317073px + 0.487804878vw, 2.5rem);
  font-weight: bold;
}
#recruit-item .recuite-item-price .total-price-wrap .price-yen span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #e95205;
  font-size: clamp(5.5rem, 49.512195122px + 1.4634146341vw, 7rem);
  line-height: 1;
}
#recruit-item .recuite-item-price .total-price-wrap .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit-item .recuite-item-price .total-price-wrap .plus span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #e95205;
  color: #fff;
  font-weight: 900;
  font-size: clamp(3rem, 26.3414634146px + 0.9756097561vw, 4rem);
  line-height: 1;
  width: 36px;
  height: 36px;
}
#recruit-item .recuite-item-price .total-price-wrap .price-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}
#recruit-item .recuite-item-price .total-price-wrap .price-right .design-title {
  font-weight: bold;
  font-size: clamp(1.8rem, 16.5365853659px + 0.3902439024vw, 2.2rem);
  text-align: center;
  color: #005ead;
  margin-bottom: 10px;
}
#recruit-item .recuite-item-price .total-price-wrap .price-right .kome {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}
#recruit-item .recuite-item-price .total-price-wrap .price-right .num-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit-item .recuite-item-price .total-price-wrap .price-right .num-price-list li {
  margin-right: 0.5em;
  font-weight: bold;
  font-size: clamp(1.8rem, 17.2682926829px + 0.1951219512vw, 2rem);
}
#recruit-item .recuite-item-price .total-price-wrap .price-right .num-price-list li span {
  color: #e95205;
  font-weight: bold;
}
#recruit-item .recuite-item-price .kome-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit-item .recuite-item-price .kome-list li {
  margin-right: 0.5em;
  font-weight: bold;
}
@media (min-width: 768px) {
  #recruit-item .recuite-item-price .case-contents .img-box, #recruit-item .recuite-item-price .case-contents .txt-box {
    width: 48%;
  }
  #recruit-item .recuite-item-price .price-box {
    width: 30.66%;
  }
  #recruit-item .recuite-item-price .total-price-wrap .total-item {
    width: auto;
  }
}
#recruit-item {
  /*------------------------------------------
  .cases
  ----------------------------*/
}
#recruit-item .cases .case-box {
  padding-bottom: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px);
  border-bottom: 1px solid #d8d8d8;
}
#recruit-item .cases .case-box:not(:last-child) {
  margin-bottom: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px);
}
#recruit-item .cases .case-img {
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
#recruit-item .cases .case-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
  border: 1px solid #231815;
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
#recruit-item .cases .case-title .case-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #231815;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  padding: clamp(5px, 3.6363636364px + 0.3636363636vw, 8px) clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  font-weight: bold;
  color: #fff;
  font-size: clamp(1.5rem, 13.5365853659px + 0.3902439024vw, 1.9rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#recruit-item .cases .case-title .case-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: clamp(1.6rem, 14.5365853659px + 0.3902439024vw, 2rem);
}
#recruit-item .cases .case-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit-item .cases .case-contents .left-box, #recruit-item .cases .case-contents .right-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit-item .cases .case-contents .left-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #231815;
}
#recruit-item .cases .case-contents .left-box .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recruit-item .cases .case-contents .left-box .item-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1em;
}
@media (min-width: 768px) {
  #recruit-item .cases .case-contents {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #recruit-item .cases .case-contents .left-box, #recruit-item .cases .case-contents .right-box {
    width: auto;
  }
  #recruit-item .cases .case-contents .left-box {
    padding-bottom: 0px;
    padding-right: 15px;
    margin-bottom: 0px;
    border-bottom: none;
    border-right: 1px solid #231815;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #recruit-item .cases .case-contents .left-box .item-list {
    display: block;
  }
  #recruit-item .cases .case-contents .right-box {
    padding-left: 15px;
  }
}