@charset "utf-8";@charset "UTF-8";
/*
body{-webkit-text-size-adjust: 100%;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{
    margin:0;padding:0;
		box-sizing: border-box;
}
img{
  line-height: 0;
}
figure{
	line-height: 1;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }
strong{ font-weight: normal;}

* {
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 100;
}

body {
  line-height: 1;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* cyrillic-ext */
@media screen and (min-width: 746px) {
  html {
    font-size: 75.5%;
  }
}

@media screen and (max-width: 745px) {
  html {
    font-size: 2.657vw;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  html {
    font-size: 75.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-optical-sizing: auto;
  font-size: 1.3em;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #666;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

@media screen\0 {
  h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

* {
  margin: 0;
}

.wrappar {
  overflow: hidden;
}

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*!
 * fullPage 4.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* .fp-table::before , 
.fp-table::after {
      content:'';
      flex:1;
} */
.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

/* .fp-scrollable {
    overflow: hidden;
    position: relative;
} */
/* .fp-scroller{
    overflow: hidden;
} */
/* .iScrollIndicator{
    border: 0 !important;
} */
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide {
  height: auto !important;
}

/* Used with autoScrolling: false */
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide {
  /* Fallback for browsers that do not support Custom Properties */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fp-overflow {
  overflow-y: scroll;
  height: 100%;
  outline: none;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fp-snaps {
  overflow-y: auto !important;
  height: 100% !important;
}

.fp-snaps body {
  height: 100% !important;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  overflow-y: scroll !important;
  scroll-behavior: smooth;
}

.fp-snaps .fp-section {
  scroll-snap-align: start;
}

.fp-snaps .fullpage-wrapper {
  height: auto !important;
}

/* Used for DragAndMove*/
.fp-disable-snap body {
  scroll-behavior: unset !important;
  -ms-scroll-snap-type: none !important;
      scroll-snap-type: none !important;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning,
.fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning,
.fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: black;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  font-size: 0px;
  top: 40%;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 745px) {
  .slick-prev,
  .slick-next {
    height: 28px;
    width: 28px;
  }
}

.slick-next {
  left: 20px;
}

.slick-prev {
  right: 20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 0.82781rem;
}

.simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 0.82781rem;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 2px;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll_container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.scroll_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
          column-gap: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.scroll_box {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  background-color: #eeeeee;
  width: 320px;
  height: 400px;
  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;
}

.link_bar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.link_bar:after {
  content: "";
  display: block;
  width: 0;
  height: 0.5px;
  background: rgba(255, 255, 255, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: -.7rem;
}

.link_bar:hover {
  color: #999 !important;
}

.link_bar:hover:after {
  width: 100%;
}

.head {
  font-size: 1.3245rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

@media screen and (max-width: 745px) {
  .head {
    font-size: 1.36364rem;
    line-height: 1.8;
  }
}

.txt {
  font-size: 1.15894rem;
  line-height: 2.1428;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 745px) {
  .txt {
    font-size: 1.0rem;
  }
}

.txt.white {
  color: #ccc;
}

.ttl span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.49007rem;
  font-weight: 600;
  letter-spacing: -.04em;
  color: #a68252;
  line-height: 1;
}

@media screen and (max-width: 745px) {
  .ttl span {
    font-size: 1.09091rem;
  }
}

.ttl h2, .ttl .h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.48344rem;
  font-weight: 500;
  color: #333;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 745px) {
  .ttl h2, .ttl .h2 {
    line-height: 1.75;
    font-size: 1.81819rem;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .ttl h2, .ttl .h2 {
    font-size: 2.5vw;
    white-space: nowrap;
  }
}

.ttl h2.white, .ttl .h2.white {
  color: #fff;
}

.ttl h3, .ttl .h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.15232rem;
  font-weight: 500;
  color: #333;
  line-height: 1.93;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 745px) {
  .ttl h3, .ttl .h3 {
    line-height: 1.75;
    font-size: 1.81819rem;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .ttl h3, .ttl .h3 {
    font-size: 2.4vw;
    white-space: nowrap;
  }
}

@media screen and (max-width: 745px) {
  .ttl h2.sp_l, .ttl h3.sp_l {
    font-size: 2.08728rem;
  }
}

.page-ttl {
  background: #f9f8f6;
  padding-top: 13.2rem;
  overflow: hidden;
}

@media screen and (max-width: 745px) {
  .page-ttl {
    padding-top: 7.95456rem;
  }
}

.page-ttl .page-ttl-inner {
  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;
  position: relative;
}

@media screen and (min-width: 746px) and (max-width: 1280px) {
  .page-ttl .page-ttl-inner {
    height: 33.9404rem;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .page-ttl .page-ttl-inner {
    height: calc(30vw * 1.2581);
  }
}

@media screen and (max-width: 745px) {
  .page-ttl .page-ttl-inner {
    height: 14.09093rem;
  }
}

.page-ttl .page-ttl-inner .page-ttl-txt {
  width: calc(100% - rr(414));
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .page-ttl .page-ttl-inner .page-ttl-txt {
    width: calc(60vw -10rem);
  }
}

.page-ttl .page-ttl-inner .page-ttl-txt .page-ttl-en {
  font-size: 9.17053rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-left: -0.1em;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-ttl .page-ttl-inner .page-ttl-txt .page-ttl-en {
    font-size: 8.27815rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 950px) {
  .page-ttl .page-ttl-inner .page-ttl-txt .page-ttl-en {
    font-size: 7.45033rem;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .page-ttl .page-ttl-inner .page-ttl-txt .page-ttl-en {
    font-size: 6.62252rem;
  }
}

@media screen and (max-width: 745px) {
  .page-ttl .page-ttl-inner .page-ttl-txt .page-ttl-en {
    font-size: 4.00001rem;
  }
}

.page-ttl .page-ttl-inner .page-ttl-txt .page-ttl-jp {
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1;
  font-size: 1.50331rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 745px) {
  .page-ttl .page-ttl-inner .page-ttl-txt .page-ttl-jp {
    font-size: 0.93046rem;
  }
}

.page-ttl .page-ttl-inner .page-ttl-mv {
  width: 34.27152rem;
  display: block;
}

@media screen and (min-width: 746px) and (max-width: 1280px) {
  .page-ttl .page-ttl-inner .page-ttl-mv {
    position: absolute;
    left: calc(50% + 200px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .page-ttl .page-ttl-inner .page-ttl-mv {
    width: 30vw;
    left: auto;
    right: -10rem;
  }
}

@media screen and (max-width: 745px) {
  .page-ttl .page-ttl-inner .page-ttl-mv {
    width: 11.04547rem;
    position: absolute;
    top: 0;
    right: -2.72728rem;
  }
}

.page-ttl .page-ttl-bottom {
  position: relative;
  width: 100%;
  height: 6.45695rem;
  margin-top: 0.41391rem;
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .page-ttl .page-ttl-bottom {
    margin-top: 0.13636rem;
  }
}

@media screen and (max-width: 745px) {
  .page-ttl .page-ttl-bottom {
    margin-top: 0.13636rem;
    height: 3.45455rem;
  }
}

.page-ttl .page-ttl-bottom:before {
  content: '';
  height: 100%;
  display: block;
  width: 29.9255rem;
  background-image: url("/assets/images/common/mv_page_bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 34.27152rem;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-ttl .page-ttl-bottom:before {
    right: auto;
    left: calc(50% + 200px);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .page-ttl .page-ttl-bottom:before {
    right: calc(30vw - 10rem);
  }
}

@media screen and (max-width: 745px) {
  .page-ttl .page-ttl-bottom:before {
    width: 13.00002rem;
    right: 8.36365rem;
    background-image: url("/assets/images/common/mv_page_bottom_sp.png");
  }
}

.page-ttl .page-ttl-bottom .breadcrumb {
  position: relative;
  z-index: 5;
}

.page-ttl .page-ttl-bottom .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-ttl .page-ttl-bottom .breadcrumb ul li {
  line-height: 1;
}

.page-ttl .page-ttl-bottom .breadcrumb ul li:nth-child(n+2) {
  position: relative;
  padding-left: 2em;
}

.page-ttl .page-ttl-bottom .breadcrumb ul li:nth-child(n+2):before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0.7em;
  z-index: 1;
  height: 1px;
  width: 0.3333em;
  background: #ccc;
}

.page-ttl .page-ttl-bottom .breadcrumb ul li span, .page-ttl .page-ttl-bottom .breadcrumb ul li a {
  line-height: 1;
  font-size: 0.99338rem;
  color: #999;
  letter-spacing: 0.04em;
}

.page-ttl .page-ttl-bottom .breadcrumb ul li a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-ttl .page-ttl-bottom .breadcrumb ul li a:hover {
  opacity: 0.6;
}

/*ボタン
https://gsap.com/community/forums/topic/40351-get-gsap-button-hover-effect/#comment-200977
*/
.btn-b {
  position: relative;
  border: none;
  display: block;
  -webkit-transition: color 0.5s, background-color 0.2s, -webkit-transform 0.2s;
  transition: color 0.5s, background-color 0.2s, -webkit-transform 0.2s;
  transition: color 0.5s, transform 0.2s, background-color 0.2s;
  transition: color 0.5s, transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  outline: none;
  padding: 2.48344rem 2.48344rem 2.48344rem 3.31126rem;
  width: 17.63245rem;
  border-radius: 4.13907rem;
  overflow: hidden;
  color: #FFF;
}

@media screen and (max-width: 745px) {
  .btn-b {
    width: 14.60548rem;
    padding: 2.27273rem 2.27273rem 2.27273rem 2.5rem;
  }
}

.btn-b:after {
  content: "";
  width: 0.33113rem;
  height: 0.33113rem;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.48344rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

@media screen and (max-width: 745px) {
  .btn-b:after {
    right: 2.3rem;
  }
}

.btn-b span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.04em;
  font-size: 1.07616rem;
}

@media screen and (max-width: 745px) {
  .btn-b span {
    line-height: 1;
    font-size: 0.89137rem;
  }
}

.btn-b span:after {
  content: "";
  width: 4.96689rem;
  height: 4.96689rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(0.1);
          transform: translateY(-50%) scale(0.1);
  background-color: #555;
  border-color: transparent;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 745px) {
  .btn-b span:after {
    width: 5rem;
    height: 5rem;
  }
}

.btn-b span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #333;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.btn-b:hover {
  color: #a68252;
}

.btn-b:hover span:before {
  opacity: 0;
}

.btn-b:hover span:after {
  width: 4.96689rem;
  height: 4.96689rem;
  opacity: 1;
  background-color: #000;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 745px) {
  .btn-b:hover span:after {
    width: 5rem;
    height: 5rem;
  }
}

.simplebar-track {
  background: #f9f8f6;
  /* バーの背景色を設定できます*/
  border-radius: 2rem;
  /* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #bbb;
  /* ここでバーの色を設定 */
}

.scrollbar-x .simplebar-horizontal {
  margin: 0 auto;
  height: 0.82781rem;
}

@media screen and (max-width: 745px) {
  .scrollbar-x .simplebar-horizontal {
    height: 0.90909rem;
  }
}

.scrollbar-y .simplebar-vertical {
  margin: 0 auto;
  width: 0.82781rem;
}

@media screen and (max-width: 745px) {
  .scrollbar-y .simplebar-vertical {
    width: 0.90909rem;
  }
}

/*
フォームリセット
==================*/
.contact-form input,
.contact-form button,
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input[type='checkbox'],
.contact-form input[type='radio'] {
  display: none;
}

.contact-form input[type='submit'],
.contact-form input[type='button'],
.contact-form label,
.contact-form button,
.contact-form select {
  cursor: pointer;
}

.contact-form select::-ms-expand {
  display: none;
}

/*
基本装飾
==================*/
.contact-form input,
.contact-form button,
.contact-form select,
.contact-form textarea {
  font-size: 0.8em;
}

.contact-form input, .contact-form textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form input {
  font-size: 17px;
  padding: 10px;
}

.contact-form input[type="file"] {
  border: none;
}

.contact-form .checkbox label,
.contact-form .radio label {
  position: relative;
  padding-left: 1.7em;
  margin: 10px 1em 10px 0;
  display: inline-block;
  line-height: 1em;
}

.contact-form .checkbox label::before,
.contact-form .radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #eee;
}

.contact-form .checkbox label::before {
  border-radius: 0;
}

.contact-form .radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #2a5c27;
  border-radius: 50%;
}

.contact-form .checkbox input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #2a5c27;
  border-bottom: 2px solid #2a5c27;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-form select {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
  background: url(/recruit/assets/images/common/pulldown.svg) no-repeat right center;
  background-size: auto 100%;
  padding-right: 35px;
}

.contact-form textarea {
  margin: 10px 0 0;
  padding: 5px;
  width: 100%;
  height: 8em;
}

.contact-form .button {
  text-align: center;
}

.contact-form .button input {
  background: #A66970;
  padding: 15px 30px;
  color: #fff;
  border: none;
  font-size: 16px;
}

.contact-form .button input:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*
エントリーフォーム
==================*/
#entry_wrap {
  max-width: 980px;
}

#entry_wrap .read_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: YuMincho, 'Yu Mincho', "Sawarabi Mincho", serif;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 745px) {
  #entry_wrap .read_text br {
    display: none;
  }
}

#entry_wrap table {
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 745px) {
  #entry_wrap table tr {
    display: block;
    border-top: 1px dotted #CCC;
    padding: 25px 0;
  }
}

#entry_wrap table th,
#entry_wrap table td {
  font-size: 17px;
  vertical-align: top;
}

@media screen and (min-width: 746px) {
  #entry_wrap table th,
  #entry_wrap table td {
    border-top: 1px dotted #CCC;
    padding: 25px 0;
  }
}

@media screen and (max-width: 745px) {
  #entry_wrap table th,
  #entry_wrap table td {
    display: block;
    width: 100%;
  }
}

