@charset "UTF-8";
/* dev option
========================================== */
/* break
===========================================

default
tab：520 @media (min-width: 520px) {...}
pc：960 @media (min-width: 960px) {...}
max：1280 @media (min-width: 1280px) {...}

*/
/* default
============================================= */
html {
  color: #000000;
  font-size: 62.5%;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Helvetica Neue',Arial,Meiryo,sans-serif;
  letter-spacing: 1.6;
  overflow-x: hidden;
}

html.noscroll {
  overflow-y: hidden;
}

html.sr {
  margin-top: 0 !important;
}

body {
  position: relative;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 1.6rem;
  font-weight: normal;
}

h4 {
  font-weight: normal;
}

p {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

a {
  display: block;
  color: #333333;
  font-size: 1.6rem;
  text-decoration: none;
}

ul,
li {
  font-size: 1.8rem;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

main {
  display: block;
  overflow-x: hidden;
}

footer {
  background: #ffffff;
}

.sp_none {
  display: none;
}

.pc_none {
  display: block;
}

@media (min-width: 960px) {
  html.noscroll {
    overflow-y: auto;
  }
  html.sr {
    margin-top: 0px !important;
  }
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
  h3 {
    font-size: 2.4rem;
  }
  p {
    font-size: 1.6rem;
    line-height: 2.0;
  }
  a {
    font-size: 1.6rem;
  }
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.object_fit_cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/* link_view_opt
============================================= */
#commit {
  margin-top: -100px;
  padding-top: 100px;
}

#bento {
  margin-top: -100px;
  padding-top: 100px;
}

#sidedish {
  margin-top: -100px;
  padding-top: 100px;
}

#staff01 {
  margin-top: -100px;
  padding-top: 100px;
}

#botanyama,
#ekimae,
#meike {
  margin-top: -100px;
  padding-top: 100px;
}

#staff02,
#staff03,
#staff04,
#staff05,
#staff06 {
  padding-top: 100px;
}

/* body
============================================= */
.sidebar {
  display: none;
}

.contents_body {
  width: 100%;
}

@media (min-width: 960px) {
  .sidebar {
    display: block;
    position: fixed;
    width: 120px;
    height: 100vh;
    background: #ffffff;
    top: 0;
    left: 0;
  }
  main {
    width: calc(100% - 120px);
    margin-left: 120px;
  }
}

/* header
============================================= */
header {
  display: block;
  position: fixed;
  width: 100%;
  height: 60px;
  background: #e65408;
  z-index: 100;
}

header .head_logo {
  display: block;
  position: absolute;
  width: 80px;
  top: 4px;
  right: calc(100% - 90px);
}

header .sp_bar_snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: calc(50% - 20px);
  right: 70px;
}

header .sp_bar_snss a {
  width: 40px;
}

header .sp_bar_snss a + a {
  margin-left: 10px;
}

header .head_nav_trigger {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 10px;
  right: 10px;
  z-index: 999;
}

