@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Noto+Serif:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap");
/* all
/****************************************************************/
footer a img:hover,
header a img:hover {
  opacity: 1.0; }

/************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888; }

.site_ttl {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  aspect-ratio: 293/50;
  width: 293px;
  height: auto;
  background: url("../images/common/header_logo.svg") center center no-repeat;
  background-size: contain; }

.header_box {
  width: 100%;
  max-width: 1920px;
  padding: 30px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.header_nav_box {
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 970px;
  width: calc(100% - 320px);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px; }

.header_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 106px); }
  .header_nav ul {
    max-width: 730px;
    padding: 0 0 0 20px;
    width: calc(100% - 130px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .header_nav li {
    z-index: 10; }
    .header_nav li span, .header_nav li a {
      text-decoration: none;
      display: block;
      width: fit-content;
      padding: 0;
      color: #000000;
      font: 16px/38px "Noto Sans", sans-serif;
      font-weight: 400;
      border-radius: 4px;
      position: relative; }
      .header_nav li span.current, .header_nav li span.active, .header_nav li a.current, .header_nav li a.active {
        font-weight: 700;
        color: #fff; }
        .header_nav li span.current:before, .header_nav li span.active:before, .header_nav li a.current:before, .header_nav li a.active:before {
          border-radius: 5px;
          position: absolute;
          content: "";
          display: block;
          width: calc(100% + 30px);
          height: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          /* Safari用 */
          transform: translate(-50%, -50%);
          background-color: #5A4398;
          z-index: -1; }
      .header_nav li span.current:before, .header_nav li a.current:before {
        background-color: #5A4398; }
      .header_nav li span.active, .header_nav li a.active {
        color: #5A4398; }
        .header_nav li span.active:before, .header_nav li a.active:before {
          background-color: #FFE100; }
    .header_nav li .sub_header_nav {
      transition: .3s;
      z-index: -1;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100vw;
      height: auto;
      padding: 65px 60px 40px;
      background-color: #5A4398; }
      .header_nav li .sub_header_nav.active {
        z-index: 777;
        pointer-events: all;
        opacity: 1; }
      .header_nav li .sub_header_nav div {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .header_nav li .sub_header_nav div ul {
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; }
          .header_nav li .sub_header_nav div ul li {
            margin: 0 0 25px; }
          .header_nav li .sub_header_nav div ul img {
            width: 100%; }
          .header_nav li .sub_header_nav div ul a {
            color: #fff;
            margin: 10px 0 0;
            font: 16px/1.5em "Noto Sans", sans-serif;
            font-weight: 500; }
      .header_nav li .sub_header_nav div.sub_header_about ul:nth-of-type(2) {
        width: calc(100% - 650px);
        max-width: 235px; }
        .header_nav li .sub_header_nav div.sub_header_about ul:nth-of-type(2) li {
          width: 100%;
          margin: 0 0 25px; }
        .header_nav li .sub_header_nav div.sub_header_about ul:nth-of-type(2) a {
          color: #fff;
          font: 16px/30px "Noto Sans", sans-serif;
          font-weight: 500;
          display: block;
          text-align: right;
          width: 142px;
          padding: 0 45px 0 0;
          position: relative; }
          .header_nav li .sub_header_nav div.sub_header_about ul:nth-of-type(2) a:before {
            position: absolute;
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            border: 1px solid #fff;
            top: 0;
            right: 0;
            background: url("../images/common/arrow.svg") center center no-repeat;
            background-size: 4px; }
      .header_nav li .sub_header_nav div.sub_header_about ul:nth-of-type(1) {
        max-width: 650px; }
        .header_nav li .sub_header_nav div.sub_header_about ul:nth-of-type(1) li {
          width: calc((100% - 50px)/3);
          margin: 0 0 25px; }
      .header_nav li .sub_header_nav div.sub_header_company ul {
        max-width: 425px;
        width: calc((100% - 50px)/2); }
        .header_nav li .sub_header_nav div.sub_header_company ul li {
          width: calc((100% - 25px)/2); }
        .header_nav li .sub_header_nav div.sub_header_company ul span {
          font: 20px/58px "Noto Sans", sans-serif;
          font-weight: 500;
          border-radius: 5px;
          width: 153px;
          height: 60px;
          text-align: center;
          border: 1px solid #fff;
          color: #fff;
          margin: 0 0 5px;
          display: block; }

.header_nav_recruit {
  text-decoration: none;
  display: block;
  width: 100px;
  height: 44px;
  margin: 0 0 0 20px;
  border-radius: 4px;
  color: #5A4398;
  background-color: #FFE100;
  text-align: center;
  font: 16px/44px "Noto Sans", sans-serif;
  font-weight: 700; }

.toggle {
  display: block;
  width: 100px;
  height: 44px;
  padding: 0 0 0 14px;
  margin: 0 0 0 6px;
  border-radius: 4px;
  background-color: #5A4398;
  color: #fff;
  position: relative;
  transition: .3s; }
  .toggle p {
    font: 13px/44px "Noto Sans", sans-serif;
    font-weight: 400; }
  .toggle span {
    transition: .3s;
    position: absolute;
    left: auto;
    right: 8px;
    display: block;
    width: 27px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px; }
    .toggle span:nth-of-type(1) {
      top: 35%;
      transform: translate(0%, -50%); }
    .toggle span:nth-of-type(2) {
      top: 50%;
      transform: translate(0%, -50%); }
    .toggle span:nth-of-type(3) {
      top: 65%;
      transform: translate(0%, -50%); }

@media (hover: hover) {
  .site_ttl:hover {
    opacity: 0.5; }

  .header_nav li {
    z-index: 10; }
    .header_nav li a:hover,
    .header_nav li span:hover {
      cursor: pointer;
      opacity: 0.5; }

  .header_nav_recruit:hover {
    color: #FFE100;
    background-color: #5A4398;
    text-decoration: none !important; }

  .toggle:hover {
    cursor: pointer;
    background-color: #FFE100;
    color: #5A4398; }
    .toggle:hover span {
      background-color: #5A4398; }
      .toggle:hover span:nth-of-type(2) {
        top: 50%;
        transform: translate(0%, -50%) rotate(-15deg); } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .header_nav_box {
    width: fit-content; }

  .header_nav {
    width: fit-content; }
    .header_nav ul {
      padding: 0; }
    .header_nav li {
      display: none; }

  .header_nav_recruit {
    text-decoration: none;
    display: block;
    width: 100px;
    height: 44px;
    margin: 0;
    border-radius: 4px;
    color: #5A4398;
    background-color: #FFE100;
    text-align: center;
    font: 16px/44px "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .header_nav_box {
    width: fit-content;
    padding: 0;
    background-color: inherit; }

  .header_nav {
    display: none; }

  .header_box {
    padding: 20px 20px; }

  .toggle {
    margin: 0; }

  .site_ttl {
    width: 260px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .header_nav_box {
    width: fit-content;
    padding: 0;
    background-color: inherit; }

  .header_nav {
    display: none; }

  .header_box {
    padding: 10px 15px; }

  .toggle {
    width: 90px;
    height: 50px;
    padding: 0 0 0 10px; }
    .toggle p {
      font: 13px/50px "Noto Sans", sans-serif;
      font-weight: 400; }

  .site_ttl {
    width: 230px; } }
/*max-width:480px*/
/************************************************/
.mega_menu {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #5A4398;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: .3s; }
  .mega_menu.active {
    z-index: 9999;
    opacity: 1;
    pointer-events: all; }
  .mega_menu .close {
    z-index: 999999;
    position: absolute;
    right: 44px;
    top: 55px;
    font: 13px / 1em "Noto Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 0px 40px 0 0; }
    .mega_menu .close:before {
      transition: .3s;
      display: block;
      position: absolute;
      content: "";
      background-color: #fff;
      width: 25px;
      height: 2px;
      transform: rotate(45deg);
      left: auto;
      right: 0;
      top: 5px; }
    .mega_menu .close:after {
      transition: .3s;
      display: block;
      position: absolute;
      content: "";
      background-color: #fff;
      width: 25px;
      height: 2px;
      transform: rotate(-45deg);
      left: auto;
      right: 0;
      top: 5px; }

.mega_menu_box {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  min-height: 880px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  gap: 40px; }

.mega_menu_img {
  height: 100%;
  flex: 0 0 auto;
  position: relative;
  transition: .3s; }
  .mega_menu_img img {
    height: 100%;
    width: auto;
    display: block; }
  .mega_menu_img:before {
    background: url("../images/common/baw.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 148/139;
    width: 100%;
    max-width: 148px;
    height: auto;
    position: absolute;
    content: "";
    right: -40px;
    bottom: 20px; }

.mega_menu_list {
  padding: 75px;
  flex: 1 1 auto;
  transition: .3s; }

.mega_menu_list_box {
  max-width: 900px;
  margin: 0 auto; }

@media (hover: hover) {
  .mega_menu .close:hover {
    cursor: pointer; }
    .mega_menu .close:hover:before {
      transform: rotate(45deg) scale(1.1);
      height: 3px; }
    .mega_menu .close:hover:after {
      transform: rotate(-45deg) scale(1.1);
      height: 3px; } }
@media (max-width: 1280px) {
  .mega_menu_img {
    max-width: 350px; }
    .mega_menu_img img {
      height: auto;
      width: 100%;
      display: block; }
    .mega_menu_img:before {
      max-width: 130px;
      right: -37px;
      bottom: 50px; }

  .mega_menu_list {
    padding: 50px 50px 0 20px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .mega_menu:before {
    background: url("../images/common/baw_s.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 108/139;
    width: 100%;
    max-width: 85px;
    height: auto;
    position: fixed;
    content: "";
    right: 0px;
    bottom: 20px; }

  .mega_menu_box {
    max-width: 768px;
    width: 100%;
    height: 100%;
    min-height: 880px;
    margin: 0 auto;
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    gap: 0;
    position: relative; }

  .mega_menu_img {
    display: none; }

  .mega_menu_list {
    padding: 75px 50px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mega_menu:before {
    display: none; }
  .mega_menu .close {
    right: 29px;
    top: 36px;
    padding: 0px 38px 0 0; }

  .mega_menu_box {
    max-width: 450px;
    width: 100%;
    height: 100%;
    min-height: 880px;
    margin: 0 auto;
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    gap: 0;
    position: relative; }

  .mega_menu_list {
    padding: 20px 30px 50px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mega_menu .close {
    right: 24px;
    top: 29px;
    padding: 0 32px 0 0; }

  .mega_menu_box {
    max-width: 350px; }

  .mega_menu_list {
    padding: 20px 20px 50px; } }
/*max-width:480px*/
/************************************************/
.mega_top {
  margin: 0 0 65px; }
  .mega_top p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    .mega_top p span {
      background: url("../images/common/header_logo.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 293/50;
      width: 100%;
      max-width: 290px;
      height: auto;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .mega_top p a {
      transition: .3s;
      border-radius: 5px;
      display: block;
      width: 70px;
      height: 36px;
      font: 18px/34px "Noto Sans", sans-serif;
      font-weight: 700;
      text-align: center;
      border: 1px solid #fff;
      color: #fff;
      margin: 0 0 0 30px;
      text-decoration: none; }

@media (hover: hover) {
  .mega_top p a:hover {
    color: #5A4398;
    background-color: #fff; } }
@media (max-width: 768px) {
  .mega_top p {
    justify-content: space-between; }
    .mega_top p span {
      aspect-ratio: 293/50;
      width: calc(100% - 100px);
      max-width: 240px; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************************/
.mega_mid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px; }
  .mega_mid ul {
    width: calc((100% - 80px)/4);
    max-width: 180px; }
  .mega_mid a {
    color: #fff;
    text-decoration: none;
    font: 16px/1em "Noto Sans", sans-serif;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: 0 0 25px; }
  .mega_mid span {
    pointer-events: none;
    width: 100%;
    color: #fff;
    display: block;
    font: 18px/1em "Noto Sans", sans-serif;
    font-weight: 700;
    margin: 0 0 25px;
    border-bottom: 1px solid #E1D5E8;
    padding: 0 0 16px;
    position: relative; }
    .mega_mid span:before {
      position: absolute;
      content: "";
      display: block;
      width: 50px;
      background-color: #FFE100;
      height: 1px;
      bottom: -1px;
      left: 0;
      z-index: 10; }
  .mega_mid li {
    margin: 0 0 20px; }

@media (hover: hover) {
  .mega_mid a:hover {
    text-decoration: underline; } }
@media (max-width: 1280px) {
  .mega_mid {
    display: block; }
    .mega_mid ul {
      width: 100%;
      max-width: 100%; }
      .mega_mid ul:nth-of-type(4) {
        margin: 50px 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
    .mega_mid li {
      margin: 0 0 40px; }
      .mega_mid li div {
        padding: 30px 0 5px;
        display: none; }
    .mega_mid a {
      display: block;
      width: fit-content;
      margin: 0 0 30px; }
    .mega_mid span {
      pointer-events: all;
      width: 100%;
      margin: 0; }
      .mega_mid span.active:before {
        width: 100%; }
      .mega_mid span.active:after {
        top: 8px;
        right: 15px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: none;
        border-bottom: 10px solid #ffffff; }
      .mega_mid span:after {
        transition: .3s;
        position: absolute;
        content: "";
        top: 6px;
        right: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 10px solid #ffffff;
        border-bottom: 0; } }
@media (max-width: 1280px) and (hover: hover) {
  .mega_mid span:hover {
    cursor: pointer; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .mega_mid {
    width: 100%;
    display: block;
    margin: 0 0 50px; }
    .mega_mid ul {
      width: 100%;
      max-width: 100%; }
      .mega_mid ul:nth-of-type(4) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
        .mega_mid ul:nth-of-type(4) li {
          width: calc(100%/2);
          margin: 0; }
          .mega_mid ul:nth-of-type(4) li:nth-of-type(2n) {
            text-align: right; }
            .mega_mid ul:nth-of-type(4) li:nth-of-type(2n) a {
              margin: 0 0 0 auto; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************************/
.mega_btm {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .mega_btm .recruit_btn {
    display: block;
    width: 260px;
    height: 50px;
    font: 20px/50px "Noto Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none; }
  .mega_btm .sns_item {
    margin: 10px 0 0 0;
    max-width: 285px; }
    .mega_btm .sns_item a {
      max-width: 44px;
      margin-bottom: 10px; }
      .mega_btm .sns_item a img {
        width: 100%; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .mega_btm .recruit_btn {
    max-width: 280px;
    width: calc(100% - 280px);
    height: 50px; }
  .mega_btm .sns_item {
    width: 260px; }
    .mega_btm .sns_item a {
      width: calc((100% - 90px)/4);
      margin-right: 30px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .mega_btm {
    display: block; }
    .mega_btm .recruit_btn {
      max-width: 330px;
      width: 100%;
      height: 50px;
      margin: 0 auto 50px; }
    .mega_btm .sns_item {
      width: 330px;
      margin: 0 auto; }
      .mega_btm .sns_item a {
        max-width: 55px; }
        .mega_btm .sns_item a img {
          width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mega_btm {
    display: block; }
    .mega_btm .recruit_btn {
      max-width: 260px;
      width: 100%;
      height: 50px;
      margin: 0 auto 50px; }
    .mega_btm .sns_item {
      width: 300px;
      margin: 0 auto; }
      .mega_btm .sns_item a {
        max-width: 50px; }
        .mega_btm .sns_item a img {
          width: 100%; } }
/*max-width:480px*/
footer {
  position: relative;
  z-index: 20; }

/************************************************/
.footer_contact {
  background-color: #5A4398;
  padding: 65px 0 100px;
  position: relative; }
  .footer_contact:before {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/common/about_bg.png") right center no-repeat;
    background-size: auto 100%;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
  .footer_contact > p {
    z-index: 1;
    font: 70px/1em "Inter Tight", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 75px; }
    .footer_contact > p:before {
      position: absolute;
      content: "";
      display: block;
      width: 80px;
      height: 2px;
      background-color: #FFE100;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0%); }

.footer_contact_box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1280px;
  width: calc(100% - 160px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .footer_contact_box a {
    border-radius: 10px;
    width: calc((100% - 40px)/2);
    max-width: 620px;
    min-height: 170px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
  .footer_contact_box .footer_tel p {
    font: 22px/1.4em "Noto Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
    color: #000; }
  .footer_contact_box .footer_tel span {
    color: #5A4398;
    font: 44px/1.0em Arial, Helvetica, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    margin: 0 auto 10px;
    width: fit-content;
    padding: 0 0 0 50px;
    position: relative; }
    .footer_contact_box .footer_tel span:before {
      position: absolute;
      content: "";
      display: block;
      width: 30px;
      height: 40px;
      background: url("../images/common/tel.svg") center center no-repeat;
      background-size: contain;
      left: 0;
      top: 0; }
  .footer_contact_box .footer_tel small {
    color: #000;
    font: 14px/1.4em "Noto Sans", sans-serif;
    font-weight: 500; }
  .footer_contact_box .footer_mail span {
    font: 25px/70px "Noto Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 0 130px 0 60px;
    position: relative;
    overflow: hidden; }
    .footer_contact_box .footer_mail span:before {
      position: absolute;
      content: "";
      display: block;
      width: 45px;
      height: 33px;
      background: url("../images/common/mail.svg") center center no-repeat;
      background-size: contain;
      left: 0;
      top: 18px; }
    .footer_contact_box .footer_mail span:after {
      position: absolute;
      content: "";
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: url("../images/common/arrow.svg") center right 30px no-repeat #5A4398;
      left: auto;
      right: 0;
      top: 0; }

@media (hover: hover) {
  .footer_contact_box .footer_tel:hover span:before {
    transform-origin: 50% 100%;
    animation: telSway 1.5s linear infinite;
    backface-visibility: hidden; }
  .footer_contact_box .footer_mail:hover span:before {
    animation: mailDrop 1.3s linear infinite;
    transform: translate3d(0, 0, 0);
    will-change: transform; } }
@keyframes telSway {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(-15deg); }
  50% {
    transform: rotate(0); }
  75% {
    transform: rotate(15deg); }
  100% {
    transform: otate(0); } }
@keyframes mailDrop {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(-15deg); }
  50% {
    transform: rotate(0); }
  75% {
    transform: rotate(15deg); }
  100% {
    transform: otate(0); } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .footer_contact_box {
    display: block; }
    .footer_contact_box a {
      width: 100%;
      margin: 0 auto; }
    .footer_contact_box .footer_tel {
      margin-bottom: 40px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_contact_box {
    width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_contact {
    background-color: #5A4398;
    padding: 65px 0 90px;
    position: relative; }
    .footer_contact:before {
      display: block;
      content: "";
      position: absolute;
      background: url("../images/common/about_bg.png") right bottom no-repeat;
      background-size: contain;
      width: 100%;
      max-width: 480px;
      height: 100%;
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      transform: translate(0%, 0%); }
    .footer_contact > p {
      z-index: 1;
      font: 60px/1em "Inter Tight", sans-serif;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-align: center;
      color: #fff;
      position: relative;
      padding: 0 0 20px;
      margin: 0 0 55px; }
      .footer_contact > p:before {
        position: absolute;
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background-color: #FFE100;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%); }

  .footer_contact_box {
    width: calc(100% - 50px); }
    .footer_contact_box a {
      width: 100%; }
    .footer_contact_box .footer_tel {
      min-height: 150px;
      margin-bottom: 30px; }
      .footer_contact_box .footer_tel p {
        font: 20px/1.4em "Noto Sans", sans-serif;
        font-weight: 700;
        text-align: center;
        margin: 0 0 10px; }
      .footer_contact_box .footer_tel span {
        font: 40px/1.0em Arial, Helvetica, "sans-serif";
        font-weight: 500;
        padding: 0 0 0 35px; }
        .footer_contact_box .footer_tel span:before {
          width: 22px;
          height: 30px;
          top: 3px; }
      .footer_contact_box .footer_tel small {
        font: 14px/1.4em "Noto Sans", sans-serif;
        font-weight: 500; }
    .footer_contact_box .footer_mail {
      min-height: 120px; }
      .footer_contact_box .footer_mail span {
        font: 22px/70px "Noto Sans", sans-serif;
        font-weight: 700;
        padding: 0 80px 0 50px; }
        .footer_contact_box .footer_mail span:before {
          width: 40px;
          height: 28px;
          top: 22px; }
        .footer_contact_box .footer_mail span:after {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background: url("../images/common/arrow.svg") center right 18px no-repeat #5A4398;
          left: auto;
          right: 0;
          top: 10px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_contact {
    background-color: #5A4398;
    padding: 50px 0 90px;
    position: relative; }
    .footer_contact > p {
      font: 40px/1em "Inter Tight", sans-serif;
      font-weight: 500;
      padding: 0 0 15px;
      margin: 0 0 55px; }

  .footer_contact_box {
    width: calc(100% - 40px); }
    .footer_contact_box a {
      max-width: 350px; }
    .footer_contact_box .footer_tel {
      margin-bottom: 20px; }
      .footer_contact_box .footer_tel p {
        font: 16px/1.4em "Noto Sans", sans-serif;
        font-weight: 700;
        margin: 0 0 15px; }
      .footer_contact_box .footer_tel span {
        font: 30px/1.0em Arial, Helvetica, "sans-serif";
        font-weight: 500;
        padding: 0 0 0 30px;
        margin: 0 auto 15px; }
        .footer_contact_box .footer_tel span:before {
          top: -1px; }
    .footer_contact_box .footer_mail {
      min-height: 100px; }
      .footer_contact_box .footer_mail span {
        font: 20px/45px "Noto Sans", sans-serif;
        font-weight: 700;
        padding: 0 55px 0 42px; }
        .footer_contact_box .footer_mail span:before {
          width: 33px;
          height: 28px;
          top: 10px; }
        .footer_contact_box .footer_mail span:after {
          width: 45px;
          height: 45px;
          border-radius: 50%;
          background: url("../images/common/arrow.svg") center right 18px no-repeat #5A4398;
          background-size: 7px auto;
          left: auto;
          right: 0;
          top: 0; } }
/*max-width:480px*/
/************************************************/
.footer_menu {
  background-color: #4D3882;
  padding: 70px 0 90px; }

.footer_menu_sns {
  margin: 0 auto 50px;
  max-width: 1280px;
  width: calc(100% - 160px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .footer_menu_sns .recruit_site_btn {
    background-color: #5A4398;
    border: 1px solid #BBAFD5;
    display: block;
    width: 540px;
    height: 90px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font: 24px/90px "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0 0 0 70px;
    position: relative; }
    .footer_menu_sns .recruit_site_btn:before {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: url("../images/common/arrow_purple.svg") center right 18px no-repeat #ffffff;
      background-size: 11px;
      top: 50%;
      left: auto;
      right: 45px;
      transform: translate(0%, -50%); }
  .footer_menu_sns .sns_item {
    width: 275px;
    margin: 0; }
    .footer_menu_sns .sns_item a {
      margin: 0 40px 10px 0;
      max-width: 44px; }
      .footer_menu_sns .sns_item a img {
        width: 100%; }

.footer_nav {
  margin: 0 auto;
  max-width: 1280px;
  width: calc(100% - 160px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .footer_nav ul {
    width: calc((100% - 60px)/4);
    max-width: 230px; }
  .footer_nav a {
    color: #fff;
    text-decoration: none;
    font: 13px/1em "Noto Sans", sans-serif;
    font-weight: 400; }
  .footer_nav .line {
    margin: 35px 0 15px;
    border-top: 1px solid #E1D5E8;
    padding: 15px 0 0;
    position: relative; }
    .footer_nav .line:before {
      position: absolute;
      content: "";
      display: block;
      width: 40px;
      background-color: #FFE100;
      height: 1px;
      top: -1px;
      left: 0;
      z-index: 10; }
    .footer_nav .line a {
      font: 16px/1em "Noto Sans", sans-serif;
      font-weight: 700; }
  .footer_nav li {
    margin: 0 0 15px; }

@media (hover: hover) {
  .footer_menu_sns .recruit_site_btn:hover:before {
    right: 35px; }

  .footer_nav a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px; } }
@media (max-width: 1024px) {
  .footer_menu {
    padding: 70px 0 90px; }

  .footer_nav {
    display: none; }

  .footer_menu_sns {
    width: calc(100% - 80px);
    display: block;
    margin: 0 auto; }
    .footer_menu_sns .recruit_site_btn {
      margin: 0 auto 50px; }
    .footer_menu_sns .sns_item {
      max-width: 320px;
      width: 100%;
      margin: 0 auto; }
      .footer_menu_sns .sns_item a {
        max-width: 50px; }
        .footer_menu_sns .sns_item a img {
          width: 100%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_menu {
    padding: 70px 0 70px; }

  .footer_nav {
    display: none; }

  .footer_menu_sns {
    width: calc(100% - 80px);
    display: block; }
    .footer_menu_sns .recruit_site_btn {
      max-width: 480px;
      width: 100%;
      padding: 0 0 0 60px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_menu {
    padding: 55px 0 90px; }

  .footer_menu_sns {
    width: calc(100% - 40px);
    display: block; }
    .footer_menu_sns .recruit_site_btn {
      max-width: 350px;
      width: 100%;
      padding: 0 0 0 30px;
      height: 70px;
      font: 20px/70px "Noto Sans", sans-serif;
      font-weight: 700;
      margin: 0 auto 75px; }
      .footer_menu_sns .recruit_site_btn:before {
        width: 45px;
        height: 45px;
        background-size: 7px auto;
        top: 50%;
        right: 15px; }
    .footer_menu_sns .sns_item {
      max-width: 290px;
      width: 100%; }
      .footer_menu_sns .sns_item a {
        width: calc((100% - 90px)/4);
        margin: 0 30px 15px 0; } }
/*max-width:480px*/
/************************************************/
.footer_address {
  width: 100%;
  background-color: #fff;
  padding: 33px 0 50px; }

.footer_address_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  width: calc(100% - 160px); }

.address_left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 600px; }
  .address_left .logo {
    text-align: center;
    width: 229px;
    font: 15px/1em "Noto Sans", sans-serif;
    font-weight: 500; }
    .address_left .logo span {
      margin: 10px 0 0;
      display: block;
      background: url("../images/common/logo_txt.svg") center center no-repeat;
      background-size: contain;
      width: 229px;
      height: 40px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
  .address_left .txt {
    font: 16px/2em "Noto Sans", sans-serif;
    font-weight: 400;
    width: calc(100% - 230px);
    max-width: fit-content; }
  .address_left a {
    text-decoration: none;
    color: #000; }

.address_right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 275px; }
  .address_right a {
    font: 16px/1em "Noto Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #000; }

@media (hover: hover) {
  .address_left a:hover {
    color: #5A4398;
    text-decoration: underline;
    text-underline-offset: 5px; }

  .address_right a:hover {
    color: #5A4398;
    text-decoration: underline;
    text-underline-offset: 5px; } }
@media (max-width: 1280px) {
  .address_right {
    display: none; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_address_box {
    display: block;
    width: calc(100% - 80px); }

  .address_left {
    margin: 0 auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .address_left {
    display: block;
    width: 100%;
    max-width: fit-content; }
    .address_left .logo {
      margin: 0 0 20px; }
    .address_left .txt {
      width: 100%;
      max-width: fit-content; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************************/
.page_top {
  position: fixed;
  right: -100px;
  bottom: 0;
  background: url("../images/common/baw_s.svg") center right no-repeat;
  background-size: contain;
  aspect-ratio: 108/139;
  width: 60px;
  max-width: 100%;
  height: auto;
  z-index: 888;
  transition: .3s; }
  .page_top.active {
    right: 0; }
  .page_top p {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 50px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../images/common/page_top.svg") center center no-repeat;
    background-size: contain;
    transform: rotate(-24deg);
    right: 23px;
    top: -41px; }

.page_top:hover {
  cursor: pointer; }
  .page_top:hover p {
    opacity: 1;
    pointer-events: all; }

/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .page_top p {
    opacity: 1; }

  .page_top:hover {
    bottom: 10px; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .page_top {
    transform: scale(0.7);
    transform-origin: right center; }
    .page_top p {
      transform: rotate(-11deg);
      right: 10px;
      top: -49px; } }
/*max-width:480px*/
/************************************************/
.sns_item {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .sns_item a {
    display: block;
    max-width: 60px;
    width: calc((100% - 120px)/4);
    margin: 0 40px 20px 0; }
    .sns_item a:nth-of-type(4n) {
      margin-right: 0 !important; }
    .sns_item a img {
      width: 100%; }

@media (hover: hover) {
  .sns_item a:hover {
    transform: scale(1.1); } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .sns_item a {
    display: block;
    max-width: 55px; }
    .sns_item a img {
      width: 100%; } }
/*max-width:480px*/
/************************************************/
.side_sns {
  background-color: #5A4398;
  position: fixed;
  display: block;
  top: 225px;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: fit-content;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  transform: translateX(calc(100% - 40px));
  transition: transform 0.3s ease; }
  .side_sns.is-open {
    transform: translateX(0); }
    .side_sns.is-open p:before {
      transform: rotate(180deg); }
  .side_sns p {
    color: #fff;
    font: 20px/40px "Noto Sans", sans-serif;
    font-weight: 600;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    width: 40px;
    padding: 0 0 40px 0;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    .side_sns p:before {
      transition: transform 0.3s ease;
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: url("../images/common/icon_yazirusi.svg") center center no-repeat; }
    .side_sns p:after {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      left: 0;
      bottom: 0;
      background-color: #FFE100; }
  .side_sns div {
    padding: 22px 5px 22px 7px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% - 40px);
    height: 240px; }
    .side_sns div a {
      margin: 0 5px 20px;
      display: block;
      width: 34px;
      height: 34px; }
      .side_sns div a img {
        width: 100%; }
      .side_sns div a:nth-of-type(4n) {
        margin-bottom: 0; }

@media (hover: hover) {
  .side_sns p:hover {
    cursor: pointer; }
    .side_sns p:hover:before {
      left: -3px; }

  .side_sns.is-open p:hover {
    cursor: pointer; }
    .side_sns.is-open p:hover:before {
      right: -3px; }

  .side_sns div a:hover {
    transform: scale(1.1); } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