#entry_wrap table th p,
#entry_wrap table td p {
  margin-bottom: 15px;
}

#entry_wrap table th p:last-child,
#entry_wrap table td p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 746px) {
  #entry_wrap table th {
    width: 200px;
  }
}

@media screen and (max-width: 745px) {
  #entry_wrap table th {
    margin-bottom: 10px;
  }
  #entry_wrap table th br {
    display: none;
  }
}

@media screen and (min-width: 746px) {
  #entry_wrap table .must,
  #entry_wrap table .any {
    width: 60px;
  }
}

@media screen and (max-width: 745px) {
  #entry_wrap table .must,
  #entry_wrap table .any {
    width: auto;
    float: left;
    margin-right: 10px;
  }
}

#entry_wrap table .must span,
#entry_wrap table .any span {
  background: #a5a5a5;
  padding: 5px;
  line-height: 1em;
  font-size: 12px;
  color: #FFF;
}

#entry_wrap table .must span {
  background: #2a5c27;
}

#entry_wrap .w100 input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#entry_wrap .w50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#entry_wrap .w50 input {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#entry_wrap .wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#entry_wrap .wrap_box p {
  margin-right: 1em;
}

#entry_wrap .note {
  color: #cb2b00;
  font-display: 12px;
}

#entry_wrap .check_privacy {
  margin: 50px 0;
  font-size: 16px;
  text-align: center;
  background: #f5f5f5;
  padding: 10px;
}

@media screen and (max-width: 745px) {
  #entry_wrap .check_privacy label {
    line-height: 1.4em;
  }
}

#entry_wrap .submit_btn {
  text-align: center;
}

#entry_wrap .submit_btn input {
  background: #2b5d26;
  color: #FFF;
  font-size: 22px;
  letter-spacing: 0.2em;
  padding: 20px 3em;
  cursor: pointer;
}

#entry_wrap .submit_btn input:hover {
  background-color: #5d8a4e;
}

/*
@include animation(animationSample 1.2s ease 0.15s);
*/
.anime1 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 1;
}

