.chapter {
  padding-top: 180px;
  padding-bottom: 170px
}

.w1000 {
  max-width: 1000px
}

.w800, .w1000 {
  width: 100%;
  margin: 0 auto
}

.w800 {
  max-width: 800px
}

.ftext {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 200
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 37%;
  z-index: 10;
  cursor: pointer
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 20px;
  right: auto;
  font-size: 60px
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
  font-size: 60px
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7c7c7c
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: a 1s steps(12) infinite;
  animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

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

br, br:before {
  white-space: pre;
  font-family: "serif"
}

br:before {
  content: "\A"
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 16px;
  color: #272727;
  letter-spacing: 1px
}

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

.pc {
  display: block !important
}

.sp {
  display: none !important
}

.ov-v {
  overflow: visible
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom
}

body {
  height: 100%
}

blockquote, q {
  quotes: none
}

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

input, textarea {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: none
}

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

a {
  display: inline-block;
  text-decoration: none
}

object {
  pointer-events: none
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.clearfix {
  min-height: 1px
}

* html .clearfix {
  height: 1px
}

.both {
  clear: both
}

.main {
  position: relative
}

.wrap, .wrapper {
  overflow: hidden
}

.wrapper {
  position: relative
}

.pt10 {
  padding-top: 10px
}

.pt20 {
  padding-top: 20px
}

.pt30 {
  padding-top: 30px
}

.pt40 {
  padding-top: 40px
}

.pt50 {
  padding-top: 50px
}

.pt60 {
  padding-top: 60px
}

.pt70 {
  padding-top: 70px
}

.pt80 {
  padding-top: 5pc
}

.pt90 {
  padding-top: 90px
}

.pt100 {
  padding-top: 75pt
}

.pb10 {
  padding-bottom: 10px
}

.pb20 {
  padding-bottom: 20px
}

.pb30 {
  padding-bottom: 30px
}

.pb40 {
  padding-bottom: 40px
}

.pb50 {
  padding-bottom: 50px
}

.pb60 {
  padding-bottom: 60px
}

.pb70 {
  padding-bottom: 70px
}

.pb80 {
  padding-bottom: 5pc
}

.pb90 {
  padding-bottom: 90px
}

.pb100 {
  padding-bottom: 75pt
}

.pr10 {
  padding-right: 10px
}

.pr20 {
  padding-right: 20px
}

.pr30 {
  padding-right: 30px
}

.pr40 {
  padding-right: 40px
}

.pr50 {
  padding-right: 50px
}

.pr60 {
  padding-right: 60px
}

.pr70 {
  padding-right: 70px
}

.pr80 {
  padding-right: 5pc
}

.pr90 {
  padding-right: 90px
}

.pr100 {
  padding-right: 75pt
}

.pl10 {
  padding-left: 10px
}

.pl20 {
  padding-left: 20px
}

.pl30 {
  padding-left: 30px
}

.pl40 {
  padding-left: 40px
}

.pl50 {
  padding-left: 50px
}

.pl60 {
  padding-left: 60px
}

.pl70 {
  padding-left: 70px
}

.pl80 {
  padding-left: 5pc
}

.pl90 {
  padding-left: 90px
}

.pl100 {
  padding-left: 75pt
}

.mt10 {
  margin-top: 10px
}

.mt20 {
  margin-top: 20px
}

.mt30 {
  margin-top: 30px
}

.mt40 {
  margin-top: 40px
}

.mt50 {
  margin-top: 50px
}

.mt60 {
  margin-top: 60px
}

.mt70 {
  margin-top: 70px
}

.mt80 {
  margin-top: 5pc
}

.mt90 {
  margin-top: 90px
}

.mt100 {
  margin-top: 75pt
}

.mb10 {
  margin-bottom: 10px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

.mb50 {
  margin-bottom: 50px
}

.mb60 {
  margin-bottom: 60px
}

.mb70 {
  margin-bottom: 70px
}

.mb80 {
  margin-bottom: 5pc
}

.mb90 {
  margin-bottom: 90px
}

.mb100 {
  margin-bottom: 75pt
}

.mr10 {
  margin-right: 10px
}

.mr20 {
  margin-right: 20px
}

.mr30 {
  margin-right: 30px
}

.mr40 {
  margin-right: 40px
}

.mr50 {
  margin-right: 50px
}

.mr60 {
  margin-right: 60px
}

.mr70 {
  margin-right: 70px
}

.mr80 {
  margin-right: 5pc
}

.mr90 {
  margin-right: 90px
}

.mr100 {
  margin-right: 75pt
}

.ml10 {
  margin-left: 10px
}

.ml20 {
  margin-left: 20px
}

.ml30 {
  margin-left: 30px
}

.ml40 {
  margin-left: 40px
}

.ml50 {
  margin-left: 50px
}

.ml60 {
  margin-left: 60px
}

.ml70 {
  margin-left: 70px
}

.ml80 {
  margin-left: 5pc
}

.ml90 {
  margin-left: 90px
}

.ml100 {
  margin-left: 75pt
}

.moreBt a, .moreBtWhite a {
  width: 150px;
  background-color: #272727;
  padding: 10px;
  overflow: hidden;
  position: relative
}

.moreBt a .text, .moreBtWhite a .text {
  font-family: montserrat;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: 1;
  position: relative
}

.moreBt a .slideMove, .moreBtWhite a .slideMove {
  z-index: 0;
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  left: -150px;
  background-color: #fff
}

.moreBt a:hover .text, .moreBtWhite a:hover .text {
  color: #272727
}

.btCenterArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.readMoreBt {
  margin-top: 80px
}

.readMoreBt a {
  width: 215px;
  background-color: #272727;
  padding: 15px;
  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;
  overflow: hidden;
  position: relative;
  border: 1px solid #272727;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.readMoreBt a .icon {
  padding-right: 10px;
  font-size: 20px
}

.readMoreBt a .icon, .readMoreBt a .text {
  color: #fff;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: 1
}

.readMoreBt a .text {
  font-family: montserrat;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400
}

.readMoreBt a .slideMove {
  z-index: 0;
  position: absolute;
  width: 215px;
  height: 100%;
  top: 0;
  left: -215px;
  background-color: #fff
}

.readMoreBt a:hover {
  border: 1px solid #999
}

.readMoreBt a:hover .icon, .readMoreBt a:hover .text {
  color: #272727
}

.fadeOver {
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.fadeOver:hover {
  opacity: .5
}

.mon {
  font-family: Montserrat, sans-serif
}

.white, .white span {
  color: #fff
}

.top_h2 {
  letter-spacing: 25px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  position: relative
}

.top_h2, .top_h2 span {
  font-size: 24px;
  font-weight: 300
}

.top_h2 span {
  letter-spacing: 0
}

.top_h2_underdott {
  text-align: center;
  position: relative;
  padding: 40px 0 50px
}

.top_newbusiness_h2 {
  font-size: 24px;
  letter-spacing: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  color: #fff
}

.top_newbusiness_h2 span {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff
}

.top_newbusiness_underdott {
  padding: 40px 0 110px
}

a {
  -webkit-transition: all .3s;
  transition: all .3s
}

a:hover {
  opacity: .7
}

.topBtn {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.topBtn:hover {
  opacity: .7
}

.coh2 {
  position: relative
}

body {
  font-family: Noto Sans Japanese;
  font-weight: 100 !important
}

.noto100 {
  font-weight: 100
}

.noto200 {
  font-weight: 200
}

.noto300 {
  font-weight: 300
}

.noto400 {
  font-weight: 400
}

.noto500 {
  font-weight: 500
}

.noto600 {
  font-weight: 600
}

.noto700 {
  font-weight: 700
}

.noto800 {
  font-weight: 800
}

.noto900 {
  font-weight: 900
}

.mont {
  font-family: Montserrat, sans-serif;
  font-weight: 300
}

@font-face {
  font-family: orion-font;
  src: url(../icon/orion-font.eot);
  src: url(../icon/orion-font.eot?#iefix) format("embedded-opentype"), url(../icon/orion-font.woff2) format("woff2"), url(../icon/orion-font.woff) format("woff"), url(../icon/orion-font.ttf) format("truetype"), url(../icon/orion-font.svg#orion-font) format("svg");
  font-weight: 400;
  font-style: normal
}

[data-icon]:before {
  content: attr(data-icon)
}

.o-angle-down-1:before, .o-angle-left-1:before, .o-angle-right-1:before, .o-angle-up-1:before, .o-bin-1:before, .o-book-1:before, .o-cart-1:before, .o-facebook-1:before, .o-facebook-2:before, .o-flag-1:before, .o-giftbox-1:before, .o-heart-1:before, .o-import-1:before, .o-instagram-1:before, .o-logo-1:before, .o-mail-1:before, .o-question-help-1:before, .o-search-1:before, .o-twitter-1:before, .o-undo-1:before, .o-user-1:before, .o-women-1:before, [data-icon]:before {
  display: inline-block;
  font-family: orion-font;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}

.o-angle-down-1:before {
  content: "\1193c"
}

.o-angle-left-1:before {
  content: "\1193d"
}

.o-angle-right-1:before {
  content: "\1193e"
}

.o-angle-up-1:before {
  content: "\1193f"
}

.o-bin-1:before {
  content: "\119a0"
}

.o-book-1:before {
  content: "\119a1"
}

.o-cart-1:before {
  content: "\119a2"
}

.o-facebook-1:before {
  content: "\119a3"
}

.o-facebook-2:before {
  content: "\119a4"
}

.o-flag-1:before {
  content: "\119a5"
}

.o-giftbox-1:before {
  content: "\119a6"
}

.o-heart-1:before {
  content: "\119a7"
}

.o-import-1:before {
  content: "\119a8"
}

.o-instagram-1:before {
  content: "\119a9"
}

.o-logo-1:before {
  content: "\119aa"
}

.o-mail-1:before {
  content: "\1198e"
}

.o-question-help-1:before {
  content: "\11949"
}

.o-search-1:before {
  content: "\1194a"
}

.o-twitter-1:before {
  content: "\119ab"
}

.o-undo-1:before {
  content: "\119ac"
}

.o-user-1:before {
  content: "\1194c"
}

.o-women-1:before {
  content: "\119ad"
}

footer {
  width: 100%;
  background-image: url(../img/top_back2.jpg);
  background-position: 100% 0;
  background-size: contain;
  background-repeat: repeat
}

.footer_logo {
  text-align: center;
  padding: 100px 0
}

.footer_small {
  text-align: center;
  padding-bottom: 10px
}

.footer_small small {
  font-size: 12px;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 200
}

.page-top {
  text-align: center
}

.page-top .topBtn {
  z-index: 9999;
  position: fixed;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fbc6bb;
  border-radius: 50%;
  margin-top: 10px
}

.page-top .topBtn span {
  display: block;
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  margin-left: 2px
}

.sp_page_top {
  width: 100%;
  background-color: #edc5ba
}

.sp_page_top p {
  text-align: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  padding: 10px 0 18px;
  line-height: 100%
}

.sp_page_top p span:before {
  color: #fff;
  position: relative;
  top: 5px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 32px
}

.privacy {
  text-align: center;
  padding-bottom: 30px;
  line-height: 100%
}

.privacy a {
  font-size: 12px;
  color: #272727;
  font-weight: lighter
}

.loader {
  width: 100%;
  height: 100vh;
  background-color: #fff
}

.loader .logo {
  z-index: 11;
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.loader .logo .o-logo-1 {
  font-size: 38px;
  color: #fff;
  padding-right: 10px
}

.loader .logo .name {
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 18px;
  color: #fff
}

.loader .loader-progress {
  width: 100%;
  height: 100%;
  background-color: #5396da;
  position: fixed;
  z-index: 10
}

.wrapper {
  opacity: 0
}

.wrapper2 {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

.header_navi_01_active a {
  border-bottom: 2px solid #e2eb8d;
  padding-bottom: 8px
}

.header_navi_02_active a {
  border-bottom: 2px solid #aace37;
  padding-bottom: 8px
}

.header_navi_03_active a, .header_navi_04_active a {
  border-bottom: 2px solid #21ade5;
  padding-bottom: 8px
}

.header_navi_05_active a {
  border-bottom: 2px solid #eb6e8f;
  padding-bottom: 8px
}

.header_pc {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 200
}

.header_logo {
  width: 125px;
  height: 125px;
  background-color: #fff;
  text-align: center;
  padding-top: 27px
}

.header_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-right: 65px
}

.header_navi li {
  padding: 0 25px
}

.header_navi li a {
  color: #fff;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  letter-spacing: 3px
}

.header_logo, .header_logo img {
  -webkit-transition: all .3s;
  transition: all .3s
}

.header_logo:hover {
  opacity: 1
}

.header_logo:hover img {
  opacity: .7
}

.header_humberger {
  width: 40px;
  position: relative;
  cursor: pointer;
  z-index: 20010;
  top: 20px;
  right: 20px;
  height: 26px;
  display: none
}

.humberger_border1, .humberger_border2, .humberger_border3 {
  width: 40px;
  height: 4px;
  background-color: #edc5ba;
  border-radius: 8px
}

.humberger_border2 {
  margin: 6px 0
}

.humbergerwrap {
  position: relative;
  overflow: scroll;
  height: 100vh;
  margin-bottom: -100vh;
  z-index: 20220;
  bottom: 100vh;
  -webkit-transition: all .6s;
  transition: all .6s;
  background-image: url(../img/top_back.jpg);
  background-position: 100% 0;
  background-size: contain;
  background-repeat: repeat;
  width: 100%
}

.header_sp {
  display: none
}

.humbergerwrap_ul {
  position: relative;
  margin: 86px 20px 0;
  border-top: 1px dotted #edc5ba
}

.humbergerwrap_ul li {
  position: relative;
  padding-left: 10px;
  border-bottom: 1px dotted #edc5ba
}

.humbergerwrap_ul li a {
  padding: 24px 0;
  color: #595959;
  font-size: 14px;
  margin: 0 auto;
  line-height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  width: 100%
}

.humbergerwrap_ul li a img {
  position: relative;
  bottom: 3px;
  margin-right: 5px
}

.humbergerwrap_close {
  top: 32px;
  height: 40px;
  right: 10px;
  position: absolute
}

.humberger_navi_border, .humberger_navi_border2 {
  width: 40px;
  height: 4px;
  background-color: #edc5ba;
  display: inline-block;
  position: absolute
}

.humberger_navi_border {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  top: 0
}

.humberger_navi_border2 {
  top: 27px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

.mainSlide {
  margin-top: 107px
}

.mainSlide ul .creatorSlide, .mainSlide ul .eventSlide, .mainSlide ul .itemSlide, .mainSlide ul .magazineSlide {
  background-image: url(/images/top/white_back.jpg), url(/images/top/creator_back.jpg);
  background-repeat: repeat-x, repeat;
  background-position: 0 100%, 0 0
}

.mainSlide ul .creatorSlide .mainImage, .mainSlide ul .eventSlide .mainImage, .mainSlide ul .itemSlide .mainImage, .mainSlide ul .magazineSlide .mainImage {
  position: relative;
  max-width: 1300px;
  min-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 900px
}

.mainSlide ul .creatorSlide .mainImage figure, .mainSlide ul .eventSlide .mainImage figure, .mainSlide ul .itemSlide .mainImage figure, .mainSlide ul .magazineSlide .mainImage figure {
  margin: 30px 0 0 30px
}

.mainSlide ul .creatorSlide .mainImage .textBox, .mainSlide ul .eventSlide .mainImage .textBox, .mainSlide ul .itemSlide .mainImage .textBox, .mainSlide ul .magazineSlide .mainImage .textBox {
  position: absolute;
  right: 0;
  bottom: 170px
}

.mainSlide ul .creatorSlide .mainImage .textBox .enTitle, .mainSlide ul .eventSlide .mainImage .textBox .enTitle, .mainSlide ul .itemSlide .mainImage .textBox .enTitle, .mainSlide ul .magazineSlide .mainImage .textBox .enTitle {
  display: inline-block;
  font-family: Butler;
  font-size: 62px;
  background-color: #fff;
  padding: 10px;
  letter-spacing: 0
}

.mainSlide ul .creatorSlide .mainImage .textBox h3, .mainSlide ul .eventSlide .mainImage .textBox h3, .mainSlide ul .itemSlide .mainImage .textBox h3, .mainSlide ul .magazineSlide .mainImage .textBox h3 {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 130%;
  letter-spacing: 4px
}

.mainSlide ul .magazineSlide {
  background-image: url(/images/top/white_back.jpg), url(/images/top/magazine_back.jpg)
}

.mainSlide ul .eventSlide {
  background-image: url(/images/top/white_back.jpg), url(/images/top/event_back.jpg)
}

.mainSlide ul .itemSlide {
  background-image: url(/images/top/white_back.jpg), url(/images/top/item_back.jpg)
}

.swiper-button-next {
  color: #5396da;
  right: 20px;
  left: auto;
  font-size: 60px
}

.swiper-button-prev {
  color: #5396da;
  left: 20px;
  right: auto;
  font-size: 60px
}

.top_main_wrap {
  position: relative
}

.top_main {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0
}

.top_main h1 {
  text-align: center
}

.top_main h1 img {
  margin: 0 auto
}

.top_main .top_main_text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 10px;
  font-weight: 500;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px
}

.top_main .top_main_text span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0
}

.top_philosophy {
  background-image: url(../img/top_back.jpg);
  background-position: 100% 0;
  background-size: contain;
  background-repeat: repeat
}

.top_philosophy_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50% - 600px)
}

.top_philosophy_img {
  position: relative
}

.top_philosophy_right {
  padding-left: 55px;
  position: relative
}

.top_philosophy_h3 {
  opacity: 1;
  font-size: 27px;
  font-weight: 300
}

.top_philosophy_h3 span {
  font-size: 27px;
  font-weight: 200
}

.c01 {
  color: #e3907f
}

.c02 {
  color: #e2b054
}

.c03 {
  color: #e1cd6a
}

.c04 {
  color: #cad65c
}

.c05 {
  color: #89d49f
}

.c06 {
  color: #80dacc
}

.c07 {
  color: #76c6bb
}

.c08 {
  color: #e3907f
}

.c09, .c10 {
  color: #e1cd6a
}

.c11 {
  color: #cad65c
}

.c12 {
  color: #89d49f
}

.c13 {
  color: #80dacc
}

.c14 {
  color: #76c6bb
}

.c15 {
  color: #e59f92
}

.top_philosophy_h3_sub {
  font-size: 16px;
  padding: 20px 0 50px;
  color: #e39281;
  letter-spacing: 4px;
  font-weight: 300;
  position: relative
}

.top_philosophy_text {
  color: #595959;
  font-weight: 300;
  position: relative
}

.top_philosophy_cursive {
  position: relative;
  bottom: 50px;
  left: 140px;
  margin-bottom: -50px
}

.top_business_h3 {
  text-align: center;
  font-weight: 100;
  font-size: 30px;
  line-height: 100%;
  padding-bottom: 40px;
  position: relative
}

.top_businss_text {
  padding: 15px 0 150px;
  position: relative
}

.top_businss_text2 {
  padding: 15px 0 50px
}

.top_business_cursive {
  position: relative;
  z-index: 30
}

.top_business_cursive img {
  top: -60px;
  z-index: 30;
  right: 0;
  position: absolute
}

.top_business_cursive2 {
  position: relative;
  z-index: 30
}

.top_business_cursive2 img {
  top: -40px;
  z-index: 30;
  left: 0;
  position: absolute
}

.top_business_map {
  background-color: #fbf4eb;
  text-align: center;
  padding: 30px 0
}

.top_business_map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  margin: 0 auto
}

.top_business_a_text {
  text-decoration: underline;
  font-size: 16px;
  color: #595959
}

.top_newbusiness {
  background-image: url(../img/newbusiness_back.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: repeat;
  width: calc(100% - 30px);
  height: 70vh;
  position: relative;
  margin: 0 15px 230px
}

.top_newbusiness_left {
  padding-left: 6.5%;
  padding-top: 200px
}

.top_newbusiness_text {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 2px;
  position: relative
}

.top_newbusiness_cursive {
  position: absolute;
  top: -50px;
  right: 15px
}

.top_newbusiness_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative
}

.top_newbusiness_right img {
  position: absolute;
  right: 10%;
  bottom: -100px
}

.top_newbusiness_right .img02 {
  z-index: 200
}

.top_business {
  padding: 15px;
  position: relative
}

.top_business_inner {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0
}

.top_business_img {
  width: 100%;
  height: auto
}

.top_business_text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 2px;
  font-weight: 200
}

.top_business_a {
  width: 240px;
  color: #5ca8f3;
  text-align: center;
  display: block;
  padding: 18px;
  line-height: 100%;
  letter-spacing: 8px;
  margin: 0 auto;
  background-color: #e2eb8d;
  border-radius: 5px;
  margin-top: 40px
}

.top_business_ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.top_business_ul li {
  width: calc(100% / 3 - 10px)
}

.top_business_ul li img {
  width: 100%;
  height: auto
}

.top_message {
  background-image: url(../img/top_back.jpg);
  background-position: 100% 0;
  background-size: contain;
  background-repeat: repeat;
  padding: 150px 0 140px
}

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

.top_message_img {
  width: 315px;
  position: relative
}

.top_message_right {
  width: 685px;
  padding-left: 45px
}

.top_message_ceo {
  font-size: 16px;
  letter-spacing: 2px
}

.top_message_ceo, .top_message_name {
  font-weight: 200;
  color: #595959;
  position: relative
}

.top_message_name {
  font-size: 32px;
  line-height: 100%;
  padding-bottom: 40px;
  padding-top: 10px
}

.top_message_text {
  color: #595959;
  position: relative;
  font-size: 16px;
  line-height: 36px;
  font-weight: 300
}

.top_message_cursive {
  position: relative;
  top: -180px;
  text-align: right;
  margin-bottom: -40px
}

.top_message_left {
  width: 40%;
  padding-left: 85px
}

.top_message_right {
  width: 55%
}

.top_message_right img {
  width: 100%
}

.left {
  text-align: left !important
}

.top_news {
  padding-top: 130px;
  padding-bottom: 150px
}

.top_news_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto
}

.top_news_ul li {
  width: calc(100% / 3 - 30px)
}

.top_news_ul li a, .top_news_ul li a img {
  width: 100%
}

.top_news_ul_date {
  font-size: 12px;
  line-height: 100%;
  padding-bottom: 10px;
  padding-top: 10px
}

.top_news_ul_title {
  font-size: 16px;
  font-weight: 200;
  line-height: 150%
}

.top_news_a {
  width: 240px;
  color: #fff;
  display: block;
  padding: 18px;
  letter-spacing: 8px;
  margin: 0 auto;
  background-color: #eb6e8f;
  border-radius: 5px;
  margin-top: 50px
}

.top_news_a, .underlayer_h1 {
  text-align: center;
  line-height: 100%
}

.underlayer_h1 {
  font-size: 24px;
  letter-spacing: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  position: relative
}

.underlayer_h1 span {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0
}

.underlayer_h1_underdott {
  text-align: center;
  position: relative;
  padding: 20px 0 40px
}

.underlayer_underdott {
  text-align: center;
  position: relative;
  padding: 0 0 40px
}

.business_main {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-image: url(../img/business/business_main.jpg);
  position: relative;
  border: 15px solid #fff
}

.underlayer_subtitle {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 200;
  letter-spacing: 4px
}

.underlayer_main_cursive {
  position: relative;
  top: -50px;
  right: 0;
  text-align: right;
  padding-right: 20px
}

.business_concept {
  padding: 130px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto
}

.business_concept_subtitle {
  font-size: 16px;
  text-align: center;
  letter-spacing: 6px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 30px
}

.business_concept_graff {
  text-align: center;
  padding-top: 70px
}

.business_concept_text {
  font-size: 16px;
  line-height: 36px;
  font-weight: 200;
  padding-top: 60px
}

.business_h2, .business_h2_concept {
  text-align: center;
  font-weight: 100;
  font-size: 30px;
  padding-bottom: 40px;
  position: relative
}

.business_h2_concept {
  line-height: 150%
}

.message {
  background-image: url(../img/top_back.jpg);
  background-position: 100% 0;
  background-size: contain;
  background-repeat: repeat
}

.message_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 300px
}

