@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2em;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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;
}

img, img a, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

/* googlefont import*/
/*　画面サイズが768pxから*/
/*

font-family: 'IBM Plex Sans JP', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Rubik', sans-serif;

*/
a {
  color: #cccccc;
}

.pc {
  display: block;
}
@media screen and (max-width: 920px) {
  .pc {
    display: none;
  }
}

.sm {
  display: none;
}
@media screen and (max-width: 920px) {
  .sm {
    display: block;
  }
}

/*.globalnav{

	svg{
		width: 100%;
	}

	a{
		text-decoration: none;
	}


	.logos{
		position: fixed;
			display: block;
			color: #000;
			top: 30px;
			left: 30px;
			z-index: 10;
			mix-blend-mode: exclusion;

		@include max($tb){
			top: 25px;
			left: 20px;
			img{
				width: 200px;
			}
		}
	}


	.navToggle {
		width: 125px;
		height: 125px;
		display: block;
		margin: 0;
		right: 0;
		top: 0;
		position: fixed;
		mix-blend-mode: exclusion;
		cursor: pointer;
		z-index: 100;
		text-align: center;
		@include max($mbp){
			width: 90px;
			height: 90px;
		}

        span {
            display: block;
            position: absolute; 
            width: 30px;
            border-bottom: solid 3px #fff;
            -webkit-transition: .35s ease-in-out;
            -moz-transition: .35s ease-in-out;
            transition: .35s ease-in-out;
            left: 40px;

            @include max($mbp){
                left: 30px;
            }
        }


        span:nth-child(1) {
            width: 40px;
            top: 33px;
            @include max($mbp){
                width: 30px;
                top: 25px;
            }
        }

        span:nth-child(2) {
            width: 30px;
            top: 44px;
            @include max($mbp){
                width: 20px;
                top: 35px;
            }
        }
        span:nth-child(3) {
            width: 20px;
            top: 54px;
            @include max($mbp){
                width: 10px;
                top: 46px;
            }
        }
        span:nth-child(4) {
            border: none;
            color: #333;
            background: #333;
            font-size: 9px;
            font-weight: bold;
            top: 34px;
        }
	}


	.navToggle.active{
        span:nth-child(1) {
            top: 40px;
            left:40px;
            width: 40px;
            border-bottom: solid 3px #fff;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
            @include max($mbp){
                top: 33px;
                left: 26px;
            }
        }

	span:nth-child(2),
	span:nth-child(3) {
		top: 40px;
		width: 40px;
		border-bottom: solid 3px #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		@include max($mbp){
			top: 34px;
			left: 26px;
		}
	}

} 

	#globalMenuSp {
			position: fixed;
			z-index: -99;
			left: 0;
			top: 0;
			bottom: 0;
			color: #000;
			width: 100%;
			background: #E9E8E6;
			opacity: 0;
			display: block;
    		overflow-x: hidden;
			.navilist{
				margin: 150px auto;
				width: 80%;
				position: relative;
				z-index: 999999;
				@include max($tb){
					width: 100%;
					margin: 50px auto;
				}
			}
			.navlogo{
				width: 300px;
				height: 130px;
				margin: 0 auto 50px auto;
				display: block;
			}

			.ditail{
				font-size: 15px;
				text-align: center;
				margin: 60px 0;
				@include max($tb){
					text-align: center;
					margin: 50px 0;
				}
			}

			ul {
				margin: 0 auto;
				width: 100%;
				box-sizing: border-box;
				display:inherit;
				text-align: center;
				@include max($mbp){
				}

				li{
					margin: 25px 0 0 0;
					@include max($tb){
						margin: 18px 0 0 0;
						font-size: .8em;
					}
					a{
						transition: .6s;
						color: #333;
					}
					a:hover{
						opacity: .8;
						letter-spacing: .12em;
					}
				}
			}

		}

	#globalMenuSp.active {
		z-index: 99;
		opacity: 1;
		transform: translateY(0px);
	}


}

*/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 920px) {
  #pagetop {
    bottom: 0;
    right: 0;
    mix-blend-mode: normal;
  }
}

#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 920px) {
  #pagetop a {
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #000;
  }
}

#pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#recruitbtn {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFC400;
  font-size: 16px;
  font-weight: bold;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  margin: -100px 0 0 0;
  height: 200px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 920px) {
  #recruitbtn {
    width: calc(100% - 80px);
    bottom: 0;
    margin: 0;
    left: 0;
    right: inherit;
    height: 80px;
    top: inherit;
  }
  #recruitbtn br {
    display: none;
  }
}
#recruitbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 920px) {
  #recruitbtn a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #recruitbtn a img {
    margin: 0 0 0 10px;
  }
}
#recruitbtn span {
  display: block;
}
#recruitbtn:hover {
  background: #cc9d00;
}
#recruitbtn a {
  color: #fff;
  font-size: 20px;
}
#recruitbtn img {
  width: 20px;
  margin: 10px 0 0 0;
}

/*==============================================*/
/*animation*/
/*==============================================*/
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  text-align: center;
  color: #000;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}
#splash_text .txtbox {
  font-size: 40px;
  display: block;
  margin: -70px 0 0 0;
}
@media screen and (max-width: 920px) {
  #splash_text .txtbox {
    font-size: 20px;
    margin: -35px 0 0 0;
  }
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #000;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

/*==============================================*/
/*slider*/
/*==============================================*/
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: #fff;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px) brightness(1.01);
  filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px) brightness(1.01);
  filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.wraper {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

section {
  position: relative;
}
section::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9999;
}

.flex {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 920px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

/*==============================================*/
/*header*/
/*==============================================*/
.wrapper {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .wrapper {
    height: calc(100vh - 80px);
  }
}

#slider {
  width: 100%;
  height: 100vh;
  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;
  position: relative;
}
@media screen and (max-width: 920px) {
  #slider {
    height: calc(100vh - 80px);
  }
}
#slider .logoheader {
  font-size: 38px;
  letter-spacing: 0.18em;
  width: 350px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -260px 0 0 -175px;
  line-height: 1.6em;
}
@media screen and (max-width: 920px) {
  #slider .logoheader {
    font-size: 23px;
  }
}
#slider .illust {
  width: 500px;
  height: 200px;
  background: url(img/logo.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -250px;
}
@media screen and (max-width: 920px) {
  #slider .illust {
    width: 300px;
    height: 100px;
    margin: -50px 0 0 -150px;
  }
}
#slider .scroll {
  width: 45px;
  height: 45px;
  background: url(img/scroll.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin: 0 0 0 -22.5px;
}
@media screen and (max-width: 920px) {
  #slider .scroll {
    width: 30px;
    height: 30px;
    bottom: 110px;
    left: 50%;
    margin: 0 0 0 -15px;
  }
}

/*==============================================*/
/*section common*/
/*==============================================*/
h2 {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.02em;
  font-size: calc(15px + 3vw);
}

h3 {
  font-size: calc(12px + 1vw);
  letter-spacing: 0.02em;
}

p {
  font-size: calc(10px + 0.5vw);
  letter-spacing: 0.02em;
}

.brown {
  color: #3C2C26;
}

/*==============================================*/
/*section 0*/
/*==============================================*/
.s0 {
  width: 100%;
  height: 100%;
  padding: 180px;
  background: #edf4f9 url(img/img01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 920px) {
  .s0 {
    display: block;
    padding: 10%;
    background: #edf4f9;
  }
}
.s0 .box {
  width: 50%;
}
@media screen and (max-width: 920px) {
  .s0 .box {
    width: 100%;
  }
}
.s0 h2 {
  margin: 50px 0;
}
@media screen and (max-width: 920px) {
  .s0 h2 {
    text-align: center;
    margin: 0;
  }
}
.s0 h3 {
  margin: 50px 0;
}
@media screen and (max-width: 920px) {
  .s0 h3 {
    text-align: center;
    margin: 30px 0;
  }
}

.bg {
  display: none;
}
@media screen and (max-width: 920px) {
  .bg {
    display: block;
  }
}