header .head_nav_trigger.open .trigger_icon .top {
  top: calc(50% - 1.5px);
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .head_nav_trigger.open .trigger_icon .middle {
  left: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .head_nav_trigger.open .trigger_icon .bottom {
  bottom: calc(50% - 1.5px);
  left: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .head_nav_trigger .nav_title {
  width: 100%;
}

header .head_nav_trigger .trigger_icon {
  position: relative;
  margin-top: 8px;
  width: 100%;
  height: 21px;
  cursor: pointer;
}

header .head_nav_trigger .trigger_icon .top,
header .head_nav_trigger .trigger_icon .middle,
header .head_nav_trigger .trigger_icon .bottom {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

header .head_nav_trigger .trigger_icon .top {
  top: 0;
  left: 0;
}

header .head_nav_trigger .trigger_icon .middle {
  top: calc(50% - 1.5px);
  left: 0;
}

header .head_nav_trigger .trigger_icon .bottom {
  bottom: 0;
  left: 0;
}

header .head_nav_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 85vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: -85vw;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow-y: scroll;
}

header .head_nav_panel.open {
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 960px) {
  header {
    display: block;
    position: fixed;
    width: calc(100% - 120px);
    height: 60px;
    right: 0;
    top: 0;
  }
  header .head_logo {
    display: block;
    position: absolute;
    width: 160px;
    top: 30px;
    right: 40px;
    -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
  }
  header .sp_bar_snss {
    display: none;
  }
  header .head_nav_trigger {
    display: none;
  }
  header .head_nav_panel {
    display: none;
  }
}

/* sidebar
============================================= */
.side_nav_panel {
  display: none;
}

@media (min-width: 960px) {
  .side_nav_panel {
    display: block;
    position: fixed;
    width: 40vw;
    max-width: 640px;
    height: 100vh;
    top: 0;
    left: -40vw;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
  }
  .side_nav_panel.open {
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .side_nav_panel .side_nav_panel__inner {
    padding: 0 8% 0 26%;
    overflow-y: scroll;
  }
  .side_nav_panel .side_nav_back_trigger {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    top: 30px;
    right: 20px;
  }
  .side_nav_panel .side_nav_back_trigger .top,
  .side_nav_panel .side_nav_back_trigger .bottom {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background: #656566;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
  }
  .side_nav_panel .side_nav_back_trigger .top {
    top: calc(50% - 1.5px);
    left: 0;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .side_nav_panel .side_nav_back_trigger .bottom {
    bottom: calc(50% - 1.5px);
    left: 0;
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  .sidebar {
    z-index: 99;
  }
  .sidebar .sidebar_inner {
    width: 70%;
    margin: 10px auto;
  }
  .sidebar .sidebar_trigger {
    margin-bottom: 80px;
    cursor: pointer;
  }
  .sidebar .side_snss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sidebar .side_snss .side_snss__title {
    width: 18%;
  }
  .sidebar .side_snss .side_snss__items {
    width: 64%;
    text-align: center;
  }
  .sidebar .side_snss .side_snss__items a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sidebar .side_snss .side_snss__items a:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sidebar .side_snss .side_snss__items a + a {
    margin-top: 14px;
  }
}

/* nav
============================================= */
.nav_body {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 50px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav_body .body_head {
  width: 96px;
  margin: 0 auto 60px;
}

.nav_body .nav_list {
  text-align: center;
}

.nav_body .nav_list .nav_list__item {
  list-style: none;
  border-bottom: 2px solid #e84b1e;
}

.nav_body .nav_list .nav_list__item + .nav_list__item {
  margin-top: 30px;
}

.nav_body .nav_list .nav_list__item a {
  padding-bottom: 30px;
  color: #e84b1e;
  font-size: 1.8rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav_body .nav_list .nav_list__item a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav_body .snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 320px;
  margin: auto;
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_body .snss a {
  width: 18%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav_body .snss a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* footer
=========================================== */
footer {
  position: relative;
  padding: 50px 0;
  background: #e84b1e;
  z-index: 99;
}

footer .access_group {
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

footer .access_group .access_group__item + .access_group__item {
  margin-top: 50px;
}

footer .access_group .access_group__item .item_name {
  margin-bottom: 8px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 1.6rem;
  border-bottom: 4px solid #ffffff;
}

footer .access_group .access_group__item .item_tel a {
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: 600;
}

footer .access_group .access_group__item .item_addr {
  margin: 16px 0;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0;
}

footer .access_group .access_group__item .item_addr a {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  color: #e84b1e;
  font-size: 1.4rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 16px;
}

footer .access_group .access_group__item .item_times p {
  color: #ffffff;
  font-size: 1.6rem;
}

footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 320px;
  margin: 50px auto 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer_nav a {
  width: 48%;
  color: #ffffff;
  font-size: 1.4rem;
}

footer .footer_nav a:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

footer .footer_nav a:nth-child(2) {
  margin-top: 20px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

footer .footer_nav a:nth-child(3) {
  margin-top: 20px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

footer .footer_nav a:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

footer .footer_nav a:nth-child(5) {
  margin-top: 20px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: center;
}

footer .footer_nav a:nth-child(6) {
  margin-top: 20px;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  text-align: center;
}

footer .footer_nav a span {
  color: #f7b497;
  font-weight: 200;
}

footer .sp_bar_snss {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80%;
    max-width: 320px;
    margin: 0 auto 60px;
}

footer .sp_bar_snss a {
    width: 40px;
    padding: 5px;
}

footer .copyright {
  display: block;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 960px) {
  footer {
    padding: 40px 0 20px;
  }
  footer .access_group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    max-width: 1600px;
    padding: 10px 0 190px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-around;
    flex-wrap: wrap;
  }
  footer .access_group::after {
    content: "";
    display: block;
    position: absolute;
    width: 370px;
    height: 180px;
    background: url(../img/common/footer_mark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: calc(50% - 185px);
    bottom: 0;
  }
  footer .access_group .access_group__item {
    position: relative;
    width: 35%;
    /* max-width: 300px; */
    margin-bottom: 20px;
    z-index: 1;
  }
  footer .access_group .access_group__item + .access_group__item {
    margin-top: 0;
  }
  footer .access_group .access_group__item .item_name {
    margin-bottom: 4px;
    padding-bottom: 2px;
    color: #e65408;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 4px solid #e65408;
  }
  footer .access_group .access_group__item .item_tel a {
    color: #e65408;
    font-size: 4.0rem;
    line-height: 1;
    letter-spacing: 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .access_group .access_group__item .item_tel a:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .access_group .access_group__item .item_addr {
    margin: 10px 0;
    color: #000000;
    font-size: 1.3rem;
  }
  footer .access_group .access_group__item .item_addr a {
    margin-left: 30px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.4;
    background: #e65408;
    border: 1px solid #e65408;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .access_group .access_group__item .item_addr a:hover {
    color: #e65408;
    background: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .access_group .access_group__item .item_times {
    display: inline-block;
  }
  footer .access_group .access_group__item .item_times p {
    color: #e65408;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
  }
  footer .footer_nav {
    width: 80%;
    max-width: 700px;
    margin: 30px auto 20px;
  }
  footer .footer_nav a {
    width: auto;
    color: #ffffff;
    font-size: 1.4rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .footer_nav a:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .footer_nav a + a {
    padding-left: 24px;
    border-left: 1px solid #ffffff;
  }
  footer .footer_nav a:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer_nav a:nth-child(2) {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer_nav a:nth-child(3) {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .footer_nav a:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: left;
  }
  footer .footer_nav a:nth-child(5) {
    margin-top: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: left;
  }
  footer .footer_nav a:nth-child(6) {
    margin-top: 0;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    text-align: left;
  }
  footer .footer_nav a span {
    display: none;
  }
  footer .sp_bar_snss {
    display: none;
  }
  footer .copyright {
    display: block;
    color: #ffffff;
    text-align: center;
  }
}

/* main
============================================= */
.main_inner01 {
  width: 84%;
  margin: 0 auto;
  max-width: 1240px;
}

.main_inner02 {
  width: 84%;
  margin: 0 auto;
  max-width: 1350px;
}

.main_inner03 {
  width: 84%;
  margin: 0 auto;
  max-width: 1120px;
}

.maru_f {
  font-family: 'Zen Maru Gothic', sans-serif;
}

.indent01 {
  margin-left: 13px;
  text-indent: -13px;
}

.btn_style01 {
  margin: 0 auto;
  padding: 20px 0;
  width: 80%;
  max-width: 200px;
  text-align: center;
  background: #ffffff;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: drop-shadow(4px 4px 4px #dcdcdc);
          filter: drop-shadow(4px 4px 4px #dcdcdc);
}

.btn_style01:hover {
  background: #e65408;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_style01:hover .arrow {
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_style01:hover .arrow::before {
  background: url(../img/common/btn_arrow01_active.svg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_style01 .arrow {
  position: relative;
  padding-left: 40px;
  font-size: 1.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_style01 .arrow::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/common/btn_arrow01.svg);
  top: calc(50% - 15px);
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.common_page_title {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common_page_title .title_plate {
  position: absolute;
  padding: 20px;
  width: 90%;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: -20px;
  left: calc(50% - 45%);
}

.common_page_title .title_plate .title_plate__txt {
  font-size: 1.8rem;
  font-weight: 600;
}

.common_page_title .title_plate .title_plate__txt span {
  display: block;
  margin-bottom: 10px;
  color: #e65509;
  font-size: 1.3rem;
  font-weight: 600;
}

.bg_color01 {
  background: #ffefe4;
}

@media (min-width: 960px) {
  .indent01 {
    margin-left: 16px;
    text-indent: -16px;
  }
  .btn_style01 {
    padding: 30px 0;
    width: 80%;
    max-width: 360px;
    background: #ffffff;
  }
  .btn_style01 .arrow {
    padding-left: 60px;
    font-size: 1.9rem;
  }
  .btn_style01 .arrow::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .common_page_title {
    margin-bottom: 200px;
    height: 500px;
  }
  .common_page_title .title_plate {
    position: absolute;
    padding: 40px;
    width: 600px;
    bottom: -40px;
    left: calc(50% - 300px);
  }
  .common_page_title .title_plate .title_plate__txt {
    font-size: 4.0rem;
  }
  .common_page_title .title_plate .title_plate__txt span {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

/* top
============================================= */
#top .top_mv {
  position: relative;
  height: 480px;
}

#top .top_mv .top_mv__lede {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 150px;
}

#top .top_mv .swiper-container {
  position: absolute;
  width: 100%;
  height: 480px;
  z-index: -1;
  top: 0;
  left: 0;
}

#top .top_mv .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
}

#top .top_mv .slide_item01 {
  background-image: url("../img/top/top_slide01_sp.jpg");
}

#top .top_mv .slide_item02 {
  background-image: url("../img/top/top_slide02_sp.jpg");
}

#top .top_mv .slide_item03 {
  background-image: url("../img/top/top_slide03_sp.jpg");
}

#top .top_mv .slide_item04 {
  background-image: url("../img/top/top_slide04_sp.jpg");
}

#top .top_mv .slide_item05 {
  background-image: url("../img/top/top_slide05_sp.jpg");
}

#top .top_sec01 {
  padding: 40px 0;
  text-align: center;
  background: url(../img/top/top_sec01__bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top .top_sec01 .top_sec01__lede {
  position: relative;
  margin-bottom: 30px;
  padding-top: 100px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
}

#top .top_sec01 .top_sec01__lede::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 70px;
  background: url(../img/common/chara_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: calc(50% - 45px);
}

#top .top_sec01 .top_sec01__catch {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.6;
}

#top .top_sec01 p {
  font-size: 1.3rem;
  line-height: 1.6;
}

#top .top_sec01 p + .btn_style01 {
  margin-top: 40px;
}

#top .top_sec02 {
  padding: 64px 0;
  background: #f0e9e4;
}

#top .top_sec02 .top_sec02__block + .top_sec02__block {
  margin-top: 70px;
}

#top .top_sec02 .top_sec02__block_lede {
  margin-bottom: 32px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#top .top_sec02 .top_sec02__block_con {
  margin-bottom: 24px;
}

#top .top_sec02 .top_sec02__block_con .top_sec02__block_txt {
  width: 86%;
  margin: 0 auto 30px;
}

#top .top_sec02 .top_sec02__block_con .top_sec02__block_img {
  width: 60%;
  margin: 0 auto;
}

#top .top_sec03 {
  padding: 60px 0;
}

#top .top_sec03 .top_sec03__main .top_sec03__title {
  position: relative;
  width: 84%;
  max-width: 270px;
  margin: 0 auto 36px;
  padding-left: 100px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .top_sec03 .top_sec03__main .top_sec03__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(../img/top/top_sec03__app_icon.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - 34px);
  left: 0;
}

#top .top_sec03 .top_sec03__main .top_sec03__banner_sp {
  display: block;
  width: 60%;
  max-width: 185px;
  margin: 0 auto 40px;
}

#top .top_sec03 .top_sec03__main .top_sec03__desc {
  width: 84%;
  margin: 0 auto;
  color: #707070;
}

#top .top_sec03 .top_sec03__banner_pc {
  display: none;
}

#top .top_sec04 {
  padding: 76px 0;
  text-align: center;
  background: #ffefe4;
}

#top .top_sec04 .top_sec04__title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 100px;
  color: #e65509;
  font-size: 2.4rem;
  font-weight: 600;
}