.message_img {
  width: 315px;
  position: relative
}

.message_right {
  width: 685px;
  padding-left: 45px
}

.message_ceo {
  font-size: 16px;
  letter-spacing: 2px
}

.message_ceo, .message_name {
  font-weight: 200;
  color: #595959;
  position: relative
}

.message_name {
  font-size: 32px;
  line-height: 100%;
  padding-bottom: 40px;
  padding-top: 10px
}

.message_text {
  color: #595959;
  position: relative
}

.message_cursive, .message_cursive2 {
  position: relative;
  top: -80px;
  text-align: center;
  margin-bottom: -80px
}

.business_h3 {
  font-size: 18px;
  letter-spacing: 16px;
  text-align: center;
  font-weight: 300;
  font-family: Montserrat, sans-serif
}

.business_shop_ul {
  width: 600px;
  margin: 40px auto 10px
}

.business_shop_ul a {
  display: block
}

.business_shop_ul li {
  border: 2px solid #fbf4eb;
  margin-bottom: 20px;
  background-color: #fbf4eb;
  background-image: url(../img/business/business_arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.business_shop_ul li figure {
  border-right: 2px solid #fbf4eb
}

.business_shop_ul li figure img {
  width: 70%
}

.business_shop_ul li .textBox {
  padding-left: 0
}

.business_shop_ul li .textBox h5 {
  font-weight: 700;
  padding-bottom: 5px
}

.business_shop_ul li .textBox p {
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  padding-bottom: 5px
}

.business_shop2 {
  width: 100%;
  max-width: 800px;
  margin: 25px auto 180px;
  background-color: #fbf4eb;
  padding: 40px
}

.business_shop2 h4 {
  line-height: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 700
}

.business_shop2_address {
  padding-bottom: 10px;
  padding-top: 25px
}

.business_shop2_address, .business_shop2_tel {
  font-size: 14px;
  font-weight: 200;
  text-align: center
}

.business_shop2_ul {
  width: 600px;
  margin: 40px auto 10px
}

.business_shop2_ul a {
  display: block
}

.business_shop2_ul li {
  margin-bottom: 20px;
  background-color: #fff;
  background-image: url(../img/business/business_arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.business_shop2_ul li .textBox {
  padding-left: 20px
}

.business_shop2_ul li .textBox h5 {
  color: #e66348;
  font-weight: 700;
  padding-bottom: 5px
}

.business_shop2_ul li .textBox p {
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  padding-bottom: 5px
}

.business_shop2_caution {
  font-size: 12px;
  text-align: center;
  padding-top: 25px;
  opacity: .6;
  line-height: 150%
}

.business_community {
  padding-top: 150px;
  padding-bottom: 200px
}

.business_community_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative
}

.business_community_left {
  width: 60%;
  left: calc(50% - 500px);
  top: 30%;
  position: absolute
}

.business_community_right {
  width: 45%;
  right: 0;
  text-align: right
}

.business_community_right img {
  width: 100%
}

.business_community_text {
  font-size: 16px;
  line-height: 200%;
  font-weight: 200
}

.business_business_ul {
  width: 100%;
  background-color: #f7f6e6;
  padding: 40px;
  margin-bottom: 170px;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  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
}

.business_business_ul li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 30px
}

.business_business_ul li a {
  width: 100%;
  background-color: #fff;
  padding: 55px 30px 40px
}

.business_business_h3 {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 100
}

.business_business_sub {
  line-height: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px
}

.business_business_text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 200
}

.buribebi_logo {
  text-align: center;
  padding-bottom: 20px;
  line-height: 100%
}

.staff_main {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-image: url(../img/staff/message_main.jpg);
  position: relative;
  border: 15px solid #fff;
  background-position: 50%
}

.staff_ul {
  max-width: 1000px;
  width: 100%;
  padding: 0;
  margin: 0 auto
}

.staff_ul li {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.staff_right {
  padding-left: 20px
}

.staff_hobby {
  padding: 20px 0;
  font-size: 16px;
  color: #595959
}

.staff_hobby strong {
  font-weight: 700
}

.staff_text {
  font-size: 16px;
  color: #595959;
  line-height: 36px
}

.recruit_main {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-image: url(../img/recruit/recruit_main.jpg);
  position: relative;
  border: 15px solid #fff;
  background-position: 50%
}

.recruit_ul {
  max-width: 800px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  padding-bottom: 140px;
  border-top: 1px;
}

.recruit_ul li {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #979791
}

.recruit_left {
  width: 210px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #595959
}

.recruit_left2 {
  width: 800px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #595959
}

.recruit_left3 {
  width: 400px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #595959
}

.recuit_right {
  width: calc(100% - 210px)
}

.recruit_right p {
  color: #595959
}

.recruit_right p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #595959
}

.recruit_right p a {
  color: #595959;
  border-bottom: 1px solid #595959;
  margin-left: 5px
}

.recruit_right2 {
  width: calc(100% - 210px)
}

.recruit_right2 p {
  color: #595959;
  text-indent: -16px;
  padding-left: 16px
}

.recruit_right2 p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #595959
}

