@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:700');
@import url('//fonts.googleapis.com/earlyaccess/sawarabimincho.css');
<link href="" rel="stylesheet" />

/*common*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
}
a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover, a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
a img {
  -webkit-transition: opacity .9s ease-out;
  -moz-transition: opacity .9s ease-out;
  transition: opacity .9s ease-out;
}
a img:hover {
  opacity: .9;
  -webkit-opacity: .9;
  -moz-opacity: .9;
}

/*layout-div*/
.wrapper {
  overflow: hidden;
}
.visible-pc {
  display: block;
}
.visible-sp {
  display: none;
}

/*header*/
.header {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .logo {
  display: block;
  float: left;
  padding: 0 1em;
  margin: 0;
}
.header .logo img {
  width: 339px;
}
.header nav {
  margin-left: auto;
}

/* header menu PC*/
.nav-pc {
  text-align: center;
  display: table;
  margin-bottom: 0;
}
.nav-pc li {
  position: relative;
  display: table-cell;
}
.nav-pc li a {
  font-size: 1em;
  color: #000;
  font-weight: 900;
  display: block;
  width: 100%;
  height: 100%;
  padding: .4em 2em;
}
.nav-pc li a:hover {
  color: #1983dc;
}
.nav-sp, .nav-mob {
  display: none;
}

/*----------------------frotnt page----------------------*/
.front-section h2 {
  color: #000;
  text-align: center;
  margin-bottom: 1em;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.front-section h2 .front-title-main {
  font-size: 1.6em;
  margin-bottom: .2em;
  display: block;
}
.front-section h2 .front-title-sub {
  font-size: .6em;
  display: block;
}
.front-section .container .row {
  margin-bottom: 0;
}
.front-btn {
  display: block;
  font-size: 1.2em;
  margin: 24px auto 0 auto;
  padding: .6em 0;
  border-radius: 0;
  width: 160px;
  max-width: 100%;
  transition: .6s;
  color: #fff;
  background: #1983dc;
}
.front-btn:hover {
  background: #1269b3;
  color: #fff;
}

/*front-mv*/
#mv {
  position: relative;
  width: 100%;
  /* background-image: url(../img/mv_bg.jpg); */
  background-size: cover;
}
.mv__text {
  position: absolute;
  width: 90px;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
}
#mv .container {
  max-width: calc(1050px + (40px + 1vw));
}
#mv .row {
  align-items: center;
  height: 600px;
}
#mv h2 {
  color: #2081c8;
  font-size: 3.2em;
  font-family: "Sawarabi Mincho";
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 4px;
}
#mv .mv-scroll {
  color: #fff;
  font-size: 2em;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #2081c8;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
#mv .mv-scroll:hover {
  color: #185a8a;
  background: #fff;
}

/*front-vision*/
#front-vision {
  background: url(../img/front-vision_bg.png) bottom center no-repeat;
  text-align: center;
  padding: 50px 0 60px 0;
}
#front-vision h3 {
  border: 4px solid #1983dc;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: .8em .6em;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 1.2em;
}
#front-vision p {
  margin: 0;
  font-size: 1.4em;
}
.front-vision-firstline {
  display: block;
}

/*front-service*/
#front-service {
  background:  #f2f2f2;
  text-align: center;
  padding: 40px 0 160px 0;
}
.front-service-box {
  background: #fff;
  padding: 2.4em 2em;
}
#front-service-eating{
  margin-bottom: 20px;
}
@media screen and (min-width:768px) and ( max-width:992px) {
.front-service-box {
  min-height: 405px;
}
}

.front-service-box #front-service-eating{
  margin-bottom: 20px;
}
.front-service-box h3 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 24px 0;
}
#front-service-eating h3 {
  color: #c92020;
  margin: 24px 0;
}
#front-service-marketing h3 {
  color: #20bbc9;
  margin: 0 0 24px;
}
.front-service-box h4 {
  font-size: 1.4em;
  font-weight: normal;
}
.front-service-box p {
  font-size: 1.2em;
}
.front-service-btn {
  display: block;
  font-size: 1.2em;
  margin: 24px auto 0 auto;
  padding: .5em 0;
  width: 140px;
  max-width: 100%;
  transition: .6s;
}
#front-service-eating .front-service-btn {
  border: 2px solid #c92020;
  color: #c92020;
}
#front-service-eating .front-service-btn:hover {
  background: #c92020;
  color: #fff;
}
#front-service-marketing .front-service-btn {
  border: 2px solid #20bbc9;
  color: #20bbc9;
}
#front-service-marketing .front-service-btn:hover {
  background: #20bbc9;
  color: #fff;
}

/*front-links*/
#front-company,
#front-contact {
  padding: 120px 0;
  min-height: 360px;
}
#front-links h2 {
  color: #000;
  margin-bottom: 1em;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
