@charset "utf-8";
@media(max-width: 1200px) {
  .footer_bottom_inner {
    display: block;
  }
  .footer_bottom_left {
    margin-bottom: 10px;
  }
}
@media(max-width: 960px) {
  header.desktop {
    display: none;
  }
}
@media(min-width: 961px) {
  header.mobile {
    display: none;
  }
  .sp_privacy {
    display: none;
  }
}
.drawer, .overlay {
  display: none;
}
@media(max-width: 960px) {
  header.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
  }
  .mobile_header_inner {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
  }
  .mobile_header_logo {
    width: 72px;
  }
  .mobile_header_logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .mobile_header_inner .header_trigger {
    background: none;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .header_trigger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #384C57;
    position: absolute;
    left: 14px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  #toppage header .header_trigger span {
    background: #fff;
  }
  #toppage header.startActive .header_trigger span {
    background: #384C57;
  }
  .header_trigger span:first-child {
    top: 19px;
  }
  .header_trigger span:nth-child(2) {
    top: 29px;
  }
  .header_trigger.open {
    transform: rotate(180deg);
  }
  .header_trigger.open span:first-child {
    transform: translateY(5px) rotate(-45deg);
  }
  .header_trigger.open span:nth-child(2) {
    transform: translateY(-5px) rotate(45deg);
  }
  .overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    z-index: 6000;
  }
  .drawer {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8000;
  }
  .drawer_inner {
    padding: 20px;
    height: calc(100vh - 200px);
    overflow: auto;
  }
  .drawer_inner dl a {
    color: #384C57;
    text-decoration: none;
  }
  .drawer_inner li {
    list-style: none;
  }
  .drawer dl {
    margin-bottom: 10px;
  }
  .drawer dt {
    font-size: 13px;
    cursor: pointer;
    padding-bottom: 15px;
  }
  .drawer_parent {
    position: relative;
  }
  .drawer_parent::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0);
    border-right: 2px solid #374B56;
    border-bottom: 2px solid #374B56;
    border-left: 2px solid rgba(255, 255, 255, 0);
    transform: rotate(45deg);
    transition: all 0.2s;
  }
  .drawer_parent.open::after {
    border-top: 2px solid #374B56;
    border-right: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    border-left: 2px solid #374B56;
    top: 4px
  }
  .drawer dt p {
    margin: 0;
    padding: 0;
  }
  .drawer dt .en {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }
  .drawer dt .jp {
    font-size: 13px;
    font-weight: 500;
  }
  .drawer dd span.en {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  .drawer dd {
    font-size: 15px;
    padding-top: 15px;
    border-top: 2px solid #384C57;
    display: none;
  }
  .drawer dd p {
    margin: 0 0 15px;
  }
  .drawer dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .drawer dd ul.extraNav {
    display: block;
  }
  .drawer dd ul li {
    list-style: none;
    width: 50%;
    margin: 0 0 20px;
    line-height: 1.4;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .drawer dd ul li.extra {
    font-size: 14px;
  }
  .drawer dd ul.extraNav li {
    width: auto;
  }
  .drawer dd ul.extraNav li:last-child {
    margin-bottom: 30px;
  }
  .drawer .contact_btn {
    padding-left: 0;
    padding-right: 0;
    margin: 30px 0 0;
  }
  .drawer .contact_btn span {
    font-size: 18px;
  }
  .drawer .contact_btn a {
    width: 100%;
    height: 50px;
  }
}
/* footer */
@media(max-width: 960px) {
  .footer_inner {
    display: block;
  }
  .footer_inner_left {
    margin-right: 0;
  }
  .footer_left_upper {
    margin-bottom: 20px;
  }
  .footer_bottom_right ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_bottom_right li {
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .footer_left_upper {
    display: block;
  }
  .footer_left_upper p:first-child {
    margin: 0 0 40px;
  }
  .footer_inner_right {
    display: none;
  }
  .footer_bottom_inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_left_bottom ul {
    margin-bottom: 20px;
  }
  .footer_bottom_inner ul {
    margin-bottom: 20px;
    margin-left: -8px;
  }
}
@media(max-width: 767px) {
  .footer_logo {
    width: 100%;
    margin: 0 0 20px;
  }
  .footer_tile::after {
    top: 15px;
    left: 15px;
    width: 56px;
    height: 35px;
  }
  .footer_tile.recruit::after {
    top: 15px;
    left: inherit;
    right: 15px;
  }
  .footer_tile.group p, .footer_tile.recruit p {
    font-size: 14px;
  }
  .footer_tile h4 {
    font-size: 30px;
  }
  .footer_bottom_left {
    width: 60%;
  }
  .sp_privacy {
    width: 60px;
    margin: 0 0 20px;
  }
}
@media(max-width: 375px) {
  .drawer dl {
    margin-bottom: 5px;
  }
  .drawer dt {
    padding-bottom: 10px;
  }
  .drawer dt .jp {
    font-size: 13px;
  }
  .drawer dd span.en {
    font-size: 22px;
  }
  .drawer dd {
    padding-top: 10px;
  }
  .drawer dd p, .drawer dd ul li {
    font-size: 14px;
  }
  .drawer dd ul li.extra {
    font-size: 12px;
  }
  .drawer .contact_btn {
    margin: 20px 0 0;
  }
}