@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
}

input {
  /*appearance: none; */
  /* font-family: inherit; */
  /* border-radius: 0; */
  /* box-sizing: border-box; */
  /* -webkit-appearance: none; */
  /* background-color: unset; */
  border: unset;
  margin: auto;
}

input[type="checkbox"] {
  display: none;
}

select:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  /* border-radius: 0; */
  /* -webkit-box-sizing: content-box; */
  /* -webkit-appearance: button; */
  /* appearance: button; */
  /* border: none; */
  /* box-sizing: border-box; */
  /* cursor: pointer; */
}
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;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #333;
  word-break: unset;
  letter-spacing: 0.1em;
}
body #content{
   opacity: 1;
  pointer-events: auto;
}
body.md-open #content{
  pointer-events: none;
  transition: all .2s ease-out;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

h1 {
  font-size: 72px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
p {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.over_wrap_menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over_wrap_menu::after,
.over_wrap_menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
.viewmore_btn {
  display: flex;
  line-height: 1;
  align-items: center;
}
.viewmore_btn span {
  opacity: 0;
  transition: 0.8s;
  font-size: 10px;
  transform: translate(-10px, 0px);
}

.viewmore_btn:hover span {
  opacity: 0;
  transition: 0.8s;
  transform: translate(-10px, 0px);
}
.viewmore_btnspan {
  font-size: 10px;
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: 0.8s;
}
.viewmore_btn:hover p {
}
.viewmore_btn:hover span {
  opacity: 1;
  transform: translate(0px, 0px);
}
.sp_block {
  display: none;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 990;
  height: 60px;
}
header .wrap {
  height: 100%;
}
header .inner {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .logo {
  display: none;
}
header .menu {
  width: 100%;
  position: relative;
}
header .menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .menu ul li {
  margin-left: 20px;
}
header .menu ul li a {
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  transition: color 0.3s ease;
  position: relative;
  letter-spacing: 0.01em;
}
header .menu ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 0;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.35s;
  transform-origin: top right;
}

header .menu ul li a:hover:after {
  transform: scale(1, 1);
  transform-origin: top left;
}
header .menu ul li.sns {
  width: 14px;
}
header .menu ul li.sns a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .menu ul li.sns a svg {
  transition: fill 0.3s ease;
}

header .humb {
  height: 100%;
  /* width: 40px; */
  position: relative;
  display: none;
}
header .humb span {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  height: 1px;
  transition: 0.6s;
}
header .humb p {
  font-size: 14px;
}
header.on .humb span {
  background-color: #151515;
}
header .humb span:nth-child(1) {
  top: -12px;
}
header .humb span:nth-child(2) {
}
header .humb span:nth-child(3) {
  top: 12px;
}
header.menu_open .humb {
  /* height: 100%; */
  /* width: 40px; */
  /* position: relative; */
}
header.menu_open .humb span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
}
header.menu_open .humb span:nth-child(2) {
  opacity: 0;
}
header.menu_open .humb span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0px;
}

#full_menu {
  position: fixed;
  z-index: 8;
  height: 100vh;
  height: 100svh;
  width: 100%;
  background-color: #ffffff;
  /* transition: transform 0.2s ease; */
  display: none;
}