#front-links h2 .front-title-main {
  font-size: 1.6em;
  margin-bottom: .2em;
  display: block;
  color: white;
}
#front-links h2 .front-title-sub {
  font-size: .6em;
  display: block;
  color: white;
}
#front-links .btn {
  border: 2px solid white;
  color: white;
  font-weight: bold;
  border-radius: 0;
  padding: .6em 2.4em;
}
#front-links .btn:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}

/*front-company*/
#front-company {
  background: url(../img/front-company_bg.jpg);
  background-size: cover;
  padding: 2em;
}

/*front-contact*/
#front-contact {
  background: url(../img/front-contact_bg.jpg);
  background-size: cover;
  padding: 2em;
}

/*footer*/
.footer {
  background: #f3f3f3;
  padding: 20px 0;
  color: #1e1e1e;
}
.footer .row {
  align-items: center;
}
.footer-title img {
  width: 200px;
}
.footer-links li {
  display: inline-block;
  margin: 0 1em;
  font-size: 1.2em;
}
.footer-links li a {
  color: #000;
}
p.copyright {
  margin: 0;
  text-align: right;
}

/*pages*/
.page-header {
  text-align: center;
  background-size: cover;
}
.page-header .row {
  align-items: center;
  height: 300px;
}
.page-header h1.page-title {
  font-size: 2.4em;
  color: #000;
}
.page-header h1.page-title span {
  font-size: .6em;
  padding-top: .8em;
  display: block;
}
.page-content {
  max-width: 960px;
  padding: 40px 0 0 0;
  margin: 0 auto;
}
.page-section {
  margin-bottom: 60px;
}
.page-content h2 {
  font-size: 1.8em;
  border-left: 8px solid #2081c8;
  padding: .4em .6em;
  margin: 0 0 1em 0;
}
.page-content h3 {
  padding: .8em .2em;
  font-size: 1.3em;
  background: #f3f3f3;
  margin: 2em 0 1.2em 0;
  font-weight: normal;
}
.page-content p {
  font-size: 1.25em;
  line-height: 1.8;
}

/*page-company*/
#company .page-header {
  background-image: url(../img/bg_company.jpg);
  background-position: center center;
}
#company .page-header h1.page-title {
  color: white;
}
.page-company__text span {
  border-bottom: 1px solid #267ab7;
  color: #267ab7;
  display: block;
  font-weight: bold;
  padding: 0 0.5em;
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.company-img {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 40px;
}
.company-dl {
  font-size: 1.2em;
}
.company-dl dt {
  float: left;
  width: 200px;
  font-weight: normal;
  padding: 1em;
}
.company-dl dd {
  border-bottom: 1px solid #ccc;
  padding: 1em 1em 1em 200px;
  margin-bottom: 0;
}
.gmap{
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* restaurant */
#restaurant .page-header {
  background-image: url(../img/restaurant_header-bg.jpg);
}
#restaurant .page-header h1.page-title {
  color: #fff;
}
#restaurant .page-content h2 {
  border-left: 8px solid #c92020;
}
.restaurant-main-pic {
  display: block;
  margin: 0 auto 1.6em auto;
}
.restaurant-main-lead{
  text-align: center;
}
@media (max-width: 767px) {
  .restaurant-main-lead{
    text-align: left;
  }
}
#restaurant-gallery {
  margin-top: 2em;
}
.restaurant-pic {
  margin: 1em 0;
}
#restaurant .page-section .imgbox{
  margin-bottom: 16px;
}
#restaurant .page-section .address{
  margin-bottom: 8px;
}
#restaurant .page-section .tel{
  display: block;
  font-size: 1.2em;
  margin-bottom: 16px;
}
#restaurant .page-section .linkarea{
  display: flex;
  text-align:center;
  margin-bottom: 16px;
}
#restaurant .page-section .linkarea a {
    width: 48px;
    margin-right: 16px;
}

#restaurant .page-section .linkarea a:hover{
  background: #fff;
  color: #1269b3;
}

/* marketing */
#marketing .page-header {
  background-image: url(../img/marketing_header-bg.png);
}
#marketing .page-content h2 {
  border-left: 8px solid #20bbc9;
}
#marketing-index ul li {
  display: inline-block;
  text-align: center;
  margin: 0 .4em .4em .4em;
}
#marketing-index ul li a {
  display: block;
  border: 1px solid #ccc;
  padding: 1em;
}
#marketing-index ul li a:after {
  font-family: FontAwesome;
  margin-left: .4em;
  content: " \f0d7";
}
#marketing-message {
  margin: 80px 0;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

.recruit__btn {
  margin-top: 80px;
  margin-bottom: 80px;
  
}

.recruit__btn a {
  display: block;
  transition: all 0.3s;
}

.recruit__btn a:hover {
  opacity: 0.8;
}