.anime1.active {
  -webkit-animation: figAnime 1.2s ease 0.2s infinite;
          animation: figAnime 1.2s ease 0.2s infinite;
  animation: figAnime 1.2s ease 0.2s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes figAnime {
  0% {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }
  25% {
    -webkit-transform: translate(10px) rotate(10deg);
            transform: translate(10px) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(0px) rotate(0);
            transform: translate(0px) rotate(0);
  }
  75% {
    -webkit-transform: translate(-10px) rotate(-10deg);
            transform: translate(-10px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(0px) rotate(0);
            transform: translate(0px) rotate(0);
  }
}

@keyframes figAnime {
  0% {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }
  25% {
    -webkit-transform: translate(10px) rotate(10deg);
            transform: translate(10px) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(0px) rotate(0);
            transform: translate(0px) rotate(0);
  }
  75% {
    -webkit-transform: translate(-10px) rotate(-10deg);
            transform: translate(-10px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(0px) rotate(0);
            transform: translate(0px) rotate(0);
  }
}

.ppLazyBg {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 746px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 745px) {
  .sp-none {
    display: none !important;
  }
}

.brown {
  color: #a68252;
}

.dark {
  color: #333;
}

.fontcolor {
  color: #666;
}

/*
ss 3rem 3vw
xs 5rem 5vw
s rr(60) 6vw
m 8rem 8vw
l rr(100) 10vw
ll rr(120) 12vw
*/
.mgt_xxxs {
  margin-top: 2.48344rem;
}

.mgt_xxs {
  margin-top: 3rem;
}

.mgt_xs {
  margin-top: 4.13907rem;
}

.mgt_s {
  margin-top: 4.96689rem;
}

.mgt_ssm {
  margin-top: 5.7947rem;
}

.mgt_ms {
  margin-top: 7.03642rem;
}

.mgt_m {
  margin-top: 8rem;
}

.mgt_l {
  margin-top: 8.27815rem;
}

.mgt_ll {
  margin-top: 9.93377rem;
}

@media screen and (max-width: 745px) {
  .mgt_xxxs_sp {
    margin-top: 1.81819rem;
  }
}

@media screen and (max-width: 745px) {
  .mgt_xxs_sp {
    margin-top: 3vw;
  }
}

@media screen and (max-width: 745px) {
  .mgt_xs_sp {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 745px) {
  .mgt_s_sp {
    margin-top: 6vw;
  }
}

@media screen and (max-width: 745px) {
  .mgt_ms_sp {
    margin-top: 7vw;
  }
}

@media screen and (max-width: 745px) {
  .mgt_m_sp {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .mgt_l_sp {
    margin-top: 3.4091rem;
  }
}

@media screen and (max-width: 745px) {
  .mgt_xl_sp {
    margin-top: 4.09092rem;
  }
}

@media screen and (max-width: 745px) {
  .mgt_ll_sp {
    margin-top: 4.54546rem;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .mgt_xl_tb {
    margin-top: 4.09092rem;
  }
}

.mgb_xxs {
  margin-bottom: 3rem;
}

.mgb_xs {
  margin-bottom: 4.13907rem;
}

.mgb_s {
  margin-bottom: 4.96689rem;
}

.mgb_m {
  margin-bottom: 8rem;
}

.mgb_l {
  margin-bottom: 8.27815rem;
}

.mgb_ll {
  margin-bottom: 9.93377rem;
}

@media screen and (max-width: 745px) {
  .mgb_xxs_sp {
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 745px) {
  .mgb_xs_sp {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 745px) {
  .mgb_s_sp {
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 745px) {
  .mgb_m_sp {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .mgb_l_sp {
    margin-bottom: 3.4091rem;
  }
}

@media screen and (max-width: 745px) {
  .mgb_ll_sp {
    margin-bottom: 12vw;
  }
}

.mgl_xxs {
  margin-left: 3rem;
}

.mgl_xs {
  margin-left: 5rem;
}

.mgl_s {
  margin-left: 4.96689rem;
}

.mgl_m {
  margin-left: 8rem;
}

.mgl_l {
  margin-left: 8.27815rem;
}

.mgl_ll {
  margin-left: 9.93377rem;
}

@media screen and (max-width: 745px) {
  .mgl_xxs_sp {
    margin-left: 3vw;
  }
}

@media screen and (max-width: 745px) {
  .mgl_xs_sp {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 745px) {
  .mgl_s_sp {
    margin-left: 6vw;
  }
}

@media screen and (max-width: 745px) {
  .mgl_m_sp {
    margin-left: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .mgl_l_sp {
    margin-left: 10vw;
  }
}

@media screen and (max-width: 745px) {
  .mgl_ll_sp {
    margin-left: 12vw;
  }
}

.mgr_xxs {
  margin-right: 3rem;
}

.mgr_xs {
  margin-right: 5rem;
}

.mgr_s {
  margin-right: 4.96689rem;
}

.mgr_m {
  margin-right: 8rem;
}

.mgr_l {
  margin-right: 8.27815rem;
}

.mgr_ll {
  margin-right: 9.93377rem;
}

@media screen and (max-width: 745px) {
  .mgr_xxs_sp {
    margin-right: 3vw;
  }
}

@media screen and (max-width: 745px) {
  .mgr_xs_sp {
    margin-right: 5vw;
  }
}

@media screen and (max-width: 745px) {
  .mgr_s_sp {
    margin-right: 6vw;
  }
}

@media screen and (max-width: 745px) {
  .mgr_m_sp {
    margin-right: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .mgr_l_sp {
    margin-right: 10vw;
  }
}

@media screen and (max-width: 745px) {
  .mgr_ll_sp {
    margin-right: 12vw;
  }
}

.mgw_xs {
  margin-right: 5rem;
  margin-left: 5rem;
}

.mgw_s {
  margin-right: 4.96689rem;
  margin-left: 4.96689rem;
}

.mgw_m {
  margin-right: 8rem;
  margin-left: 8rem;
}

.mgw_l {
  margin-right: 10rem;
  margin-left: 10rem;
}

@media screen and (max-width: 745px) {
  .mgw_xs_sp {
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 745px) {
  .mgw_s_sp {
    margin-right: 2.72728rem;
    margin-left: 2.72728rem;
  }
}

@media screen and (max-width: 745px) {
  .mgw_m_sp {
    margin-right: 8vw;
    margin-left: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .mgw_l_sp {
    margin-right: 10vw;
    margin-left: 10vw;
  }
}

.pdt_xxs {
  padding-top: 3rem;
}

.pdt_xs {
  padding-top: 4.13907rem;
}

.pdt_s {
  padding-top: 4.96689rem;
}

.pdt_m {
  padding-top: 8rem;
}

.pdt_l {
  padding-top: 8.27815rem;
}

@media screen and (max-width: 745px) {
  .pdt_xxs_sp {
    padding-top: 3vw;
  }
}

@media screen and (max-width: 745px) {
  .pdt_xs_sp {
    padding-top: 1.13637rem;
  }
}

@media screen and (max-width: 745px) {
  .pdt_s_sp {
    padding-top: 6vw;
  }
}

@media screen and (max-width: 745px) {
  .pdt_m_sp {
    padding-top: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .pdt_l_sp {
    padding-top: 10vw;
  }
}

@media screen and (max-width: 745px) {
  .pdt_ll_sp {
    padding-top: 12vw;
  }
}

.pdb_xxs {
  padding-bottom: 3rem;
}

.pdb_xs {
  padding-bottom: 4.13907rem;
}

.pdb_x {
  padding-bottom: 4.96689rem;
}

.pdb_m {
  padding-bottom: 8rem;
}

.pdb_l {
  padding-bottom: 8.27815rem;
}

.pdb_ll {
  padding-bottom: 9.93377rem;
}

@media screen and (max-width: 745px) {
  .pdb_xxs_sp {
    padding-bottom: 3vw;
  }
}

@media screen and (max-width: 745px) {
  .pdb_xs_sp {
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 745px) {
  .pdb_x_sp {
    padding-bottom: 6vw;
  }
}

@media screen and (max-width: 745px) {
  .pdb_m_sp {
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .pdb_l_sp {
    padding-bottom: 10vw;
  }
}

@media screen and (max-width: 745px) {
  .pdb_ll_sp {
    padding-bottom: 12vw;
  }
}

.pdw_xs {
  padding-right: 5rem;
  padding-left: 5rem;
}

.pdw_s {
  padding-right: 4.96689rem;
  padding-left: 4.96689rem;
}

.pdw_m {
  padding-right: 8rem;
  padding-left: 8rem;
}

.pdw_l {
  padding-right: 10rem;
  padding-left: 10rem;
}

@media screen and (max-width: 745px) {
  .pdw_xs_sp {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 745px) {
  .pdw_s_sp {
    padding-right: 2.72728rem;
    padding-left: 2.72728rem;
  }
}

@media screen and (max-width: 745px) {
  .pdw_m_sp {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .pdw_l_sp {
    padding-right: 10vw;
    padding-left: 10vw;
  }
}

.pdh_xxs {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pdh_xs {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pdh_s {
  padding-top: 4.96689rem;
  padding-bottom: 4.96689rem;
}

.pdh_ms {
  padding-top: 6.62252rem;
  padding-bottom: 6.62252rem;
}

.pdh_m {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pdh_l {
  padding-top: 8.27815rem;
  padding-bottom: 8.27815rem;
}

.pdh_ll {
  padding-top: 9.93377rem;
  padding-bottom: 9.93377rem;
}

@media screen and (max-width: 745px) {
  .pdh_xxs_sp {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
  }
}

@media screen and (max-width: 745px) {
  .pdh_xs_sp {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 745px) {
  .pdh_s_sp {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}

@media screen and (max-width: 745px) {
  .pdh_m_sp {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 745px) {
  .pdh_l_sp {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

@media screen and (max-width: 745px) {
  .pdh_ll_sp {
    padding-top: 4.54546rem;
    padding-bottom: 4.54546rem;
  }
}

#header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

#header .header-flexwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 13.2rem;
}

@media screen and (max-width: 745px) {
  #header .header-flexwp {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header #logo-im {
  width: 11.71358rem;
  position: fixed;
  top: 5.3rem;
  left: 5rem;
  z-index: 9999;
}

@media screen and (max-width: 745px) {
  #header #logo-im {
    width: 12.86366rem;
    left: 1.81819rem;
    top: 2.54546rem;
  }
}

#header #logo-im a {
  position: relative;
}

#header #logo-im a .close {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#header #logo-im a .open {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#header #logo-im a.active .close {
  opacity: 0;
}

#header #logo-im a.active .open {
  opacity: 1;
}

@media screen and (max-width: 745px) {
  #header #nav {
    display: none;
    z-index: 2;
  }
}

#header #nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

#header #nav ul li {
  margin-left: 2.06954rem;
  font-size: 1.15894rem;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

#header .hd-nav-wrap {
  margin-left: auto;
  padding-right: 6.62252rem;
}

#header .hamburger-menu-wrap {
  position: fixed;
  top: 0;
  right: 5rem;
  height: 13.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

@media screen and (max-width: 745px) {
  #header .hamburger-menu-wrap {
    right: 1.81819rem;
    top: 1.72728rem;
    height: auto;
  }
}

#header .hamburger-menu {
  width: 3.76656rem;
  height: 3.76656rem;
  border-radius: 100%;
  border: 1px solid #999;
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media screen and (max-width: 745px) {
  #header .hamburger-menu {
    width: 3.51682rem;
    height: 3.51682rem;
  }
}

#header .hamburger-menu .hamburger-menu-inner {
  position: relative;
  width: 38.45%;
  height: 13.24%;
}

#header .hamburger-menu .hamburger-menu-inner:before, #header .hamburger-menu .hamburger-menu-inner:after {
  content: "";
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .hamburger-menu .hamburger-menu-inner:before {
  top: 0;
  width: 100%;
}

#header .hamburger-menu .hamburger-menu-inner:after {
  bottom: 0;
  width: 70%;
}

#header .hamburger-menu.active {
  z-index: 9999;
}

#header .hamburger-menu.active .hamburger-menu-inner:before, #header .hamburger-menu.active .hamburger-menu-inner:after {
  bottom: auto;
  top: 50%;
  left: 50%;
  width: 100%;
}

#header .hamburger-menu.active .hamburger-menu-inner:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#header .hamburger-menu.active .hamburger-menu-inner:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#header #gNaviHamburger {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9998;
  pointer-events: none;
}

@media screen and (max-width: 745px) {
  #header #gNaviHamburger {
    overflow: hidden;
    height: 100vh;
  }
}

#header #gNaviHamburger.panelactive {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
}

#header #gNaviHamburger:before {
  width: 100%;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
}

#header #g-nav-list {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 745px) {
  #header #g-nav-list {
    margin-top: 9.09093rem;
    overflow: auto;
    height: calc(100svh - 24vw);
    padding: 0 7vw 12vw;
  }
}

#header .g-nav-list-inner .g-nav-flexwp {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  #header .g-nav-list-inner .g-nav-flexwp {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media screen and (max-width: 745px) {
  #header .g-nav-list-inner .g-nav-flexwp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

#header .g-nav-list-inner ul li a {
  color: #fff;
}

#header .g-nav-ul .g-nav-list {
  /*
			margin-bottom: 6rem;
			@include mq-sp{
				margin-bottom: 15px;
			}
			*/
}

#header .g-nav-ul .g-nav-list:last-child {
  margin-bottom: 0;
}

#header .g-nav-ul .g-nav-list > a {
  display: inline-block;
  line-height: 1;
}

#header .g-nav-ul .g-nav-list > a.link_bar:after {
  bottom: -.5rem;
}

#header .g-nav-ul .g-nav-list > a.link_bar:hover {
  color: #fff !important;
}

#header .g-nav-ul .g-nav-list .child-item {
  position: relative;
  padding-left: 2.89735rem;
  margin-top: 1.24172rem;
  counter-increment: mycounter;
  font-size: 1.3245rem;
}

@media screen and (max-width: 745px) {
  #header .g-nav-ul .g-nav-list .child-item {
    padding-left: 2.09091rem;
    margin-top: 1.22727rem;
    line-height: 1;
  }
}

#header .g-nav-ul .g-nav-list .child-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 745px) {
  #header .g-nav-ul .g-nav-list .child-item:last-child {
    margin-bottom: 0px;
  }
}