.recruit_right2 {
  width: calc(100% - 210px)
}

.news_main {
  height: 100vh;
  background-image: url(../img/news/news_main.jpg)
}

.recruit_right3 {
  width: 850px;
  color: #595959;
  line-height: 200%;
}

.recruit_right3 p {
  color: #595959;
}

.news_main, .news_main2 {
  width: 100%;
  background-size: cover;
  position: relative;
  border: 15px solid #fff
}

.news_main2 {
  height: 50vh;
  background-image: url(../img/news/news_article_main.jpg);
  background-position: 50%
}

.news_wrap {
  padding-bottom: 90px
}

.news_article_wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto
}

.article_date {
  font-size: 12px;
  color: #595959;
  line-height: 100%
}

.article_h2 {
  font-size: 18px;
  font-weight: 700;
  color: #595959;
  line-height: 150%;
  padding: 15px 0 32px
}

.article_text {
  font-size: 16px;
  line-height: 30px;
  color: #595959
}

.article_img {
  text-align: center;
  padding: 30px 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto
}

.article_img img {
  width: 100%
}

.newsindex {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  background-color: #eb6e8f;
  width: 240px;
  margin: 0 auto;
  line-height: 100%;
  padding: 16px 0;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 5px;
  margin: 40px auto 150px;
  display: block
}