#top .top_sec04 .top_sec04__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 72px;
  background: url(../img/common/chara_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: calc(50% - 45px);
  bottom: 0;
}

#top .top_sec04 .top_sec04__lede01 {
  margin-bottom: 20px;
  color: #e65509;
  font-size: 2.0rem;
}

#top .top_sec04 .top_sec04__lede02 {
  margin-bottom: 40px;
  color: #e65509;
  font-size: 2.0rem;
  font-weight: 600;
}

#top .top_sec04 .top_sec04__lede03 {
  margin-bottom: 40px;
  font-size: 1.5rem;
  letter-spacing: 0;
}

#top .top_sec04 .top_sec04__img {
  margin: 0 auto 40px;
  max-width: 650px;
}

#top .top_sec04 .top_sec04__img + p {
  margin-bottom: 50px;
  line-height: 2.2;
  letter-spacing: 0;
}

#top .top_sec05 {
  padding: 100px 0;
}

#top .top_sec05 .top_sec05__title {
  position: relative;
  margin-bottom: 68px;
  padding-bottom: 100px;
  color: #e65509;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

#top .top_sec05 .top_sec05__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 72px;
  background: url(../img/common/chara_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: calc(50% - 45px);
  bottom: 0;
}

#top .top_sec05 .top_sec05__title + p {
  text-align: center;
  line-height: 2.2;
}

#top .top_sec05 .top_sec05__interview .top_sec05__interview_lede {
  margin: 80px 0;
  color: #e65509;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

#top .top_sec05 .top_sec05__interview .interview_list .interview_list__item + .interview_list__item {
  margin-top: 100px;
}

#top .top_sec05 .top_sec05__interview .interview_list .interview_list__item .item_thum {
  position: relative;
}

#top .top_sec05 .top_sec05__interview .interview_list .interview_list__item .item_thum .item_thum__badge {
  position: absolute;
  padding: 2px 30px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #e65509;
  top: -10px;
  left: -10px;
}

#top .top_sec05 .top_sec05__interview .interview_list .interview_list__item .item_lede {
  margin: 24px 0 18px;
  color: #e65509;
  font-size: 1.5rem;
  font-weight: 600;
}

#top .top_sec05 .top_sec05__interview .interview_list .interview_list__item .item_lede + p {
  margin-bottom: 24px;
}

#top .top_sec05 .top_sec05__recruit_guide {
  margin-top: 90px;
  text-align: center;
}

#top .top_sec05 .top_sec05__recruit_guide p {
  margin-bottom: 30px;
}

@media (min-width: 520px) {
  #top .top_sec05 .top_sec05__interview .interview_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .top_sec05 .top_sec05__interview .interview_list .interview_list__item {
    width: 46%;
  }
  #top .top_sec05 .top_sec05__interview .interview_list .interview_list__item + .interview_list__item {
    margin-top: 0;
  }
  #top .top_sec05 .top_sec05__interview .interview_list .interview_list__item:nth-child(n + 3) {
    margin-top: 100px;
  }
}