#header .g-nav-ul .g-nav-list .child-item a {
  display: block;
  line-height: 1;
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 745px) {
  #header .g-nav-ul .g-nav-list .child-item a {
    font-size: 0.98137rem;
    line-height: 1;
  }
}

#header .g-nav-ul .g-nav-list .child-item a:before {
  content: counter(mycounter, decimal-leading-zero);
  font-size: 0.82781rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a68252;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

@media screen and (max-width: 745px) {
  #header .g-nav-ul .g-nav-list .child-item a:before {
    font-size: 0.61318rem;
  }
}

#header .g-nav-ul .g-nav-list .child-item a:hover {
  color: #fff;
}

#header .g-nav-ul .g-nav-list .child-item a:hover:before {
  color: #fff;
}

#header .gNav-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.98013rem;
  font-weight: 600;
  vertical-align: middle;
}

@media screen and (max-width: 745px) {
  #header .gNav-en {
    font-size: 2.20773rem;
  }
}

#header .g-nav-wp02 {
  padding-left: 20vw;
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  #header .g-nav-wp02 {
    padding-left: 5vw;
  }
}

@media screen and (max-width: 745px) {
  #header .g-nav-wp02 {
    padding-left: 0;
  }
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom1 li {
  position: relative;
  margin-right: 1.65563rem;
  font-size: 1.07616rem;
}

@media screen and (max-width: 745px) {
  #header .g-nav-wp02 .g-nav-bottom .g-nav-bottom1 li {
    padding: 0;
    position: relative;
    font-size: 0.79727rem;
    margin-right: 1rem;
  }
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom1 li a {
  color: #999;
  font-weight: 300;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom1 li a:hover {
  color: #fff;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li {
  padding: 0 2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.07616rem;
}

@media screen and (max-width: 745px) {
  #header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li {
    padding: 0 1.7em;
    font-size: 0.79727rem;
  }
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li a {
  padding-left: .192em;
  color: #666;
  font-weight: 300;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(1) {
  display: inline-block;
}

@media screen and (min-width: 746px) and (max-width: 850px) {
  #header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(1) {
    display: block;
  }
}

@media screen and (max-width: 745px) {
  #header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(1) {
    margin-top: 0;
  }
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(1):before {
  background: url("/assets/images/common/x-icon.svg");
  width: 1em;
  height: 1em;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(2) {
  display: inline-block;
}

@media screen and (min-width: 746px) and (max-width: 850px) {
  #header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(2) {
    display: block;
    margin-top: 0.82781rem;
  }
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(2):before {
  background: url("/assets/images/common/ramen-icon.svg");
  width: 1.23em;
  height: 1em;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(3) {
  display: block;
  margin-top: 0.82781rem;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom2 li:nth-child(3):before {
  background: url("/assets/images/common/personal-icon.svg");
  width: 1.077em;
  height: 1.156em;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom3 li {
  padding-left: 2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9106rem;
}

@media screen and (max-width: 745px) {
  #header .g-nav-wp02 .g-nav-bottom .g-nav-bottom3 li {
    position: relative;
    font-size: 0.67455rem;
  }
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom3 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/assets/images/common/arw-icon.png");
  width: 1.455em;
  height: 1em;
}

#header .g-nav-wp02 .g-nav-bottom .g-nav-bottom3 li a {
  color: #999;
  font-weight: 300;
}

/*-----contact-----*/
.contact-wrap {
  text-align: center;
}

.contact-wrap a {
  background: #f9f8f6;
  display: block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.contact-wrap a h2 {
  padding-top: 1vw;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.15894rem;
}

@media screen and (max-width: 745px) {
  .contact-wrap a h2 {
    font-size: 1.0rem;
  }
}

.contact-wrap a .copy {
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 745px) {
  .contact-wrap a .copy {
    width: 65vw;
  }
}

.contact-wrap a .copy .off {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.contact-wrap a .copy .on {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}

.contact-wrap a p {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: 300;
  color: #666666;
  font-size: 1.15894rem;
  line-height: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 745px) {
  .contact-wrap a p {
    white-space: nowrap;
    font-size: 1.0rem;
  }
}

.contact-wrap a:hover {
  background: #a68252;
}

.contact-wrap a:hover h2, .contact-wrap a:hover p {
  color: #fff;
}

.contact-wrap a:hover .off {
  opacity: 0;
}

.contact-wrap a:hover .on {
  opacity: 1;
}

/*-----footer-----*/
#footer {
  background: #333;
}

#footer .footer-flexwp01,
#footer .footer-flexwp02,
#footer .footer-flexwp03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 745px) {
  #footer .footer-flexwp01,
  #footer .footer-flexwp02,
  #footer .footer-flexwp03 {
    display: inherit;
  }
}

#footer .footer-flexwp01 ul,
#footer .footer-flexwp02 ul,
#footer .footer-flexwp03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 745px) {
  #footer .footer-flexwp01 ul,
  #footer .footer-flexwp02 ul,
  #footer .footer-flexwp03 ul {
    display: inherit;
  }
}

#footer .footer-flexwp01 ul li a,
#footer .footer-flexwp02 ul li a,
#footer .footer-flexwp03 ul li a {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: 300;
}

#footer .footer-flexwp01 {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.16);
}

#footer .footer-flexwp01 ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer .footer-flexwp02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.16);
}

@media screen and (max-width: 1100px) {
  #footer .footer-flexwp02 {
    display: block;
  }
}

#footer .footer-flexwp02 ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1100px) {
  #footer .footer-flexwp02 ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#footer .footer-flexwp03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer-flexwp03 ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer .footer-menuwp01 {
  width: 50%;
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp01 {
    width: 100%;
  }
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp01 ul {
    display: grid;
    grid-template-rows: 9vw 9vw;
    grid-template-columns: 41vw 41vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#footer .footer-menuwp01 ul li {
  padding-right: 2.48344rem;
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp01 ul li {
    padding-right: 0;
  }
}

#footer .footer-menuwp01 ul li:last-child {
  padding-right: 0;
}

#footer .footer-menuwp01 ul li a {
  color: #999;
  font-size: 1.15894rem;
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp01 ul li a {
    font-size: 1.27273rem;
  }
}

@media screen and (min-width: 746px) and (max-width: 1100px) {
  #footer .footer-menu-pp {
    margin-bottom: 0.82781rem;
  }
}

@media screen and (max-width: 745px) {
  #footer .footer-menu-pp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#footer .footer-menu-pp ul li {
  position: relative;
  margin-right: 1.65563rem;
  font-size: 1.07616rem;
}