/*==============================================*/
/*section 1*/
/*==============================================*/
.s1 {
  background: #000;
  padding: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media screen and (max-width: 920px) {
  .s1 {
    padding: 100px 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.s1 h2 {
  text-align: center;
  color: #fff;
}
.s1 .box {
  margin: 0 auto;
  width: 100%;
}
.s1 .box-in1 {
  margin: 100px 0;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 920px) {
  .s1 .box-in1 {
    margin: 30px 0;
  }
}
.s1 .box-in1 ul {
  width: 50%;
  color: #fff;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 920px) {
  .s1 .box-in1 ul {
    width: 100%;
  }
}
.s1 .box-in1 ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 10px 0;
}
@media screen and (max-width: 920px) {
  .s1 .box-in1 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 5px 0;
  }
}
.s1 .box-in1 ul li h3 {
  font-size: 15px;
  width: 120px;
  padding: 5px 15px;
  background: #3C2C26;
  margin: 0 15px 10px 0;
  text-align: center;
}
.s1 .box-in1 ul li p {
  width: calc(100% - 135px);
}

.btnwrap {
  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;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .btnwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.btnwrap .border {
  display: block;
  width: 1px;
  height: 180px;
  margin: 0 50px;
  background: #877765;
}
@media screen and (max-width: 920px) {
  .btnwrap .border {
    display: block;
    width: 100%;
    height: 2px;
    margin: 30px 0;
    background: #877765;
  }
}
.btnwrap .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 920px) {
  .btnwrap .box2 {
    width: 100%;
  }
}
.btnwrap .box2 h4 {
  font-size: 38px;
  font-weight: bold;
  color: #877765;
  margin: 20px 0;
}
@media screen and (max-width: 920px) {
  .btnwrap .box2 h4 {
    text-align: center;
    font-size: 25px;
  }
}
.btnwrap .box2 .bbtn {
  width: 300px;
  border-radius: 50px;
  background: #3C2C26;
  color: #fff;
  text-align: center;
  padding: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 920px) {
  .btnwrap .box2 .bbtn {
    width: 100%;
    max-width: 300px;
    font-size: 17px;
    margin: 0 auto;
  }
}
.btnwrap .box2 .bbtn:hover {
  background: #5b433a;
}
.btnwrap .tel {
  font-size: 38px;
  color: #877765;
  margin: 20px 0;
}
@media screen and (max-width: 920px) {
  .btnwrap .tel {
    text-align: center;
    font-size: 25px;
  }
}

/*==============================================*/
/*section 2*/
/*==============================================*/
.s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 920px) {
  .s2 {
    display: block;
  }
}
.s2 .box {
  width: 50%;
  background: #fff;
  padding: 100px;
}
@media screen and (max-width: 920px) {
  .s2 .box {
    width: 100%;
    padding: 50px 10%;
  }
}
.s2 .box p {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.s2 .box h3 {
  margin: 60px 0;
}
@media screen and (max-width: 920px) {
  .s2 .box h3 {
    margin: 30px 0;
  }
}
.s2 .box h3 span {
  display: block;
  font-size: calc(10px + 1vw);
  padding: 0 0 20px 0;
}
.s2 .box h3 strong {
  font-size: calc(20px + 1vw);
}
.s2 .imgbox {
  display: block;
  width: 50%;
  height: auto;
  background: url(img/img_12.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 920px) {
  .s2 .imgbox {
    width: 100%;
    height: 300px;
  }
}

/*==============================================*/
/*section 3*/
/*==============================================*/
.s3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 920px) {
  .s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.s3 .box {
  width: 50%;
  background: url(img/bgimg.png);
  padding: 160px 100px;
}
@media screen and (max-width: 920px) {
  .s3 .box {
    width: 100%;
    padding: 50px 10%;
  }
}
.s3 .box p {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.s3 .box h3 {
  margin: 60px 0;
}
@media screen and (max-width: 920px) {
  .s3 .box h3 {
    margin: 30px 0;
  }
}
.s3 .box h3 span {
  display: block;
  font-size: calc(10px + 1vw);
  padding: 0 0 20px 0;
}
.s3 .box h3 strong {
  font-size: calc(20px + 1vw);
}
.s3 .imgbox {
  display: block;
  width: 50%;
  height: auto;
  background: url(img/img_3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 920px) {
  .s3 .imgbox {
    width: 100%;
    height: 300px;
  }
}

/*==============================================*/
/*section 4*/
/*==============================================*/
.s4 {
  background-color: #fff;
  padding: 100px;
}
@media screen and (max-width: 920px) {
  .s4 {
    padding: 50px 0;
  }
}
.s4 .indexbox h2 {
  font-size: calc(14px + 2vw);
  text-align: center;
  color: #DFD3C6;
}
.s4 .indexbox .jp {
  display: block;
  margin: 1.5vw 0 0 0;
}
.s4 ul {
  width: 90%;
  margin: 50px auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 920px) {
  .s4 ul {
    margin: 25px auto;
  }
}
.s4 ul li {
  width: calc(33.3333333333% - 10px);
  height: auto;
  padding-top: 25%;
  margin: 5px;
  background: #EDE8E1;
  position: relative;
}
@media screen and (max-width: 920px) {
  .s4 ul li {
    width: calc(50% - 10px);
    padding-top: 40%;
  }
}
.s4 ul li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.s4 ul li .txtbox {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: #EDE8E1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*==============================================*/
/*section 5*/
/*==============================================*/
.s5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 920px) {
  .s5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.s5 .box {
  width: 50%;
  background: #000;
  color: #fff;
  padding: 50px 100px;
}
@media screen and (max-width: 920px) {
  .s5 .box {
    width: 100%;
    padding: 50px 10%;
  }
}
.s5 .box p {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.s5 .box h3 {
  margin: 30px 0;
}
.s5 .box h3 span {
  display: block;
  font-size: calc(10px + 1vw);
  padding: 0 0 20px 0;
}
.s5 .box h3 strong {
  font-size: calc(20px + 1vw);
}
.s5 .box .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 30px 0;
}
.s5 .box .box2 h4 {
  font-size: 38px;
  font-weight: bold;
  color: #877765;
  margin: 20px 0;
}
.s5 .box .box2 .bbtn {
  width: 300px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  border: #fff 1px solid;
  text-align: center;
  padding: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.s5 .box .box2 .bbtn:hover {
  background: #5b433a;
}
.s5 .box .box2 .tel {
  margin: 20px 0 0 0;
  font-size: 40px;
  color: #877765;
}
.s5 .imgbox {
  display: block;
  width: 50%;
  height: auto;
  background: url(img/img_9.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 920px) {
  .s5 .imgbox {
    width: 100%;
    height: 300px;
  }
}

/*==============================================*/
/*section 6*/
/*==============================================*/
.s6 {
  padding: 100px 10%;
  background: url(img/bgimg.png);
}
@media screen and (max-width: 920px) {
  .s6 {
    padding: 50px 10%;
  }
}
.s6 h2 {
  font-size: calc(14px + 2vw);
  text-align: center;
}
.s6 .jp {
  display: block;
  margin: 1.5vw 0 0 0;
}
.s6 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}
@media screen and (max-width: 920px) {
  .s6 ul {
    margin: 25px 0;
  }
}
.s6 ul li {
  width: calc(50% - 30px);
  max-width: 500px;
  margin: 30px 15px;
}
@media screen and (max-width: 920px) {
  .s6 ul li {
    width: 100%;
    margin: 15px 0;
  }
}
.s6 ul li .thmnail {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 0 0;
  background: #fff;
}
@media screen and (max-width: 920px) {
  .s6 ul li .thmnail {
    height: 200px;
  }
}
.s6 ul li .textbox {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 0px 10px #877765;
          box-shadow: 0px 0px 10px #877765;
  background: #fff;
}
.s6 ul li .textbox .titlebox {
  border-left: 6px solid #877765;
  padding: 0 0 0 10px;
}
.s6 ul li .textbox .htd {
  width: 50%;
  float: left;
  margin: 20px 0;
}
.s6 ul li .textbox .td {
  clear: both;
  width: 100%;
  margin: 20px 0;
}
.s6 ul li .textbox h3 {
  font-size: calc(10px + 1vw);
  font-weight: bold;
  margin: 0 0 10px 0;
}
.s6 ul li .textbox h5 {
  font-weight: bold;
  margin: 0 0 5px 0;
}
.s6 ul li .textbox h4 {
  font-weight: 400;
  font-size: 16px;
}
.s6 ul li .textbox p {
  font-weight: 400;
  font-size: 14px;
}

/*==============================================*/
/*footer*/
/*==============================================*/
footer {
  padding: 100px 10% 30px 10%;
  background: #000;
  color: #E9E8E6;
}
@media screen and (max-width: 920px) {
  footer {
    padding: 60px 10%;
  }
}
footer img {
  width: 160px;
  margin: 0px auto 50px auto;
}
footer .copyright {
  text-align: center;
  padding: 50px 0 0 0;
  font-size: 12px;
}