@media (min-width: 960px) {
  #top .top_mv {
    position: relative;
    height: 100vh;
  }
  #top .top_mv .top_mv__lede {
    position: absolute;
    width: 450px;
    max-width: initial;
    margin: 0;
    padding-top: 0;
    top: 130px;
    left: 80px;
    z-index: 1;
  }
  #top .top_mv .swiper-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #top .top_mv .slide_item01 {
    background-image: url("../img/top/top_slide01.jpg");
  }
  #top .top_mv .slide_item02 {
    background-image: url("../img/top/top_slide02.jpg");
  }
  #top .top_mv .slide_item03 {
    background-image: url("../img/top/top_slide03.jpg");
  }
  #top .top_mv .slide_item04 {
    background-image: url("../img/top/top_slide04.jpg");
  }
  #top .top_mv .slide_item05 {
    background-image: url("../img/top/top_slide05.jpg");
  }
  #top .top_sec01 {
    padding: 170px 0;
  }
  #top .top_sec01 .top_sec01__lede {
    margin-bottom: 60px;
    padding-top: 180px;
    font-size: 4.0rem;
  }
  #top .top_sec01 .top_sec01__lede::before {
    width: 140px;
    height: 110px;
    left: calc(50% - 70px);
  }
  #top .top_sec01 .top_sec01__catch {
    margin-bottom: 70px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  #top .top_sec01 p {
    font-size: 1.6rem;
  }
  #top .top_sec01 p + .btn_style01 {
    margin-top: 100px;
  }
  #top .top_sec02 {
    padding: 340px 0 180px;
  }
  #top .top_sec02 .top_sec02__block + .top_sec02__block {
    margin-top: 180px;
  }
  #top .top_sec02 .top_sec02__block:nth-child(1) .top_sec02__block_con .top_sec02__block_txt {
    background: url(../img/top/top_sec02__moya01.svg);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  #top .top_sec02 .top_sec02__block:nth-child(2) .top_sec02__block_con .top_sec02__block_txt {
    background: url(../img/top/top_sec02__moya02.svg);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  #top .top_sec02 .top_sec02__block_lede {
    margin-bottom: 50px;
    font-size: 3.6rem;
    text-align: left;
  }
  #top .top_sec02 .top_sec02__block_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: -24px;
  }
  #top .top_sec02 .top_sec02__block_con .top_sec02__block_txt {
    position: relative;
    width: 30%;
    max-width: 330px;
    margin: 0;
    padding-bottom: 28%;
  }
  #top .top_sec02 .top_sec02__block_con .top_sec02__block_img {
    max-width: 750px;
    margin: 0;
  }
  #top .top_sec03 {
    padding: 180px 0 100px;
  }
  #top .top_sec03 .top_sec03__flex_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .top_sec03 .top_sec03__main {
    position: relative;
    width: 70%;
    max-width: 740px;
    padding-bottom: 160px;
  }
  #top .top_sec03 .top_sec03__main::after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    background: url(../img/top/top_sec03__app_code.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
  }
  #top .top_sec03 .top_sec03__main .top_sec03__title {
    position: relative;
    width: 100%;
    max-width: initial;
    margin: 0 0 120px;
    padding-left: 220px;
    color: #e65509;
    font-size: 4.0rem;
    line-height: 1.6;
  }
  #top .top_sec03 .top_sec03__main .top_sec03__title::before {
    width: 170px;
    height: 170px;
    top: calc(50% - 85px);
  }
  #top .top_sec03 .top_sec03__main .top_sec03__banner_sp {
    display: none;
  }
  #top .top_sec03 .top_sec03__main .top_sec03__desc {
    width: 100%;
    color: #707070;
  }
  #top .top_sec03 .top_sec03__main .top_sec03__desc p {
    font-size: 1.8rem;
  }
  #top .top_sec03 .top_sec03__banner_pc {
    display: block;
    width: 24%;
    max-width: 360px;
  }
  #top .top_sec03 .top_sec03__banner_pc a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #top .top_sec03 .top_sec03__banner_pc a:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #top .top_sec04 {
    padding: 160px 0 300px;
  }
  #top .top_sec04 .top_sec04__title {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 190px;
    font-size: 5.5rem;
  }
  #top .top_sec04 .top_sec04__title::after {
    width: 140px;
    height: 110px;
    left: calc(50% - 70px);
  }
  #top .top_sec04 .top_sec04__lede01 {
    margin-bottom: 130px;
    font-size: 4.0rem;
  }
  #top .top_sec04 .top_sec04__lede02 {
    margin-bottom: 70px;
    font-size: 4.0rem;
  }
  #top .top_sec04 .top_sec04__lede03 {
    margin-bottom: 250px;
    font-size: 3.0rem;
    letter-spacing: 1px;
  }
  #top .top_sec04 .top_sec04__img {
    margin: 0 auto 100px;
  }
  #top .top_sec04 .top_sec04__img + p {
    margin-bottom: 100px;
    line-height: 2.2;
    letter-spacing: 1px;
  }
  #top .top_sec05 {
    padding: 240px 0 160px;
  }
  #top .top_sec05 .top_sec05__title {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 190px;
    font-size: 5.5rem;
  }
  #top .top_sec05 .top_sec05__title::after {
    width: 140px;
    height: 110px;
    left: calc(50% - 70px);
  }
  #top .top_sec05 .top_sec05__title + p {
    font-size: 3.0rem;
  }
  #top .top_sec05 .top_sec05__interview .top_sec05__interview_lede {
    margin: 240px 0 150px;
    font-size: 4.0rem;
  }
  #top .top_sec05 .top_sec05__interview .interview_list .interview_list__item:nth-child(n + 3) {
    margin-top: 180px;
  }
  #top .top_sec05 .top_sec05__interview .interview_list .interview_list__item .item_thum {
    position: relative;
  }
  #top .top_sec05 .top_sec05__interview .interview_list .interview_list__item .item_thum .item_thum__badge {
    padding: 0 40px;
    font-size: 2.6rem;
    line-height: 1.6;
    top: -20px;
    left: -20px;
  }
  #top .top_sec05 .top_sec05__interview .interview_list .interview_list__item .item_lede {
    margin: 40px 0 30px;
    font-size: 2.6rem;
    line-height: 1.6;
  }
  #top .top_sec05 .top_sec05__interview .interview_list .interview_list__item .item_lede + p {
    margin-bottom: 50px;
  }
  #top .top_sec05 .top_sec05__recruit_guide {
    margin-top: 240px;
    text-align: center;
  }
  #top .top_sec05 .top_sec05__recruit_guide p {
    margin-bottom: 60px;
  }
}

/* about
============================================= */
#about main {
  padding-top: 60px;
}

#about .about_lede_sec {
  margin-top: 60px;
  margin-bottom: 100px;
}

#about .about_lede_sec .about_lede_sec__head {
  position: relative;
  text-align: center;
}

#about .about_lede_sec .about_lede_sec__head .head_title {
  position: relative;
  margin-bottom: 30px;
  padding-top: 100px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
}

#about .about_lede_sec .about_lede_sec__head .head_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 70px;
  background: url(../img/common/chara_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: calc(50% - 45px);
}

#about .about_lede_sec .about_lede_sec__head .head_catch {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

#about .about_lede_sec .about_lede_sec__sub {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  border-top: 4px solid #e65509;
}

#about .about_lede_sec .about_lede_sec__sub .sub_catch {
  margin: 20px 0;
  font-size: 1.6rem;
}

#about .about_sec01 {
  margin-bottom: 60px;
  text-align: center;
}

#about .about_sec01 .about_sec01__title {
  position: relative;
  margin-bottom: 30px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
}

#about .about_sec01 .about_sec01__img {
  margin-bottom: 30px;
}

#about .about_sec02 {
  padding: 60px 0;
  background: #f0e9e4;
}

#about .about_sec02 .about_sec02__title {
  margin-bottom: 30px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#about .about_sec02 .about_sec02__flex_con .flex_con__img {
  max-width: 530px;
  margin: 0 auto 30px;
}

#about .about_sec02 .about_sec02__flex_con .flex_con__txt .flex_con__txt__title {
  margin-bottom: 8px;
  color: #e65509;
  font-size: 1.6rem;
  font-weight: 600;
}

#about .about_sec02 .about_sec02__flex_con .flex_con__txt .lex_con__txt__point {
  margin-top: 40px;
  padding: 10px;
  border-radius: 20px;
  background: #e65509;
}

#about .about_sec02 .about_sec02__flex_con .flex_con__txt .lex_con__txt__point p {
  color: #ffffff;
  text-align: center;
}

#about .about_sec03 {
  padding: 100px 0;
}

#about .about_sec03 .about_sec03__title {
  margin-bottom: 30px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
}

#about .about_sec03 .about_sec03__info {
  margin-bottom: 40px;
}

#about .about_sec03 .about_sec03__info .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .about_sec03 .about_sec03__info .info_item + .info_item {
  margin-top: 20px;
}

#about .about_sec03 .about_sec03__info .info_item dt {
  position: relative;
  width: 27%;
  max-width: 84px;
  margin-right: 10px;
  padding-right: 30px;
  font-size: 1.5rem;
  text-align: right;
}

#about .about_sec03 .about_sec03__info .info_item dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000000;
  top: calc(50% - 1px);
  right: 0;
}

#about .about_sec03 .about_sec03__info .info_item dd {
  width: 60%;
  font-size: 1.5rem;
  line-height: 1.4;
}

#about .about_sec04 {
  margin-bottom: 150px;
  text-align: center;
}

#about .about_sec04 .about_sec04__title {
  margin-bottom: 40px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#about .about_sec04 .map_wrap {
  margin-bottom: 20px;
}

#about .about_sec04 .map_wrap iframe {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}

#about .about_sec05 {
  margin-bottom: 150px;
}

#about .about_sec05 .about_sec05__title {
  margin-bottom: 40px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#about .about_sec05 .about_sec05__item + .about_sec05__item {
  margin-top: 80px;
}