/* contact */
#contact .page-header {
  background-image: url(../img/contact_header-bg.png);
}
#contact .page-header h1.page-title {
  color: #fff;
}
.contact-number {
  font-size: 2.4em !important;
  font-weight: bold !important;
}
.error-msg {
  border: 2px solid #e05e5e;
  padding: 1em;
  margin-bottom: 1.2em;
  color: #af1414;
}
.form-dl dt {
  float: left;
  width: 240px;
  font-weight: bold;
  padding: 1em;
}
.form-dl dd {
  margin-left: 200px;
  padding: 1em;
  overflow: hidden;
  margin-bottom: 0;
}
.form-dl .required {
  color: #fff;
  background: #e05e5e;
  padding-left: 4px;
  padding: .2em .6em;
  margin-left: .8em;
  border-radius: 4px;
}
.form-dl .optional {
  color: #fff;
  background: #5e86e0;
  padding-left: 4px;
  padding: .2em .6em;
  margin-left: .8em;
  border-radius: 4px;
}
.form-dl label {
  margin: 0;
  padding: 0;
}
#contact-form input[type="text"],
#contact-form input[type="tel"],
#contact-form input[type="email"],
#contact-form input[type="url"],
#contact-form select,
#contact-form textarea {
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.6em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
#contact-form button[type="submit"] {
  padding: 12px;
  background: #1983dc;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0,0,0,.2);
  border: none;
  width: 320px;
  margin: 0 auto;
  display: block;
}
#contact-form button[type="submit"]:hover {
  background: #176db5;
}

#contact-form button[type="button"] {
  padding: 12px;
  background: #5d5d5d;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0,0,0,.2);
  border: none;
  width: 320px;
  margin: 1em auto;
  display: block;
}
#contact-form button[type="button"]:hover {
  background: #7d7d7d;
}

@media (max-width: 1200px) {
/*header*/
.header {
  position: relative;
  z-index: 999;
}
.header .logo img {
  width: 200px;
}
/* header menu PC*/
.nav-pc li a {
  font-size: 0.9em;
  padding: .4em .6em;
}
.nav-pc li a span {
  font-size: 12px;
}

}
@media (max-width: 767px) {
.front-vision-firstline {
  display: inline;
}
.front-vision-firstline:after {
  content: "、";
}

/*----------------------frotnt page----------------------*/
.front-section {
  padding: 40px 0;
}
.front-section h2 .front-title-main {
  font-size: 1.2em;
}
.front-section .container .row {
  margin-bottom: 0;
}
.front-section .btn {
  font-size: 1.2em;
  margin: 20px auto 0 auto;
}
.nav-pc {
  display: none;
}
/* menu-trigger */
.menu-trigger {
  z-index: 99999;
  position: fixed;
  display: block;
  margin: 0px;
  top: 15px;
  right: 50px;
}
.menui {
  background: #fff;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}
.top-menu,
.mid-menu,
.bottom-menu {
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
}
.top-menu {
  top: 5px;
}
.mid-menu {
  top: 13px;
}
.bottom-menu {
  top: 21px;
}
.top-animate {
  background: #000 !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: #000 !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

/* nav-mobile */
.nav-sp {
  display: block;
}
.nav-mob {
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
}
.nav-mob h1 {
  padding: 20px 0;
}
.nav-mob ul {
  text-align: center;
}
.nav-mob ul li {
  display: block;
  margin: 0 auto;
  padding: 1em;
  width: 100%;
  border-bottom: 1px solid #555;
  font-size: 1.4em;
  text-decoration: none;
}
.nav-mob li:last-child {
  border-bottom: none;
}
.nav-mob li:hover {
  cursor: pointer;
}
.nav-mob ul li a {
  color: #000;
  display: block;
  width: 100%;
}

/*----------------------frotnt page----------------------*/
/*front-mv*/
#mv {
  height: 500px;
}
.mv__slider {
  height: 100%;
}
.mv__slider .slick-list {
  height: 100%;
}
.mv__slider .slick-track {
  height: 100%;
}
.mv__slider .slick-track img {
  height: 100%;
  object-fit: cover;
}
#mv .row {
  height: 400px;
}
#mv h2 {
  font-size: 1.8em;
  line-height: 1.6;
  letter-spacing: 4px;
}

/*front-vision*/
#front-vision {
  background: url(../img/front-vision_bg.png) bottom 10% center no-repeat;
  background-size: 800px;
}

/*front-service*/
#front-service {
  background: url(../img/front-service_bg.png) #f2f2f2 bottom repeat-x;
}
.front-service-box {
  margin-bottom: 1.2em;
  padding: 2.4em 1em;
}

.front-service-box p {
  font-size: 1.1em;
}

/*front-links*/
#front-company,
#front-contact {
  min-height: 240px;
}
#front-links h2 .front-title-main {
  font-size: 1.2em;
}
#front-links .btn {
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  padding: .6em 2.4em;
}
#front-links .btn:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
/*front-company*/
#front-company {
  padding: 1.2em;
}

