@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select, textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  vertical-align: bottom;
}

/* ////////////////////////////////////////
$color
//////////////////////////////////////// */
/* ////////////////////////////////////////
$breakpoint
//////////////////////////////////////// */
/*

HTMLタグのデフォルト定義

*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  margin: 0;
  padding: 0;
  color: #fff;
}

a {
  color: #fff;
}

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
.clear {
  clear: both;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.dblock {
  display: block;
}

.dnone {
  display: none;
}

.dflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
body,
html {
  height: 100%;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 960px) {
  header {
    pointer-events: none;
  }
}
header .header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  header .header_content {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    pointer-events: none;
  }
}
header .header_content_logo {
  width: 71px;
  height: 122px;
}
@media screen and (max-width: 960px) {
  header .header_content_logo {
    width: 45px;
    height: 78px;
    pointer-events: auto;
  }
}
header .header_content_logo a {
  display: block;
  background-image: url(../img/header_logo--white.svg);
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media screen and (min-width: 961px) {
  header .header_content_logo a:hover {
    opacity: 0.6;
  }
}
header .header_content_logo--scroll {
  display: none;
}
header .header_content_logo--scroll a {
  display: block;
  width: 142px;
  height: 54px;
  background-image: url(../img/header_logo--scroll.svg);
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 961px) {
  header .header_content_logo--scroll a:hover {
    opacity: 0.6;
  }
}
header .header_content_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17px;
}
@media screen and (max-width: 960px) {
  header .header_content_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    pointer-events: auto;
  }
}
header .header_content_menu_lang {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  header .header_content_menu_lang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-top: 15px;
  }
}
header .header_content_menu_lang--item {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}
header .header_content_menu_lang--item.active {
  opacity: 1;
  pointer-events: none;
}
header .header_content_menu_lang--item:hover {
  opacity: 1;
}
header .header_content_menu_lang--item--jp {
  width: 18px;
  height: 12px;
  background-image: url(../img/header_lang--jp--white.svg);
}
header .header_content_menu_lang--item--en {
  width: 19px;
  height: 12px;
  background-image: url(../img/header_lang--en--white.svg);
}
header .header_content_menu_lang_border {
  display: block;
  width: 1px;
  height: 17px;
  background-color: #fff;
  margin: 0 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  header .header_content_menu_lang_border {
    width: 15px;
    height: 1px;
    margin: 10px auto;
  }
}
header .header_content_menu_button {
  width: 28px;
  height: 17px;
}
@media screen and (max-width: 960px) {
  header .header_content_menu_button {
    width: 30px;
    height: 17px;
  }
}
header .header_content_menu_button:hover {
  cursor: pointer;
}
header .header_content_menu_button span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
header .header_content_menu_button span:not(:last-child) {
  margin-bottom: 7px;
}
header.active .header_content_logo a {
  background-image: url(../img/header_logo--blue.svg);
}
header.active .header_content_menu_lang--item--jp {
  background-image: url(../img/header_lang--jp--blue.svg);
}
header.active .header_content_menu_lang--item--en {
  background-image: url(../img/header_lang--en--blue.svg);
}
header.active .header_content_menu_lang_border {
  background-color: #000B24;
}
header.active .header_content_menu_button span {
  background-color: #000B24;
}
header.active .header_content_menu_button span:first-child {
  -webkit-transform: translateY(8px) rotate(30deg);
      -ms-transform: translateY(8px) rotate(30deg);
          transform: translateY(8px) rotate(30deg);
}
header.active .header_content_menu_button span:nth-child(2) {
  opacity: 0;
}
header.active .header_content_menu_button span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-30deg);
      -ms-transform: translateY(-8px) rotate(-30deg);
          transform: translateY(-8px) rotate(-30deg);
}
header.scroll .header_content {
  padding-top: 16px;
  padding-bottom: 13px;
  padding-left: 74px;
  background-color: #000B24;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu_modal:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
}
.menu_modal_content {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .menu_modal_content {
    width: 100%;
    padding: 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  .menu_modal_content .menu_modal_block--item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.menu_modal_content .menu_modal_block--item a {
  color: #000B24;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block--item a {
    font-size: 13px;
  }
}
.menu_modal_content .menu_modal_block--item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000B24;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.menu_modal_content .menu_modal_block--item a:hover:after {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 207px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 961px) {
  .menu_modal_content .menu_modal_block_02 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block_02 {
    text-align: center;
    margin-bottom: 84px;
  }
}
.menu_modal_content .menu_modal_block_02 .menu_modal_block--item:not(:last-child) {
  margin-bottom: 40px;
}
.menu_modal_content .menu_modal_block_02 a {
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu_modal_content .menu_modal_block_store {
  width: 710px;
  padding-right: 190px;
  color: #000B24;
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block_store {
    width: 100%;
    padding-right: 0;
  }
}
.menu_modal_content .menu_modal_block_store_title {
  font-size: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000B24;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block_store_title {
    font-size: 13px;
    padding-bottom: 15px;
  }
}
.menu_modal_content .menu_modal_block_store_reserve {
  padding: 30px 0 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #000B24;
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block_store_reserve {
    padding: 15px 0;
  }
}
.menu_modal_content .menu_modal_block_store_reserve p {
  margin-right: 67px;
  font-size: 20px;
  color: #000B24;
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block_store_reserve p {
    font-size: 13px;
    margin-right: 30px;
  }
}
.menu_modal_content .menu_modal_block_store_reserve a {
  font-size: 16px;
  color: #000B24;
}
@media screen and (max-width: 960px) {
  .menu_modal_content .menu_modal_block_store_reserve a {
    font-size: 11px;
  }
}
.menu_modal_content .menu_modal_block_store_reserve a:hover {
  text-decoration: underline;
}
.menu_modal_copyright {
  font-weight: 300;
  color: #000B24;
  font-size: 10px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media screen and (max-width: 960px) {
  .menu_modal_copyright {
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
  }
}
.menu_modal_store {
  width: 1340px;
  margin: 0 auto;
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1340px) and (min-width: 961px) {
  .menu_modal_store {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 960px) {
  .menu_modal_store {
    width: 100%;
    padding: 0 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 32px;
  }
}
.menu_modal_store--item {
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 960px) {
  .menu_modal_store--item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 960px) {
  .menu_modal_store--item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  .menu_modal_store--item a:hover .menu_modal_store--item_img:after {
    opacity: 1;
  }
  .menu_modal_store--item a:hover .menu_modal_store--item_link p {
    background-color: #000B24;
    color: #fff;
  }
  .menu_modal_store--item a:hover .menu_modal_store--item_link p:after {
    background-image: url(../img/link_arrow--white.svg);
  }
}
.menu_modal_store--item_img {
  position: relative;
}
.menu_modal_store--item_img:before {
  content: "";
  display: block;
  width: 72px;
  height: 70px;
  background-image: url(../img/menu_store_logo.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .menu_modal_store--item_img:before {
    width: 36px;
    height: 35px;
  }
}
.menu_modal_store--item_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 11, 36, 0.3);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_modal_store--item_img img {
  width: 100%;
  height: auto;
}
.menu_modal_store--item_link {
  margin-top: 16px;
  width: 210px;
}
@media screen and (max-width: 960px) {
  .menu_modal_store--item_link {
    width: 150px;
    margin-top: 5px;
  }
}
.menu_modal_store--item_link p {
  font-size: 12px;
  font-weight: 300;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000B24;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000B24;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .menu_modal_store--item_link p {
    font-size: 11px;
    padding: 4px 0;
  }
}
.menu_modal_store--item_link p:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(../img/link_arrow--blue.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_modal_store--item a:hover .menu_modal_store--item_img:before {
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 960px) {
  .home .menu_modal_block_01,
.page-recruit .menu_modal_block_01,
.post-type-archive-news .menu_modal_block_01,
.page-contact .menu_modal_block_01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .page-yakitori-tamaya .menu_modal,
.page-tamaya-kitchen .menu_modal,
.page-tamaya-kichijoji .menu_modal,
.page-tamaya-craftbeer .menu_modal,
.page-udon-tamaya .menu_modal {
    padding-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .page-yakitori-tamaya .menu_modal_block_01,
.page-tamaya-kitchen .menu_modal_block_01,
.page-tamaya-kichijoji .menu_modal_block_01,
.page-tamaya-craftbeer .menu_modal_block_01,
.page-udon-tamaya .menu_modal_block_01 {
    margin-bottom: 45px;
  }
}

.page-tamaya-craftbeer .menu_modal_content .menu_modal_block_store_title {
  border: none;
}

main {
  width: 100%;
  min-height: 100vh;
  background-color: #000B24;
}

.top_visual {
  padding-top: 180px;
  padding-right: 250px;
}
@media screen and (max-width: 960px) {
  .top_visual {
    padding: 0;
  }
}
.top_visual_content {
  width: 100%;
  height: 100%;
  position: relative;
}
.top_visual_content .top_visual_movie {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top_visual_content .top_visual_movie {
    aspect-ratio: 1/1;
  }
}
.top_visual_content .top_visual_movie_main {
  width: 100%;
  height: 100%;
}
.top_visual_content .top_visual_movie_main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.top_visual_content .top_visual_movie_logo {
  position: absolute;
  width: 125px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top_visual_content .top_visual_movie_logo img {
  width: 100%;
  height: auto;
}
.top_visual_content .top_visual_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_visual_content .top_visual_text h1 {
  position: absolute;
  top: -42px;
  right: 120px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 960px) {
  .top_visual_content .top_visual_text h1 {
    top: auto;
    bottom: -47px;
    right: 30px;
  }
}
.top_visual_content .top_visual_text h1 > span {
  font-size: 23px;
  font-weight: 500;
  background-color: #000;
  padding: 4px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .top_visual_content .top_visual_text h1 > span {
    font-size: 15px;
    padding: 4px 2px;
  }
}
.top_visual_content .top_visual_text h1 > span .pledge_lower {
  line-height: 0.5em;
}
.top .top_lead {
  padding: 40px 0 60px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .top .top_lead {
    padding: 100px 0 30px;
  }
}
.top .top_lead p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: pwid;
          font-feature-settings: pwid;
}
@media screen and (max-width: 960px) {
  .top .top_lead p {
    font-size: 10px;
    line-height: 1.7em;
  }
}
.top .top_lead p .pledge_upper {
  margin-top: -6px;
}
.top .top_lead p .pledge_lower {
  margin-bottom: -6px;
}
.top .top_lead p .punc {
  margin-bottom: -6px;
}
.top .top_store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 95px;
}
@media screen and (max-width: 960px) {
  .top .top_store {
    padding-bottom: 71px;
  }
}
.top .top_store--item {
  width: calc(50% - 10px);
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .top .top_store--item {
    width: calc(100% - 86px);
    margin: 0 auto;
    padding-top: 15px;
  }
}
.top .top_store--item:not(:last-child) {
  margin-bottom: 31px;
}
.top .top_store--item_content {
  position: relative;
}
.top .top_store--item_content a:hover .top_store--item_title p span {
  background-color: #fff;
  color: #000;
}
.top .top_store--item_content a:hover .top_store--item_img:before {
  opacity: 1;
}
.top .top_store--item_content a:hover .top_store--item_link {
  background-color: #fff;
  color: #000B24;
}
.top .top_store--item_content a:hover .top_store--item_link p:after {
  background-image: url(../img/link_arrow--blue.svg);
}
.top .top_store--item_content .top_store--item_title {
  position: absolute;
  top: -30px;
  right: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_title {
    top: -15px;
    right: 15px;
  }
}
.top .top_store--item_content .top_store--item_title p span {
  font-size: 31px;
  font-weight: 300;
  background-color: #000;
  padding: 4px;
  display: inline-block;
  letter-spacing: 0.04em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_title p span {
    font-size: 16px;
  }
}
.top .top_store--item_content .top_store--item_title p span:first-child {
  margin-left: 7px;
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_title p span:first-child {
    margin-left: 6px;
  }
}
.top .top_store--item_content .top_store--item_title p span:last-child {
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_title p span:last-child {
    font-size: 10px;
  }
}
.top .top_store--item_content .top_store--item_img {
  width: 100%;
  height: 470px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_img {
    height: auto;
    aspect-ratio: 578/386;
  }
}
.top .top_store--item_content .top_store--item_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 11, 36, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.top .top_store--item_content .top_store--item_img img {
  position: absolute;
  top: 207px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_img img {
    width: 60px;
    height: auto;
    top: calc(50% - 7px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.top .top_store--item_content .top_store--item_link {
  margin-top: 16px;
  margin-left: 40px;
  width: 110px;
  padding: 0 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_link {
    margin-top: 6px;
    margin-left: 15px;
    width: 100px;
  }
}
.top .top_store--item_content .top_store--item_link p {
  font-size: 12px;
  font-weight: 300;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_link p {
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.top .top_store--item_content .top_store--item_link p:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(../img/link_arrow--white.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .top .top_store--item_content .top_store--item_link p:after {
    width: 6px;
    height: 10px;
  }
}
@media screen and (min-width: 961px) {
  .top .top_store--item:nth-child(even) {
    margin-top: 370px;
  }
  .top .top_store--item:nth-child(even) .top_store--item_content .top_store--item_title {
    right: auto;
    left: 40px;
  }
  .top .top_store--item:nth-child(even) .top_store--item_content .top_store--item_link {
    margin-left: auto;
    margin-right: 40px;
  }
}

.store_reserve {
  position: fixed;
  width: 64px;
  height: 265px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 98;
}
@media screen and (max-width: 960px) {
  .store_reserve {
    width: 40px;
    height: 194px;
  }
}
.store_reserve a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 961px) {
  .store_reserve a:hover {
    background-color: #3A180D;
  }
  .store_reserve a:hover p {
    color: #fff;
  }
  .store_reserve a:hover p:after {
    background-image: url(../img/icon--reserve--hover.svg);
  }
}
.store_reserve p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #3A180D;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.03em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .store_reserve p {
    font-size: 17px;
  }
}
.store_reserve p span {
  font-size: 18px;
  font-weight: 300;
  padding-top: 4px;
  position: relative;
  left: 2px;
}
@media screen and (max-width: 960px) {
  .store_reserve p span {
    padding-top: 2px;
    font-size: 13px;
  }
}
.store_reserve p:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon--reserve.png);
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  margin-left: -1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .store_reserve p:after {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    background-image: url(../img/icon--reserve--sp.png);
  }
}

.store.store_01 {
  background-color: #3C231C;
}
.store.store_02 {
  background-color: #071F1F;
}
.store.store_03 {
  background-color: #3E351D;
}
.store.store_04 {
  background-color: #32261C;
}
.store.store_05 {
  background-color: #311712;
}
.store.store_06 {
  background-color: #121F15;
}
.store_visual {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 960px) {
  .store_visual {
    aspect-ratio: 1/1;
  }
}
.store_visual_movie {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.store_visual_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.store_visual_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .store_visual_logo {
    display: none;
  }
}
.store .store_lead {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .store .store_lead {
    width: 100%;
    padding: 100px 0px 100px 45px;
  }
}
.store .store_lead_title h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .store .store_lead_title h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.store .store_lead_title p {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .store .store_lead_title p {
    font-size: 11px;
  }
}
.store .store_lead_text {
  position: absolute;
  right: 0;
  top: -117px;
}
@media screen and (max-width: 960px) {
  .store .store_lead_text {
    top: -100px;
    right: 30px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.store .store_lead_text p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .store .store_lead_text p {
    font-size: 12px;
  }
}
.store .store_lead_text p > span {
  display: inline-block;
  font-weight: 300;
  padding: 4px 2px;
  background-color: #000;
  white-space: nowrap;
}
.store .store_lead_text p > span:not(:last-child) {
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  .store .store_lead_text p > span:not(:last-child) {
    margin-left: 4px;
  }
}
.store .store_lead_text p > span .pledge_upper {
  margin-top: -5px;
}
.store .store_lead_text p > span .pledge_lower {
  margin-bottom: -5px;
}
.store .store_lead_text p > span .punc {
  margin-bottom: -7px;
}
.store .store_lead_text p > span .num {
  text-combine-upright: all;
  text-align: center;
}
.store .store_lead_text p > span .disc {
  margin-top: -3px;
  margin-bottom: -3px;
}
.store .store_slider_content--item {
  margin: 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .store .store_slider_content--item {
    margin: 0 7px;
  }
}
.store .store_slider_content--item:not(.slick-current):hover {
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .store .store_slider_content--item:not(.slick-current):hover {
    opacity: 0.8;
  }
}
.store .store_slider_content--item img {
  width: 100%;
  height: auto;
}
.store .store_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1240px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 130px;
}
@media screen and (max-width: 1440px) and (min-width: 961px) {
  .store .store_detail {
    width: calc(100% - 200px);
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 960px) {
  .store .store_detail {
    width: 100%;
    padding: 60px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.store .store_detail_text {
  width: 700px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1440px) and (min-width: 961px) {
  .store .store_detail_text {
    width: calc((100% - 20px) * 0.5737);
  }
}
@media screen and (max-width: 960px) {
  .store .store_detail_text {
    width: 100%;
    margin-right: 0;
  }
}
.store .store_detail_text p {
  width: 100%;
  height: 244px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 2em;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .store .store_detail_text p {
    height: auto;
    font-size: 13px;
    line-height: 2.3em;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 961px) {
  .store .store_detail_text_img {
    height: calc(100% - 244px);
  }
}
.store .store_detail_text_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) and (min-width: 961px) {
  .store .store_detail_text_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.store .store_detail_img {
  width: 520px;
}
@media screen and (max-width: 1440px) and (min-width: 961px) {
  .store .store_detail_img {
    width: calc((100% - 20px) * 0.4263);
  }
}
@media screen and (max-width: 960px) {
  .store .store_detail_img {
    width: 100%;
    margin-top: 15px;
  }
}
.store .store_detail_img--item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .store .store_detail_img--item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.store .store_detail_img--item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 961px) {
  .store .store_detail_img--item_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .store .store_detail_img--item_flex img {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 960px) {
  .store .store_detail_img--item_flex img:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 961px) {
  .store.store_01 .store_detail_text p {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 10px;
  }
  .store.store_02 .store_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .store.store_02 .store_detail_text {
    width: 700px;
    margin-right: 0;
  }
  .store.store_02 .store_detail_text p {
    height: 244px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .store.store_02 .store_detail_text_img {
    height: calc(100% - 244px);
  }
  .store.store_02 .store_detail_img {
    width: 520px;
    margin-right: 20px;
  }
  .store.store_03 .store_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .store.store_03 .store_detail_text {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .store.store_03 .store_detail_text p {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 40px;
  }
  .store.store_03 .store_detail_img {
    margin-right: 20px;
  }
  .store.store_04 .store_detail_text {
    width: 700px;
  }
  .store.store_04 .store_detail_text p {
    height: 246px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 67px;
    padding-bottom: 10px;
  }
  .store.store_04 .store_detail_text_img {
    height: calc(100% - 246px);
  }
  .store.store_04 .store_detail_img {
    width: 520px;
  }
  .store.store_05 .store_detail_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .store.store_05 .store_detail_text p {
    padding-top: 13px;
  }
  .store.store_06 .store_detail_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .store.store_06 .store_detail_text p {
    padding-top: 13px;
  }
}
.store .store_menu {
  padding: 200px 0 120px;
}
@media screen and (max-width: 960px) {
  .store .store_menu {
    padding: 60px 0 100px;
  }
}
.store .store_menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #fff;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .store .store_menu a {
    width: 255px;
    height: 60px;
    font-size: 18px;
  }
}
.store .store_menu a:hover {
  background-color: #fff;
  color: #000;
}
.store .store_map {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 960px) {
  .store .store_map {
    height: 230px;
  }
}
.store .store_map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.store .store_information {
  padding: 80px 0 120px;
}
@media screen and (max-width: 960px) {
  .store .store_information {
    padding: 60px 0;
  }
}
.store .store_information_content {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .store .store_information_content {
    width: 100%;
    padding: 0 15px;
  }
}
.store .store_information_content .store_information_title {
  margin-bottom: 18px;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .store .store_information_content .store_information_title {
    font-size: 11px;
    margin-bottom: 15px;
    padding-left: 13px;
  }
}
.store .store_information_content .store_information--item {
  padding: 18px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .store .store_information_content .store_information--item {
    padding: 15px 0;
    padding-left: 13px;
  }
}
.store .store_information_content .store_information--item:nth-child(2) {
  border-top: 1px solid #fff;
}
.store .store_information_content .store_information--item p {
  font-size: 16px;
  line-height: 1.625em;
}
@media screen and (max-width: 960px) {
  .store .store_information_content .store_information--item p {
    font-size: 11px;
  }
}
.store .store_information_content .store_information--item .store_information_name {
  width: 65px;
  margin-right: 166px;
}
@media screen and (max-width: 960px) {
  .store .store_information_content .store_information--item .store_information_name {
    width: 45px;
    margin-right: 66px;
  }
}

.lower_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1440px) and (min-width: 961px) {
  .lower_title {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .lower_title {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}
.lower_title--en img {
  width: auto;
  height: 35px;
}
@media screen and (max-width: 960px) {
  .lower_title--en img {
    height: 22px;
  }
}
.lower_title--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 100;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .lower_title--jp {
    font-size: 13px;
    margin-left: 10px;
  }
}

.recruit {
  padding-top: 180px;
}
@media screen and (max-width: 960px) {
  .recruit {
    padding-top: 160px;
  }
}
.recruit_intro {
  width: 1340px;
  margin: 0 auto;
  margin-top: -47px;
  padding-left: 30px;
  padding-bottom: 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1340px) and (min-width: 961px) {
  .recruit_intro {
    width: 100%;
    padding: 0 30px 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .recruit_intro {
    width: 100%;
    margin-top: auto;
    padding: 0 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .recruit_intro_text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width: 960px) {
  .recruit_intro_text {
    margin-bottom: 90px;
  }
}
.recruit_intro_text p {
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  .recruit_intro_text p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.recruit_intro_text_lead {
  font-size: 25px;
  margin-left: 33px;
}
@media screen and (max-width: 1340px) and (min-width: 961px) {
  .recruit_intro_text_lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .recruit_intro_text_lead {
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.recruit_intro_text_description_01 {
  font-size: 17px;
  margin-left: 40px;
}
@media screen and (max-width: 1340px) and (min-width: 961px) {
  .recruit_intro_text_description_01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .recruit_intro_text_description_01 {
    font-size: 14px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 960px) {
  .recruit_intro_text_description_02 {
    font-size: 14px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.recruit_intro_text_name {
  font-size: 25px;
}
@media screen and (max-width: 1340px) and (min-width: 961px) {
  .recruit_intro_text_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .recruit_intro_text_name {
    font-size: 18px;
    margin: 0 auto;
  }
}
.recruit_intro_text_name span {
  font-size: 10px;
}
@media screen and (min-width: 961px) and (min-width: 1340px) {
  .recruit_intro_text_name span {
    font-size: 12px;
  }
}
.recruit_intro_img {
  width: 440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1340px) and (min-width: 961px) {
  .recruit_intro_img {
    width: calc(100% - 620px);
  }
}
@media screen and (max-width: 960px) {
  .recruit_intro_img {
    width: 100%;
    margin-bottom: 100px;
  }
}
.recruit_intro_img_block {
  width: calc((100% - 12px) / 2);
}
.recruit_intro_img_block--item {
  width: 100%;
}
.recruit_intro_img_block--item:not(:last-child) {
  margin-bottom: 12px;
}
.recruit_intro_img_block--item img {
  width: 100%;
  height: auto;
}
.recruit_intro_img_block--right {
  margin-top: 160px;
}
.recruit_slider {
  margin-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .recruit_slider {
    margin-bottom: 65px;
  }
}
.recruit_slider .slick-slide {
  margin: 0 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .recruit_slider .slick-slide {
    margin: 0 7px;
  }
}
.recruit_slider .slick-slide:not(.slick-current):hover {
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .recruit_slider .slick-slide:not(.slick-current):hover {
    opacity: 0.8;
  }
}
.recruit_slider .slick-slide img {
  width: 100%;
  height: auto;
}
.recruit_requirements_main {
  width: 940px;
  margin: 60px auto 0;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main {
    width: 100%;
    padding: 0 15px;
  }
}
.recruit_requirements_main_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
.recruit_requirements_main_label p {
  width: 50%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_label p {
    font-size: 12px;
    height: 40px;
  }
}
.recruit_requirements_main_label p:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}
.recruit_requirements_main_label p.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.recruit_requirements_main_block--item {
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--item {
    padding: 20px 0 20px 15px;
  }
}
.recruit_requirements_main_block--item .recruit_requirements_name {
  width: 230px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--item .recruit_requirements_name {
    width: 97px;
    font-size: 11px;
  }
}
.recruit_requirements_main_block--item .recruit_requirements_text {
  width: calc(100% - 230px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--item .recruit_requirements_text {
    width: calc(100% - 97px);
  }
}
.recruit_requirements_main_block--item .recruit_requirements_text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55em;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--item .recruit_requirements_text p {
    font-size: 11px;
  }
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--item .recruit_requirements_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit_requirements_main_block--item .recruit_requirements_text--left {
  width: 329px;
  margin-right: 58px;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--item .recruit_requirements_text--left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.recruit_requirements_main_block--lead {
  padding: 90px 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--lead {
    padding: 60px 23px;
  }
}
.recruit_requirements_main_block--lead_title {
  font-size: 30px;
  line-height: 1.65em;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--lead_title {
    font-size: 13px;
  }
}
.recruit_requirements_main_block--lead_text {
  font-size: 20px;
  font-weight: 300;
  line-height: 2em;
}
@media screen and (max-width: 960px) {
  .recruit_requirements_main_block--lead_text {
    font-size: 11px;
  }
}
.recruit_requirements_main_block_part-time {
  display: none;
}
@media screen and (min-width: 961px) {
  .recruit_requirements_main_block_part-time .recruit_requirements_main_block--lead_text {
    font-size: 16px;
  }
}
.recruit_flow {
  padding-top: 130px;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .recruit_flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.recruit_flow_title {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .recruit_flow_title {
    margin-bottom: 60px;
  }
}
.recruit_flow_content {
  width: 940px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (min-width: 1086px) {
  .recruit_flow_content {
    width: 1086px;
  }
}
@media screen and (max-width: 960px) {
  .recruit_flow_content {
    width: 100%;
    padding: 0 30px;
  }
}
.recruit_flow_content .recruit_flow_step {
  width: 1086px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media screen and (min-width: 961px) and (max-width: 1086px) {
  .recruit_flow_content .recruit_flow_step {
    width: 940px;
  }
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_step {
    width: 216px;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_step--item {
    width: 86px;
  }
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_step--item:nth-child(n+3) {
    margin-top: 65px;
  }
}
.recruit_flow_content .recruit_flow_step--item_title {
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_step--item_title {
    margin-bottom: 12px;
  }
}
.recruit_flow_content .recruit_flow_step--item_title img {
  width: auto;
  height: 12px;
}
.recruit_flow_content .recruit_flow_step--item_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_step--item_img {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1086px) {
  .recruit_flow_content .recruit_flow_step--item_img img {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_step--item_img img {
    width: 86px;
    height: auto;
  }
}
.recruit_flow_content .recruit_flow_step--item_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_step--item_text {
    font-size: 15px;
    height: 15px;
    line-height: 1.15em;
  }
}
@media screen and (min-width: 961px) {
  .recruit_flow_content .recruit_flow_entry {
    width: 940px;
    margin: 0 auto;
  }
}
.recruit_flow_content .recruit_flow_entry h3 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_entry h3 {
    font-size: 18px;
    margin-bottom: 62px;
  }
}
.recruit_flow_content .recruit_flow_entry_link {
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_entry_link {
    height: 70px;
  }
}
@media screen and (min-width: 961px) {
  .recruit_flow_content .recruit_flow_entry_link:hover {
    background-color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.recruit_flow_content .recruit_flow_entry_link_img {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_entry_link_img {
    margin-bottom: 5px;
  }
}
.recruit_flow_content .recruit_flow_entry_link_img img {
  width: auto;
  height: 35px;
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_entry_link_img img {
    height: 18px;
  }
}
.recruit_flow_content .recruit_flow_entry_link p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 100;
}
@media screen and (max-width: 960px) {
  .recruit_flow_content .recruit_flow_entry_link p {
    font-size: 11px;
  }
}

.news {
  padding-top: 180px;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .news {
    padding-top: 160px;
  }
}
.news_content {
  width: 940px;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .news_content {
    width: 100%;
    margin-top: 60px;
    padding: 0 15px;
  }
}
.news_content .news_list {
  border-top: 1px solid #fff;
}
.news_content .news_list--item {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.news_content .news_list--item_title {
  width: 100%;
  padding: 20px 40px 20px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .news_content .news_list--item_title {
    padding: 12px 30px 12px 15px;
  }
}
.news_content .news_list--item_title:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.news_content .news_list--item_title.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.news_content .news_list--item_title.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.news_content .news_list--item_title:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(../img/news_arrow.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .news_content .news_list--item_title:after {
    right: 17px;
    width: 6px;
    height: 10px;
  }
}
.news_content .news_list--item_title--date {
  margin-right: 148px;
}
@media screen and (max-width: 960px) {
  .news_content .news_list--item_title--date {
    margin-right: 38px;
  }
}
.news_content .news_list--item_title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45em;
}
@media screen and (max-width: 960px) {
  .news_content .news_list--item_title p {
    font-size: 11px;
  }
}
.news_content .news_list--item_text {
  display: none;
}
.news_content .news_list--item_text p {
  font-size: 16px;
  font-weight: 500;
  padding: 40px 20px;
  line-height: 1.45em;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .news_content .news_list--item_text p {
    font-size: 11px;
    padding: 20px 15px;
  }
}
.news_content .news_link {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .news_content .news_link {
    margin-top: 30px;
  }
}
.news_content .news_link .screen-reader-text {
  display: none;
}
.news_content .news_link .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_content .news_link .nav-links .nav-previous,
.news_content .news_link .nav-links .nav-next {
  width: 100px;
  position: relative;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .news_content .news_link .nav-links .nav-previous,
.news_content .news_link .nav-links .nav-next {
    width: 67px;
    font-size: 11px;
  }
}
.news_content .news_link .nav-links .nav-previous a,
.news_content .news_link .nav-links .nav-next a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .news_content .news_link .nav-links .nav-previous a,
.news_content .news_link .nav-links .nav-next a {
    padding: 4px 0;
  }
}
.news_content .news_link .nav-links .nav-previous a:hover,
.news_content .news_link .nav-links .nav-next a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.news_content .news_link .nav-links .nav-previous:before,
.news_content .news_link .nav-links .nav-next:before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(../img/news_arrow.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 960px) {
  .news_content .news_link .nav-links .nav-previous:before,
.news_content .news_link .nav-links .nav-next:before {
    width: 6px;
    height: 10px;
  }
}
.news_content .news_link .nav-links .nav-previous {
  text-align: right;
}
.news_content .news_link .nav-links .nav-previous:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 5px;
}
.news_content .news_link .nav-links .nav-next:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 5px;
}

.about {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .about {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.about_content {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .about_content {
    width: 100%;
    padding: 0 15px;
  }
}
.about_content .about_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .about_content .about_logo {
    margin-bottom: 60px;
    padding: 0 50px;
  }
  .about_content .about_logo img {
    width: 100%;
    height: auto;
  }
}
.about_content .about_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
.about_content .about_label p {
  width: 50%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .about_content .about_label p {
    height: 40px;
    font-size: 12px;
  }
}
.about_content .about_label p:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}
.about_content .about_label p.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.about_content .about_company--item {
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .about_content .about_company--item {
    padding: 20px 15px;
  }
}
.about_content .about_company--item_name {
  width: 230px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 960px) {
  .about_content .about_company--item_name {
    font-size: 11px;
    width: 86px;
  }
}
.about_content .about_company--item_text {
  width: calc(100% - 230px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .about_content .about_company--item_text {
    width: calc(100% - 86px);
  }
}
.about_content .about_company--item_text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45em;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 960px) {
  .about_content .about_company--item_text p {
    font-size: 11px;
  }
}
@media screen and (max-width: 960px) {
  .about_content .about_company--item_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .about_content .about_company--item_text--left {
    width: 320px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 960px) {
  .about_content .about_company--item_text--left {
    margin-bottom: 15px;
  }
}
.about_content .about_history {
  display: none;
}
.about_content .about_history--item {
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .about_content .about_history--item {
    padding: 20px 15px;
  }
}
.about_content .about_history--item_date {
  width: 230px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 960px) {
  .about_content .about_history--item_date {
    width: 86px;
    font-size: 12px;
  }
}
.about_content .about_history--item_text {
  width: calc(100% - 230px);
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .about_content .about_history--item_text {
    width: calc(100% - 86px);
    font-size: 12px;
  }
}

.contact {
  padding-top: 180px;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .contact {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
.contact_content {
  width: 900px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .contact_content {
    width: 100%;
    padding: 0 37px;
  }
}
.contact_content--item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .contact_content--item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.contact_content--item_tel {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .contact_content--item_tel {
    margin-bottom: 30px;
  }
}
.contact_content--item_radio {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .contact_content--item_radio {
    margin-bottom: 35px;
  }
}
.contact_content--item_radio .contact_content--item_input {
  padding: 0 14px;
}
@media screen and (max-width: 960px) {
  .contact_content--item_radio .contact_content--item_input .wpcf7-form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact_content--item_radio .contact_content--item_input label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_content--item_radio .contact_content--item_input input {
  width: 14px;
  height: 14px;
  margin: 0;
  margin-right: 6px;
}
@media screen and (max-width: 960px) {
  .contact_content--item_radio .contact_content--item_input input {
    width: 11px;
    height: 11px;
    margin-right: 3px;
    padding: 0;
  }
}
.contact_content--item_radio .contact_content--item_input span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .contact_content--item_radio .contact_content--item_input span {
    font-size: 11px;
    line-height: 1.25em;
  }
}
.contact_content--item_radio .contact_content--item_input .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 961px) {
  .contact_content--item_radio .contact_content--item_input .wpcf7-list-item {
    margin-right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .contact_content--item_radio .contact_content--item_input .wpcf7-list-item {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .contact_content--item_radio .contact_content--item_input .wpcf7-list-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.contact_content--item_title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans JP", sans-serif;
}
.contact_content--item_input input {
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  padding: 20px 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .contact_content--item_input input {
    height: 40px;
    padding: 12px 15px;
  }
}
.contact_content--item_input textarea {
  width: 100%;
  height: 400px;
  border: 1px solid #fff;
  padding: 20px 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  resize: vertical;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .contact_content--item_input textarea {
    height: 250px;
    padding: 12px 15px;
  }
}
.contact_content_submit {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .contact_content_submit {
    margin-top: 20px;
  }
}
.contact_content_submit input {
  width: 100%;
  height: 90px;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .contact_content_submit input {
    height: 60px;
    font-size: 16px;
  }
}
.contact_content_submit input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.contact_confirm_content {
  width: 900px;
  margin: 0 auto;
  margin-top: 70px;
  border-top: 1px solid #fff;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .contact_confirm_content {
    width: 100%;
    padding: 40px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 961px) {
  .contact_confirm_content--left {
    width: 338px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .contact_confirm_content--left {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 961px) {
  .contact_confirm_content--right {
    width: calc(100% - 338px);
  }
}
.contact_confirm_content .contact_confirm--item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .contact_confirm_content .contact_confirm--item:not(:first-child) {
    margin-top: 30px;
  }
}
.contact_confirm_content .contact_confirm--item_title {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .contact_confirm_content .contact_confirm--item_title {
    font-size: 11px;
  }
}
.contact_confirm_content .contact_confirm--item_text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.45em;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .contact_confirm_content .contact_confirm--item_text {
    font-size: 14px;
  }
}
.contact .contact_confirm_content_submit {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .contact .contact_confirm_content_submit {
    width: 100%;
    padding: 0 15px;
  }
}
.contact .contact_confirm_content_submit_text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .contact .contact_confirm_content_submit_text {
    font-size: 18px;
  }
}
.contact .contact_confirm_content_submit_button > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contact .contact_confirm_content_submit_button > p {
    width: 100%;
    padding: 0 15px;
  }
}
.contact .contact_confirm_content_submit_button input {
  width: calc((100% - 20px) / 2);
  height: 90px;
  -webkit-appearance: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .contact .contact_confirm_content_submit_button input {
    width: calc((100% - 10px) / 2);
    height: 60px;
    font-size: 16px;
  }
}
.contact .contact_confirm_content_submit_button input:hover {
  cursor: pointer;
}
.contact .contact_confirm_content_submit_button input.wpcf7-previous {
  background-color: rgba(255, 255, 255, 0.1);
}
.contact .contact_confirm_content_submit_button input.wpcf7-previous:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.contact .contact_confirm_content_submit_button input.wpcf7-submit {
  background-color: rgba(255, 255, 255, 0.2);
}
.contact .contact_confirm_content_submit_button input.wpcf7-submit:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.contact .contact_confirm_content_submit_button br {
  display: none;
}
.contact .wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
  font-size: 12px;
}
.contact .wpcf7 form .wpcf7-response-output {
  width: 900px;
  border: 1px solid #fff !important;
  padding: 20px 10px;
  margin: 10px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .contact .wpcf7 form .wpcf7-response-output {
    width: 100%;
    padding: 5px;
  }
}
.contact .wpcf7-spinner {
  position: absolute;
  display: none !important;
}
.contact .contact_complete {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact .contact_complete {
    width: calc(100% - 30px);
    padding: 40px 15px 0;
  }
}
.contact .contact_complete_title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .contact .contact_complete_title {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.contact .contact_complete_text {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 80px;
  line-height: 2em;
}
@media screen and (max-width: 960px) {
  .contact .contact_complete_text {
    font-size: 13px;
    margin-bottom: 53px;
  }
}
.contact .contact_complete p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.contact .contact_complete a {
  text-align: center;
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .contact .contact_complete a {
    font-size: 13px;
    padding-bottom: 5px;
  }
}
.contact .contact_complete a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

footer {
  background-color: #000;
}
footer .footer_recruit {
  position: relative;
}
footer .footer_recruit a {
  padding: 128px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  footer .footer_recruit a {
    padding: 51px 0 46px;
  }
}
footer .footer_recruit a:hover {
  background-color: rgba(0, 11, 36, 0.4);
}
footer .footer_recruit_title {
  width: 152px;
  margin: 0 auto;
  margin-bottom: 21px;
}
@media screen and (max-width: 960px) {
  footer .footer_recruit_title {
    width: 99px;
    margin-bottom: 15px;
  }
}
footer .footer_recruit_title img {
  width: 100%;
  height: auto;
}
footer .footer_recruit_text {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  footer .footer_recruit_text {
    font-size: 12px;
  }
}
footer .footer_recruit_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer_recruit_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer_store {
  width: 1340px;
  margin: 0 auto;
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1340px) and (min-width: 961px) {
  footer .footer_store {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 960px) {
  footer .footer_store {
    width: 100%;
    padding: 45px 20px 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
footer .footer_store--item {
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 960px) {
  footer .footer_store--item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 960px) {
  footer .footer_store--item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  footer .footer_store--item a:hover .footer_store--item_img:after {
    opacity: 1;
  }
  footer .footer_store--item a:hover .footer_store--item_link p {
    background-color: #fff;
    color: #000B24;
  }
  footer .footer_store--item a:hover .footer_store--item_link p:after {
    background-image: url(../img/link_arrow--blue.svg);
  }
}
footer .footer_store--item_img {
  position: relative;
}
footer .footer_store--item_img:before {
  content: "";
  display: block;
  width: 72px;
  height: 70px;
  background-image: url(../img/menu_store_logo.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  footer .footer_store--item_img:before {
    width: 36px;
    height: 35px;
  }
}
footer .footer_store--item_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 11, 36, 0.3);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .footer_store--item_img img {
  width: 100%;
  height: auto;
}
footer .footer_store--item_link {
  margin-top: 12px;
  width: 200px;
}
@media screen and (max-width: 960px) {
  footer .footer_store--item_link {
    margin-top: 3px;
    width: 100%;
  }
}
footer .footer_store--item_link p {
  font-size: 12px;
  font-weight: 300;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  footer .footer_store--item_link p {
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
footer .footer_store--item_link p:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(../img/link_arrow--white.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .footer_content {
  padding: 80px 80px 40px;
}
@media screen and (max-width: 960px) {
  footer .footer_content {
    width: 100%;
    padding: 60px 30px 10px;
  }
}
footer .footer_content .footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
footer .footer_content .footer_link--item:not(:last-child) {
  margin-right: 86px;
}
@media screen and (max-width: 960px) {
  footer .footer_content .footer_link--item:not(:last-child) {
    margin-right: 50px;
  }
}
footer .footer_content .footer_link--item a {
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 2px;
}
@media screen and (max-width: 960px) {
  footer .footer_content .footer_link--item a {
    font-size: 10px;
  }
}
@media screen and (min-width: 961px) {
  footer .footer_content .footer_link--item a:hover {
    text-decoration: underline;
  }
}
footer .footer_content .footer_link--item a:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  footer .footer_content .footer_link--item a:not(:last-child) {
    margin-bottom: 18px;
  }
}
footer .footer_content .footer_copyright {
  font-size: 10px;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  footer .footer_content .footer_copyright {
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  body.page-yakitori-tamaya .store .store_lead_text {
    top: -180px;
  }
}

@media screen and (max-width: 960px) {
  body.en-US.page-yakitori-tamaya .store .store_lead_text {
    top: -210px;
  }
}

@media screen and (max-width: 960px) {
  body.en-US .store.store_01 .store_detail_text p {
    margin-bottom: 60px;
  }
}

body.en-US .top_visual_text h1 {
  top: 40px;
  right: -60px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 960px) {
  body.en-US .top_visual_text h1 {
    top: auto;
    right: auto;
    bottom: -12px;
    left: 30px;
  }
}
body.en-US .top_visual_text h1 span {
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  body.en-US .top_visual_text h1 span {
    font-size: 16px;
  }
}
body.en-US .top_lead {
  padding: 40px 0 93px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  body.en-US .top_lead {
    padding: 60px 30px;
  }
}
body.en-US .top_lead p {
  font-size: 16px;
  line-height: 1.35em;
}
@media screen and (min-width: 961px) {
  body.en-US .top_lead p {
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .top_lead p {
    font-size: 12px;
  }
}
body.en-US .top .top_store--item_content .top_store--item_title {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  right: 30px;
  top: -19px;
}
@media screen and (max-width: 960px) {
  body.en-US .top .top_store--item_content .top_store--item_title {
    right: auto;
    left: 15px;
    top: -13px;
  }
}
body.en-US .top .top_store--item_content .top_store--item_title p span {
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  body.en-US .top .top_store--item_content .top_store--item_title p span {
    font-size: 16px;
  }
}
body.en-US .top .top_store--item_content .top_store--item_title p span:first-child {
  margin-left: 0;
  margin-bottom: 7px;
}
@media screen and (max-width: 960px) {
  body.en-US .top .top_store--item_content .top_store--item_title p span:first-child {
    margin-bottom: 5px;
  }
}
body.en-US .top .top_store--item_content .top_store--item_title p span:last-child {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  body.en-US .top .top_store--item_content .top_store--item_title p span:last-child {
    font-size: 12px;
  }
}
body.en-US .top .top_store--item_content .top_store--item_link {
  width: 80px;
}
@media screen and (min-width: 961px) {
  body.en-US .store .store_lead {
    width: 100%;
    padding-left: calc((100% - 900px) / 2);
    padding-right: calc((100% - 900px) / 2);
  }
}
@media screen and (min-width: 961px) and (max-width: 1760px) {
  body.en-US .store .store_lead {
    padding-left: 100px;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .store .store_lead {
    padding: 120px 30px 100px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1420px) {
  body.en-US .store.store_01 .store_lead_title h1 {
    font-size: 26px;
  }
  body.en-US .store.store_01 .store_lead_title p {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1160px) {
  body.en-US .store.store_01 .store_lead_title h1 {
    font-size: 20px;
  }
  body.en-US .store.store_01 .store_lead_title p {
    font-size: 10px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  body.en-US .store.store_01 .store_lead_text p {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1274px) {
  body.en-US .store .store_lead_title p {
    font-size: 16px;
  }
}
body.en-US .store .store_lead_text {
  top: -68px;
  right: 30px;
}
@media screen and (max-width: 960px) {
  body.en-US .store .store_lead_text {
    top: -100px;
    right: auto;
    left: 30px;
  }
}
body.en-US .store .store_lead_text p {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (min-width: 961px) and (max-width: 1130px) {
  body.en-US .store .store_lead_text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .store .store_lead_text p span {
    word-break: break-all;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .store .store_lead_text p > span {
    padding: 2px;
  }
}
body.en-US .store .store_lead_text p > span:not(:last-child) {
  margin-left: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  body.en-US .store .store_lead_text p > span:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  body.en-US .store .store_detail_text p {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store.store_01 .store_detail_text p {
    padding-left: 0;
    margin-top: -46px;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .store.store_01 .store_detail_text p {
    line-height: 1.35em;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store.store_02 .store_detail {
    padding-top: 213px;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store.store_02 .store_detail_text {
    position: relative;
  }
  body.en-US .store.store_02 .store_detail_text:before {
    content: "";
    display: block;
    width: 100%;
    height: 244px;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store.store_02 .store_detail_text p {
    width: 530px;
    line-height: 1.65em;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    position: absolute;
    top: -130px;
    right: -40px;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store.store_03 .store_detail_text p {
    padding-left: 20px;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store.store_04 .store_detail_text p {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    line-height: 1.85em;
    margin-left: 0;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store.store_05 .store_detail_text p {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store .store_information_content .store_information--item .store_information_name {
    width: 152px;
    margin-right: 81px;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .store .store_information_content .store_information--item .store_information_name {
    width: 105px;
    margin-right: 13px;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .store .store_information_content .store_information--item p.store_information_detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store_information_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .store_information_detail span {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .store_information_detail span:first-child {
    margin-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .store_information_detail span:first-child {
    margin-bottom: 18px;
  }
}
body.en-US .recruit_intro_text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (min-width: 961px) {
  body.en-US .recruit_intro_text {
    width: 680px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 961px) and (max-width: 1270px) {
  body.en-US .recruit_intro_text {
    width: 600px;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .recruit_intro_text_en {
    width: calc((100% - 40px) / 2);
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1270px) {
  body.en-US .recruit_intro_text_en {
    font-size: 13px;
  }
}
body.en-US .recruit_intro_text p {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 960px) {
  body.en-US .recruit_intro_text p {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) {
  body.en-US .recruit_intro_img {
    width: calc(100% - 800px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1270px) {
  body.en-US .recruit_intro_img {
    width: calc(100% - 660px);
  }
}
body.en-US .recruit_requirements_text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  body.en-US .recruit_requirements_main_block--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .recruit_requirements_main_block--item .recruit_requirements_name {
    margin-bottom: 10px;
  }
}
body.en-US .recruit_requirements_main_block--item .recruit_requirements_text--left {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  body.en-US .recruit_flow_step {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .about_company--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  body.en-US .about_company--item .about_company--item_name {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  body.en-US footer .footer_store--item_link {
    width: 120px;
  }
}