@charset "UTF-8";
/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-a-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-jc-bw {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-col-6,
.flex-col-md-6,
.flex-col-sm-6 {
  width: 50%;
}

.flex-col-4,
.flex-col-md-4,
.flex-col-sm-4 {
  width: 33.333333%;
}

.flex-col-3,
.flex-col-md-3,
.flex-col-sm-3 {
  width: 25%;
}

@media screen and (max-width: 1023px) {
  /*レスポンシブ用*/
  .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [class^="flex-col-md-"] {
    width: 100%;
  }
  .flex-col-sm-6 {
    width: 50%;
  }
  .flex-col-sm-4 {
    width: 33.333333%;
  }
  .flex-col-sm-3 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  /*レスポンシブ用*/
  .flex {
    display: block;
  }
  [class^="flex-col-sm-"] {
    width: 100%;
  }
  .flex-col-6 {
    width: 100%;
  }
  .flex-col-sm-6,
  .flex-col-sm-4,
  .flex-col-sm-3 {
    width: 100%;
  }
}

/* 装飾 */
.text-c {
  text-align: center;
}

.ml-sm {
  margin-left: 4px;
}

.ml-md {
  margin-left: 10px;
}

.ml-lg {
  margin-left: 20px;
}

.mr-md {
  margin-right: 10px;
}

.mr-lg {
  margin-right: 20px;
}

.pd-b-sm {
  padding-bottom: 10px;
}

.pd-b-md {
  padding-bottom: 20px;
}

.pd-b-lg {
  padding-bottom: 30px;
}

.pd-b-xl {
  padding-bottom: 40px;
}

.pos-rel {
  position: relative;
}

.wbr {
  display: inline-block;
  white-space: nowrap;
}

/* メイン */
.rc-bg-color {
  background-color: #fff000;
}

/* リクルートメニューバー */
.rc_navi {
  position: relative;
  z-index: 5000;
}

.rc_navi-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 33px;
  padding-left: 1.2em;
  background-color: #006536;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 33px;
  letter-spacing: 0.1em;
}