@media screen and (max-width: 745px) {
  #footer .footer-menu-pp ul li {
    padding: 0;
    position: relative;
    font-size: 1rem;
    margin-right: 1rem;
  }
}

#footer .footer-menu-pp ul li a {
  color: #999;
  font-weight: 300;
}

#footer .footer-menuwp02 ul li {
  padding: 0 1.65563rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.07616rem;
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp02 ul li {
    padding: 0px 0px 0 20px;
    position: relative;
    margin-top: 4vw;
  }
}

#footer .footer-menuwp02 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

#footer .footer-menuwp02 ul li a {
  padding-left: .192em;
  color: #666;
  font-weight: 300;
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp02 ul li a {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp02 ul li:nth-child(1) {
    margin-top: 0;
  }
}

#footer .footer-menuwp02 ul li:nth-child(1):before {
  background: url("/assets/images/common/x-icon.svg");
  width: 1em;
  height: 1em;
}

#footer .footer-menuwp02 ul li:nth-child(2):before {
  background: url("/assets/images/common/ramen-icon.svg");
  width: 1.23em;
  height: 1em;
}

#footer .footer-menuwp02 ul li:nth-child(3):before {
  background: url("/assets/images/common/personal-icon.svg");
  width: 1.077em;
  height: 1.156em;
}

#footer .footer-menuwp03 ul li {
  padding-left: 2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9106rem;
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp03 ul li {
    position: relative;
    font-size: 1.0rem;
  }
}

#footer .footer-menuwp03 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/assets/images/common/arw-icon.png");
  width: 1.455em;
  height: 1em;
}

#footer .footer-menuwp03 ul li a {
  color: #999;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 745px) {
  #footer .footer-menuwp03 ul li a {
    font-size: 1.0rem;
  }
}

#footer .footer-logo {
  width: 50%;
}

@media screen and (max-width: 745px) {
  #footer .footer-logo {
    width: 100%;
  }
}

#footer .footer-logoitem {
  width: 11.71358rem;
  display: block;
}

@media screen and (max-width: 745px) {
  #footer .footer-logoitem {
    width: 13.04548rem;
  }
}

#footer small {
  color: rgba(153, 153, 153, 0.5);
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: 300;
  font-size: 0.9106rem;
  text-align: right;
}

@media screen and (max-width: 745px) {
  #footer small {
    font-size: 0.90909rem;
  }
}

#_LOADER {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #efefef;
  z-index: 9999;
}

#_LOADER ._inner {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#_LOADER ._inner figure {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: figAnime 1.2s ease 0.2s infinite;
          animation: figAnime 1.2s ease 0.2s infinite;
  animation: figAnime 1.2s ease 0.2s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.body-lock {
  width: 100%;
  height: 100vh;
}

/*-----mainvisual-----*/
.mainvisual {
  /*
  background: url("../images/mv.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
*/
  height: 100vh;
  position: relative;
  background: #f9f8f6;
}

@media screen and (max-width: 745px) {
  .mainvisual {
    height: 131.76vw;
  }
}

.topmv-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.topmv-item {
  width: 36vw;
}

@media screen and (min-width: 746px) {
  .topmv-item {
    max-width: 620px;
    min-width: 465px;
  }
}

@media screen and (max-width: 745px) {
  .topmv-item {
    width: 71.85vw;
  }
}

.top-wrap .top-copy {
  position: relative;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 745px) {
  .top-wrap .top-copy {
    height: 131.76vw;
  }
}

.top-wrap .top-copy .copy-item {
  position: absolute;
  width: 100%;
  bottom: 8rem;
}

.top-wrap .top-copy-spwp {
  display: none;
}

@media screen and (max-width: 745px) {
  .top-wrap .top-copy-spwp {
    display: inherit;
    position: absolute;
    left: 50%;
    bottom: 14vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.top-wrap .copy-item {
  position: absolute;
  width: 100%;
  bottom: 8rem;
}

@media screen and (max-width: 745px) {
  .top-wrap .copy-item {
    display: none;
  }
}

/*-----aboutus-----*/
.about-wrap .about-imgwp {
  width: 50%;
  padding-left: 5rem;
}

@media screen and (max-width: 745px) {
  .about-wrap .about-imgwp {
    padding-left: 0px;
    width: 100%;
  }
}

.about-wrap .about-imgitem {
  padding-right: 3rem;
}

@media screen and (max-width: 745px) {
  .about-wrap .about-imgitem {
    width: 100%;
    padding-right: 0;
  }
}

.about-wrap .about-txt {
  width: 50%;
  max-width: 42.74834rem;
  padding-right: 5rem;
  margin-left: 5rem;
}

@media screen and (max-width: 745px) {
  .about-wrap .about-txt {
    width: 100%;
    max-width: none;
    padding-right: 0;
    margin-left: 0;
  }
}

.about-wrap .about-flexwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 745px) {
  .about-wrap .about-flexwp {
    display: inherit;
  }
}

/*-----business-----*/
.business-wrap {
  background: #f9f8f6;
}

.business-wrap .business-flexwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business-wrap .business-imgwp {
  width: 50%;
  padding-right: 5rem;
  padding-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media screen and (max-width: 745px) {
  .business-wrap .business-imgwp {
    display: none;
  }
}

.business-wrap .business-imgitem {
  width: 100%;
}

.business-wrap .business-imgitem img {
  height: auto;
}

.business-wrap .business-txt {
  padding-left: 10rem;
}

@media screen and (max-width: 745px) {
  .business-wrap .business-txt {
    width: 100%;
    padding-left: 0px;
  }
}

.business-wrap .business-list {
  padding-left: 10rem;
  padding-right: 4rem;
  width: 50%;
}

@media screen and (max-width: 745px) {
  .business-wrap .business-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.business-wrap .business-list li {
  border-bottom: 1px solid #d8d8d8;
  counter-increment: blcounter;
  overflow: hidden;
}

.business-wrap .business-list li:first-child {
  padding-top: 0;
}

.business-wrap .business-list li a {
  display: block;
  position: relative;
  line-height: 1;
  padding-left: 5.13245rem;
}

@media screen and (max-width: 745px) {
  .business-wrap .business-list li a {
    padding-left: 3.63637rem;
  }
}

.business-wrap .business-list li a p:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}

.business-wrap .business-list li a p:nth-child(1) span {
  letter-spacing: 0;
  color: #999999;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 0.99338rem;
}

@media screen and (max-width: 745px) {
  .business-wrap .business-list li a p:nth-child(1) span {
    font-size: 1.09091rem;
  }
}

.business-wrap .business-list li a p:nth-child(2) {
  padding-top: 0.82781rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}

@media screen and (max-width: 745px) {
  .business-wrap .business-list li a p:nth-child(2) {
    padding-top: 1.22727rem;
  }
}

.business-wrap .business-list li a p:nth-child(2) span {
  font-size: 1.98675rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 745px) {
  .business-wrap .business-list li a p:nth-child(2) span {
    white-space: nowrap;
    font-size: 1.63637rem;
  }
}

.business-wrap .business-list li a p span {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.business-wrap .business-list li a:before {
  content: counter(blcounter, decimal-leading-zero);
  color: #a68252;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.15894rem;
}

@media screen and (max-width: 745px) {
  .business-wrap .business-list li a:before {
    font-size: 1.09091rem;
  }
}

.business-wrap .business-list li a:hover p {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.business-wrap .business-list li a:hover p span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.business-wrap .business-list li a:hover p:nth-child(1) span {
  color: #a68252;
}

.business-wrap .business-list li a:hover:before {
  opacity: 0;
}

/*-----culture-----*/
.culture-section {
  position: relative;
  height: 100vh;
}

.culture-bg-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.culture-bg-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
}

.culture-bg-wrap .bg-1, .culture-bg-wrap .bg-2, .culture-bg-wrap .bg-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  z-index: 1;
}

.culture-bg-wrap .bg-1 {
  background-image: url("/assets/images/top/bg01.svg");
  -webkit-animation: footbgscroll01 150s linear 0s infinite normal none running;
          animation: footbgscroll01 150s linear 0s infinite normal none running;
}

.culture-bg-wrap .bg-2 {
  background-image: url("/assets/images/top/bg02.svg");
  -webkit-animation: footbgscroll02 120s linear 0s infinite normal none running;
          animation: footbgscroll02 120s linear 0s infinite normal none running;
}

.culture-bg-wrap .bg-3 {
  background-image: url("/assets/images/top/bg03.svg");
  -webkit-animation: footbgscroll03 180s linear 0s infinite normal none running;
          animation: footbgscroll03 180s linear 0s infinite normal none running;
}

.culture-item-wrap .culture-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.culture-item-wrap .culture-item-inner:after {
  content: "CULTURE";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 10.00745rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
}

@media screen and (max-width: 745px) {
  .culture-item-wrap .culture-item-inner:after {
    font-size: 6.31138rem;
  }
}

.culture-item-wrap .culture-item-icon {
  position: absolute;
  height: calc(100vh - 16rem);
  width: calc(calc(100vh - 16rem) * 0.7678);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 745px) {
  .culture-item-wrap .culture-item-icon {
    height: calc(104.34vw - 24vw);
    width: calc(calc(104.34vw - 24vw) * 0.7837);
  }
}

.culture-item-wrap .culture-item-icon .btn {
  position: absolute;
  width: 9.93377rem;
  height: 9.93377rem;
  border-radius: 100%;
  background: #a68252;
  position: absolute;
  bottom: -4rem;
  right: -4rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 745px) {
  .culture-item-wrap .culture-item-icon .btn {
    width: 18.8vw;
    height: 18.8vw;
    bottom: -7vw;
    right: -7vw;
  }
}

.culture-item-wrap .culture-item-icon .btn:hover {
  width: 12.00331rem;
  height: 12.00331rem;
  bottom: calc(-4rem - calc(rr(25) / 2));
}

@media screen and (max-width: 745px) {
  .culture-item-wrap .culture-item-icon .btn:hover {
    width: 22.71vw;
    height: 22.71vw;
    bottom: -8.955vw;
    right: -8.955vw;
  }
}

.culture-item-wrap .culture-item-icon .btn .ic {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.culture-item-wrap .culture-item-icon .btn .ic:after {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.culture-item-wrap .culture-item-box {
  position: absolute;
  height: calc(100vh - 16rem);
  width: calc(calc(100vh - 16rem) * 0.7678);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 1.15894rem;
}

@media screen and (max-width: 745px) {
  .culture-item-wrap .culture-item-box {
    height: calc(104.34vw - 24vw);
    width: calc(calc(104.34vw - 24vw) * 0.7837);
  }
}

.culture-item-wrap .culture-item-item {
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  overflow: hidden;
}

.culture-item-wrap .culture-item-photo {
  background-image: url("/assets/images/top/culture-img.jpg");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*-----recruit-----*/
.recruit-wrap {
  position: relative;
  overflow: hidden;
}

.recruit-wrap .recruit-flexwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 745px) {
  .recruit-wrap .recruit-flexwp {
    display: inherit;
  }
}

.recruit-wrap .recruit-txt {
  width: 50%;
  padding-left: 10rem;
  padding-right: 8rem;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .recruit-wrap .recruit-txt {
    padding-right: 3rem;
  }
}

@media screen and (max-width: 745px) {
  .recruit-wrap .recruit-txt {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.recruit-wrap .recruit-imgwp {
  width: 50%;
}

.recruit-wrap .slider-flexwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-wrap .slider-flexwp ul li {
  width: 16vw;
  padding-top: 2vw;
}

.recruit-wrap .slider01-wp, .recruit-wrap .slider02-wp {
  width: 245px;
  height: 1448px;
  position: absolute;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: 1;
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .recruit-wrap .slider01-wp, .recruit-wrap .slider02-wp {
    width: 20vw;
    opacity: 0.3;
  }
}

@media screen and (max-width: 745px) {
  .recruit-wrap .slider01-wp, .recruit-wrap .slider02-wp {
    width: 25vw;
    height: 250vw;
    opacity: 0.3;
  }
}

.recruit-wrap .slider01-wp {
  background: url("/assets/images/top/slideimg_1.png") top left/100% repeat-y;
  right: 520px;
  top: -200px;
  -webkit-animation: footbgscroll1 40s linear 0s infinite normal none running;
          animation: footbgscroll1 40s linear 0s infinite normal none running;
}

@media screen and (min-width: 1026px) and (max-width: 1300px) {
  .recruit-wrap .slider01-wp {
    right: 390px;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .recruit-wrap .slider01-wp {
    right: 35vw;
  }
}

@media screen and (max-width: 745px) {
  .recruit-wrap .slider01-wp {
    right: 26vw;
  }
}

.recruit-wrap .slider02-wp {
  background: url("/assets/images/top/slideimg_2.png") top left/100% repeat-y;
  right: 175px;
  top: -200px;
  -webkit-animation: footbgscroll2 40s linear 0s infinite normal none running;
          animation: footbgscroll2 40s linear 0s infinite normal none running;
}

@media screen and (min-width: 1026px) and (max-width: 1300px) {
  .recruit-wrap .slider02-wp {
    right: 45px;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .recruit-wrap .slider02-wp {
    right: 7vw;
  }
}

@media screen and (max-width: 745px) {
  .recruit-wrap .slider02-wp {
    right: -9vw;
  }
}

@-webkit-keyframes footbgscroll1 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 1448px;
  }
}

@keyframes footbgscroll1 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 1448px;
  }
}

@-webkit-keyframes footbgscroll2 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -1448px;
  }
}

@keyframes footbgscroll2 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -1448px;
  }
}

