@charset "UTF-8";

ol, ul {
  list-style: none;
}
ol, ul, li, dt, dd {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.inblock-wrap {
  width: 100%;
  position: relative;
  font-size: 0;
}
.inblock-wrap > * {
  font-size: 1.4rem;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  width:100%;
  position:relative;
}
.flex-wrap > * {
  position:relative;
}

a.bl {
  display: block;
}

 img{
  vertical-align:top;
 }
.pic {
  position: relative;
}
.text-pic {
  position: relative;
  text-align: center;
}
.pic a {
  display:block;
  outline:none;
}
.pic img, .text-pic img {
  width: 100%;
  height: auto;
}

.content1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}
.content830 {
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .content1000 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .content1000 {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.subpage {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size:1.8rem;
  line-height: 1.6;
}
.common-mid1 {
  font-family: "YuMincho","Yu Mincho", "Hiragino Mincho ProN",'Shippori Mincho B1',"Times New Roman","MS PMincho", serif;
  font-weight: 600;
  font-size:2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color:#000000;
  border-top: solid 1px #EEEEEE;
  border-bottom: solid 1px #EEEEEE;
  padding: 15px 0px;
  position: relative;
}
.common-mid1:before {
    content: "";
    border-left: solid 5px rgba(37,102,178,0.5);
    height: 60px;
    margin-right: 25px;
}

#keisanhyo-section1-text1 {
    margin-top: 90px;
    margin-bottom: 20px;
}
.keisan-table {
    width: 100%;
}
.keisan-table th, .keisan-table td {
  border: 1px solid #EEEEEE;
  width:33.33%;
  box-sizing: border-box;
  font-size:1.4rem;
}
.keisan-table th{
  color:#ffffff;
  font-weight: bold;
  height: 60px;
}
.keisan-table th:nth-child(1) {
  background:#4A4A4A;
}
.keisan-table th:nth-child(2) {
  background:#33B6D0;
}
.keisan-table th:nth-child(3) {
  background:#F87F7F;
}
.keisan-table td{
  height: 60px;
  text-align: center;
}

.keisan-table td:nth-child(1) { 
  background:#F6F6F6;
  font-weight: bold;
}
.keisan-table td .link-detail {
    font-size: 1.1rem;
    display: block;
    color: #33B6D0;
    line-height: 1.5;
}
.keisan-table tr.sum td:nth-child(1) {
  background:rgba( 0, 164, 197, 0.4);
}
.keisan-table tr.sagaku td:nth-child(1) {
  background:rgba( 0, 164, 197, 0.8);
  color:#ffffff;
}
.keisan-table tr.sagaku td:nth-child(1), .keisan-table tr.sagaku td:nth-child(2) {
    font-size: 1.8rem;
}
#keisanhyo-section1-text2 {
    margin-top: 70px;
    margin-bottom: 40px;
}
.keisan-table td .keisan-yen {
    display: inline-block;
    font-size: 1.6rem;
}
.keisan-table td input[type="text"] {
    font-size: 1.6rem;
    text-align: right;
    padding: 6px 6px;
    width: 80%;
    max-width: 120px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 0.5em;
    margin-right: auto;
}
.keisan-table td input.keisan-label[type="text"] {
  font-size:1.4rem;
  font-weight: bold;
  text-align: left;
  width: 75%;
  max-width: none;
}
.keisan-table td .errmsg {
    color: red;
    font-size: 1.1rem;
    display: block;
    font-weight: bold;
}
#keisanhyo-section1-text3 {
  margin-top:40px;
  margin-bottom:0;
}
#keisanhyo-section1-text3 a {
  color:#33B6D0;
  text-decoration: underline;
}
.keisan-table-annot {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #keisanhyo-section1-text1, #keisanhyo-section1-text2, #keisanhyo-section1-text3 {
      font-size: 1.4rem;
  }
  #keisanhyo-section1-text1 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .keisan-table td .link-detail {
    font-size: 1.0rem;
  }
  .keisan-table td .keisan-yen {
    font-size: 1.4rem;
  }
  .keisan-table td input[type="text"] {
    font-size: 1.4rem;
    padding: 4px 4px;
    max-width: 80px;
    width: 70%;
    margin-left: 4px;
  }
  .keisan-table tr.sagaku td:nth-child(1) {
    font-size: 1.4rem;
  }
  #keisanhyo-section1-text2 {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .keisan-table td input.keisan-label[type="text"] {
    width: 85%;
  }
   #keisanhyo-section1-text3 {
     margin-top:20px;
  }
}

/* ================================================= *

  調理現場で就労希望の方のお問い合わせ

 * ================================================= */
#contact_chouri .common-mid1:before {
  border-left-color:rgba( 248, 127, 38, .5 ); 
}
#contact_chouri-section1-text2 {
    margin-top: 50px;
    margin-bottom: 0;
}
.contact-table {
    margin-top: 50px;
  width: 100%;
}
.contact-table th, .contact-table td {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F87F26;
}
.contact-table tr:first-child th, .contact-table tr:first-child td {
  border-top: 1px solid #F87F26;
}
.contact-table th {
    width: 230px;
    text-align: left;
    font-size: 2.2rem;
    line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight:normal;
  vertical-align: top;
}
.contact-table th .annot {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
}
.contact-table th .annot:before {
    content: '※';
}
.contact-table td {
    font-size: 2.0rem;
}
.radio-wrap > li {
    font-size: 1.8rem;
    margin-right: 1em;
}
.radio-wrap > li:last-child {
  margin-right: 0;
}
.radio-wrap > li label {
  cursor: pointer;
}
.form-text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.8rem;
    padding: 4px 6px;
    width: 100%;
    box-sizing: border-box;
}
#form-year {
    width: 100px;
    margin-right: 10px;
}
#form-month {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
#form-day {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
#form-graduate_year {
    width: 100px;
    margin-right: 10px;
}
.contact-row {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.contact-row:last-child {
  margin-right: 0;
}
#form-graduate_school {
    width: 400px;
    margin-left: 10px;
}
.form-textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.8rem;
    padding: 4px 6px;
    width: 100%;
    height:200px;
    box-sizing: border-box;
}
#contact_chouri-errorblock1 {
  margin-top:50px;
}
#contact_chouri-errorblock1 .common-error1 {
  font-size:2.5rem;
  color:#C60000;
  text-align: center;
  margin-bottom: 0;
}
.btn-send, .btn-home {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 3.0rem;
    line-height: 1;
  font-weight: bold;
}
.btn-send > a,
.btn-home > a {
    display: block;
    text-decoration: none;
    border: 3px solid #707070;
    color: #0F0E0E;
    padding: 25px 10px;
}
.btn-send > a:hover,
.btn-home > a:hover {
  background:#707070;
  color:#ffffff;
}

