/*
 Theme Name:   exceed recruit Child
 Theme URI:    http://example.com/exceedrecruit-child/
 Description:  exceed recruit Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     exceedrecruit
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  exceedrecruit-child
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
/*    letter-spacing: 0.05em; */
    font-size:16px;
    color: #0F172A;
    --color_main: #38BB5C;
   }


.ekit-template-content-footer {
  display: flex !important;
  width: 100vw !important;
}

.list_indent {
    margin-left: 1.5em !important
}

.txt_li_indent {
  padding-left:0;
  font-size: 0.9em;
}   

table.job {
  border-collapse: collapse;
  width: 100%;
   display: flex;
}
table.job th,
table.job td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
table.job th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
}

sup {
  font-weight: bold;
  color: green;
}

.notes {
  font-weight: bold;
  font-size: 14px;
  color: green;
}

.txt_s {
  font-size: 15px;
  font-weight:400;
}

.marker {
  background: linear-gradient(transparent 50%, #CEF5D3 50%);
  /*background: linear-gradient(transparent 50%, #f7fa69 50%);*/
}

.font_green {
  color:#38BB5C;
  font-weight: 600;
}

/* カギ括弧アクセント*/
.mark_01 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

.mark_01:before,
.mark_01:after {
  position: absolute;
  content: '';
}

.mark_01:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.mark_01:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

/* 先頭に丸いアクセント*/
h2.heading-29 {
   background:none;
   color: #333;
   position: relative;
   padding: .3em 1em 1em 40px;
  }

h2.heading-29::before,
h2.heading-29::after{
   position: absolute;
   content: '';
   border-radius: 100%;
}

h2.heading-29::before {
   top: .6em;
   left: .2em;
   z-index: 2;
   width: 22px;
   height: 22px;
   background: #607d8b;
   opacity: .5;
}
h2.heading-29::after{
   top: 1.1em;
   left: .7em;
   width: 15px;
   height: 15px;
   background: #607d8b;
   opacity: .5;
}

/* 吹き出し*/
    .fukidashi_01 {
      position: relative;
      width: fit-content;
      padding: 12px 16px;
      border: 2px solid #333333;
      border-radius: 4px;
    }
    .fukidashi_01::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      background-color: #cccccc; /* 背景色と同じ色を指定 */
      rotate: 135deg;
      translate: -50%;
    }
    .fukidashi_01::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      border: 2px solid;
      border-color: #333333 #333333 transparent transparent;
      rotate: 135deg;
      translate: -50%;
    }

.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow07 {
  padding-left: 0;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 120px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #38bb5c;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid #38bb5c;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.flow07 > li dl dt::after {
  content: '';
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #38bb5c;
}

.flow07 > li dl dd {
  margin: 0;
}

/* Ultimate Addons for Elementor のテンプレートバナーを非表示 */
.uael-template-library-promo,
.uael-builder-notice,
.uael-promo-popup,
body div[id*="uael"] div[class*="promo"] {
  display: none !important;
  visibility: hidden !important;
}

.smf-action .smf-button-control__control {
  background: #38BB5C !important;
}

.rec_newgra table {
  border-collapse: collapse;
  width: 100%;
}
.rec_newgra table th,
.rec_newgra table td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.rec_newgra table th {
  position: sticky;
  top: 0;
  font-weight: normal;
  font-size: 0.875rem;
  color: #666;
  background: #eee;
}

.rec_newgra td ul,
.rec_newgra td ul,
.rec_newgra td ol {
  padding-left: 1.2em;
  margin: 0;
  text-align: left;
}

.rec_newgra td li {
  margin-bottom: 0.5em;
  line-height: 1.4em;
  word-break: break-word;
}

.rec_newgra td ul {
  list-style-type: disc; /* 黒丸 */
}

.rec_newgra td ol {
  list-style-type: decimal; /* 数字 */
}


.rec_newgra .rec_secbox,
.rec_newgra td ul,
.rec_newgra td ol {
  padding-left: 0 !important;
  margin-left: 0.5rem !important;
  margin-top: 0.5rem !important;;
}

/* li 本体の余白とリストスタイルも削除 */
.rec_newgra td li {
  padding-left: 0 !important;
  margin-left: 0.5rem !important;
  margin-top: 0.5rem !important;;
}