@-webkit-keyframes footbgscroll01 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -6000px;
  }
}

@keyframes footbgscroll01 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -6000px;
  }
}

@-webkit-keyframes footbgscroll02 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -6000px;
  }
}

@keyframes footbgscroll02 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -6000px;
  }
}

@-webkit-keyframes footbgscroll03 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -6000px;
  }
}

@keyframes footbgscroll03 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -6000px;
  }
}

.company_logo {
  background: #333;
}

@media screen and (min-width: 746px) {
  .company_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 746px) {
  .company_logo .company_logo_txt {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 2.2351rem;
  }
}

.company_logo .company_logo_img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 746px) {
  .company_logo .company_logo_img {
    width: 50%;
    padding-right: 8rem;
  }
}

@media screen and (min-width: 1025px) {
  .company_overview .company_overview_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.company_overview .company_overview_table .company_overview_table_box {
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (min-width: 1025px) {
  .company_overview .company_overview_table .company_overview_table_box {
    width: 46.84%;
  }
}

.company_overview .company_overview_table .company_overview_table_box dl {
  border-top: 1px solid #d8d8d8;
}

@media screen and (min-width: 1025px) {
  .company_overview .company_overview_table .company_overview_table_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.47682rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .company_overview .company_overview_table .company_overview_table_box dl {
    padding: 2.27273rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .company_overview .company_overview_table .company_overview_table_box dl dt {
    width: 29.32%;
  }
}

@media screen and (max-width: 1024px) {
  .company_overview .company_overview_table .company_overview_table_box dl dd {
    font-size: 1.18182rem;
    margin-top: 1.59091rem;
  }
}

@media screen and (min-width: 1025px) {
  .company_overview .company_overview_table .company_overview_table_box dl dd {
    width: 70.68%;
  }
}

@media screen and (max-width: 1024px) {
  .company_overview .company_overview_table .company_overview_table_box dl .txt {
    line-height: 1.73;
  }
}

@media screen and (max-width: 1024px) {
  .company_overview .company_overview_table .company_overview_table_box dl .txt.sp_nallow {
    letter-spacing: 0.02em;
  }
}

.company_history .company_history_slider {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100vw;
}

.company_history .company_history_slider::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 746px) {
  .company_history .company_history_slider {
    margin-left: -10rem;
  }
}

@media screen and (max-width: 745px) {
  .company_history .company_history_slider {
    margin-left: -7vw;
  }
}

.company_history .company_history_slider .company_history_slider_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (min-width: 746px) {
  .company_history .company_history_slider .company_history_slider_inner {
    width: 132.45033rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 745px) {
  .company_history .company_history_slider .company_history_slider_inner {
    width: 97.2729rem;
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.company_history .company_history_slider .company_history_slider_inner .company_history_slider_item {
  width: 33.11258rem;
  padding: 5.38079rem;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (max-width: 745px) {
  .company_history .company_history_slider .company_history_slider_inner .company_history_slider_item {
    width: 24.31823rem;
    padding: 4.54546rem 2.72728rem;
  }
}

.company_history .company_history_slider .company_history_slider_inner .company_history_slider_item:first-child {
  border-left: 1px solid #d8d8d8;
  border-top-left-radius: 1.15894rem;
  border-bottom-left-radius: 1.15894rem;
}

.company_history .company_history_slider .company_history_slider_inner .company_history_slider_item:last-child {
  border-top-right-radius: 1.15894rem;
  border-bottom-right-radius: 1.15894rem;
}

.company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .year {
  font-size: 1.65563rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 2.06954rem;
}

@media screen and (max-width: 745px) {
  .company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .year {
    font-size: 1.45455rem;
  }
}

@media screen and (min-width: 746px) {
  .company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 745px) {
  .company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl:nth-child(n+2) {
    margin-top: 1.59091rem;
  }
}

.company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl dt {
  color: #999;
}

@media screen and (min-width: 746px) {
  .company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl dt {
    width: 23.73%;
    text-align: right;
    padding-right: 2.48344rem;
  }
}

@media screen and (max-width: 745px) {
  .company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl dt {
    color: #ad7f49;
    margin-bottom: 1.36364rem;
  }
}

.company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl dd {
  color: #999;
}

@media screen and (min-width: 746px) {
  .company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl dd {
    width: 76.27%;
  }
}

.company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl dd figure {
  display: block;
  border: 1px solid #ccc;
  padding: 0.99338rem;
  margin-top: 1.24172rem;
}

@media screen and (max-width: 745px) {
  .company_history .company_history_slider .company_history_slider_inner .company_history_slider_item .list dl dd figure {
    margin-top: 2.72728rem;
  }
}

.company_history .company_history_slider .simplebar-horizontal {
  width: calc(100vw - 20rem) !important;
}

@media screen and (max-width: 745px) {
  .company_history .company_history_slider .simplebar-horizontal {
    width: 86vw !important;
  }
}

@media screen and (min-width: 746px) {
  .company_content .company_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company_content .company_flex.flex_rvs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 746px) {
  .company_content .company_flex .company_content_img {
    width: 39.53%;
  }
}

@media screen and (min-width: 746px) {
  .company_content .company_flex .company_content_txt {
    width: 50.87%;
  }
}

.company_content .company_flex .company_content_txt .ttl {
  border-bottom: 1px solid #d8d8d8;
}

.company_content .company_flex .company_content_txt ul li {
  counter-increment: cccounter;
}

.company_content .company_flex .company_content_txt ul li .h3 {
  color: #333;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

@media screen and (min-width: 746px) {
  .company_content .company_flex .company_content_txt ul li .h3 {
    font-size: 1.89197rem;
    padding-left: 3.31126rem;
  }
}

@media screen and (max-width: 745px) {
  .company_content .company_flex .company_content_txt ul li .h3 {
    font-size: 1.54546rem;
    padding-left: 2.27273rem;
  }
}

.company_content .company_flex .company_content_txt ul li .h3:before {
  content: counter(cccounter, decimal-leading-zero);
  color: #999;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0.7rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.3245rem;
}

@media screen and (max-width: 745px) {
  .company_content .company_flex .company_content_txt ul li .h3:before {
    top: 0.8rem;
    font-size: 0.96909rem;
  }
}

@media screen and (min-width: 746px) {
  .culture_sec2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .culture_sec2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 746px) {
  .culture_sec2 .culture_sec2_photo {
    width: 40.72848rem;
  }
}

@media screen and (min-width: 746px) {
  .culture_sec2 .culture_sec2_txt {
    width: 58.77483rem;
    padding-left: 9.93377rem;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .culture_sec2 .culture_sec2_txt {
    padding-left: 6vw;
  }
}

@media screen and (min-width: 746px) {
  .culture_sec3 {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

@media screen and (min-width: 746px) {
  .culture_sec3 .culture_sec3_photo {
    width: 50%;
    position: relative;
  }
  .culture_sec3 .culture_sec3_photo .culture_sec3_photo1 {
    display: block;
    width: 78.75%;
    height: auto;
    margin-left: auto;
    margin-right: -5rem;
  }
  .culture_sec3 .culture_sec3_photo .culture_sec3_photo2 {
    display: block;
    width: 50.15%;
    height: auto;
    margin-left: 1.90397rem;
    margin-top: -7.86424rem;
  }
}

@media screen and (min-width: 746px) {
  .culture_sec3 .culture_sec3_txt {
    width: 50%;
    padding-right: 8.69205rem;
  }
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .culture_sec3 .culture_sec3_txt {
    padding-right: 6vw;
  }
}

.work_culture {
  position: relative;
  overflow: hidden;
}

.work_culture .culture-bg-wrap {
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #333;
  /*
		.bg-1,.bg-2,.bg-3{
			animation: none;
		}
		*/
}

@media screen and (min-width: 746px) {
  .work_culture .culture-bg-wrap {
    background-image: url("/assets/images/culture/work_cultule_bg.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.work_culture .culture-bg-wrap:after {
  display: none;
}

.work_culture .work_culture_inner {
  position: relative;
  z-index: 5;
}

.work_culture .ttl .ttl_flex {
  width: 100%;
}

@media screen and (min-width: 746px) {
  .work_culture .ttl .ttl_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 746px) {
  .work_culture .ttl .ttl_flex h2, .work_culture .ttl .ttl_flex .h2 {
    width: 50%;
    line-height: 1.4;
  }
}

@media screen and (min-width: 746px) {
  .work_culture .ttl .ttl_flex .txt {
    width: 50%;
  }
}

.work_culture .work_culture_slider {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.work_culture .work_culture_slider::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 746px) {
  .work_culture .work_culture_slider {
    width: 100vw;
    margin-left: -10rem;
  }
}

@media screen and (min-width: 746px) {
  .work_culture .work_culture_slider .work_culture_slider_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10rem;
    padding-right: 10rem;
    width: 133.85762rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item {
  counter-increment: wccounter;
}

@media screen and (min-width: 746px) {
  .work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item {
    width: 42.21854rem;
  }
  .work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item:nth-child(n+2) {
    margin-left: 3.60099rem;
  }
}

@media screen and (max-width: 745px) {
  .work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item .work_culture_slider_txt {
  padding-left: 4.96689rem;
  position: relative;
}

@media screen and (max-width: 745px) {
  .work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item .work_culture_slider_txt {
    margin: 0;
    padding-left: 3.63637rem;
  }
}

.work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item .work_culture_slider_txt:before {
  content: counter(wccounter, decimal-leading-zero);
  color: #a68252;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.15894rem;
}

@media screen and (max-width: 745px) {
  .work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item .work_culture_slider_txt:before {
    font-size: 1.09091rem;
  }
}

.work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item .work_culture_slider_txt .work_culture_slider_ttl p {
  line-height: 1.5;
  letter-spacing: 0;
  color: #999999;
  font-weight: 600;
  font-size: 0.99338rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

@media screen and (max-width: 745px) {
  .work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item .work_culture_slider_txt .work_culture_slider_ttl p {
    font-size: 1.09091rem;
    line-height: 1;
  }
}

.work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item .work_culture_slider_txt .work_culture_slider_ttl .h3 {
  padding-top: 2.06954rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  font-size: 1.82119rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 745px) {
  .work_culture .work_culture_slider .work_culture_slider_inner .work_culture_slider_item .work_culture_slider_txt .work_culture_slider_ttl .h3 {
    padding-top: 1.22727rem;
    font-size: 1.63637rem;
  }
}

.recruit_interview {
  background: #333;
  position: relative;
}

.recruit_interview .interview_slider_wrap {
  width: 100vw;
  margin-left: -10rem;
}

@media screen and (max-width: 745px) {
  .recruit_interview .interview_slider_wrap {
    margin-left: -7vw;
  }
}

.recruit_interview .interview_slider_wrap .interview_arw {
  position: absolute;
  right: 10rem;
  top: 11rem;
  width: 13.16225rem;
  z-index: 1;
}

@media screen and (max-width: 745px) {
  .recruit_interview .interview_slider_wrap .interview_arw {
    right: 7vw;
    top: 15vw;
    width: 11.28138rem;
  }
}

.recruit_interview .interview_slider_wrap .interview_arw .arw_prev, .recruit_interview .interview_slider_wrap .interview_arw .arw_next {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 5.262rem;
  height: 5.262rem;
  background-image: url("/assets/images/common/arw_sld.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 745px) {
  .recruit_interview .interview_slider_wrap .interview_arw .arw_prev, .recruit_interview .interview_slider_wrap .interview_arw .arw_next {
    background-image: url("/assets/images/common/arw_sld_sp.svg");
    width: 4.87365rem;
    height: 4.87365rem;
  }
}

.recruit_interview .interview_slider_wrap .interview_arw .arw_prev:hover, .recruit_interview .interview_slider_wrap .interview_arw .arw_next:hover {
  opacity: 0.6;
}

.recruit_interview .interview_slider_wrap .interview_arw .arw_prev {
  left: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.recruit_interview .interview_slider_wrap .interview_arw .arw_next {
  right: 0;
}

.recruit_interview .interview_slider_wrap .interview_slider .slick-list {
  padding-left: 10rem;
  padding-right: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 745px) {
  .recruit_interview .interview_slider_wrap .interview_slider .slick-list {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.recruit_interview .interview_slider_wrap .interview_slider .item {
  width: 31.74669rem;
  padding: 0 3.72517rem 0 0;
}

@media screen and (max-width: 745px) {
  .recruit_interview .interview_slider_wrap .interview_slider .item {
    width: 32.22733rem;
    padding: 0 3.18182rem 0 0;
  }
}

.recruit_interview .interview_slider_wrap .interview_slider .item:last-child {
  width: 28.02152rem;
  padding: 0;
}

@media screen and (max-width: 745px) {
  .recruit_interview .interview_slider_wrap .interview_slider .item:last-child {
    width: 29.04551rem;
  }
}

.recruit_interview .interview_slider_wrap .interview_slider .item .item_inner {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.recruit_interview .interview_slider_wrap .interview_slider .item .item_inner:hover {
  opacity: 0.6;
}

.interview_txt .shoulder {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.92591rem;
  font-weight: 600;
  line-height: 1;
  color: #a68252;
  letter-spacing: 0;
}

@media screen and (max-width: 745px) {
  .interview_txt .shoulder {
    font-size: 1.0rem;
  }
}

.interview_txt .name {
  margin-top: 1.24172rem;
}

@media screen and (max-width: 745px) {
  .interview_txt .name {
    margin-top: 1.36364rem;
  }
}

.interview_txt .name .main {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.18543rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 745px) {
  .interview_txt .name .main {
    font-size: 1.63637rem;
  }
}

.interview_txt .name .nickname {
  display: inline-block;
  font-size: 0.92591rem;
  line-height: 1;
  color: #ccc;
  letter-spacing: 0;
  margin-left: 1.24172rem;
}

@media screen and (max-width: 745px) {
  .interview_txt .name .nickname {
    font-size: 1.0rem;
    margin-left: 1.09091rem;
  }
}

.interview_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}

.interview_modal.active {
  opacity: 1;
  pointer-events: auto;
}

.interview_modal .modal_content {
  position: absolute;
  width: calc(100% - 20rem);
  height: calc(100% - 16rem);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  overflow: hidden;
  border-radius: 1.15894rem;
  background: #fff;
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .interview_modal .modal_content {
    width: calc(100% - 40rem);
  }
}

@media screen and (max-width: 745px) {
  .interview_modal .modal_content {
    width: 86vw;
    height: 80vh;
  }
}

@media screen and (max-width: 1024px) {
  .interview_modal .modal_content {
    overflow: auto;
  }
}

@media screen and (min-width: 1025px) {
  .interview_modal .modal_content .modal_content_inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1025px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_txt {
    padding: 8.27815rem 3.5596rem 8.27815rem 8.27815rem;
    width: 59.02%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_txt {
    padding: 4.54546rem 7vw;
  }
}

.interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner {
  height: 100%;
  overflow: auto;
}

@media screen and (min-width: 1025px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner {
    padding-right: 9.10596rem;
  }
}

.interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner dl {
  counter-increment: mctcounter;
}

.interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner dl dt {
  padding-left: 4.96689rem;
  position: relative;
}

@media screen and (max-width: 745px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner dl dt {
    padding-left: 3.4091rem;
  }
}

.interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner dl dt:before {
  content: counter(mctcounter, decimal-leading-zero);
  color: #a68252;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.15894rem;
}

@media screen and (max-width: 745px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner dl dt:before {
    top: 0.5em;
    font-size: 1.09091rem;
  }
}

.interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner dl dd {
  padding-left: 4.96689rem;
}

@media screen and (max-width: 745px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_txt .modal_content_txt_inner dl dd {
    padding-left: 3.4091rem;
  }
}

.interview_modal .modal_content .modal_content_inner .modal_content_img {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_img {
    width: 40.98%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_img {
    width: 100%;
    height: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-bottom: 85.5%;
  }
}

.interview_modal .modal_content .modal_content_inner .modal_content_img .interview_th_txt {
  position: absolute;
  left: 8.27815rem;
  bottom: 4.96689rem;
}

@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_img .interview_th_txt {
    left: 4.96689rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_img .interview_th_txt {
    left: 3.31126rem;
  }
}

@media screen and (max-width: 1024px) {
  .interview_modal .modal_content .modal_content_inner .modal_content_img .interview_th_txt {
    left: 7vw;
    bottom: 4.09092rem;
  }
}

.interview_modal .modal_ovl {
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.interview_modal .modal_close {
  width: 6.48013rem;
  height: 6.48013rem;
  position: absolute;
  z-index: 100;
  top: 8rem;
  right: 10rem;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
  cursor: pointer;
}

@media screen and (min-width: 746px) and (max-width: 1024px) {
  .interview_modal .modal_close {
    right: 20rem;
  }
}

@media screen and (max-width: 745px) {
  .interview_modal .modal_close {
    top: 10vh;
    right: 7vw;
  }
}

.interview_modal .modal_close:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #a68252;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.interview_modal .modal_close:after {
  content: '×';
  font-size: 1.15894rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 10;
  letter-spacing: 0;
  line-height: 1;
}

.interview_modal .modal_close:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.recruit_environment .env_content .env_block {
  border-top: 1px solid #aeaeae;
}

@media screen and (min-width: 1025px) {
  .recruit_environment .env_content .env_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.recruit_environment .env_content .env_block .env_block_ttl {
  padding-left: 6.20861rem;
  counter-increment: evcounter;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .recruit_environment .env_content .env_block .env_block_ttl {
    width: 31.95%;
  }
}

@media screen and (max-width: 745px) {
  .recruit_environment .env_content .env_block .env_block_ttl {
    padding-left: 3.63637rem;
  }
}

.recruit_environment .env_content .env_block .env_block_ttl:before {
  content: counter(evcounter, decimal-leading-zero);
  color: #a68252;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -0.2em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.15894rem;
}

@media screen and (max-width: 745px) {
  .recruit_environment .env_content .env_block .env_block_ttl:before {
    top: 0;
    font-size: 1.09091rem;
  }
}

.recruit_environment .env_content .env_block .env_block_ttl p {
  font-size: 0.99338rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

@media screen and (max-width: 745px) {
  .recruit_environment .env_content .env_block .env_block_ttl p {
    font-size: 1.09091rem;
  }
}

.recruit_environment .env_content .env_block .env_block_ttl h3, .recruit_environment .env_content .env_block .env_block_ttl .h3 {
  font-size: 1.82119rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 745px) {
  .recruit_environment .env_content .env_block .env_block_ttl h3, .recruit_environment .env_content .env_block .env_block_ttl .h3 {
    font-size: 1.63637rem;
  }
}

@media screen and (min-width: 1025px) {
  .recruit_environment .env_content .env_block .env_block_content {
    width: 68.05%;
  }
}

@media screen and (min-width: 746px) {
  .recruit_environment .env_content .env_block .env_block_content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 746px) and (max-width: 1200px) {
  .recruit_environment .env_content .env_block .env_block_content li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 746px) {
  .recruit_environment .env_content .env_block .env_block_content li > figure {
    width: 39.5%;
  }
}

@media screen and (min-width: 746px) {
  .recruit_environment .env_content .env_block .env_block_content li > div {
    width: 52.98%;
  }
}

.recruit_environment .env_content .env_block .env_block_content li > div h4, .recruit_environment .env_content .env_block .env_block_content li > div .h4 {
  font-size: 1.65563rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 745px) {
  .recruit_environment .env_content .env_block .env_block_content li > div h4, .recruit_environment .env_content .env_block .env_block_content li > div .h4 {
    font-size: 1.45455rem;
  }
}

.recruit_environment .env_content .env_block .env_block_content li > div .txt {
  color: #333;
}

.recruit_benefits {
  background-color: #f9f8f6;
}

.recruit_benefits .benefits_list {
  background: #fff;
  border: 1px solid #aeaeae;
  border-radius: 1.15894rem;
}

@media screen and (min-width: 746px) {
  .recruit_benefits .benefits_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.recruit_benefits .benefits_list li {
  counter-increment: blcounter;
}

@media screen and (min-width: 746px) {
  .recruit_benefits .benefits_list li {
    width: calc(100% / 3);
    padding-left: 4.13907rem;
    padding-right: 3.06291rem;
    border-right: 1px solid #aeaeae;
  }
  .recruit_benefits .benefits_list li:nth-child(n+4) {
    border-top: 1px solid #aeaeae;
  }
  .recruit_benefits .benefits_list li:nth-child(3n) {
    border-right: none;
  }
}

@media screen and (max-width: 745px) {
  .recruit_benefits .benefits_list li {
    padding-left: 2.72728rem;
    padding-right: 4.96689rem;
  }
  .recruit_benefits .benefits_list li:nth-child(n+2) {
    border-top: 1px solid #aeaeae;
  }
}

.recruit_benefits .benefits_list li p {
  padding-left: 3.1457rem;
  color: #333;
}

@media screen and (max-width: 745px) {
  .recruit_benefits .benefits_list li p {
    padding-left: 3.4091rem;
  }
}

.recruit_benefits .benefits_list li .main {
  position: relative;
  font-size: 1.3245rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 745px) {
  .recruit_benefits .benefits_list li .main {
    font-size: 1.36364rem;
  }
}

.recruit_benefits .benefits_list li .main:before {
  content: counter(blcounter, decimal-leading-zero);
  color: #a68252;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0.15em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.15894rem;
}

@media screen and (max-width: 745px) {
  .recruit_benefits .benefits_list li .main:before {
    top: 0.3em;
    font-size: 1.09091rem;
  }
}

.recruit_benefits .benefits_list li .sub {
  font-size: 0.99338rem;
  letter-spacing: 0.04em;
  line-height: 1.58;
  margin-top: 1.24172rem;
}

@media screen and (max-width: 745px) {
  .recruit_benefits .benefits_list li .sub {
    margin-top: 0.90909rem;
    font-size: 1.0rem;
  }
}

.recruit_number {
  background: #333;
  position: relative;
}

.recruit_number .number_list {
  border: 1px solid #717171;
  border-radius: 1.15894rem;
}

@media screen and (min-width: 746px) {
  .recruit_number .number_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.recruit_number .number_list li {
  text-align: center;
}

@media screen and (min-width: 746px) {
  .recruit_number .number_list li {
    width: calc(100% / 3);
    position: relative;
    padding: 0 5.38079rem;
  }
  .recruit_number .number_list li:after {
    content: "";
    display: block;
    width: 1px;
    height: 8.0298rem;
    position: absolute;
    top: 60%;
    right: 0;
    background: #646464;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit_number .number_list li:nth-child(3n):after {
    display: none;
  }
}

.recruit_number .number_list li h3, .recruit_number .number_list li .h3 {
  color: #fff;
  font-size: 1.49007rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.recruit_number .number_list li .number span {
  display: inline-block;
}

.recruit_number .number_list li .number .large {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #a68252;
  line-height: 1;
  letter-spacing: -0.04em;
  font-size: 9.58485rem;
}

.recruit_number .number_list li .number .small {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1;
  font-size: 1.9019rem;
  letter-spacing: 0.02em;
  margin-left: 0.3em;
}

.number_time {
  text-align: right;
}

/*# sourceMappingURL=style.min.css.map */