#about .about_sec05 .about_sec05__item .item_flex {
  margin-bottom: 40px;
}

#about .about_sec05 .about_sec05__item .item_flex .item_flex__img {
  max-width: 530px;
  margin: 0 auto 20px;
}

#about .about_sec05 .about_sec05__item .item_flex .item_flex__txt .txt_name {
  margin-bottom: 16px;
  padding-bottom: 16px;
  color: #e65509;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 2px solid #f7b52c;
}

#about .about_sec05 .map_wrap iframe {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}

@media (min-width: 960px) {
  #about .about_lede_sec {
    margin-top: 120px;
    margin-bottom: 200px;
  }
  #about .about_lede_sec .about_lede_sec__head {
    padding-bottom: 100px;
  }
  #about .about_lede_sec .about_lede_sec__head::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 72%;
    background: url(../img/about/head_line.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
  }
  #about .about_lede_sec .about_lede_sec__head .head_title {
    margin-bottom: 60px;
    padding-top: 180px;
    font-size: 4.0rem;
  }
  #about .about_lede_sec .about_lede_sec__head .head_title::before {
    width: 140px;
    height: 110px;
    left: calc(50% - 70px);
  }
  #about .about_lede_sec .about_lede_sec__head .head_catch {
    margin-bottom: 50px;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  #about .about_lede_sec .about_lede_sec__sub {
    margin-top: 200px;
    padding-top: 0;
    border-top: none;
  }
  #about .about_lede_sec .about_lede_sec__sub .sub_catch {
    margin: 40px 0;
    font-size: 2.4rem;
  }
  #about .about_sec01 {
    margin-bottom: 120px;
    text-align: center;
  }
  #about .about_sec01 .about_sec01__title {
    margin-bottom: 60px;
    font-size: 4.0rem;
  }
  #about .about_sec01 .about_sec01__img {
    margin-bottom: 60px;
  }
  #about .about_sec02 {
    padding: 120px 0;
  }
  #about .about_sec02 .about_sec02__title {
    margin-bottom: 100px;
    font-size: 4.0rem;
  }
  #about .about_sec02 .about_sec02__flex_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about .about_sec02 .about_sec02__flex_con .flex_con__img {
    width: 48%;
    max-width: 530px;
    margin: 0;
  }
  #about .about_sec02 .about_sec02__flex_con .flex_con__txt {
    width: 48%;
    max-width: 530px;
  }
  #about .about_sec02 .about_sec02__flex_con .flex_con__txt .flex_con__txt__title {
    margin-bottom: 48px;
    font-size: 3.0rem;
  }
  #about .about_sec02 .about_sec02__flex_con .flex_con__txt .lex_con__txt__point {
    margin-top: 80px;
    padding: 30px;
    border-radius: 20px;
  }
  #about .about_sec03 {
    padding: 200px 0;
  }
  #about .about_sec03 .about_sec03__title {
    margin-bottom: 80px;
    font-size: 4.0rem;
  }
  #about .about_sec03 .about_sec03__info {
    margin-bottom: 80px;
  }
  #about .about_sec03 .about_sec03__info .info_item + .info_item {
    margin-top: 30px;
  }
  #about .about_sec03 .about_sec03__info .info_item dt {
    max-width: 100px;
    font-size: 1.6rem;
  }
  #about .about_sec03 .about_sec03__info .info_item dd {
    font-size: 1.6rem;
  }
  #about .about_sec04 {
    margin-bottom: 300px;
  }
  #about .about_sec04 .about_sec04__title {
    margin-bottom: 80px;
    font-size: 4.0rem;
  }
  #about .about_sec04 .map_wrap {
    margin-bottom: 40px;
  }
  #about .about_sec04 .map_wrap iframe {
    height: 480px;
  }
  #about .about_sec05 {
    margin-bottom: 300px;
  }
  #about .about_sec05 .about_sec05__title {
    margin-bottom: 160px;
    font-size: 4.0rem;
  }
  #about .about_sec05 .about_sec05__item + .about_sec05__item {
    margin-top: 160px;
  }
  #about .about_sec05 .about_sec05__item .item_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about .about_sec05 .about_sec05__item .item_flex .item_flex__img {
    width: 48%;
    margin: 0;
  }
  #about .about_sec05 .about_sec05__item .item_flex .item_flex__txt {
    width: 48%;
    max-width: 530px;
  }
  #about .about_sec05 .about_sec05__item .item_flex .item_flex__txt .txt_name {
    max-width: 260px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 3.0rem;
    font-weight: 600;
  }
  #about .about_sec05 .about_sec05__item .item_flex .item_flex__txt p {
    max-width: 260px;
  }
  #about .about_sec05 .map_wrap iframe {
    height: 480px;
  }
}

/* menu
============================================= */
#menu main {
  padding-top: 60px;
}

#menu .common_page_title {
  background-image: url(../img/menu/title_bg.jpg);
}

#menu .menu_lede_sec {
  position: relative;
  padding-bottom: 80px;
}

#menu .menu_lede_sec::after {
  content: "";
  display: block;
  position: absolute;
  width: 320px;
  height: 280px;
  background: url(../img/menu/lede_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}

#menu .menu_lede_sec .menu_lede_sec__title {
  position: relative;
  margin-bottom: 30px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 1;
}

#menu .menu_lede_sec .menu_lede_sec__txt {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 1;
}

#menu .menu_lede_sec .menu_lede_sec__txt span {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f0f72c));
  background: linear-gradient(transparent 70%, #f0f72c 0%);
  z-index: 0;
}

#menu .menu_frame {
  padding: 80px 0;
}

#menu .lineup .lineup_title {
  margin-bottom: 40px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#menu .lineup .allergy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}

#menu .lineup .allergy dt {
  width: 46%;
  max-width: 90px;
}

#menu .lineup .allergy .allergy_item {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  line-height: 1.8;
}

#menu .lineup .allergy .allergy_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  left: 0;
  top: calc(50% - 8px);
}

#menu .lineup .allergy .allergy_item.type01::before {
  background: #abcd03;
}

#menu .lineup .allergy .allergy_item.type02::before {
  background: #fabe00;
}

#menu .lineup .allergy .allergy_item.type03::before {
  background: #87b9d6;
}

#menu .lineup .allergy .allergy_item.type04::before {
  background: #f19db5;
}

#menu .lineup .allergy .allergy_item.type05::before {
  background: #e8383d;
}

#menu .lineup .allergy .allergy_item.type06::before {
  background: #acadae;
}

#menu .lineup .allergy .allergy_item.type07::before {
  background: #cbbba4;
}

#menu .lineup .lineup_group {
  margin-top: 40px;
}

#menu .lineup .lineup_group .product_item.group_head .item_info {
  max-width: 600px;
  margin: 0 auto;
}

#menu .lineup .lineup_group .product_item .item_thum {
  position: relative;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
}

#menu .lineup .lineup_group .product_item .item_thum img {
    border-radius: 20px;
}

#menu .lineup .lineup_group .product_item .item_thum + .allergy {
  margin-top: -10px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#menu .lineup .lineup_group .product_item .item_thum + .allergy .allergy_item + .allergy_item {
  margin-left: 4px;
}

#menu .lineup .lineup_group .product_item .item_thum .thum_badge {
  position: absolute;
  width: 60px;
  top: 4px;
  right: 4px;
}

