@charset "UTF-8";

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
  /* header
	--------------------------------------------------------------------- */
  .header {
    background: rgba(255, 255, 255, 0.9);
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  /* head_logo */
  .head_logo {
    margin-left: 30px;
    width: 351px;
    z-index: 120;
  }
  .head_logo a {
    width: fit-content;
  }
  .head_logo img {
    max-width: none;
    width: 100%;
  }

  /* head_menu */
  .head_menu {
    display: flex;
    line-height: 1.5;
  }
  .head_menu ul,
  .head_menu li {
    display: flex;
    align-items: center;
  }

  /* head_page */
  .head_page {
    margin-right: 37px;
  }
  .head_page a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 35px;
    height: 100px;
  }
  .head_page a:hover {
    color: #f18c40;
    opacity: 1;
  }
  .head_page .jp {
    font-size: 14px;
  }
  .head_page .en {
    font-size: 10px;
  }

  /* head_contact */
  .head_contact a {
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    width: 200px;
    height: 100px;
    white-space: nowrap;
  }
  .head_contact a span.esmall {
    font-size: 14px;
  }
  .head_contact .recruit a {
    background: #f18c40;
  }
  .head_contact .recruit a::before {
    content: "";
    width: 13px;
    height: 25px;
    margin-right: 15px;
    background: url(../images_v2/icon_recruit_pc.svg) no-repeat center center;
    background-size: contain;
  }
  .head_contact .contact a {
    background: #323030;
  }
  .head_contact .contact a::before {
    content: "";
    width: 19px;
    height: 14px;
    margin-right: 11px;
    background: url(../images_v2/icon_contact_pc.svg) no-repeat center center;
    background-size: contain;
  }
  @media (max-width: 1320px) {
    .head_page {
      margin-right: 0.75vw;
    }
    .head_page a,
    .head_contact a {
      width: fit-content;
      padding: 1.5vw;
    }
  }

  /* footer
	--------------------------------------------------------------------- */
  .footer {
    background: #f18c4042;
  }

  /* foot_menu */
  .foot_menu {
    padding: 80px 0 64px;
    justify-content: space-between;
    line-height: 2.2;
  }
  .foot_menu .first_column {
    flex: 1;
  }
  .foot_menu .second_column {
    margin-right: 10%;
  }
  .foot_menu .third_column {
    margin-right: 80px;
  }

  /* logo */
  .foot_menu .foot_logo {
    width: 340px;
    margin-bottom: 20px;
  }
  .foot_menu .foot_logo img {
    width: 100%;
  }

  /* sns */
  .foot_menu .sns {
    display: flex;
    margin-top: 20px;
  }
  .foot_menu .sns li {
    margin-right: 20px;
  }
  .foot_menu .sns a {
    border-radius: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
  .foot_menu .sns img {
    width: auto;
    height: 25px;
  }
  .foot_menu .sns .instagram a {
    background: #cd459f;
  }
  .foot_menu .sns .twitter a {
    background: #1d9bf0;
  }
  .foot_menu .sns .facebook a {
    background: #0f6edc;
  }

  /* bnr */
  .bnr {
    background: #fff;
    padding: 28px 0;
  }
  .bnr ul {
    display: flex;
    justify-content: center;
  }
  .bnr li {
    margin: 0 50px;
  }

  /* copyright */
  .copyright {
    background: #f18c40;
    color: #fff;
    padding: 23px 0;
    font-size: 20px;
    line-height: 1;
  }

  /* pagetop */
  .pagetop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 197px;
    background: #f18c40;
    color: #fff;
    font-size: 30px;
    position: fixed;
    right: 0;
    bottom: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 50px 0 0 0;
    z-index: 10;
  }
  .pagetop .image {
    display: flex;
  }
  .pagetop a:hover .image {
    position: relative;
    animation: 1s ease-in-out infinite move_pagetop;
  }
  @keyframes move_pagetop {
    0% {
      top: 0;
    }
    99.99% {
      top: -20px;
    }
    100% {
      top: 0;
    }
  }
  .pagetop .text {
    margin-top: 10px;
    margin-right: -5px;
  }
}
/* End @media (min-width: 1001px) */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
  /* header
	--------------------------------------------------------------------- */
  .header {
    background: rgba(255, 255, 255, 0.9);
    height: 16vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .head_logo {
    margin-left: 1.5vw;
    /*width: 38vw;*/
    width: 15vw;
  }
  /* head_menu */
  .head_menu {
    display: flex;
    line-height: 1.5;
  }
  .head_menu ul,
  .head_menu li {
    display: flex;
    align-items: center;
  }
  /* head_contact */
  .head_contact {
    margin-right: 16vw;
  }
  .head_contact a {
    box-sizing: border-box;
    font-size: 4vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0 1.5vw;
    height: 16vw;
    white-space: nowrap;
    line-height: 1;
  }
  .head_contact a .esmall {
    font-size: 2.8vw;
  }
  .head_contact .recruit a::before {
    content: "";
    width: 3vw;
    height: 5.5vw;
    margin-right: 1vw;
    background: url(../images_v2/icon_recruit_sp.svg) no-repeat center center;
    background-size: contain;
  }
  .head_contact .contact a::before {
    content: "";
    width: 4.05vw;
    height: 3vw;
    margin-right: 1vw;
    background: url(../images_v2/icon_contact_sp.svg) no-repeat center center;
    background-size: contain;
  }

  /* head_hamburger */
  .head_hamburger {
    background: #f18c40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16vw;
    height: 16vw;
    cursor: pointer;
    z-index: 120;
    position: absolute;
    top: 0;
    right: 0;
  }
  .head_hamburger .mark {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .head_hamburger .mark::before,
  .head_hamburger .mark::after {
    content: "";
    display: block;
    transition: all 0.3s;
  }
  .head_hamburger .mark::before {
    box-sizing: border-box;
    width: 8vw;
    height: 7.2vw;
    border-top: 0.6vw solid #fff;
    border-bottom: 0.6vw solid #fff;
    position: absolute;
    top: calc(50% - 3.6vw);
    right: 4vw;
  }
  .head_hamburger .mark::after {
    box-sizing: border-box;
    width: 5.6vw;
    height: 0;
    border-top: 0.6vw solid #fff;
    position: absolute;
    top: calc(50% - 0.3vw);
    right: 4vw;
  }
  /* head_hamburger.active */
  .head_hamburger.active {
    background: none;
    width: 18.66667vw;
    height: 18.66667vw;
  }
  .head_hamburger.active .mark::before {
    transform-origin: center center;
    transform: rotate(45deg);
    height: 0;
    border-bottom: none;
    border-width: 0.8vw;
    width: 12.2667vw;
    right: calc(50% - 6.1333vw);
    top: calc(50% - 0.4vw);
  }
  .head_hamburger.active .mark::after {
    transform-origin: center center;
    transform: rotate(-45deg);
    border-width: 0.8vw;
    width: 12.2667vw;
    right: calc(50% - 6.1333vw);
    top: calc(50% - 0.4vw);
  }
  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }
  /* head_spmenu */
  .head_spmenu {
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #f18c40 url(../images_v2/head_spmenu_bg.svg) no-repeat top center;
    background-size: contain;
    z-index: 110;
    overflow: scroll;
  }
  .head_spmenu ul {
    display: block;
    margin: 20vw 13.3333vw;
  }
  .head_spmenu a {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 5.3333vw 0;
    line-height: 1;
  }
  .head_spmenu .en {
    font-size: 6.66673vw;
  }
  .head_spmenu .en::first-letter {
    color: #f18c40;
  }
  .head_spmenu .jp {
    font-size: 5.3333vw;
    margin-top: 3.7333vw;
  }

  /* footer
	--------------------------------------------------------------------- */
  .footer {
    background: #f18c4042;
  }

  /* foot_menu */
  .foot_menu {
    padding: 13.3333vw 4.3333vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 2.2;
  }
  .foot_menu .first_column {
    width: 100%;
    margin-bottom: 16vw;
  }
  .foot_menu .second_column,
  .foot_menu .third_column {
    width: 50%;
  }
  .foot_menu .foot_page li a {
    font-size: 3.7333vw;
    padding: 0.6em 0;
    display: block;
  }

  /* logo */
  .foot_menu .foot_logo {
    width: 100%;
    margin-bottom: 5.3333vw;
  }
  .foot_menu .foot_logo img {
    width: 100%;
  }

  /* text */
  .foot_menu .text {
    font-size: 3.2vw;
    text-align: center;
  }

  /* sns */
  .foot_menu .sns {
    display: flex;
    justify-content: center;
    margin-top: 5.3333vw;
  }
  .foot_menu .sns li {
    margin-right: 5.3333vw;
  }
  .foot_menu .sns li:last-child {
    margin-right: 0;
  }
  .foot_menu .sns a {
    border-radius: 0 3.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16vw;
    height: 16vw;
  }
  .foot_menu .sns img {
    width: auto;
    height: 6.6667vw;
  }
  .foot_menu .sns .instagram a {
    background: #cd459f;
  }
  .foot_menu .sns .twitter a {
    background: #1d9bf0;
  }
  .foot_menu .sns .facebook a {
    background: #0f6edc;
  }

  /* bnr */
  .bnr {
    background: #fff;
    padding: 1em 0;
  }
  .bnr li {
    width: 70vw;
    margin: 1em auto;
  }
  .bnr img {
    width: 100%;
  }

  /* copyright */
  .copyright {
    background: #f18c40;
    color: #fff;
    padding: 7vw 0;
    font-size: 3.2vw;
    line-height: 1;
  }

  /* pagetop */
  .pagetop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.8vw;
    height: 36vw;
    background: #f18c40;
    color: #fff;
    font-size: 5.3333vw;
    position: fixed;
    right: 0;
    bottom: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 9.6vw 0 0 0;
    z-index: 10;
  }
  .pagetop a .image {
    width: 4.8vw;
    height: 4.8vw;
    display: flex;
  }
  .pagetop a:hover .image {
    position: relative;
    animation: 1s ease-in-out infinite move_pagetop;
  }
  @keyframes move_pagetop {
    0% {
      top: 0;
    }
    99.99% {
      top: -0.5em;
    }
    100% {
      top: 0;
    }
  }
  .pagetop .text {
    margin-top: 0.5em;
    margin-right: -0.2em;
  }
}
/* End @media (max-width:1000px) */