@media (min-width: 922px) {
/*  
    .ast-container {
        max-width: 100vw;
        padding-left: 150px;
        padding-right: 150px;
    }
 */

.li_common li {
  font-weight:500;
  font-size:1.2em;
  line-height:1.8em;
  /*border-bottom: 1px solid #f6f6f6;*/
}

.li_common p.txt_s {
  font-weight:400;
  font-size:16px;
  line-height:1.8em;
  padding-bottom:1em;
}

.li_common p.txt_s_none {
  font-weight:400;
  font-size:1em;
  line-height:1.8em;
  padding-bottom:0;
}

ol.li_common_nest {
  font-weight:500;
  font-size:16px;
  line-height:1.8em;
  padding-top: 20px;
}

ul.nest {
list-style: none;
font-size:16px;
padding-bottom: 2em;
}

li.li_nest {
list-style-type: disc;
font-size: 1em;
font-weight: 400;
line-height: 1.8em;
}

.li_privacy li {
  font-weight:400;
  font-size:1em;
  line-height:1.8em;
/*  border-bottom: 1px solid #f6f6f6;*/
  padding-top:20px;
}

/* テキストを中央揃えにして少し余白を追加 */
.slide-text {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #333; /* 文字色はお好みで変更 */
}
.swiper-slide img {
  display: block;
  margin: 0 auto; /* 画像を中央揃え */
  max-width: 100%;
  height: auto;
}

/* form 
.snow-monkey-form {
  font-family: Noto sans jp;
  margin: 0 auto;
  max-width:100%;
  padding: 0 0 0 200px;
}

.entry-content ol {
  padding-top: -20px;
  padding-bottom: 30px;
}

.smf-item__label {
  padding: 10px 0;
  text-align: left;
}

.smf-form {
  padding-left:200px;
}

.smf-form .smf-text-control__control {
  display: block;
  max-width: 70% !important;
  padding: 1.25rem 1rem !important;
}

.smf-form--letter {
  display: inline;
  margin: 0 auto;
}

.smf-action {
  text-align: center;
  padding: 1em 0 6em;
}
*/  
.smf-action .smf-button-control__control {
  background: #38BB5C !important;
}



/* Snow Monkey Forms */
.smf-form--letter .smf-item {
  max-width:80% !important;
  padding-left:250px !important;
}

#post-846 {
  margin: 5em auto;
}

.smf-progress-tracker {
  margin-top: 3em !important;
}

.smf-form .smf-form--simple-table.m_table {
  text-align: left !important;
}

/*.wp-block-snow-monkey-forms-item {
  width: 70% !important;
  margin: 2em auto !important; 
  padding-left: 2em !important;
}
*/
.smf-item__col .smf-item__col--label {
    width: 35% !important;
}

.smf-item__controls {
    width: 65% !important;
}

.smf-item__label__text {
  position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%);
display: grid;
place-items: center;
width: 40px;
height: 23px;
border-radius: 4px;
content: "必須";
font-size: 12px;
color: #fff;
background: #ff6600;
}

.smf-action .smf-button-control__control {
  font-size: 1em;
  background-color: var(--color_main);
  background-image: none;
  color: #fff;
  border: none;
  transition: box-shadow 0.25s;
  border-radius: 80px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  min-width: 15%;
  padding: 1em;
  position: relative;
  text-decoration: none;
  width: auto;
}

.smf-action .smf-button-control__control:hover {
  border-color: inherit!important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
}

.smf-form .smf-form--simple-table.m_table {
  margin: 2em auto;
  text-align: center;
}



/* Elementorフッターを全幅化（footer-width-fixerを無効化） */
footer#colophon .footer-width-fixer {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
}


@media (max-width: 500px) {
table.job th {
  position: sticky;
  top: 0;
}

table.job td  {
    display: block;
  }

.smf-form--letter .smf-item {
  padding:20px;
}
}

@media (max-width: 810px) {
.smf-form--letter .smf-item {
  padding:20px;
}

.smf-item__label__text {
  position: relative;
}

.smf-action .smf-button-control__control {
  background: #38BB5C !important;
}

.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%);
display: grid;
place-items: center;
width: 40px;
height: 23px;
border-radius: 4px;
content: "必須";
font-size: 12px;
color: #fff;
background: #ff6600;
}

.smf-action .smf-button-control__control {
  font-size: 1em;
  background-color: var(--color_main);
  background-image: none;
  color: #fff;
  border: none;
  transition: box-shadow 0.25s;
  border-radius: 80px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  min-width: 15%;
  padding: 1em;
  position: relative;
  text-decoration: none;
  width: auto;
}
}