#full_menu .full-menu_inner {
  width: 100%;
  padding: 0 20px;
  padding-top: 52px;
}
#full_menu ul li {
  margin-bottom: 20px;
}
#full_menu ul li a {
  font-size: 34px;
}
#full_menu .wrap {
}
#full_menu .inner {
  width: 100%;
  padding: 20px;
  padding-top: 140px;
}
#full_menu ul li .jp {
}
#full_menu ul li h6 {
  font-size: 24px;
}
.scroll{
    opacity: 0;
    transition: opacity 1s ease .5s;
}
.scroll.scrollin{
    opacity: 1;
}
.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  opacity: 1;
  z-index: 9999;
}
.md_wrap{
    width: 100%;
  height: 100%;
}
.md_close{
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.md_close span{
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: relative;
  top: 20px;
}
.md_close span:nth-child(1) {transform: rotate(45deg);}
.md_close span:nth-child(2) {transform: rotate(-45deg);}
.md_contents{
  color: #fff;
}
.md_inner{
  padding: 140px 40px;
  max-width: 700px;
  margin: auto;
  width: 100%;
}
.modal .tit{
  margin-bottom: 30px;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}
.modal .text_wrap  h4{
  margin-bottom: 10px;
}
.modal .text_wrap p{
  line-height: 1.8;
}
#modal_restaurant{

}
#modal_restaurant ul{}
#modal_restaurant ul li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#modal_restaurant li .thumb{
    width: 50%;
    padding-right: 10%;
    line-height: 0;
}
#modal_restaurant li .text_wrap{
  width: 50%;
}
#modal_restaurant li .text_wrap h4{
    margin-bottom: 5px;
}
#modal_restaurant li .text_wrap .address{
    margin-bottom: 10px;
}
#fv {
}
#fv .wrap {
}
#fv .inner {
  padding: 300px 80px 300px;
}

#fv .scrolldown {
  position: absolute;
  right: 0;
  bottom: 0;
}
#fv .scrolldown .scroll-text {
  transform: rotate(90deg);
  display: block;
  font-size: 10px;
  letter-spacing: 0.01em;
}
#fv .scrolldown .scroll-line {
  width: 1px;
  height: 80px;
  background-color: #f2f2f2;
  overflow: hidden;
  display: inline-block;
  position: relative;
  right: -26px;
  top: 30px;
}
#fv .scrolldown .scroll-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: #d4d4d4;
  animation: scrolldown 2s ease-in-out infinite;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}
#fv .logo {
  width: 260px;
  opacity: 0;
  transition: opacity 1s ease 0s;
}
body.onload #fv .logo {
    opacity: 1;
}
#fv .logo svg {
  width: 100%;
}

#slide_area {
}
#slide_area .wrap {
  width: 90%;
}
#slide_area .inner {
  padding-bottom: 66.666%;
  position: relative;
  overflow: hidden;
}
#slide_area .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#slide_area .swiper-slide {
  position: relative;
}
#slide_area .swiper-slide .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#slide_area .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#business {
  /* width: 80%; */
  /* margin-left: auto; */
  padding: 0 5%;
  position: relative;
}
#business .business_wrap {
  width: 85%;
  margin-left: auto;
}
#business::before {
  content: "";
  position: absolute;
  height: calc(100% - 180px);
  width: 1px;
  background-color: #d4d4d4;
  left: 5%;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 6s ease 1s;
}
#business.scrollin::before {
  transform: scaleY(1);
}
#business .head {
}
#business .business_cat {
  margin-bottom: 100px;
}
#business .business_cat .thumb_wrap {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
#business .business_cat .thumb {
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.05);
  transition: transform 1s ease;
}
#business .business_cat.scrollin .thumb{
    transform: scale(1);
}
#business .business_cat .text_area {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#business .business_cat .text_area_inner {
  width: 100%;
}
#business .business_cat .text_area .tit_en {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#business .business_cat .text_area .tit_jp {
  margin-bottom: 20px;
  font-size: 12px;
}
#business .business_cat .text_area .tit {
}
#business .business_cat .modal_link a {
  display: flex;
  line-height: 1;
  align-items: center;
}
#business .business_cat .modal_link p {
  font-size: 10px;
}

#business .business_cat .text_area .desc_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
#business .business_cat .text_area .desc_wrap .desc {
  line-height: 1.8;
}
#business #head {
}
#business #head .inner {
  display: flex;
  padding: 240px 0 100px;
}
#business #head .inner .sec_tit {
  margin-right: 20%;
  letter-spacing: 0em;
}
#business #head .inner p {
  line-height: 2;
  font-size: 12px;
}