.newsindex img {
  position: relative;
  top: -2px;
  padding-right: 10px
}

.company_main {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-image: url(../img/company/company_main.jpg);
  position: relative;
  border: 15px solid #fff;
  background-position: 50%
}

.business_main_inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0
}

.company_right {
  font-size: 16px;
  line-height: 36px;
  color: #595959
}

.top_main_wrap {
  width: 100%;
  padding: 15px;
  height: 100vh
}

.top_main_slide, .top_main_slide li {
  width: 100%;
  height: 100%
}

.top_main_slide li {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.slider_01 {
  background-image: url(../img/main_sllide04.jpg)
}

.slider_02 {
  background-image: url(../img/main_sllide02.jpg)
}

.slider_03 {
  background-image: url(../img/main_sllide03.jpg)
}

.slider_04 {
  background-image: url(../img/main_sllide01.jpg)
}

.slick-list, .slick-list .slick-track, .slick-list .slick-track .slick-track, .slick-list .slick-track .slick-track li {
  height: 100% !important
}

.slick-dots {
  bottom: 25px !important
}

.slick-dots li button {
  background-color: #fbd48d !important;
  border-radius: 20px !important
}

.slick-dots li, .slick-dots li button {
  height: 10px !important;
  width: 10px !important
}

.slick-dots li button:before {
  width: 0 !important;
  height: 0 !important;
  content: none !important
}

.slick-dots .slick-active button {
  background-color: #fff !important;
  border-radius: 20px !important;
  height: 10px !important;
  width: 10px !important
}

.top_business_slider {
  width: 100%;
  height: 70vh;
  padding: 0 15px
}

.top_business_slider li {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.top_business_slider_01 {
  background-image: url(../img/business_sllide01.jpg)
}

.top_business_slider_02 {
  background-image: url(../img/business_sllide02.jpg)
}

.top_business_slider_03 {
  background-image: url(../img/business_sllide03.jpg)
}

.top_business_slider_04 {
  background-image: url(../img/business_sllide04.jpg)
}

.slick-next {
  background-image: url(../img/next.png) !important;
  width: 20px !important;
  height: 60px !important;
  background-size: 30px;
  background-position: 50%;
  background-repeat: no-repeat !important;
  background-size: auto;
  right: 35px !important;
  z-index: 300
}

.slick-next:before {
  content: none !important
}

.slick-prev {
  left: 35px !important;
  background-image: url(../img/prev.png) !important;
  width: 20px !important;
  height: 60px !important;
  background-size: 30px;
  z-index: 300;
  background-position: 50%;
  background-repeat: no-repeat !important;
  background-size: auto
}

.slick-prev:before {
  content: none !important
}

.privacy_main {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-image: url(../img/privacy/privacy_main.jpg);
  position: relative;
  background-position: 50%;
  border: 15px solid #fff
}

.privacy_01 {
  padding-bottom: 100px
}

.privacy_01, .privacy_02 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto
}

.privacy_02 {
  padding: 30px 25px;
  margin-bottom: 150px;
  background-color: #fbf4eb
}

.privacy_h2 {
  color: #272727;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
  line-height: 100%
}

.privacy_text {
  font-size: 14px;
  line-height: 200%;
  color: #272727;
  font-weight: 300
}

.privacy_ul li {
  padding-bottom: 20px
}

.privacy_ul li p {
  font-weight: 300;
  text-indent: -14px;
  padding-left: 14px
}

.privacy_ul li p, .privacy_ul li p strong {
  font-size: 14px;
  line-height: 200%;
  color: #272727
}

.privacy_h3, .privacy_ul li p strong {
  font-weight: 700
}

.privacy_h3 {
  font-size: 14px;
  line-height: 150%;
  padding-bottom: 10px
}

.privacy_small {
  font-size: 12px;
  line-height: 200%;
  color: #272727;
  text-indent: -12px;
  padding-left: 12px
}

@media screen and (max-width:768px) {
  .chapter {
    padding-top: 60px;
    padding-bottom: 50px
  }

  .w800 {
    padding-left: 20px;
    padding-right: 20px
  }

  .ftext {
    font-size: 14px;
    line-height: 28px
  }

  .spblack, .spblack span {
    color: #272727 !important
  }

  .top_h2 {
    font-size: 16px;
    letter-spacing: 10px
  }

  .top_h2 span {
    font-size: 16px;
    letter-spacing: 0
  }

  .top_h2_underdott {
    padding: 15px 0 35px
  }

  .top_newbusiness_h2 {
    font-size: 16px;
    letter-spacing: 10px
  }

  .top_newbusiness_h2 span {
    font-size: 16px;
    letter-spacing: 0
  }

  .top_newbusiness_underdott {
    padding: 15px 0 35px
  }

  .footer_logo {
    padding: 25px 0 20px;
    width: 50px;
    margin: 0 auto
  }

  .footer_logo img {
    width: 100%
  }

  .footer_small {
    padding-bottom: 10px
  }

  .footer_small small {
    font-size: 10px;
    letter-spacing: 1px
  }

  .privacy a {
    font-size: 10px
  }

  .header_pc {
    width: 100%;
    background-color: #fff;
    height: 60px;
    position: fixed;
    margin-bottom: 60px
  }

  .header_logo {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 20px;
    padding-top: 0
  }

  .header_logo img {
    width: 40px
  }

  .header_navi {
    display: none
  }

  .header_humberger {
    display: block
  }

  .header_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .top_main h1 img {
    max-width: calc(100% - 50px)
  }

  .top_main .top_main_text {
    padding-top: 10px
  }

  .top_main .top_main_text, .top_main .top_main_text span {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0
  }

  .top_philosophy_inner {
    display: block;
    padding-left: 0
  }

  .top_philosophy_img img {
    width: 100%
  }

  .top_philosophy_right {
    padding: 0 20px
  }

  .top_philosophy_h3 {
    padding-top: 70px;
    margin: 0 auto;
    letter-spacing: -2px;
    text-align: center
  }

  .top_philosophy_h3 span {
    font-size: 16px
  }

  .top_philosophy_h3_sub {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0 40px
  }

  .top_philosophy_cursive {
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: right
  }

  .top_business_h3 {
    font-size: 18px;
    padding-bottom: 20px
  }

  .top_businss_text, .top_businss_text2 {
    padding: 0 20px 50px
  }

  .top_business_cursive2 img, .top_business_cursive img {
    top: -20px
  }

  .top_business_map {
    margin: 0 auto;
    padding: 20px 10px;
    width: calc(100% - 40px);
    max-width: 350px
  }

  .top_business_a_img img {
    width: 20px;
    position: relative;
    top: 4px
  }

  .top_business_a_text {
    font-size: 12px
  }

  .top_newbusiness {
    margin: 0;
    width: 100%;
    max-height: 450px
  }

  .sppt50 {
    padding-top: 50px
  }

  .top_newbusiness_left {
    display: none
  }

  .top_newbusiness_text {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    font-weight: 200;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px
  }

  .top_newbusiness_cursive {
    top: -20px;
    right: 20px
  }

  .top_newbusiness_right img {
    right: 0;
    left: 0;
    bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 400px;
    width: 90%
  }

  .top_business {
    padding: 0
  }

  .top_business_inner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding-top: 50px;
    padding-bottom: 50px
  }

  .top_business_text {
    font-size: 14px;
    line-height: 32px
  }

  .top_business_a {
    font-size: 14px;
    padding: 16px;
    margin-top: 30px
  }

  .top_business_ul {
    padding-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .top_business_ul li {
    width: 100%;
    padding: 2px;
    padding-bottom: 0
  }

  .top_message {
    padding: 50px 0
  }

  .top_message_inner {
    display: block
  }

  .top_message_img {
    width: 160px;
    margin: 0 auto
  }

  .top_message_img img {
    width: 100%
  }

  .top_message_right {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
  }

  .top_message_ceo {
    font-size: 12px;
    text-align: center;
    padding-top: 15px
  }

  .top_message_name {
    font-size: 24px;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 5px
  }

  .top_message_text {
    font-size: 14px;
    line-height: 28px
  }

  .top_message_left {
    width: 100%;
    padding: 20px
  }

  .left {
    text-align: center !important
  }

  .top_news {
    padding: 50px 0
  }

  .top_news_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px
  }

  .top_news_ul li {
    width: calc(100% / 2 - 8px);
    margin-bottom: 30px
  }

  .top_news_ul_date {
    font-size: 10px
  }

  .top_news_ul_title {
    font-size: 12px;
    line-height: 130%;
    font-weight: 400
  }

  .top_news_a {
    font-size: 14px;
    padding: 16px;
    margin-top: 30px
  }

  .underlayer_h1 {
    font-size: 16px;
    letter-spacing: 10px
  }

  .underlayer_h1 span {
    font-size: 16px;
    letter-spacing: 0
  }

  .underlayer_h1_underdott {
    padding: 15px 0 25px
  }

  .underlayer_underdott {
    padding: 0 0 25px;
    top: -20px;
    margin-bottom: -20px
  }

  .business_main {
    height: 50vh;
    background-position: 50%;
    border: none;
    margin-top: 60px
  }

  .underlayer_main_cursive {
    top: -30px
  }

  .business_concept {
    padding: 0
  }

  .business_concept_graff {
    width: 100%;
    max-width: 769px;
    padding: 40px 20px 0;
    margin: 0 auto
  }

  .business_concept_graff img {
    width: 100%
  }

  .business_concept_text {
    line-height: 28px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    padding-bottom: 50px
  }

  .business_h2, .business_h2_concept {
    font-size: 21px;
    padding: 0 20px;
    line-height: 150%;
    padding-bottom: 20px
  }

  .business_h2_concept {
    text-align: left
  }

  .message_inner {
    display: block;
    padding-top: 0;
    padding-bottom: 100px
  }

  .message_img {
    width: 160px;
    margin: 0 auto
  }

  .message_img img {
    width: 100%
  }

  .message_right {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
  }

  .message_ceo {
    font-size: 12px;
    text-align: center;
    padding-top: 15px
  }

  .message_name {
    font-size: 16px;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 5px
  }

  .message_cursive {
    top: -20px;
    left: -40px;
    margin-bottom: -20px
  }

  .message_cursive2 {
    top: -40px
  }

  .business_shop_ul {
    width: 95%
  }

  .business_shop_ul li .textBox p {
    display: none
  }

  .business_shop2 {
    margin: 25px 20px 80px;
    width: calc(100% - 40px);
    padding: 40px 20px
  }

  .business_shop2_ul {
    width: 100%
  }

  .business_shop2_ul li .textBox p {
    display: none
  }

  .business_community {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .business_community_inner {
    display: block
  }

  .business_community_left {
    width: 100%;
    left: auto;
    top: auto;
    position: relative
  }

  .business_community_right, .business_community_right img {
    width: 100%
  }

  .business_community_text {
    text-align: center;
    padding-bottom: 50px
  }

  .business_business_ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
  }

  .business_business_ul li {
    width: 100%
  }

  .business_business_h3 {
    font-size: 18px
  }

  .staff_main {
    height: 50vh;
    border: none;
    margin-top: 60px
  }

  .staff_ul {
    padding: 0 20px
  }

  .staff_img img {
    width: 120px;
    height: auto
  }

  .staff_hobby, .staff_hobby strong, .staff_text {
    font-size: 14px
  }

  .staff_text {
    line-height: 28px
  }

  .recruit_main {
    height: 50vh;
    border: none;
    margin-top: 60px
  }

  .recruit_ul li {
    padding: 30px 0;
    display: block
  }

  .recruit_ul {
    margin: 0 20px;
    width: calc(100% - 40px);
    padding-bottom: 100px
  }

  .recruit_left {
    font-size: 14px;
    width: 80px;
    padding-bottom: 2z0px
  }

  .recruit_right {
    width: 100%;
    padding-top: 15px
  }

  .recruit_right p, .recruit_right p strong {
    font-size: 14px
  }

  .recruit_right2 {
    width: 100%;
    padding-top: 15px
  }

  .recruit_right2 p, .recruit_right2 p strong {
    font-size: 14px
  }

  .news_main {
    height: 50vh
  }

  .news_main, .news_main2 {
    background-position: 50%;
    border: none;
    margin-top: 60px
  }

  .news_main2 {
    height: 30vh
  }

  .news_article_wrap {
    padding: 0 20px
  }

  .article_text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 200
  }

  .newsindex {
    margin: 40px auto 100px
  }

  .company_main {
    height: 50vh;
    border: none;
    margin-top: 60px
  }

  .company_right {
    font-size: 14px;
    line-height: 32px
  }

  .top_main_wrap {
    padding: 0;
    margin-top: 60px;
    height: 40vh
  }

  .top_business_slider {
    padding: 0;
    height: 30vh
  }

  .slick-next {
    background-image: url(../img/next_sp.png) !important;
    right: 10px !important
  }

  .slick-next, .slick-prev {
    width: 10px !important;
    height: 27px !important
  }

  .slick-prev {
    background-image: url(../img/prev_sp.png) !important;
    left: 10px !important
  }

  .privacy_main {
    height: 30vh;
    background-position: 50%;
    border: none;
    margin-top: 60px
  }

  .privacy_01 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px
  }

  .privacy_02 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    margin-bottom: 80px
  }

  .privacy_h2 {
    font-size: 14px;
    padding-bottom: 10px
  }

  .privacy_h3 {
    font-size: 12px
  }
}

@media only screen and (max-width:768px) {
  .pc {
    display: none !important
  }

  .sp {
    display: block !important
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: orion-font;
    src: url(/icon/orion-font.svg#orion-font) format("svg")
  }
}

.movieBox{
  width: 1200px;
  margin: 50px auto 0px auto;

}

@media screen and (max-width:1000px)  {
  .movieBox{
    width: 90%;
    margin: 20px auto 0px auto;
  }
}

.movie{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