#menu .lineup .lineup_group .product_item .item_thum .allergy {
  position: absolute;
  text-align: right;
  bottom: 4px;
  right: 4px;
}

#menu .lineup .lineup_group .product_item .item_thum .allergy .allergy_item + .allergy_item {
  margin-left: 4px;
}

#menu .lineup .lineup_group .product_item .item_info + .item_info {
  margin-top: 40px;
}

#menu .lineup .lineup_group .product_item .item_info.sub_thum01 {
  background: url(../img/menu/product01_sub.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 30%;
}

#menu .lineup .lineup_group .product_item .item_info .orenge_attention {
  color: #e65509;
  font-size: 1.2rem;
}

#menu .lineup .lineup_group .product_item .item_info .item_name {
  margin-bottom: 10px;
  color: #e65509;
  font-size: 1.6rem;
  font-weight: 600;
}

#menu .lineup .lineup_group .product_item .item_info .item_name span {
  font-size: 1.5rem;
}

#menu .lineup .lineup_group .product_item .item_info .item_price {
  margin-top: 10px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
}

#menu .lineup .lineup_group .product_item .item_info .item_price span {
  font-size: 1.5rem;
}

#menu .lineup .lineup_group .product_items {
  margin-top: 40px;
}

#menu .lineup .lineup_group .product_items .product_item + .product_item {
  margin-top: 40px;
}

#menu .lineup .lineup_info {
  width: 100%;
  margin-top: 80px;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
}

#menu .lineup .lineup_info .color_txt01 {
  color: #abcd03;
}

#menu .lineup .lineup_info .color_txt02 {
  color: #fabe00;
}

#menu .lineup .lineup_info .color_txt03 {
  color: #87b9d6;
}

#menu .lineup .lineup_info .color_txt04 {
  color: #f19db5;
}

#menu .lineup .lineup_info .color_txt05 {
  color: #e8383d;
}

#menu .lineup .lineup_info .color_txt06 {
  color: #acadae;
}

#menu .lineup .lineup_info .color_txt07 {
  color: #cbbba4;
}

#menu .lineup .lineup_info .lineup_info__sec + .lineup_info__sec {
  margin-top: 40px;
}

#menu .lineup .lineup_info .lineup_info__sec_title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  color: #e65509;
  font-weight: 600;
  border-bottom: 4px solid #e65509;
}

#menu .lineup .lineup_info .lineup_info__sec_contact {
  margin-top: 20px;
}

#menu .lineup .lineup_info .lineup_info__sec_contact + .info__sub_sec {
  margin-top: 20px;
}

#menu .lineup .lineup_info .lineup_info__sec_contact .contact_addr {
  margin-bottom: 10px;
}

#menu .lineup .lineup_info .lineup_info__sec_contact .contact_addr a {
  display: inline;
  color: #e65509;
  font-size: 1.3rem;
  text-decoration: underline;
}

#menu .lineup .lineup_info .lineup_info__sec_contact .contact_tel {
  display: inline;
  font-size: 2.4rem;
  color: #e65509;
  font-weight: 600;
}

#menu .lineup .lineup_info .info__sub_sec + .info__sub_sec {
  margin-top: 20px;
}

#menu .lineup .lineup_info .info__sub_sec .info__sub_sec_title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #e65509;
  font-weight: 600;
}

#menu .lineup .lineup_info .deli_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#menu .lineup .lineup_info .deli_table .deli_table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #e65509;
  border-bottom: 2px solid #e65509;
}

#menu .lineup .lineup_info .deli_table .deli_table__title p {
  text-align: center;
}

#menu .lineup .lineup_info .deli_table .deli_table__items {
  width: 70%;
  border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
}

#menu .lineup .lineup_info .deli_table .deli_table__items .deli_table__item {
  padding: 20px 10px;
}

#menu .lineup .lineup_info .deli_table .deli_table__items .deli_table__item + .deli_table__item {
  border-top: 2px solid #c5c5c5;
}

#menu .lineup .lineup_info .deli_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu .lineup .lineup_info .deli_time .deli_time__stamp {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 4px;
  font-size: 1.2rem;
  color: #e65509;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #e65509;
}

#menu .lineup .lineup_info .deli_time .deli_time__time {
  font-size: 1.6rem;
  color: #e65509;
  font-weight: 600;
  line-height: 1;
}

#menu .side_dish {
  margin-top: 100px;
}

#menu .side_dish .side_dish_title {
  margin-bottom: 40px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#menu .side_dish .loop_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}

#menu .side_dish .loop_line .loop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu .side_dish .loop_line .loop_item div {
  display: block;
  width: 240px;
  height: auto;
  margin: 0 10px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
}

#menu .side_dish .loop_line.line01 .loop_item:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

#menu .side_dish .loop_line.line01 .loop_item:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

#menu .side_dish .loop_line.line02 {
  margin-top: 20px;
}

#menu .side_dish .loop_line.line02 .loop_item:first-child {
  -webkit-animation: loop3 50s -25s linear infinite;
          animation: loop3 50s -25s linear infinite;
}

#menu .side_dish .loop_line.line02 .loop_item:last-child {
  -webkit-animation: loop4 50s linear infinite;
          animation: loop4 50s linear infinite;
}

#menu #reserveation_link{
    font-size: inherit;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #e65509;
    text-decoration: underline;
}

@media (min-width: 520px) {
  #menu .lineup .lineup_group .item_info_wrap__twin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menu .lineup .lineup_group .item_info_wrap__twin .item_info {
    width: 46%;
    margin: 0 !important;
  }
  #menu .lineup .lineup_group .item_info_wrap__twin .item_info + .item_info {
    margin: 0;
  }
  #menu .lineup .lineup_group .product_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menu .lineup .lineup_group .product_items .product_item {
    width: 46%;
  }
  #menu .lineup .lineup_group .product_items .product_item + .product_item {
    margin-top: 0;
  }
  #menu .lineup .lineup_group .product_items .product_item:nth-child(n + 3) {
    margin-top: 40;
  }
}

