/* ページ固有の見出し */
div[data-structure="b-heading-lowerpage-title"] .c-bg-img {
    background: linear-gradient(180deg, transparent 0 60%, #FFF 90% 100%), url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/e0ded790-fb3d-013e-53c6-0a58a9feac02/img-header-overview.png) center bottom / cover  !important;
}

/* 共通設定ここから=========================== */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    color: 	#373E42;
}
/* header */
header {
    display: flex;
    margin: 0 auto;
    padding: 12px 20px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 30;
    background: #fff;
    width: 100%;
    margin-top: -63px;
}
header .logo_wrapper {
    width: 200px;
}
header a {
  background-color: transparent;
  color: 	#373E42;
  padding: 0;
  margin: 0 20px 0 0;
  max-width: inherit;
  border-radius: 0;
  text-align: left;
}
header a i {
  margin: 0 0 0 4px;
}
header .menu {
  list-style-type:none;
}
header .menu > li {
  display:inline-block;
  position:relative;
}
header .menu > li > ul {
  display:none;
}
header .menu > li > ul li {
  width: 150px;
}
header .menu > li:hover ul {
  display:block;
  position:absolute;
  padding: 20px 0 8px 0;
  margin:0;
  top:1.5em;
  left:0;
  list-style-type:none;
  z-index: 10;
  background-color: #fff;
}
header .menu > li:hover ul li a {
  margin: 0;
  padding: 0 8px;
}
@media (max-width:978px){
    .menu_sp_only {
        display: block!important;
    }
    .menu_sp_only div { /* 追加 */
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
     .menu_pc_only {
        display: none!important;
    }
    header .logo_wrapper {
        width: 150px;
    }
    header div {
        display: none;
    }
    header .nav {
       position: fixed;
        top: -1000%;
        left: 0;
       width: 100%;
       height: 100vh;
       background: rgba(255,255,255,0.9);
       color: #373E42;
       display: flex;
       justify-content: center;
       align-items: center;
       transition: top 0.5s;
       z-index: 20;
    }
    header .nav ul {
        display: flex;
        flex-flow: column;
        list-style:none;
        width: 100%;
        margin: 0 20px;
        padding: 0;
    }
    header .nav li {
        border-bottom: solid 1px #bfbfbf;
        padding: 0 0 12px 0;
    }
    header .nav li:not(:last-child) {
        margin-bottom: 12px;
    }
    header .nav li.sp_submenu { /* 追加 */
        border-bottom: none;
    }
    header .sp_submenu a.summary { /* 追加 */
         border-bottom: solid 1px #bfbfbf;
        padding: 0 0 12px 0;
        margin: 0;
    }
    header .sp_submenu .subpage a { /* 追加 */
        margin: 0;
        padding: 8px;
        border-right: dashed 1px #bfbfbf;
        border-bottom: solid 1px #bfbfbf;
    }
    header .sp_submenu .subpage a:nth-of-type(2n){ /* 追加 */
        border-right: none;
    }
}
/* ナビゲーションボタン（開く） */
#navbtn {
    position: fixed;
    right: 0;
    margin-right: 20px;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
#navbtn::before,
#navbtn::after {
    content : '';
    display: block;
    height: 1px;
    background-color: #333333;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
}
#navbtn::before{
    transform: translateY(-10px);
    box-shadow: 0 10px #333333;
}
/* ナビゲーションボタン（閉じる） */
.open #navbtn { /* 追加 */
    z-index: 100;
}
.open #navbtn::before {
    transform: rotate(-45deg);
    box-shadow: none;
}
.open #navbtn::after {
    transform: rotate(45deg);
    box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav {
    top: 0;
}
@media(min-width: 979px) {
    .menu_sp_only {
        display: none!important;
    }
     .menu_pc_only {
        display: block!important;
    }
    /* ボタン非表示 */
    #navbtn {
        display:none;
    }
    /* ヘッダーは横並び */
    header {
        display: flex;
        align-items: center;
    }
    header .nav {
        margin-left: auto;
    }
    header .nav ul {
        display: flex;
        list-style: none;
    }
}
/* /header */
h2 {
     letter-spacing: 0;
}
/*下層ページの見出し*/
div[data-structure="b-heading-lowerpage-title"] .c-wrapper {
    padding: 0;
    max-width: 1200px;
}
div[data-structure="b-heading-lowerpage-title"] .c-inner--one-elem.c-inner--xl {
    padding: 240px 0 40px 8px;
    margin-top: 63px;
}
/*表のデザイン*/
table {
    border-collapse: separate;
    border-spacing: 10px 20px;
}
tbody {
    overflow: hidden;
}
p {
    margin-bottom: 0.5em;
}
a {
    background-color: #14C3DC;
    color: #fff;
    padding: 4px 20px;
    border-radius: 100px;
    margin-top: 20px;
    display: block;
    max-width: 200px;
    text-align: center;
}
td a {
    margin: 8px 0 0 auto;
}
a:hover {
    opacity: .7;
}
.s_footer-peraichi {
     background-color: #373E42;
}
.s_footer-peraichi .p-footer__inner {
    padding: 0 0 40px 0;
    font-size: 12px;
    color: #fff;
}
.career_link_inner .content .left_area span.orange {
    font-size: inherit;
    color: #f29500;
}
div[data-structure="b-heading-lowerpage-title"] {
    line-height: 1;
}
div[data-structure="b-heading-lowerpage-title"] .c-inner .u-mtxs {
    margin: 0 0 0 4px;
}
footer .message_wrapper {
    padding: 64px 0 48px 0;
    background-color: #f5fcff;
}
footer .message_inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
footer .message_wrapper h2 {
    font-size: 30px;
}
footer .message_wrapper p {
    font-size: 16px;
}
footer .message_wrapper .entry_btn {
    border-radius: 4px;
    font-size: 20px;
    margin: 20px auto;
}
footer .banner_inner {
    display: flex;
    padding: 20px;
    margin: 0 auto;
    max-width: 980px;
    flex-wrap: wrap;
}
footer .banner_inner a {
    display: inline;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0 20px 0 0;
    max-width: inherit;
    color: #14C3DC;
    flex: 1;
}
footer .banner_inner a:last-child {
    margin-right: 0;
}
footer .footer_wrapper {
    padding: 64px 20px 40px 20px;
    background-color: #373E42;
}
footer .footer_inner {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    justify-content: space-between;
}
footer .footer_inner a.logo {
    background-color: inherit;
    padding: 0;
    margin: 0;
    max-width: 200px;
}
footer ul {
    display: flex;
     justify-content: end;
    padding: 0;
}
footer ul:first-of-type {
    margin-bottom: 12px;
}
footer ul li {
    margin-right: 20px;
    list-style: none;
    color: #fff;
}
footer ul li:nth-last-child {
    margin-right: 0;
}
footer ul li a {
    background-color: inherit;
    padding: 0;
    margin: 0;
}  
footer ul li a.blank_link:after{
    display: inline-block;
    content: "";
    background-image: url(//cdn.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/64d470578de93/original.png);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 8px 0 2px;
    position: relative;
    top: 2px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
    .s_footer-peraichi .p-footer__inner {
        padding: 0 0 20px 0;
    }
    footer .message_wrapper {
        padding: 40px 24px;
    }
    footer .message_wrapper h2 {
        font-size: 25px;
        margin-bottom: 12px;
    }
    footer .banner_inner {
        padding: 20px 0;
        margin: 0 12px;
    }
    footer .banner_inner {
        padding: 20px 0;
    }
    footer .banner_inner a {
        margin-right: 12px;
        width: calc(50% - 6px);
        flex: inherit;
    }
    footer .banner_inner a:nth-of-type(2n){
        margin-right: 0;
        margin-bottom: 12px;
    }
    footer .banner_inner a:nth-child(4) {
        margin-bottom: 0;
    }
    footer .footer_wrapper {
        padding: 40px 0 ;
    }
    footer .footer_inner {
        margin: 0 24px;
    }
    footer .footer_inner a.logo {
        height: 33px;
    }
    footer ul {
        display: block;
    }
    footer ul li {
        margin: 0 0 8px 0;
    }
    footer ul li a {
        font-size: 12px;
        text-align: left;
    }
    div[data-structure="b-heading-lowerpage-title"] .c-inner--one-elem.c-inner--xl div[data-structure="e-text"] span {
       padding-left: 4px;
    }
    div[data-structure="b-heading-lowerpage-title"] .c-inner .u-mtxs {
        margin: 0;
    }
    div[data-structure="b-heading-lowerpage-title"] h2 {
        line-height: 40px;
    }
    footer .footer_inner a.logo {
        max-width: 150px;
    }
}
.footer_message {
    margin: 20px auto;
    text-align: center;
}
/* 共通設定ここまで=========================== */
div[data-structure="b-heading-lowerpage-title"] .c-heading br {
    display: none;
}
div[data-structure="b-table--bdr-btm"] .c-wrapper {
    max-width: 980px;
    margin: 0 auto;
}
div[data-structure="b-heading-lowerpage-title"] h2 {
    font-family: 'Barlow', sans-serif;
}
div[data-structure="b-table--bdr-btm"] th {
    font-weight: 500;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
    div[data-structure="b-table--bdr-btm"] .c-wrapper {
        padding: 0;
    }
    div[data-structure="b-heading-lowerpage-title"] .c-heading br {
        display: block;
    }
}
/* 共通切り替え設定ここから=========================== */
.pc_only {display: block!important;}
.sp_only {display: none!important;}
@media only screen and (min-width: 1px) and (max-width: 768px) {
.pc_only {display: none!important;}
.sp_only {display: block!important;}
}
/* 共通切り替え設定ここまで=========================== */