/*front-contact*/
#front-contact {
  padding: 1.2em;
}

/*footer*/
.footer {
  padding: 40px 0;
  text-align: center;
}
.footer-title {
  margin-bottom: 1em;
  display: block;
}
.footer-links {
  margin-bottom: 1em;
}
.footer-links li {
  margin: 0 .6em 0 0;
  font-size: .9em;
}
p.copyright {
  margin: 0;
  text-align: center;
}

/*pages*/
.page-header h1.page-title {
  font-size: 2em;
}
.page-header .row {
  height: 200px;
}
.page-section {
  margin-bottom: 32px;
}

/*page-company*/
.company-dl {
  font-size: 1em;
}
.company-dl dt {
  float: left;
  width: 140px;
  font-weight: normal;
  padding: 1.2em 1.2em 1.2em 0;
}
.company-dl dd {
  border-bottom: 1px solid #ccc;
  padding: 1.2em 0 1.2em 1.2em;
  margin-bottom: 0;
  padding-left: 140px;
}
.company-dl dt:first-of-type {
  padding-top: 0;
}
.company-dl dd:first-of-type {
  padding-top: 0;
}

/* restaurant */
#naraya-main {
  margin-bottom: 1em;
}

/* marketing */
#marketing-index ul li {
  margin: 0;
}
#marketing-index ul li a {
  padding: .4em;
  margin: 0 .2em .4em 0;
  display: block;
  font-size: .8em;
}
#marketing-promotion img,
#marketing-sns img,
#marketing-influencer img {
  margin-bottom: 1em;
}
#marketing-message {
  font-size: 1em;
}

/* contact */
#contact .page-header {
  background-image: url(../img/contact_header-bg.png);
}
#contact .page-header h1.page-title {
  color: #fff;
}
.form-dl dt {
  float: none;
  width: 100%;
  font-weight: bold;
  padding: 0 0 1em 0;
}
.form-dl dd {
  margin-left: 0;
  padding: 0 0 1.2em 0;
}

.recruit__btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.company-img {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-top: 20px;
}
.visible-pc {
  display: none;
}
.visible-sp {
  display: block;
}
}

.mv__img img {
  aspect-ratio: 1280/430;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.top {
  margin-top: 100px;
}

.top__inner {
  padding: 0 25px;
  max-width: 1600px;
  margin-inline: auto;
}

.top__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.top__text {
  text-align: center;
  font-size: 16px;
  line-height: calc(34/16);
  margin-top: 30px;
}

.top__lists {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 70px;
  margin-top: 90px;
}

.top__img {

}

.top__list-title {
  font-size: min(3.9vw,64px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: max(-1.8vw,-30px);
  color: #267aba;
  line-height: 1;
}

.top__list-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 14px;
}

.top__btn {
  width: 160px;
  margin-top: 20px;
  margin-inline: auto;
}

.top__btn  a {
  transition: all 0.3s;
}

.top__btn  a:hover {
  opacity: 0.8;
}

.top-contact {
  margin-top: 220px;
  padding-block: 30px;
  background-color: #eae5e3;
}

.top-contact__inner {
  max-width: 950px;
  padding: 0 10px;
  margin-inline: auto;
}

.top-contact__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.top-contact__banner {
  display: grid;
  grid-template-columns: 36% 1fr;
  background-color: white;
  margin-top: 24px;
}

.top-contact__img {

}

.top-contact__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.top-contact__text p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.top-contact__btn {
  max-width: 350px;
  margin-inline: auto;
  margin-top: 13px;
}

.top-contact__btn a {
  transition: all 0.3s;
}

.top-contact__btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .top {
    margin-top: 45px;
  }
  .top__inner {
    padding: 0 10px;
  }
  .top__title {
    font-size: 17px;
  }
  .top__text {
    max-width: 325px;
    font-size: 12px;
    margin-inline: auto;
    margin-top: 20px;
  }
  .top__lists {
    grid-template-columns: repeat(1,1fr);
    gap: 50px;
  }
  .top__list {
    max-width: 306px;
    margin-inline: auto;
  }
  .top__list-title {
    font-size: 45px;
    margin-top: -17px;
  }
  .top__list-text {
    font-size: 18px;
    margin-top: 10px;
  }
  .top__btn {
    width: 114px;
    margin-top: 13px;
  }
  .top-contact {
    margin-top: 50px;
  }
  .top-contact__title {
    font-size: 16px;
  }
  .top-contact__banner {
    display: block;
    margin-inline: auto;
    margin-top: 16px;
    max-width: 337px;
  }
  .top-contact__text {
    height: 107px;
  }
  .top-contact__text p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .top-contact__btn {
    max-width: 250px;
  }
}