@media (min-width: 960px) {
  #menu .menu_lede_sec {
    padding-bottom: 160px;
  }
  #menu .menu_lede_sec::after {
    content: "";
    display: block;
    position: absolute;
    width: 540px;
    height: 500px;
    opacity: 1;
  }
  #menu .menu_lede_sec .menu_lede_sec__title {
    margin-bottom: 80px;
    font-size: 4.0rem;
  }
  #menu .menu_lede_sec .menu_lede_sec__txt {
    font-size: 3.0rem;
    line-height: 1.8;
  }
  #menu .menu_frame {
    padding: 160px 0;
  }
  #menu .lineup .lineup_title {
    margin-bottom: 80px;
    font-size: 4.0rem;
  }
  #menu .lineup .allergy {
    font-size: 1.6rem;
  }
  #menu .lineup .allergy dt {
    width: 46%;
    max-width: 110px;
  }
  #menu .lineup .allergy .allergy_item {
    padding-left: 26px;
    line-height: 1.8;
  }
  #menu .lineup .allergy .allergy_item::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
  #menu .lineup .lineup_group {
    margin-top: 80px;
  }
  #menu .lineup .lineup_group .product_item .item_thum {
    position: relative;
    margin-bottom: 40px;
  }
  #menu .lineup .lineup_group .product_item .item_thum + .allergy {
    margin-top: -20px;
    margin-bottom: 40px;
  }
  #menu .lineup .lineup_group .product_item .item_thum + .allergy .allergy_item + .allergy_item {
    margin-left: 8px;
  }
  #menu .lineup .lineup_group .product_item .item_thum .thum_badge {
    position: absolute;
    width: 120px;
    top: 50px;
    right: 50px;
  }
  #menu .lineup .lineup_group .product_item .item_thum .allergy {
    bottom: 20px;
    right: 30px;
  }
  #menu .lineup .lineup_group .product_item .item_thum .allergy .allergy_item + .allergy_item {
    margin-left: 8px;
  }
  #menu .lineup .lineup_group .product_item .item_info + .item_info {
    margin-top: 0;
  }
  #menu .lineup .lineup_group .product_item .item_info.sub_thum01 {
    background-size: 23%;
  }
  #menu .lineup .lineup_group .product_item .item_info .orenge_attention {
    font-size: 1.4rem;
  }
  #menu .lineup .lineup_group .product_item .item_info .item_name {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  #menu .lineup .lineup_group .product_item .item_info .item_name span {
    font-size: 1.8rem;
  }
  #menu .lineup .lineup_group .product_item .item_info .item_price {
    color: #e65509;
    font-size: 4.0rem;
  }
  #menu .lineup .lineup_group .product_item .item_info .item_price span {
    font-size: 2.0rem;
  }
  #menu .lineup .lineup_group .product_items {
    margin-top: 80px;
  }
  #menu .lineup .lineup_group .product_items .product_item:nth-child(n + 3) {
    margin-top: 80px;
  }
  #menu .lineup .lineup_info {
    margin-top: 160px;
    padding: 60px;
    border-radius: 20px;
  }
  #menu .lineup .lineup_info .lineup_info__sec + .lineup_info__sec {
    margin-top: 80px;
  }
  #menu .lineup .lineup_info .lineup_info__sec_title {
    margin-bottom: 40px;
    font-size: 3.0rem;
  }
  #menu .lineup .lineup_info .lineup_info__sec_contact {
    margin-top: 40px;
  }
  #menu .lineup .lineup_info .lineup_info__sec_contact + .info__sub_sec {
    margin-top: 60px;
  }
  #menu .lineup .lineup_info .lineup_info__sec_contact .contact_addr a {
    font-size: 1.6rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #menu .lineup .lineup_info .lineup_info__sec_contact .contact_addr a:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #menu .lineup .lineup_info .info__sub_sec + .info__sub_sec {
    margin-top: 60px;
  }
  #menu .lineup .lineup_info .info__sub_sec .info__sub_sec_title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  #menu .lineup .lineup_info .deli_table {
    margin-top: 32px;
  }
  #menu .lineup .lineup_info .deli_table .deli_table__title {
    width: 20%;
  }
  #menu .lineup .lineup_info .deli_table .deli_table__items {
    width: 80%;
  }
  #menu .lineup .lineup_info .deli_table .deli_table__items .deli_table__item {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  }
  #menu .lineup .lineup_info .deli_table .deli_table__items .deli_table__item + .deli_table__item {
    border-top: 2px solid #c5c5c5;
  }
  #menu .lineup .lineup_info .deli_time .deli_time__stamp {
    margin-right: 10px;
    padding: 0 4px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
  #menu .lineup .lineup_info .deli_time .deli_time__time {
    font-size: 2.0rem;
  }
  #menu .side_dish {
    margin-top: 200px;
  }
  #menu .side_dish .side_dish_title {
    margin-bottom: 80px;
    font-size: 4.0rem;
  }
  #menu .side_dish .loop_line .loop_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #menu .side_dish .loop_line .loop_item div {
    width: 500px;
  }
}

/* recruit
============================================= */
#recruit main {
  padding-top: 60px;
}

#recruit .common_page_title {
  background-image: url(../img/recruit/title_bg.jpg);
}

#recruit .entry_box {
  margin-bottom: 80px;
}

#recruit .entry_box .btn_style01, #recruit .end_message .btn_style01 {
  font-weight: bold;
  max-width: 250px;
  text-align: center;
  background: #e65408;
}

#recruit .entry_box .btn_style01:hover, #recruit .end_message .btn_style01:hover {
  background: #ffffff;
}

#recruit .entry_box .btn_style01:hover .arrow, #recruit .end_message .btn_style01:hover .arrow {
  color: #e65408;
}

#recruit .entry_box .btn_style01:hover .arrow::before, #recruit .end_message .btn_style01:hover .arrow::before {
  background: url(../img/common/btn_arrow01.svg);
}

#recruit .entry_box .btn_style01 .arrow, #recruit .end_message .btn_style01 .arrow {
  color: #ffffff;
}

#recruit .entry_box .btn_style01 .arrow::before, #recruit .end_message .btn_style01 .arrow::before {
  background: url(../img/common/btn_arrow01_active.svg);
}

#recruit .message {
  margin-bottom: 80px;
}

#recruit .message .message_title {
  margin-bottom: 40px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#recruit .message .message_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

#recruit .message .message_inner .message_img {
  margin: 0 auto 20px;
  max-width: 180px;
}

#recruit .message .message_inner .message_txt .message_txt__name {
  margin-top: 40px;
  text-align: right;
}

#recruit .message .message_inner .message_txt .message_txt__name .main {
  font-size: 1.6rem;
}

#recruit .message .message_inner .message_txt .btn_style01 .arrow {
    display: block;
    line-height: 1.3;
    margin: 0 15px;
}

#recruit .recruit_sec01 {
  padding: 70px 0;
  text-align: center;
  background: #ffefe4;
}

#recruit .recruit_sec01 .sec01_item .item_title {
  color: #e65509;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

#recruit .recruit_sec01 .sec01_item .item_txt {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6;
}

#recruit .recruit_sec01 .sec01_item + .sec01_item {
  margin-top: 50px;
}

#recruit .recruit_sec02 {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background: url(../img/recruit/vision_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#recruit .recruit_sec02::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 290px;
  background: url(../img/recruit/sub_message.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -50px;
  left: 20px;
}

#recruit .recruit_sec02 .sec02__title {
  position: relative;
  margin-bottom: 30px;
  padding-top: 100px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
}

#recruit .recruit_sec02 .sec02__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 70px;
  background: url(../img/common/chara_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: calc(50% - 45px);
}

#recruit .recruit_sec02 .vision_circl {
  width: 90%;
  max-width: 320px;
  margin: 0 auto 30px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
}

#recruit .recruit_sec03 {
  margin: 100px 0 150px;
}

#recruit .recruit_sec03 .sec03__sec_group {
  text-align: center;
}

#recruit .recruit_sec03 .sec03__sec_group .sec03__title {
  margin-bottom: 30px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
}

#recruit .recruit_sec03 .recruit_sec03__img {
  width: 80%;
  max-width: 690px;
  margin: 40px auto;
}

#recruit .recruit_sec04 {
  position: relative;
}

#recruit .recruit_sec04 .sec04__title {
  margin-bottom: 60px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#recruit .recruit_sec04 .recruit_sec04__item_wrap {
  position: relative;
}

#recruit .recruit_sec04 .recruit_sec04__item + .recruit_sec04__item {
  margin-top: 50px;
}

#recruit .recruit_sec04 .recruit_sec04__item .item_catch {
  margin-bottom: 20px;
  color: #e65509;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

#recruit .recruit_sec04 .recruit_sec04__item p {
  letter-spacing: 0;
  line-height: 1.6;
}

