@-webkit-keyframes slidein
{
    from
    {
        transform: translate3d(20px,0,0);
        opacity: 0
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes slidein
{
    from
    {
        transform: translate3d(20px,0,0);
        opacity: 0
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes slideup
{
    from
    {
        transform: translate3d(0,20px,0);
        opacity: 0
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes slideup
{
    from
    {
        transform: translate3d(0,20px,0);
        opacity: 0
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.sec
{
    position: relative;
    opacity: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding-top: 3.6875rem
}
.sec._enter
{
    -webkit-animation-name: slideup;
    animation-name: slideup
}
.sec_terms
{
    margin-top: .75rem
}
.content._terms .content_sec {
    background-color: #fcfbf9;
    padding-top: 3.8rem;
}
.heading._main {
    text-align: center;
}
.content_head {
    padding-bottom: 1.5rem;
}
.mv_lead {
    margin-top: 1.825rem;
}
.content_sec {
    font-size: 0.875rem;
    line-height: 1.71;
    letter-spacing: 0.07rem;
    padding-bottom: 1rem;
}
.sec_num_list {
    counter-reset: heading;
    border-bottom: 1px solid #EFE9E2;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
}
.sec_num_list:last-of-type {
    border: none;
    margin-bottom: 0;
}
.heading_list {
    counter-increment: heading;
    color: #251F42;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 1.125rem;
    margin-bottom: 1.4rem;
    margin-top: 3.2rem;
}
.heading_list:first-of-type {
  margin-top: 0;
}
.heading_list::before {
    content: counter(heading)".";
    padding-right: 3.5rem;
}
.text_list {
    margin-bottom: 2rem;
}
.text_list a {
	color: #505050;
}
.text_list.kome {
    margin-top: 2rem;
}
.num_list {
    counter-reset: item;
    list-style: none;
    margin-bottom: 3.2rem;
}
.num_list:last-of-type {
    margin-bottom: 0;
}
.num_list li:before {
    content: counter(heading)"." counter(item)"";
    counter-increment: item;
    /*
    padding-right: 1.4rem;
    */
    position: absolute;
    top: 0;
    left: 0;
}
.num_list li {
    /*
    text-indent: -2.8rem;
    padding-left: 2.8rem;
    */
    padding-left: 3rem;
    margin-bottom: 1rem;
    position: relative;
}
.num_list li strong {
  font-weight: 600;
}
._en .num_list li {
  margin-bottom: 1.8rem;
}
.num_list li:last-child {
    margin-bottom: 0;
}
.num_list .num_list {
    margin-top: 1.7rem;
    margin-bottom: 0;
}
.num_list .num_list li,
.num_list .en_list li {
    text-indent: 0;
    padding-left: 0;
    margin-bottom: 1.6rem;
}
.num_list .num_list li:before {
    content: counter(heading)"." counters(item, ".") ". ";
    padding-right: 0.7rem;
}
.num_list .en_list {
    counter-reset: item-en;
    margin-top: 0;
}
.num_list .en_list li::before {
    content: counter(item-en,lower-alpha)". ";
    padding-right: 2.5rem;
    counter-increment: item-en;
}
.disc_list,
.num_list li .disc_list {
  margin: .25rem 0 1rem 0;
}
.disc_list:last-of-type,
.num_list li .disc_list:last-of-type {
  margin-bottom: 0;
}
.disc_list li,
.num_list li .disc_list li {
  margin-bottom: .2rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.disc_list li::before,
.num_list li .disc_list li::before {
    content: '・';
    padding-right: .5rem;
}
.table_list {
    width: 100%;
    margin-top: .8rem;
}
.table_list th,
.table_list td {
    padding: .8rem 0;
}
.table_list th {
    width: 6.5rem;
    vertical-align: top;
}
.table_sp,
.table_sp tbody,
.table_sp tr,
.table_sp th,
.table_sp td {
  display: block;
  width: 100%;
}
.table_sp th,
.table_sp td {
  padding: 0;
}
.table_sp th {
  margin-bottom: 1rem;
}
.table_sp td {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.sec_num_ttl {
    -webkit-font-smoothing: auto;
    font-weight: 600;
    font-family: "Noto Serif JP",serif;
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
    letter-spacing: 0.09rem;
}
.content._recruit .content_sec {
    background-color: #fcfbf9;
    padding-top: 2.5rem;
}
.recruit_item {
    padding: 2.5rem 0;
    border-top: 1px solid #EFE9E2;
}
.recruit_item:first-of-type {
    padding-top: 0;
    border: none;
}
.recruit_item .heading._sec {
    margin-bottom: 1.125rem;
}
.recruit_item .sec_lead {
    margin-bottom: 1.6875rem;
}
.content._recruit_detail .content_sec {
    background-color: #fcfbf9;
    padding: 3.4375rem 0;
}
.recruit_table,
.recruit_table tbody,
.recruit_table tr,
.recruit_table th,
.recruit_table td {
    display: block;
    width: 100%;
}
.recruit_table {
    margin-bottom: 4.0625rem;
}
.recruit_table tr {
    border: 1px solid #EFE9E2;
    background: #fff;
    margin-bottom: 16px;
}
.recruit_table th,
.recruit_table td {
    padding: 0.875rem 1.25rem;
}
.recruit_table th {
    font-weight: 500;
    font-size: 1.0625rem;
    border-bottom: 1px solid #EFE9E2;
}
.recruit_table .conditions {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.recruit_table .conditions dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recruit_table .conditions dl dt,
.recruit_table .conditions dl dd {
    margin-bottom: .9375rem;
}
.recruit_table .conditions dl dt:last-of-type,
.recruit_table .conditions dl dd:last-of-type {
    margin: 0;
}
.recruit_table .conditions dl dt {
    width: 5.625rem;
    font-weight: 500;
}
.recruit_table .conditions dl dd {
    width: -webkit-calc( 100% - 5.625rem );
    width: calc( 100% - 5.625rem );
}
._recruit_detail .heading._mark {
    margin-bottom: .9375rem;
}
._recruit_detail .input-list_item {
    border-top: 1px solid #EFE9E2;
    margin-top: 1.875rem;
    padding-top: 2.5rem;
}
._recruit_detail .input-list_item input {
  cursor: pointer;
}
._recruit_detail .input-list_item label span {
    font-size: 0.875rem;
    letter-spacing: 0;
    width: calc( 100% - 1.25rem );
}
._recruit_detail .input-list_item label span a {
  color: #274C82;
  text-decoration: none;
}
.input-list_item label span::after {
  top: 0.59375rem;
}
.form_submit._input {
    width: 19.6875rem;
    margin: 2.5rem auto 0;
}
#mail {
    opacity: 0.5;
    pointer-events: none;
    font-size: 0.875rem;
}
#mail.active {
    opacity: 1;
    pointer-events: auto;
}
.content._sitemap .content_sec {
    background-color: #fcfbf9;
    padding: 1.25rem 0 4.0625rem 0;
}
.sitemap_list li {
    border-bottom: 1px solid #EFE9E2;
}
.sitemap_list .view-link {
    width: 100%;
    font-weight: 400;
    padding: 1.125rem 0;
    font-size: 0.875rem;
}
.sitemap_list .hav_child .view-link {
  padding-bottom: 0.4375rem;
}
.sitemap_list .view-link::after {
    bottom: auto;
    top: 1.875rem;
}
.sitemap_list li .child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: .9375rem;
}
.sitemap_list li .child li {
  font-size: .75rem;
  margin-right: 2rem;
  letter-spacing: 0;
  border: none;
}
.sitemap_list li .child li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #251F42;
  text-decoration: none;
}
.sitemap_list li .child li a::before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 0.5rem;
  background-color: gray;
  width: 0.5rem;
  height: 1px;
  content: "";
}

@media print, screen and (min-width: 768px)
{
    .pc_none {
      display: none;
    }
    .content_head {
        padding-bottom: 4rem;
    }
    .mv_lead {
        margin-top: 1.625rem;
    }
	.mv_lead a {
        color: #505050;
    }
    .content_sec {
        font-size: 0.9375rem;
        line-height: 1.87;
        letter-spacing: 0.075rem;
        padding-bottom: 0;
    }
    .sec {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }
    .content._terms .content_sec {
        padding-top: 4.3rem;
        padding-bottom: 4.5rem;
    }
    .heading_list {
        margin-bottom: 1rem;
    }
    .num_list li {
        /*
        text-indent: -3.1rem;
        padding-left: 3.1rem;
        */
        margin-bottom: 1rem;
    }
    ._en .num_list li {
        margin-bottom: 1.25rem;
    }
    .num_list li:before {
        /*
        padding-right: 1.6rem;
        */
    }
    .num_list .num_list li,
    .num_list .en_list li {
        margin-bottom: 1.8rem;
    }
    .sec_num_list {
        padding-bottom: 3.7rem;
        margin-bottom: 3.7rem;
    }
    .sec_num_ttl {
        margin-bottom: 1rem;
        letter-spacing: 0.07rem;
    }
    ._en .sec_num_ttl {
      margin-bottom: 3.2rem;
    }
    .table_list th {
        width: 14rem;
    }
    ._en .table_list th {
        width: 8.8rem;
    }
    .content._recruit .content_sec {
        padding: 2.9375rem 0 5rem 0;
    }
    .recruit_item .heading._sec {
        margin-bottom: 0.6875rem;
    }
    .content._recruit_detail .content_sec {
        padding: 4.0625rem 0 7.5rem 0;
    }
    .recruit_table {
        width: 100%;
        display: table;
        border: 1px solid #EFE9E2;
    }
    .recruit_table tbody {
        display: table-row-group;
    }
    .recruit_table tr {
        display: table-row;
        border: none;
        margin: 0;
    }
    .recruit_table th,
    .recruit_table td {
        display: table-cell;
        padding: 1.5rem 2.5rem;
        background: #fff;
        border-bottom: 1px solid #EFE9E2;
    }
    .recruit_table th {
        width: 11.25rem;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #EFE9E2;
    }
    .recruit_table td {
        width: -webkit-calc( 100% - 11.25rem );
        width: calc( 100% - 11.25rem );
    }
    .recruit_table tr:last-of-type th,
    .recruit_table tr:last-of-type td {
        border-bottom: none;
    }
    .recruit_table .conditions {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .recruit_table .conditions dl dt,
    .recruit_table .conditions dl dd {
        margin-bottom: .625rem;
    }
    .recruit_table .conditions dl dt:last-of-type,
    .recruit_table .conditions dl dd:last-of-type {
        margin-bottom: .625rem;
    }
    .recruit_table .conditions dl dt {
        width: 6.25rem;
    }
    .recruit_table .conditions dl dd {
        width: -webkit-calc( 100% - 6.25rem );
        width: calc( 100% - 6.25rem );
    }
    ._recruit_detail .heading._mark {
        margin-bottom: 1.375rem;
    }
    .input-list_item label span::after {
        top: 0.75rem;
    }
    .form_submit._input {
        margin-top: 3.75rem;
    }
    .content._sitemap .content_sec {
        padding: 3.4375rem 0 7.5rem 0;
    }
    .sitemap_list .view-link {
        font-size: 0.875rem;
    }
    .sitemap_list li .child {
      padding-bottom: .9375rem;
    }
}
