@charset "UTF-8";
/* reset
-------------------------------------*/
html {
  background: #fff; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: separate;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top;
  pointer-events: none; }

address, caption, em, strong, th {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none; }

caption, th, td {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: super;
  font-size: 84%; }

sub {
  vertical-align: sub;
  font-size: 84%; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit; }

/* setting
-------------------------------------*/
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  color: #222;
  font-family: 'Quicksand', '游ゴシック体', 'YuGothic',"游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", 'sans-serif', 'sans-serif','游明朝体', 'Yu Mincho','游明朝', 'YuMincho',"ヒラギノ明朝 Pro", 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho';
  width: 100%;
  -webkit-font-feature-settings: “palt” 1;
  font-feature-settings: “palt” 1;
  margin: auto;
  background-size: 100%;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.7rem; }

main {
  display: block; }

a {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

table {
  width: 100%; }

p, a, ul, li {
  text-align: justify; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
body {
  width: 100%;
  min-width: 1120px;
  font-feature-settings: "pkna" 1;
  font-family: 'Yu Gothic','YuGothic','Yu Gothic Medium','YuGothic Medium','Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  /*	.anchor{
  		display: block;
  		padding-top: 70px;
  		margin-top: -70px;
  	}*/ }
  body .ctn {
    width: 1080px;
    margin: auto; }
  body p {
    line-height: 32px;
    letter-spacing: 2.6px; }
  body .sp {
    display: none; }
  body .wrap-table tr th, body .wrap-table tr td {
    line-height: 26px;
    letter-spacing: 1.5px;
    border-bottom: solid 1px #333;
    padding: 18px 20px; }
  body .wrap-table tr th {
    width: 30%;
    color: #990000;
    text-align: center;
    font-weight: 600; }
  body .button {
    margin-top: 50px; }
    body .button a {
      width: 300px;
      max-width: 100%;
      height: 50px;
      margin: 0 auto;
      border-radius: 10px;
      background: #990000;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 1.5px;
      color: #fff;
      font-weight: 600;
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center; }
      @media all and (-ms-high-contrast: none) {
        body .button a {
          padding-top: 5px; } }
      body .button a::before {
        content: '';
        width: 10px;
        height: 1px;
        background: #fff;
        vertical-align: middle;
        margin-right: 10px; }
      body .button a:hover {
        background: #7a0000; }
  @media (max-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.4rem;
      min-width: 100%;
      /*		.anchor{
      			padding-top: 50px;
      			margin-top: -50px;
      		}*/ }
      body .ctn {
        width: 100%;
        padding: 0 15px; }
      body p {
        line-height: 26px;
        letter-spacing: 1.5px; }
      body .pc {
        display: none; }
      body .sp {
        display: block; }
      body .wrap-table tr th, body .wrap-table tr td {
        line-height: 24px;
        padding: 15px; }
      body .wrap-table tr th {
        width: 35%; }
      body .button {
        margin-top: 30px; } }

/*--------------------------------
	common
--------------------------------*/
#main {
  padding: 100px 0; }
  #main h1 {
    text-align: center;
    color: #990000;
    margin-bottom: 40px; }
    #main h1 big {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 36px;
      font-weight: 600;
      letter-spacing: 2px; }
    #main h1 span {
      display: block; }
      #main h1 span:first-child {
        margin-bottom: 15px; }
      #main h1 span:last-child {
        margin-top: 30px; }
  #main .fle {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start; }
    #main .fle article {
      width: 480px;
      max-width: 100%; }
      #main .fle article figure {
        overflow: hidden; }
        #main .fle article figure img {
          border-radius: 20px; }
        #main .fle article figure:last-child {
          margin-top: 20px; }
  @media (max-width: 768px) {
    #main {
      padding: 50px 0; }
      #main h1 {
        margin-bottom: 40px; }
        #main h1 big {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 38px; }
        #main h1 span:last-child {
          margin-top: 15px; }
      #main .fle {
        display: block; }
        #main .fle article {
          width: 100%; }
        #main .fle article.sp {
          margin-bottom: 20px; }
          #main .fle article.sp figure:not(:first-child) {
            width: 45%;
            margin-left: auto;
            margin-top: 10px; }
          #main .fle article.sp figure img {
            border-radius: 10px; } }

/*--------------------------------
	greeting
--------------------------------*/
#main.greeting {
  padding: 0;
  margin-top: 100px; }
  #main.greeting p {
    text-align: center; }
  @media (max-width: 768px) {
    #main.greeting {
      margin-top: 50px; } }