#recruit .recruit_sec04 .recruit_sec04__img {
  margin: 100px auto 0;
  width: 100%;
}

#recruit .recruit_sec04 .recruit_sec04__img.object_fit_cover img {
  height: 320px;
}

#recruit .recruit_sec05 {
  position: relative;
  padding: 150px 0;
  background: url(../img/recruit/recruit_bg.jpg);
  background-position: right;
  background-repeat: repeat-y;
  background-size: contain;
}

#recruit .recruit_sec05 .sec05__title {
  margin-bottom: 60px;
  color: #e65509;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#recruit .recruit_sec05 .sec05__staff_item .staff_thum {
  position: relative;
  max-width: 320px;
  margin: 0 auto 25px;
  padding-top: 10px;
}

#recruit .recruit_sec05 .sec05__staff_item .staff_thum .staff_thum__badge {
  display: inline-block;
  position: absolute;
  padding: 4px 40px;
  color: #ffffff;
  font-weight: 600;
  background: #e65408;
  line-height: 1;
  top: 0;
  left: -10px;
}

#recruit .recruit_sec05 .sec05__staff_item .staff_interview .sinterview_catch {
  margin-bottom: 25px;
  color: #e65509;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}

#recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item {
  color: #707070;
}

#recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item + .interview_item {
  margin-top: 25px;
}

#recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item .interview_q {
  position: relative;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-size: 1.5rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item .interview_q::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

#recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item .interview_a {
  font-size: 1.5rem;
  line-height: 1.4;
}

#recruit .end_message {
  padding: 80px 0;
  background: #f0e9e4;
  text-align: center;
}

#recruit .end_message .end_message__txt {
  color: #e65509;
  font-size: 1.6rem;
  font-weight: 600;
}

#recruit .end_message .btn_style01 {
  margin-top: 20px;
}

@media (min-width: 960px) {
  #recruit .entry_box {
    margin-bottom: 160px;
  }
  #recruit .entry_box .btn_style01, #recruit .end_message .btn_style01 {
    max-width: 360px;
  }
  #recruit .message {
    margin-bottom: 160px;
  }
  #recruit .message .message_title {
    margin-bottom: 80px;
    font-size: 4.0rem;
  }
  #recruit .message .message_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #recruit .message .message_inner .message_img {
    margin: 0;
    width: 30%;
    max-width: 360px;
  }
  #recruit .message .message_inner .message_txt {
    width: 62%;
    margin-left: 8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #recruit .message .message_inner .message_txt .message_txt__name {
    margin-top: 80px;
    text-align: left;
  }
  #recruit .message .message_inner .message_txt .message_txt__name .main {
    font-size: 2.4rem;
  }
  #recruit .message .message_inner .message_txt .btn_style01 {
    margin: -30px 0 0 auto;
  }
  #recruit .recruit_sec01 {
    padding: 140px 0;
  }
  #recruit .recruit_sec01 .sec01_item .item_title {
    font-size: 3.0rem;
    margin-bottom: 30px;
  }
  #recruit .recruit_sec01 .sec01_item .item_txt {
    font-size: 4.5rem;
  }
  #recruit .recruit_sec01 .sec01_item + .sec01_item {
    margin-top: 100px;
  }
  #recruit .recruit_sec02 {
    padding: 200px 0;
  }
  #recruit .recruit_sec02::before {
    width: 40px;
    height: 390px;
    top: -194px;
    left: 40px;
  }
  #recruit .recruit_sec02 .sec02__content_inner {
    position: relative;
    padding: 200px 0;
  }
  #recruit .recruit_sec02 .sec02__content_inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 740px;
    height: 730px;
    background: url(../img/recruit/vision_circle__pc.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: calc(50% - 370px);
    -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
  }
  #recruit .recruit_sec02 .sec02__title {
    margin-bottom: 30px;
    padding-top: 100px;
    font-size: 3.0rem;
  }
  #recruit .recruit_sec02 .sec02__title::before {
    width: 90px;
    height: 70px;
    left: calc(50% - 45px);
  }
  #recruit .recruit_sec03 {
    margin: 200px 0 250px;
  }
  #recruit .recruit_sec03 .sec03__sec_group .sec03__title {
    margin-bottom: 60px;
    font-size: 4.0rem;
  }
  #recruit .recruit_sec03 .recruit_sec03__img {
    margin: 80px auto;
  }
  #recruit .recruit_sec04 .sec04__title {
    margin-bottom: 160px;
    font-size: 4.0rem;
  }
  #recruit .recruit_sec04 .recruit_sec04__item_wrap {
    position: relative;
    background: url(../img/recruit/recruit_bg.jpg);
    background-position: right;
    background-repeat: repeat-y;
    background-size: contain;
  }
  #recruit .recruit_sec04 .recruit_sec04__item {
    max-width: 40%;
  }
  #recruit .recruit_sec04 .recruit_sec04__item + .recruit_sec04__item {
    margin-top: 80px;
  }
  #recruit .recruit_sec04 .recruit_sec04__item .item_catch {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  #recruit .recruit_sec04 .recruit_sec04__img {
    position: absolute;
    margin: 0;
    width: 52.2%;
    max-width: initial;
    top: 0;
    right: 0;
  }
  #recruit .recruit_sec04 .recruit_sec04__img.object_fit_cover img {
    height: 660px;
  }
  #recruit .recruit_sec05 {
    position: relative;
    padding: 300px 0 200px;
  }
  #recruit .recruit_sec05 .sec05__title {
    margin-bottom: 160px;
    font-size: 4.0rem;
  }
  #recruit .recruit_sec05 .sec05__staff_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #recruit .recruit_sec05 .sec05__staff_item + .sec05__staff_item {
    margin-top: 100px;
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_thum {
    position: relative;
    width: 38%;
    max-width: 590px;
    margin: 0;
    padding-top: 20px;
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_thum .staff_thum__badge {
    padding: 6px 40px;
    font-size: 2.6rem;
    top: 0;
    left: -20px;
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_interview {
    width: 48%;
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_interview .sinterview_catch {
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item {
    color: #707070;
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item + .interview_item {
    margin-top: 50px;
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item .interview_q {
    position: relative;
    margin-bottom: 30px;
    padding: 16px 30px;
    font-size: 2.0rem;
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item .interview_q::before {
    content: "Q.";
    display: block;
    position: absolute;
    top: calc(50% - 10px);
  }
  #recruit .recruit_sec05 .sec05__staff_item .staff_interview .interview_item .interview_a {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #recruit .end_message {
    padding: 160px 0;
  }
  #recruit .end_message .end_message__txt {
    font-size: 3.0rem;
  }
}

/* inview
============================================= */
.fadeIn {
  opacity: 0 !important;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.fadeIn02 {
  opacity: 0 !important;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fadeIn03 {
  opacity: 0 !important;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fadeIn04 {
  opacity: 0 !important;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.active {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.fadeInLeft {
  -webkit-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
  opacity: 0;
  -webkit-transition: ease-in-out 0.8s;
  transition: ease-in-out 0.8s;
}

.fadeInRight {
  -webkit-transform: translate(200px, 0);
          transform: translate(200px, 0);
  opacity: 0;
  -webkit-transition: ease-in-out 0.8s;
  transition: ease-in-out 0.8s;
}

.fadeInUp {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/*# sourceMappingURL=style.css.map */