#news {
}
#news .inner {
  padding: 120px 5% 200px;
}
#news .sec_tit {
  margin-bottom: 40px;
  letter-spacing: 0em;
}
#news .news_list {
  border-bottom: solid 1px #e9e9e9;
}
#news .news_list li {
  /* display: flex; */
  /* padding: 40px 20px; */
  /* border-top: solid 1px #e9e9e9; */
}
#news .news_list li a{
  display: flex;
  padding: 40px 20px;
  border-top: solid 1px #e9e9e9;
}
#news .news_list li .day {
  width: 100px;
}
#news .news_list li .tit {
  width: calc(100% - 100px);
}
#recruit {
  color: #fff;
}
#recruit .wrap {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
#recruit .inner {
  padding: 240px 5%;
  z-index: 1;
  position: relative;
}
#recruit .sec_tit {
  margin-bottom: 40px;
  letter-spacing: 0em;
}
#recruit .text_wrap {
  margin-bottom: 20px;
}
#recruit .text_wrap p {
  line-height: 2;
}
#recruit .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#company {
  background-color: #d5d5d5;
}
#company .wrap {
}
#company .inner {
  padding: 200px 5% 160px;
}
#company .sec_tit {
  margin-bottom: 60px;
  letter-spacing: 0em;
}
#company .text_wrap {
  display: flex;
}
#company .nav {
  width: 30%;
}
#company .nav ul {
  width: 100%;
}
#company .nav li {
  margin-bottom: 15px;
}
#company .nav li a {
  transition: opacity 0.5s;
}
#company .nav li a:hover {
  opacity: 0.5;
}
#company table {
  width: 70%;
}
#company table tr {
  margin-bottom: 20px;
  display: flex;
}
#company table th {
  text-align: left;
  font-size: 11px;
  font-weight: 400;
}
#company table th:nth-child(1) {
  width: 100px;
}
#company table th:nth-child(2) {
  width: calc(100% - 100px);
}
footer {
  background-color: #d5d5d5;
  padding: 0 20px 20px;
}
footer p {
  font-size: 10px;
}

.btn_submit li input{
  border: solid 2px #2d2d2d;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 12px;
  }
  #fv .inner {
    padding: 340px 20px 320px;
  }
  #fv .logo {
    width: 200px;
  }
  #slide_area .wrap {
    width: calc(100% - 60px);
}
  #slide_area .inner {
    padding-bottom: 100%;
  }
  #business {
    padding: 0 20px;
  }
  #business::before {
    height: calc(100% - 120px);
    left: 20px;
  }
  #business .business_wrap {
    width: calc(100% - 30px);
  }
  #business #head .inner {
    display: block;
    padding: 180px 0 60px;
  }
  #business #head .inner .sec_tit {
    margin-bottom: 20px;
  }
  #business #head .inner p br {
    display: none;
  }
  #business .business_cat {
    margin-bottom: 60px;
  }
  #business .business_cat .thumb {
    padding-bottom: 66.666%;
  }
  #business .business_cat .text_area .desc_wrap {
    display: block;
  }
  #business .business_cat .text_area .desc_wrap .desc {
    margin-bottom: 20px;
  }
  #business .business_cat .text_area .desc_wrap .desc br {
    display: none;
  }
  .viewmore_btn span {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  #news .inner {
    padding: 100px 20px 160px;
  }
  #news .news_list li a{
    display: block;
    padding: 30px 20px;
  }
  #news .news_list li .day {
    margin-bottom: 10px;
  }
  #news .news_list li .tit {
    width: 100%;
  }
  #recruit .sec_tit {
    margin-bottom: 20px;
  }
  #recruit .inner {
    padding: 240px 40px;
  }
  #company .sec_tit {
    margin-bottom: 40px;
  }
  #company .inner {
    padding: 100px 40px 100px;
  }
  #company .text_wrap {
    display: block;
  }
  #company table {
    width: 100%;
    margin-bottom: 40px;
  }
  #company table th {
    font-size: 12px;
  }
  #company .nav {
    width: 100%;
    display: flex;
  }
  #company .nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  #company .nav li {
    width: 50%;
  }
  #company .nav li a {
    font-size: 12px;
  }
  .md_inner{
    padding: 100px 20px;
  }
  #modal_restaurant ul li{
    display: block;
    margin-bottom: 40px;
  }
  #modal_restaurant li .thumb{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #modal_restaurant li .text_wrap{
    width: 100%;
  }
}
