@import url("//use.typekit.net/aot1ggt.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.table_wrap {
  margin-top: 50px; }
  .table_wrap table {
    border: 1px solid #DDDDDD;
    font-size: 13px;
    width: 100%;
    max-width: 900px;
    margin: auto; }
    .table_wrap table tr {
      border-bottom: 1px solid #DDDDDD; }
      .table_wrap table tr:last-child {
        border: none; }
      .table_wrap table tr th {
        background-color: #FFF1E0;
        padding: 30px 5px;
        line-height: 1.6;
        text-align: center; }
    .table_wrap table th,
    .table_wrap table td {
      border-right: 1px solid #DDDDDD;
      padding: 15px 10px;
      line-height: 1.4;
      text-align: left; }
      .table_wrap table th:last-child,
      .table_wrap table td:last-child {
        border: none; }

@media only screen and (min-width: 769px) {
  .table_wrap table {
    font-size: 16px; }
    .table_wrap table th {
      width: 150px; }
    .table_wrap table td {
      width: calc(100% - 150px); }
    .table_wrap table th,
    .table_wrap table td {
      padding: 30px; } }
@media only screen and (max-width: 768px) {
  .table_wrap table tr th {
    padding: 15px;
    text-align: left; }
  .table_wrap table tr td {
    padding: 20px;
    font-size: 16px; }
  .table_wrap table tr,
  .table_wrap table th,
  .table_wrap table td {
    display: block; } }
.recruit_contact .txtcont {
  padding-left: 15px; }
  .recruit_contact .txtcont .inr_ttl {
    background: #E5F3FF;
    padding: 8px 12px;
    margin-top: 30px;
    font-size: 16px; }
  .recruit_contact .txtcont .txt_inr {
    font-size: 16px;
    margin-top: 15px;
    line-height: 2; }
    .recruit_contact .txtcont .txt_inr li {
      text-indent: -40px;
      padding-left: 40px; }
  .recruit_contact .txtcont a {
    color: #ff544f; }
.recruit_contact .recruit_btn {
  max-width: 320px;
  margin-top: 20px; }
  .recruit_contact .recruit_btn a {
    text-decoration: none;
    color: #0368B8;
    border: 2px solid #0368B8;
    display: flex;
    padding: 15px 10px;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    line-height: 1.4; }
    .recruit_contact .recruit_btn a::after {
      font-size: 50px;
      content: "\ea3c";
      font-family: 'icomoon' !important;
      font-size: 1.4rem;
      color: #0368B8;
      position: absolute;
      right: 15px; }
    .recruit_contact .recruit_btn a img {
      width: 50%;
      max-width: 100px; }

.faq_cont .faq_wrap {
  margin-top: 20px; }
  .faq_cont .faq_wrap dt {
    background: #DDF4FF;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center; }
    .faq_cont .faq_wrap dt.open {
      border-radius: 10px 10px 0 0; }
    .faq_cont .faq_wrap dt span {
      background-color: #fff;
      border-radius: 100vh;
      width: 30px;
      height: 30px;
      font-family: "Roboto", serif;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px; }
  .faq_cont .faq_wrap dd {
    background-color: #FAFAFA;
    padding: 15px;
    line-height: 1.6;
    border-radius: 0 0 10px 10px; }

@media only screen and (min-width: 769px) {
  .recruit_contact .txtcont {
    padding-left: 35px; }
    .recruit_contact .txtcont .inr_ttl {
      padding: 10px 15px;
      margin-top: 30px;
      font-size: 18px; }
    .recruit_contact .txtcont .txt_inr {
      font-size: 16px;
      margin-top: 20px; }
  .recruit_contact .recruit_btn {
    max-width: 470px; }
    .recruit_contact .recruit_btn a {
      font-size: 18px; }
      .recruit_contact .recruit_btn a:hover {
        color: #ff544f;
        border: 2px solid #ff544f; }
        .recruit_contact .recruit_btn a:hover::after {
          color: #ff544f; }
      .recruit_contact .recruit_btn a::after {
        font-size: 2rem;
        right: 15px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }
      .recruit_contact .recruit_btn a img {
        width: 50%;
        max-width: 150px; }

  .faq_cont .faq_wrap dt {
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px; }
  .faq_cont .faq_wrap dd {
    font-size: 16px;
    padding: 30px 20px; } }