/*--------------------------------
	youtube
--------------------------------*/
#main.youtube {
  position: relative; }
  #main.youtube .ctn {
    position: relative;
    z-index: 1; }
  #main.youtube::after {
    content: '';
    display: block;
    width: 100%;
    height: 540px;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: 0; }
  #main.youtube .wrap_youtube {
    background-image: linear-gradient(-45deg, #f2f2f2 25%, #e5e5e5 25%, #e5e5e5 50%, #f2f2f2 50%, #f2f2f2 75%, #e5e5e5 75%, #e5e5e5);
    background-size: 15px 15px;
    background-attachment: fixed;
    width: 100%;
    max-width: 960px;
    border-radius: 15px;
    padding: 10px;
    display: table;
    margin: 0 auto; }
    #main.youtube .wrap_youtube .youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      border-radius: 10px;
      overflow: hidden; }
      #main.youtube .wrap_youtube .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        vertical-align: bottom; }
  @media (max-width: 768px) {
    #main.youtube::after {
      height: 150px; }
    #main.youtube .wrap_youtube {
      padding: 5px;
      border-radius: 10px; }
      #main.youtube .wrap_youtube .youtube {
        border-radius: 5px; } }

/*--------------------------------
	business
--------------------------------*/
#main.business {
  padding: 0;
  margin-top: 120px; }
  #main.business h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1.5px;
    margin-bottom: 30px; }
  #main.business h3 {
    color: #990000;
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    margin-bottom: 30px; }
    #main.business h3 span {
      display: block;
      width: 160px;
      height: 40px;
      border-radius: 9.5px;
      border: solid 1px #990000;
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      position: relative; }
      @media all and (-ms-high-contrast: none) {
        #main.business h3 span {
          padding-top: 5px; } }
      #main.business h3 span:first-child::after {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        background: #990000;
        position: absolute;
        top: 0;
        right: -30px;
        bottom: 0;
        margin: auto 0; }
      #main.business h3 span:last-child {
        margin-left: 30px; }
  @media (max-width: 768px) {
    #main.business {
      margin-top: 60px; }
      #main.business h2 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center; }
      #main.business h3 {
        margin-bottom: 20px; } }

/*--------------------------------
	connection
--------------------------------*/
#main.connection {
  overflow: hidden; }
  #main.connection .fle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  #main.connection article:last-child {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    width: 660px;
    max-width: 100%;
    margin-left: -180px; }
  #main.connection article figure {
    text-align: center; }
    #main.connection article figure:not(:first-child) {
      margin-top: 20px; }
    #main.connection article figure:last-child {
      margin-left: 20px; }
  @media (max-width: 768px) {
    #main.connection .fle .pc {
      display: none; }
    #main.connection .fle article.sp {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center; }
      #main.connection .fle article.sp figure:first-child {
        margin: 0 auto; }
      #main.connection .fle article.sp figure:not(:first-child) {
        margin-left: inherit; }
      #main.connection .fle article.sp figure:last-child {
        margin-left: 10px; } }

/*--------------------------------
	recruit
--------------------------------*/
#main.recruit {
  padding: 90px 0 120px 0; }
  #main.recruit h1 {
    margin-bottom: 20px; }
    #main.recruit h1 span {
      margin-top: 15px; }
  #main.recruit p {
    text-align: center; }
  #main.recruit .wrap {
    width: 880px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    border: solid 2px #990000; }
  #main.recruit .button {
    margin-top: 25px; }
  @media (max-width: 768px) {
    #main.recruit {
      padding: 50px 0; }
      #main.recruit .wrap {
        border-radius: 10px;
        padding: 30px 20px; } }

/*--------------------------------
	online
--------------------------------*/
#main.online {
  background: #f6f6f6; }
  #main.online p {
    text-align: center; }
  #main.online .wrap {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    margin-top: 40px; }
    #main.online .wrap a {
      width: 420px;
      height: 240px;
      border-radius: 20px;
      overflow: hidden;
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center; }
      #main.online .wrap a:first-child {
        background: url("/img/top/online-food.png") center center no-repeat;
        background-size: cover; }
      #main.online .wrap a:last-child {
        background: url("/img/top/online-fashion.png") center center no-repeat;
        background-size: cover;
        margin-left: 40px; }
      #main.online .wrap a:hover h2 {
        opacity: .6; }
      #main.online .wrap a h2 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        letter-spacing: 1.5px;
        transition: .4s; }
        #main.online .wrap a h2 span {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600;
          color: #990000;
          margin-top: 20px; }
  @media (max-width: 768px) {
    #main.online .wrap {
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify; }
      #main.online .wrap a {
        border-radius: 10px;
        width: calc(50% - 5px); }
        #main.online .wrap a:last-child {
          margin-left: 0; }
        #main.online .wrap a h2 {
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 1px; }
          #main.online .wrap a h2 span {
            margin-top: 10px; } }

/*--------------------------------
	company
--------------------------------*/
#main.company .wrap {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
#main.company article, #main.company iframe {
  width: 500px;
  max-width: 100%; }
#main.company iframe {
  display: block;
  border-radius: 20px;
  border: solid 2px #990000;
  height: 440px; }
@media (max-width: 768px) {
  #main.company {
    padding-bottom: 110px; }
    #main.company .wrap {
      display: block; }
    #main.company article, #main.company iframe {
      margin: 0 auto; }
    #main.company iframe {
      margin-top: 40px;
      height: 250px;
      border-radius: 10px; } }

/*# sourceMappingURL=style.css.map */