.rc_navi-btn .rc_navi-btn_lines {
  background-image: url(../../images/icon_arrow_bottom_white.png);
  background-size: auto 1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.rc_menu_open .rc_navi-btn .rc_navi-btn_lines {
  background-image: url(../../images/icon_arrow_top_white.png);
}

.rc_menu {
  display: none;
}

.rc_menu-list {
  padding: 0;
  margin: 0 -20px;
  background: #a0d8ac;
  list-style: none;
}

.rc_menu-list_item {
  padding: 5px 0;
  border-bottom: solid 1px #488668;
}

.rc_menu-list_item a {
  display: block;
  padding: 3px 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}

.rc_menu-list_item a.stay {
  color: #006536;
}

.rc_menu-list_item .icon-exit {
  background-image: url(../../images/icon_exit__black.png);
  background-size: auto 1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .rc_navi-btn {
    display: none;
  }
  .rc_menu {
    display: table !important;
    width: 100%;
  }
  .rc_menu-list {
    display: table-row;
    background: transparent;
    font-size: 15px;
    line-height: 1.3;
  }
  .rc_menu-list_item {
    display: table-cell;
    padding: 0 10px;
    border-bottom: 0;
    border-left: 1px solid #000;
    vertical-align: middle;
  }
  .rc_menu-list_item a {
    border: 1px solid transparent;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .rc_menu-list_item a:hover {
    color: #006536;
  }
  .rc_menu-list_item a:hover .icon-exit {
    background-image: url(../../images/icon_exit__green.png);
  }
  .rc_menu-list_item a.stay {
    background-color: #fff;
    border-color: #000;
    border-radius: 6px;
    color: #000;
  }
  .rc_menu-list_item:last-child {
    border-right: 1px solid #000;
  }
}

/* ------------------------------
　　ヘッダー
------------------------------ */
@media (min-width: 1024px) {
  .recruit-header {
    padding-top: 30px;
  }
}

/* ------------------------------
　　フッター
------------------------------ */
.rc_footer {
  padding: 50px 0 0;
  border-bottom: solid 1px #488668;
}

.rc-logo {
  margin: 0 0 10px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 480px) {
  .rc-logo {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1024px) {
  .rc_footer {
    padding: 50px 0;
  }
}

/* ------------------------------
　　リクルート ページタイトル
------------------------------ */
.rc-pagetitle-box {
  display: table;
  width: 100%;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-image: url("../img/voice/title01.png");
}

.rc-pagetitle-box.rc-pagetitle-box-flow {
  background-image: url("../img/flow/title01.png");
}

.rc-pagetitle-box.rc-pagetitle-box-etc {
  background-image: url("../img/etc/title01.png");
}

.rc-pagetitle-box.rc-pagetitle-box-none {
  background-image: none;
}

.rc-pagetitle {
  display: table-cell;
  margin: 0;
  padding: 30px 0;
  line-height: 1.5;
  vertical-align: middle;
}

.rc-pagetitle_sub {
  display: block;
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #006536;
}

.rc-pagetitle_main {
  display: inline-block;
  margin: 0;
  font-size: 24px;
}

.rc-pagetitle_mark {
  display: inline-block;
  background-color: #006536;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: bold;
  vertical-align: 5px;
}

@media (min-width: 480px) {
  .rc-pagetitle_main {
    font-size: 30px;
  }
  .rc-pagetitle_sub {
    font-size: 24px;
  }
  .rc-pagetitle_mark {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .rc-pagetitle-box {
    min-height: 270px;
  }
  .rc-pagetitle_main {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .rc-pagetitle_main {
    font-size: 50px;
  }
  .rc-pagetitle_sub {
    font-size: 28px;
  }
  .rc-pagetitle_mark {
    font-size: 30px;
  }
}

.rc-head-wrap {
  height: 290px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .rc-head-wrap__form {
    height: 200px;
  }
}

@media screen and (max-width: 520px) {
  .rc-head-wrap {
    height: 200px;
  }
  .rc-head-wrap__form {
    height: 180px;
  }
}

.rc-head-title_wrap {
  position: absolute;
  z-index: 3;
}

.rc-head-title {
  font-size: 51px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 80px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.rc-head-sub {
  font-size: 28px;
  font-weight: bold;
  color: #006536;
  line-height: 1;
  padding-top: 50px;
  -webkit-transition: font-size 1.5s;
  transition: font-size 1.5s;
}

.rc-head-title__mark {
  background-color: #006536;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.rc-head-title__mark-sm {
  background-color: #006536;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

@media screen and (max-width: 520px) {
  .rc-head-title__mark-sm {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .rc-head-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .rc-head-sub {
    font-size: 24px;
  }
  .rc-head-title__mark {
    font-size: 20px;
  }
}

@media screen and (max-width: 520px) {
  .rc-head-title {
    font-size: 24px;
  }
  .rc-head-sub {
    font-size: 16px;
  }
  .rc-head-title__mark {
    font-size: 15px;
  }
}

/* 　タイトル背景 */
.rc-title-bi {
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 290px;
  width: 140px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

@media screen and (max-width: 520px) {
  .rc-title-bi {
    height: 180px;
    width: 100px;
    opacity: 0.8;
  }
}

/* 　タイトル背景 voice */
.rc-title-bi_voice {
  background-image: url("../img/voice/title01.png");
  margin-top: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 520px) {
  .rc-title-bi_voice {
    height: 180px;
    width: 100px;
    opacity: 0.7;
  }
}

/* 　タイトル背景 flow */
.rc-title-bi_flow {
  background-image: url("../img/flow/title01.png");
  margin-top: 20px;
  margin-right: 20px;
  height: 240px;
  width: 110px;
}

@media screen and (max-width: 520px) {
  .rc-title-bi_flow {
    height: 180px;
    width: 80px;
  }
}

/* 　タイトル背景 etc */
.rc-title-bi_etc {
  background-image: url("../img/etc/title01.png");
  margin-top: 20px;
  margin-right: 20px;
  height: 240px;
  width: 180px;
}

@media screen and (max-width: 520px) {
  .rc-title-bi_etc {
    height: 180px;
    width: 140px;
  }
}

/* 緑枠のボックス */
.rc-content-box {
  overflow: hidden;
  margin: 0 -10px;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #006536;
  border-radius: 20px;
}

@media (min-width: 480px) {
  .rc-content-box {
    margin: 0;
    padding: 20px;
    border: 5px solid #006536;
    border-radius: 40px;
  }
}

/* ------------------------------
　　リクルートトップページ
------------------------------ */
/* タイトル画像 */
.rc-toptitle_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rc_top-head {
  width: 100%;
  margin: 0;
}

.rc_top-head img {
  display: block;
  width: 100%;
  height: auto;
}

.rc_top-bnr-sp {
  width: 100%;
  margin-bottom: 30px;
}

.rc_top-bnr-sp-btn {
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: solid 3px #006536;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.rc_top-bnr-sp-btn:active,
.rc_top-bnr-sp-btn:hover {
  background-color: #cae5d8;
}

.rc_top-bnr-sp-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.rc_top-bnr-pc {
  padding: 0 0 0 20px;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rc_top-bnr-pc-btn {
  display: block;
}

.rc_top-bnr-pc-btn-head {
  display: block;
  width: 100%;
  height: auto;
}

.rc_top-bnr-pc-btn-main {
  display: block;
  border: solid 5px #006536;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.rc_top-bnr-pc-btn:active .rc_top-bnr-pc-btn-main,
.rc_top-bnr-pc-btn:hover .rc_top-bnr-pc-btn-main {
  background-color: #cae5d8;
}

.rc_top-bnr-pc-btn-main img {
  display: block;
  width: 100%;
  height: auto;
}

.rc_top-bnr-pc-ill img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 480px) {
  .rc_top-bnr-sp-btn {
    border-width: 5px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) {
  .rc_top-head {
    width: 75.5%;
  }
  .rc_top-bnr-sp {
    display: none;
  }
  .rc_top-bnr-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24.5%;
  }
}

/* 黒柳建設株式会社はこんな会社です。 */
.rc-top-about-wrapper {
  margin: 0 0 30px;
}

.rc-top-about-title {
  background-color: #006536;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.rc-top-about-inner {
  max-width: 900px;
  margin: 0 auto;
}

.rc-top-about_image {
  margin: 0;
}

.rc-top-about_image img {
  display: block;
  width: 100%;
  max-width: 816px;
  height: auto;
  margin: 0 auto;
}

.rc-top-about-text {
  margin: 20px 0 0 0;
  color: #006536;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.rc-top-about-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.rc-top-about-list li {
  margin: 10px 0 0;
}

.rc-top-about-list_item {
  display: table;
  width: 100%;
  height: 100%;
  border: 2px solid #006536;
  border-radius: 10px;
  background-color: #fff000;
  color: #006536;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.rc-top-about-list_item strong {
  font-size: 2em;
  line-height: 1;
}

.rc-top-about-list_item small {
  font-size: 0.6em;
  font-weight: normal;
}

.rc-top-about-list_item.rc-top-about-list_item--sm {
  font-size: 13px;
}

.rc-top-about-list_item.rc-top-about-list_item--sm strong {
  font-size: 1.5em;
  line-height: 1.5;
}

.rc-top-about-list_item_inner {
  display: table-cell;
  padding: 10px 5px;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .rc-top-about-title {
    font-size: 24px;
  }
  .rc-top-about-title br {
    display: none;
  }
  .rc-top-about-list_item_inner {
    padding: 20px 5px;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .rc-top-about-title {
    font-size: 34px;
  }
  .rc-top-about-text {
    font-size: 28px;
  }
}

/* 黒柳建設の仕事の特徴 */
.rc-top-feature_head {
  margin: 0 0 30px;
}

.rc-top-feature_head img {
  display: block;
  width: 100%;
  max-width: 818px;
  height: auto;
  margin: 0 auto;
}

.rc-top-feature-item {
  margin-bottom: 20px;
}

.rc-top-feature_text {
  margin: 0;
}

@media (max-width: 479px) {
  .rc-top-feature-container {
    padding: 0 10px;
  }
}

.rc-top-feature-box {
  border: 3px solid #006536;
  border-radius: 20px;
  background-color: #fff;
  padding: 10px;
  height: 100%;
}

.rc-top-feature_title {
  margin: 0 0 20px;
}

.rc-top-feature_title img {
  display: block;
  width: 100%;
  max-width: 370px;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .rc-top-feature-box {
    border: 5px solid #006536;
    padding: 20px;
    border-radius: 40px;
  }
}

@media (min-width: 1024px) {
  .rc-top-feature-item:nth-child(odd) {
    padding-right: 25px;
    margin-bottom: 50px;
  }
  .rc-top-feature-item:nth-child(even) {
    margin-bottom: 50px;
    padding-left: 25px;
  }
  .rc-top-feature-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

/* コンテンツ一覧 */
.rc-top-content-buttons-wrapper {
  padding: 80px 0 60px;
  overflow: hidden;
}

.rc-content-list-head {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 0;
}

@media (min-width: 768px) {
  .rc-content-list-head {
    letter-spacing: 0.3em;
  }
}

.rc-content-list {
  list-style: none;
  padding: 0;
  margin: 0 -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rc-content-list li {
  padding: 0 18px;
  width: 100%;
  margin: 30px 0 0;
}

.rc-content-list li.stay {
  display: none;
}

.rc-content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: solid 5px #006536;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rc-content-list-item:link,
.rc-content-list-item:visited,
.rc-content-list-item:active {
  text-decoration: none;
  color: #000;
}

.rc-content-list-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #006536;
}

.rc-content-list-item_text {
  font-size: 20px;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
  padding: 20px 100px 20px 10px;
}

.rc-content-list-item_text br {
  display: none;
}

.is-noill .rc-content-list-item_text {
  padding: 20px 10px;
}

.rc-content-list-item_ill {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
}

.rc-content-list-item_ill img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 480px) {
  .rc-content-list li {
    margin: 60px 0 0;
  }
  .rc-content-list li.is-noill {
    width: 50%;
  }
  .rc-content-list-item_text {
    padding: 20px 10px;
  }
  .rc-content-list-item_ill {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .rc-content-list li {
    width: 50%;
  }
  .rc-content-list li.is-noill {
    width: 50%;
  }
  .rc-content-list-item_text {
    padding: 20px 100px 20px 10px;
  }
  .is-noill .rc-content-list-item_text {
    padding: 20px 10px;
  }
}

@media (min-width: 1024px) {
  .rc-content-list li {
    width: 33.33%;
  }
  .rc-content-list li.is-noill {
    width: 33.33%;
  }
  .rc-content-list-item_text {
    padding: 20px 140px 20px 10px;
  }
  .rc-content-list-item_text br {
    display: inline;
  }
  .is-noill .rc-content-list-item_text {
    padding: 20px 10px;
  }
  .rc-content-list-item_ill {
    width: 160px;
  }
}

/* インスタグラム */
.rc-top-insta-wrapper {
  padding: 120px 0 80px;
}

.rc-top-insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 40px;
}

.rc-top-insta-ttl {
  width: 100%;
  margin: 0;
}

.rc-top-insta-ttl img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-width: 540px;
}

.rc-top-insta-posts {
  width: 100%;
  padding-bottom: 20px;
}

.rc-top-insta-posts-head {
  text-align: center;
  margin: 0 0 12px;
}

.rc-top-insta-posts-head img {
  vertical-align: bottom;
  width: 100%;
  max-width: 262px;
}

.rc-insta-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rc-insta-posts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  max-width: 300px;
  width: 100%;
}

.rc-insta-posts-item:nth-child(2) {
  display: none;
}

@media (min-width: 480px) {
  .rc-insta-posts-item {
    width: calc(50% -10px);
  }
  .rc-insta-posts-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.rc-insta-posts-img {
  aspect-ratio: 4 / 5;
  background-color: #44b036;
}

.rc-insta-posts-img img,
.rc-insta-posts-img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.rc-insta-posts-caption {
  font-size: 10px;
  line-height: 1.3;
  padding: 20px 20px 0;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rc-insta-posts-link {
  padding: 20px;
  text-align: center;
  margin: 0;
}

.rc-insta-posts-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  padding: 0 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3em;
  font-size: 12px;
  width: 100%;
  max-width: 200px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  background-color: #eaeaea;
  border-radius: 100vmax;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.rc-insta-posts-btn:visited {
  color: #000;
  text-decoration: none;
}

.rc-insta-posts-btn:active,
.rc-insta-posts-btn:hover {
  color: #fff;
  background-color: #9e74dd;
  text-decoration: none;
}

.rc-insta-posts-btn-icon {
  display: block;
  width: 1.33em;
  height: 1.33em;
}

.rc-insta-posts-btn-icon svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}

.rc-insta-posts-imgGroup .slick-prev,
.rc-insta-posts-imgGroup .slick-next {
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.rc-insta-posts-imgGroup .slick-prev:active,
.rc-insta-posts-imgGroup .slick-prev:hover,
.rc-insta-posts-imgGroup .slick-next:active,
.rc-insta-posts-imgGroup .slick-next:hover {
  background-color: white;
}

.rc-insta-posts-imgGroup .slick-prev {
  left: 5px;
}

.rc-insta-posts-imgGroup .slick-next {
  right: 5px;
}

.rc-insta-pagelink {
  margin-top: 40px;
  text-align: center;
}

.rc-insta-pagelink-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.5em;
  border: solid 5px #006536;
  line-height: 1.3;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  font-size: 16px;
  padding: 1em 2em;
}

.rc-insta-pagelink-btn:link,
.rc-insta-pagelink-btn:visited,
.rc-insta-pagelink-btn:active {
  text-decoration: none;
  color: #000;
}

.rc-insta-pagelink-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #006536;
}

@media (min-width: 480px) {
  .rc-insta-pagelink-btn {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .rc-top-insta-ttl {
    width: calc((100% - 40px) / 2);
  }
  .rc-top-insta-posts {
    width: calc((100% - 40px) / 2);
  }
}

/* インスタのエラー */
.error-message {
  background: #fee;
  border: 2px solid #f5c6cb;
  color: #721c24;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
}

.empty-state {
  background: white;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  color: #8e8e8e;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* ------------------------------
　　リクルート 先輩に聞く
------------------------------ */
/* 各先輩 */
.rc-voice-item {
  padding: 0 0 20px;
  margin: 0 0 50px;
  border-bottom: 4px dotted #006536;
}

.rc-voice-item:last-child {
  margin-bottom: 0;
}

/* プロフィール部分 */
.rc-voice-profile {
  display: table;
  margin: 0 0 20px;
}

.rc-voice-profile_photo {
  display: table-cell;
  max-width: 220px;
  vertical-align: bottom;
}

.rc-voice-profile_photo_flame {
  overflow: hidden;
  border: solid 5px #006536;
  border-radius: 20px;
}

.rc-voice-profile_photo_flame img {
  display: block;
  width: 100%;
  height: auto;
}

.rc-voice-profile_text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: bottom;
}

.rc-voice-profile_name {
  margin: 0;
}

.rc-voice-profile_data {
  margin: 0;
  white-space: nowrap;
}

.rc-voice-profile_data span {
  font-size: 12px;
  display: block;
}

/* 質問部分 */
.rc-voice-qa-box {
  margin: 0;
}

.rc-voice-qa_mark {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #006536;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.rc-voice-qa_text {
  margin: 0 0 20px;
  padding: 0 0 0 50px;
}

.rc-voice-qa_text dl {
  margin: 0;
}

.rc-voice-qa_text dt {
  color: #006536;
  padding: 8px 0 5px;
}

.rc-voice-qa_text dd {
  margin: 0 0 30px;
  font-weight: bold;
}

@media (min-width: 480px) {
  .rc-voice-profile,
  .rc-voice-profile_photo,
  .rc-voice-profile_text {
    display: block;
  }
  .rc-voice-profile_photo {
    margin-bottom: 10px;
  }
  .rc-voice-profile {
    float: left;
  }
  .rc-voice-item:nth-child(even) .rc-voice-profile {
    float: right;
  }
  .rc-voice-qa {
    padding: 0 0 0 250px;
  }
  .rc-voice-item:nth-child(even) .rc-voice-qa {
    padding: 0 250px 0 0;
  }
}

@media (min-width: 1024px) {
  .rc-voice-qa {
    margin: 0 -10px;
  }
  .rc-voice-qa-box {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
}

/* ------------------------------
　　リクルート　募集要項
------------------------------ */
/* フォーム */
.rc-app-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rc-app-form {
  width: 20%;
  min-width: 135px;
  margin: 10px 10px 0 0;
}

.rc-app-form:last-child {
  margin-right: 0;
}

.rc-app-form input[type="submit"],
.rc-app-form a {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/icon_arrow_right_green.png);
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  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;
  height: 100%;
  background-position: right center;
  background-color: #fff;
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  border: solid 2px #006536;
  border-radius: 100vmax;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.rc-app-form input[type="submit"].this,
.rc-app-form a.this {
  background-color: #006536;
  background-image: url(../../images/icon_arrow_right_white.png);
  color: #fff;
  border-color: #006536;
}

.rc-app-form input[type="submit"]:hover,
.rc-app-form input[type="submit"]:active,
.rc-app-form a:hover,
.rc-app-form a:active {
  background-color: #004625;
  background-image: url(../../images/icon_arrow_right_white.png);
  color: #fff;
  border-color: #004625;
  opacity: 1;
  text-decoration: none;
}

.rc-app-rikunabi {
  width: 20%;
  min-width: 135px;
  margin: 10px 0 0 0;
}

.rc-app-rikunabi_btn {
  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%;
  height: 100%;
  padding: 12px 20px;
  background-color: #fff;
  border: solid 2px #0068b7;
  border-radius: 100vmax;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.rc-app-rikunabi_btn img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.rc-app-rikunabi_btn:hover,
.rc-app-rikunabi_btn:active {
  background-color: #a1c8e6;
}

@media (min-width: 480px) {
  .rc-app-form {
    min-width: 200px;
  }
  .rc-app-form input[type="submit"],
  .rc-app-form a {
    font-size: 24px;
  }
  .rc-app-rikunabi {
    min-width: 200px;
  }
}

/* 募集要項掲載しない時 */
.keisai_notitle {
  font-size: 20px;
  color: #ff0000;
}

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

/* 募集要項 */
.rc-app-title {
  margin: 0 0 20px 0;
  color: #006536;
  font-size: 20px;
  font-weight: bold;
}

.rc-app-title.keisai_notitle {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}

.rc-app-table-head {
  margin: 0 0 10px;
  color: #006536;
  font-size: 18px;
  font-weight: bold;
}

.rc-app-table {
  margin: 0 0 30px;
}

.rc-app-table table {
  width: 100%;
  border-top: solid 1px #dfdfdf;
}

.rc-app-table th,
.rc-app-table td {
  display: block;
  padding: 10px;
  border-bottom: solid 1px #dfdfdf;
  text-align: left;
  line-height: 1.7;
  vertical-align: top;
}

.rc-app-table th {
  background: #f5f5f5;
  white-space: nowrap;
}

.rc-app-table dl {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #dfdfdf;
}

.rc-app-table dl:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.rc-app-table dl::after {
  content: "";
  display: block;
  clear: both;
}

.rc-app-table dt {
  float: left;
  font-weight: bold;
}

.rc-app-table dd {
  padding-left: 3em;
  margin: 0;
}

.rc-app-table-contact p {
  margin: 0;
}

.rc-app-table-contact p.rc-tantou {
  padding-left: 3em;
  text-indent: -3em;
}

.rc-app-table-contact span {
  display: inline-block;
}

.rc-app_entry-link-btn {
  margin: 30px 0 0;
  text-align: center;
}

.rc-app_entry-link-btn .link-btn {
  padding: 15px 30px;
  font-size: 18px;
  width: 100%;
  max-width: 600px;
}

@media (min-width: 480px) {
  .rc-app-title {
    font-size: 30px;
  }
  .rc-app-title.keisai_notitle {
    font-size: 22px;
  }
  .rc-app-table-head {
    font-size: 20px;
  }
  .rc-app_entry-link-btn .link-btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .rc-app-table-head {
    margin: 0 10px 10px;
    font-size: 20px;
  }
  .rc-app-table {
    margin: 0 10px 30px;
  }
  .rc-app-table th,
  .rc-app-table td {
    display: table-cell;
    background: #fff;
    border-bottom: solid 1px #dfdfdf;
  }
  .rc-app-table th {
    width: 10em;
  }
  .rc-app-table-contact {
    margin: 0 10px;
  }
}

/* ------------------------------
　　リクルート エントリー
------------------------------ */
.valid-mark-name {
  visibility: hidden;
}

.valid-mark.valid > .valid-mark-name.valid {
  visibility: visible;
}

.valid-mark-name.valid > .valid-mark-name.valid {
  visibility: visible;
}

.nentsuki {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  vertical-align: middle;
}

body.entry .message {
  font-weight: bold;
  color: #e44555;
  margin: 10px 5px 20px;
}

.rc-thanks-group {
  margin-bottom: 30px;
}

.ikano {
  background: #006536;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: -13px -13px 20px -13px;
}

.rc-content-box .form-btn-box {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .ikano {
    margin: -25px -25px 20px -25px;
  }
}

/* ------------------------------
　　リクルート 仕事の流れ
------------------------------ */
.rc-flow-box {
  position: relative;
  padding: 0 0 50px 70px;
}

.rc-flow-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 5px;
  height: 100%;
  background-color: #006536;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rc-flow-box.box-last {
  padding-bottom: 0;
}

.rc-flow-box.box-last::before {
  content: none;
}

.flow-clock {
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
}

.flow-clock img {
  display: block;
  width: 100%;
  height: auto;
}

.flow-clock-line {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 25%;
  height: 2px;
  background-color: #006536;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-item {
  position: relative;
  padding: 15px;
  background: #fff;
  border: solid 5px #006536;
  border-radius: 30px;
  overflow: hidden;
}

.flow-img {
  height: 150px;
  margin: 20px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.flow-img01 {
  background-image: url(../img/flow/img01.gif);
}

.flow-img02 {
  background-image: url(../img/flow/img02.gif);
}

.flow-img03 {
  background-image: url(../img/flow/img03.gif);
}

.flow-img04 {
  background-image: url(../img/flow/img04.gif);
}

.flow-img05 {
  background-image: url(../img/flow/img05.gif);
}

.flow-img06 {
  background-image: url(../img/flow/img06.gif);
}

.flow-img07 {
  background-image: url(../img/flow/img07.gif);
}

.flow-head {
  margin: 0 0 10px 0;
  padding: 5px 10px 10px;
  border-radius: 15px;
  background: #006536;
  color: #fff;
  line-height: 1.3;
}

.flow-head span {
  display: block;
}

.flow-time {
  font-size: 26px;
}

.flow-title {
  font-size: 16px;
}

.flow-text {
  margin: 0;
}

.time-only .rc-flow-box {
  padding: 0 0 50px 0;
}

.time-only .rc-flow-box .flow-item {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: 0;
}

.time-only .rc-flow-box .flow-head {
  display: inline-block;
  margin: 0;
  text-align: center;
}

@media (min-width: 480px) {
  .flow-item {
    min-height: 228px;
    padding: 20px 50% 20px 20px;
  }
  .flow-img {
    position: absolute;
    top: 10px;
    right: 0;
    width: 50%;
    height: calc(100% - 20px);
    margin: 0;
  }
  .flow-img02,
  .flow-img04,
  .flow-img05 {
    top: 20px;
    background-position: center bottom;
  }
}

@media (min-width: 768px) {
  .rc-flow-box {
    padding: 0 0 50px 135px;
  }
  .rc-flow-box::before {
    left: 50px;
  }
  .flow-clock {
    width: 100px;
  }
  .flow-clock-line {
    top: 50px;
  }
  .flow-item {
    min-height: 260px;
    padding: 20px 50% 20px 20px;
  }
  .flow-time {
    font-size: 30px;
  }
  .flow-title {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .rc-flow-container {
    padding-top: 100px;
  }
  .rc-flow-group {
    padding: 0 0 0 50%;
    margin-top: -100px;
  }
  .rc-flow-group.box-left {
    padding: 0 50% 0 0;
  }
  .rc-flow-group.time-only {
    padding: 0;
  }
  .rc-flow-box {
    padding: 0 0 0 85px;
  }
  .rc-flow-box::before {
    left: 0;
  }
  .box-left .rc-flow-box {
    padding: 0 85px 0 0;
  }
  .box-left .rc-flow-box::before {
    right: 0;
    left: auto;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .flow-clock {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .box-left .flow-clock {
    right: 0;
    left: auto;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .flow-clock-line {
    left: 0;
  }
  .box-left .flow-clock-line {
    right: 0;
    left: auto;
  }
  .time-only .rc-flow-box {
    padding: 0 0 150px 0;
  }
  .time-only .rc-flow-box::before {
    left: 50%;
  }
  .time-only .rc-flow-box .flow-item {
    text-align: center;
  }
}

/* 一番上の資格の説明 */
.rc-flow-shikaku-wrapper {
  padding: 40px 0 80px;
}

.rc-flow-shikaku-box {
  position: relative;
  padding: 15px;
  background: #fff;
  border: solid 5px #006536;
  border-radius: 30px;
}

.rc-flow-shikaku-top {
  position: relative;
  padding: 0 0 0 100px;
}

.rc-flow-shikaku-ill {
  width: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rc-flow-shikaku-ill img {
  display: block;
  width: 100%;
  height: auto;
}

.rc-flow-shikaku-top-txt {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.rc-flow-shikaku-top-txt-main--small {
  display: block;
}

.rc-flow-shikaku-top-txt-main--large {
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  color: #006536;
}

.rc-flow-shikaku-bottom-txt {
  font-size: 12px;
  line-height: 1.5;
  margin: 15px 0 0;
  padding: 10px 15px;
  background-color: #eaeaea;
  border-radius: 20px;
}

.rc-flow-shikaku-bottom-txt span {
  font-weight: bold;
  color: #006536;
  font-size: 1.15em;
  text-shadow: 2px 2px 0px #fff000, -2px 2px 0px #fff000, 2px -2px 0px #fff000,
    -2px -2px 0px #fff000, 2px 0px 0px #fff000, 0px 2px 0px #fff000,
    -2px 0px 0px #fff000, 0px -2px 0px #fff000;
}

@media (min-width: 480px) {
  .rc-flow-shikaku-top-txt {
    font-size: 16px;
  }
  .rc-flow-shikaku-bottom-txt {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .rc-flow-shikaku-box {
    position: relative;
    padding: 10px 15px 15px 20%;
  }
  .rc-flow-shikaku-top {
    position: static;
    padding: 0;
  }
  .rc-flow-shikaku-ill {
    width: 120px;
    bottom: -4px;
    left: calc(20% - 140px);
  }
  .rc-flow-shikaku-top-txt-main--small {
    display: inline-block;
  }
  .rc-flow-shikaku-top-txt-main--large {
    display: inline-block;
  }
  .rc-flow-shikaku-bottom-txt {
    display: inline-block;
    padding: 7px 7px 9px 15px;
  }
  .rc-flow-shikaku-bottom-txt span {
    text-shadow: 3px 3px 1px #fff000, -3px 3px 1px #fff000, 3px -3px 1px #fff000,
      -3px -3px 1px #fff000, 3px 0px 1px #fff000, 0px 3px 1px #fff000,
      -3px 0px 1px #fff000, 0px -3px 1px #fff000;
  }
}

/* ------------------------------
　　リクルート クロケンのあれこれ
------------------------------ */
.etc-head {
  height: 55px;
  margin: 0 0 20px 0;
  background: #006536;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 55px;
}

.etc-head strong {
  font-size: 30px;
}

.etc-head.etc-head-bad {
  margin-top: 30px;
  background-color: #707070;
}

.etc-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.etc-box {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 20px 0;
}

.etc-item {
  position: relative;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  border: solid 5px #006536;
  border-radius: 30px;
}

.etc-bad .etc-item {
  border-color: #707070;
}

.etc-img {
  display: none;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.etc-name {
  margin: 0;
  padding: 0 5px;
  border: solid 1px #006536;
  border-left-width: 7px;
  color: #006536;
  font-size: 20px;
}

.etc-point {
  display: table;
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80px auto;
  color: #006536;
  font-weight: bold;
  text-align: center;
}

.etc-point-cell {
  display: table-cell;
  padding: 20px 0 20px 90px;
  vertical-align: middle;
}

.etc-point-line-main {
  font-size: 22px;
  padding: 0 3px;
  line-height: 1.2;
  font-weight: 900;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ff6)
  );
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.etc-point-line-main strong {
  font-weight: 900;
  font-size: 1.5em;
}

.etc-point-line-sub {
  display: block;
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.etc-point-line-sub strong {
  font-size: 1.42em;
}

.etc-text {
  margin: 0;
  font-size: 14px;
}

.etc-good01 .etc-point,
.etc-good01 .etc-img {
  background-image: url(../img/etc/good01.gif);
}

.etc-good02 .etc-point,
.etc-good02 .etc-img {
  background-image: url(../img/etc/good02.gif);
}

.etc-good03 .etc-point,
.etc-good03 .etc-img {
  background-image: url(../img/etc/good03.gif);
}

.etc-good04 .etc-point,
.etc-good04 .etc-img {
  background-image: url(../img/etc/good04.gif);
}

.etc-good05 .etc-point,
.etc-good05 .etc-img {
  background-image: url(../img/etc/good05.gif);
}

.etc-bad01 .etc-point,
.etc-bad01 .etc-img {
  background-image: url(../img/etc/bad01.gif);
}

.etc-bad02 .etc-point,
.etc-bad02 .etc-img {
  background-image: url(../img/etc/bad02.gif);
}

@media (min-width: 480px) {
  .etc-head {
    font-size: 26px;
  }
  .etc-head strong {
    font-size: 36px;
  }
  .etc-item {
    padding: 20px 20px 20px 40%;
  }
  .etc-name {
    padding: 0 10px;
    font-size: 24px;
  }
  .etc-img {
    display: block;
    width: calc(40% - 25px);
    height: calc(100% - 40px);
    top: 20px;
    left: 10px;
  }
  .etc-point {
    min-height: 155px;
  }
  .etc-point-cell {
    padding: 20px 0;
  }
  .etc-point-line-main {
    font-size: 24px;
  }
  .etc-point-line-sub {
    font-size: 15px;
  }
  .etc-good01 .etc-point,
  .etc-good02 .etc-point,
  .etc-good03 .etc-point,
  .etc-good04 .etc-point,
  .etc-good05 .etc-point,
  .etc-bad01 .etc-point,
  .etc-bad02 .etc-point {
    background: 0;
  }
}

@media (min-width: 768px) {
  .etc-head {
    margin-bottom: 30px;
  }
  .etc-box {
    width: 50%;
    margin: 0 0 30px 0;
  }
  .etc-point-line-main {
    font-size: 19px;
  }
  .etc-point-line-sub {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .etc-name,
  .etc-text {
    margin-left: -68%;
  }
  .etc-img {
    height: 135px;
    top: 70px;
    background-position: center;
  }
}

@media (min-width: 1024px) {
  .etc-item {
    padding: 20px 20px 20px 40%;
  }
  .etc-img {
    width: calc(40% - 30px);
  }
  .etc-point-line-main {
    font-size: 28px;
  }
  .etc-point-line-sub {
    font-size: 15px;
  }
}