#contact_chouri-btn1 {
    margin-top: 50px;
}
#contact_chouri-btn2 {
    margin-top: 50px;
}
#contact_chouri-errorblock1 {
    display: none;
}
.contact-table tr.step {
    display: none;
}
.contact-table tr.step.view {
    display: table-row;
} 
.contact-table td .errmsg {
    font-size: 1.4rem;
    color: #C60000;
    font-weight: bold;
    display: block;
    margin-top: 6px;
}

#contact_chouri-btn3 {
    margin-top: 25px;
    max-width: 270px;
}
.btn-confirm {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}
.btn-confirm > button {
  background:#000000;
  color:#ffffff;
  padding:16px 5px;
  text-decoration: none;
  border:2px solid #000000;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  cursor: pointer;
  transition:all 0.3s linear;
}
.btn-confirm > button:hover {
  background:#ffffff;
  color:#000000;
}
#contact_chouri-btn3 {
  display: none;
}
.contact-value {
    margin-bottom: 0;
    font-size: 1.8rem;
}
.contact-table-confirm th .annot {
  display: none;
}

#contact_chouri-btn4 {
  margin-top: 25px;
  max-width: 270px;
}
#contact_chouri-btn5 {
    margin-top: 25px;
    max-width: 270px;
}
@media screen and (max-width: 768px) {
  #contact_chouri-errorblock1 {
    margin-top: 30px;
  }  
  #contact_chouri-errorblock1 .common-error1 {
    font-size: 1.6rem;
    line-height: 2;
  }
  .btn-send, .btn-home {
    font-size: 2.0rem;
    width: 100%;
  }
  #contact_chouri-btn2 {
    margin-top: 30px;
  }
  .btn-send > a, .btn-home > a {
    border-width: 1px;
    padding: 20px 4%;
  }
  #contact_chouri-section1-text2 {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .contact-table {
    margin-top: 30px;
  }
  .contact-table, .contact-table tbody, .contact-table tr, .contact-table th, .contact-table td {
    display: block;
    width: 100%;
  }
  .contact-table tr:first-child td {
    border-top:none;
  }
  .contact-table th {
    font-size: 1.8rem;
    padding: 12px 0;
    border-bottom: none;
  }
  .contact-table th .annot {
    font-size: 1.2rem;
    float: right;
  }
  .contact-table td {
    padding: 0 0 8px;
    font-size: 1.4rem;
  }
  .radio-wrap > li {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .form-text {
    font-size: 1.4rem;
    padding: 4px;
  }
  #form-year {
    width: 70px;
    margin-right: 5px;
  }
  #form-month, #form-day {
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .contact-row {
    display: block;
    margin-right: 0;
    margin-bottom:10px;
  }
  .contact-row:last-child {
    margin-bottom: 0;
  }
  #form-graduate_school {
    width: 100%;
    margin-left: 0;
  }
   .contact-table tr.step.view {
    display: block;
  } 
  .btn-confirm {
    font-size: 2.0rem;
     width: 100%;
  }
  .btn-confirm > a {
    border-width: 1px;
    padding: 20px 4%;
  }
  .contact-table td .errmsg {
    font-size: 1.2rem;
    margin-bottom:4px;
  }
  .form-textarea {
    font-size: 1.4rem;
    padding: 4px;
  }
  .contact-value {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  #contact_chouri-btn3,
  #contact_chouri-btn4,
  #contact_chouri-btn5 {
    max-width:none;
  }
  .btn-confirm {
    font-size: 2.0rem;
    width: 100%;
  }
  .btn-confirm > button {
    font-size: 2.0rem;
  }
}

/* ================================================= *

  介護現場で就労希望の方のお問い合わせ

 * ================================================= */
#contact_kaigo .common-mid1:before {
  border-left-color:rgba( 230, 83, 116, .5 ); 
}
#contact_kaigo-table1 th, #contact_kaigo-table1 td {
 border-bottom: 1px solid #E65374;
}
#contact_kaigo-table1 tr:first-child th, #contact_kaigo-table1 tr:first-child td {
  border-top: 1px solid #E65374;
}
.form-select {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.8rem;
    padding: 4px 6px;
    width: 100%;
    box-sizing: border-box;
}
#select-age {
    width: 160px;
}
#contact_kaigo-btn1 {
  margin-top: 25px;
  max-width: 270px;
}
#contact_kaigo-btn2 {
    margin-top: 25px;
    max-width: 270px;
}
#contact_kaigo-btn3 {
    margin-top: 25px;
    max-width: 270px;
}

@media screen and (max-width: 768px) {
  #contact_kaigo-table1 tr:first-child td {
    border-top:none;
  }
  #contact_kaigo-table1 th {
    border-bottom:none;
  }
}