@charset "UTF-8";
/* Scss Document ※cssファイルの直接編集厳禁 */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Scss Document */
/*---------------------
呼び出し時は以下
@include pc {
};
@include tab {
};
@include sp {
};
---------------------*/
/* Scss Document */
html {
  font-size: 62.5%; }

h2 {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 500; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.2rem; } }

h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500; }

p {
  font-size: 1.4rem;
  line-height: 1.6; }

small {
  font-size: 1.2rem;
  line-height: 1.4; }

.arrow {
  position: relative;
  vertical-align: middle; }
  .arrow:before, .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  .arrow:before {
    right: 4px;
    width: 10px;
    height: 1px;
    background: #000; }
  .arrow:after {
    right: 4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

a.btn {
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  vertical-align: middle; }
  a.btn:before, a.btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  a.btn:before {
    right: 4px;
    width: 10px;
    height: 1px;
    background: #000; }
  a.btn:after {
    right: 4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  a.btn:before {
    right: 2rem;
    width: 13px;
    height: 1px;
    background: #fff; }
  a.btn:after {
    right: 2rem;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  a.btn.btnVacancy {
    background: #000066; }
  a.btn.btnAllbukken {
    background: #ae9871; }
  a.btn.btnOfficial {
    border: 2px solid #ae9871;
    color: #ae9871; }
    a.btn.btnOfficial:before {
      background: #ae9871; }
    a.btn.btnOfficial:after {
      border-top: 1px solid #ae9871;
      border-right: 1px solid #ae9871; }

ul.bukkenList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem; }
  ul.bukkenList li.item {
    width: calc(33.3333% - 4rem);
    margin: 0 2rem 7rem; }
    @media (max-width: 1025px) {
      ul.bukkenList li.item {
        width: calc(50% - 4rem);
        margin: 0 2rem 4rem; } }
    @media (max-width: 767px) {
      ul.bukkenList li.item {
        width: 100%;
        margin: 0 auto 4rem; } }
    ul.bukkenList li.item figure {
      position: relative; }
      ul.bukkenList li.item figure figcaption {
        position: absolute;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        padding: 0.5rem;
        color: #fff; }
    ul.bukkenList li.item.newIcon .new {
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
      background: #c1272d;
      color: #fff;
      width: 4rem;
      border-radius: 90px; }
      ul.bukkenList li.item.newIcon .new::after {
        content: "NEW"; }
    ul.bukkenList li.item.vrIcon .vr {
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
      background: #a9894a;
      color: #fff;
      width: 8rem;
      border-radius: 5px; }
      ul.bukkenList li.item.vrIcon .vr::after {
        content: "VR掲載中"; }
    ul.bukkenList li.item > div {
      position: relative;
      background: #fff;
      padding: 2rem; }
      ul.bukkenList li.item > div .iconBox {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        top: 2rem;
        right: 2rem; }
        @media (max-width: 767px) {
          ul.bukkenList li.item > div .iconBox {
            position: static;
            flex-direction: row;
            align-items: flex-end;
            margin-bottom: 10px; } }
        ul.bukkenList li.item > div .iconBox li {
          font-size: 1.4rem;
          font-weight: normal;
          text-align: center;
          line-height: 4rem; }
      ul.bukkenList li.item > div h4 {
        font-size: 1.8rem;
        line-height: 1.6;
        font-weight: bold;
        margin-bottom: 0.5rem; }
      ul.bukkenList li.item > div p {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 2rem; }
      ul.bukkenList li.item > div ul {
        display: flex;
        margin: 0 -0.5rem; }
        @media (max-width: 767px) {
          ul.bukkenList li.item > div ul {
            margin: 0;
            display: block; } }
        ul.bukkenList li.item > div ul li {
          width: 50%;
          margin: 0 0.5rem; }
          @media (max-width: 767px) {
            ul.bukkenList li.item > div ul li {
              width: 100%;
              margin: 0; }
              ul.bukkenList li.item > div ul li + li {
                margin: 0.5rem 0 0; } }
          ul.bukkenList li.item > div ul li a {
            font-size: 1.4rem; }
            ul.bukkenList li.item > div ul li a:before {
              right: 6px;
              width: 10px;
              height: 1px; }
            ul.bukkenList li.item > div ul li a:after {
              right: 6px;
              width: 7px;
              height: 7px; }
            @media (max-width: 767px) {
              ul.bukkenList li.item > div ul li a {
                font-size: 1.6rem;
                padding: 2rem 0.5rem; } }
          ul.bukkenList li.item > div ul li .btnVacancy {
            border: 2px solid #000066; }

.viewLinkArea {
  padding: 0 7rem; }
  @media (max-width: 1025px) {
    .viewLinkArea {
      padding: 0 4rem; } }
  @media (max-width: 767px) {
    .viewLinkArea {
      padding: 0; } }
  .viewLinkArea .viewLinkBox {
    position: relative;
    width: 100%;
    height: 30vw;
    max-height: 300px;
    background: url("../../common/img/pages/concept/bg_viewnow.jpg") no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .viewLinkArea .viewLinkBox {
        height: 50vw;
        max-height: 250px;
        background: url("../../common/img/pages/concept/bg_viewnow_smp.jpg") no-repeat;
        background-size: cover; } }
    .viewLinkArea .viewLinkBox .contentBox {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center; }
      .viewLinkArea .viewLinkBox .contentBox p {
        font-weight: 500;
        font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
        font-size: 1.4rem; }
      .viewLinkArea .viewLinkBox .contentBox a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2rem auto 0;
        width: 300px;
        height: 40px;
        background: #000066;
        color: #fff;
        font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
        font-size: 1.8rem;
        position: relative;
        vertical-align: middle; }
        .viewLinkArea .viewLinkBox .contentBox a:before, .viewLinkArea .viewLinkBox .contentBox a:after {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          vertical-align: middle; }
        .viewLinkArea .viewLinkBox .contentBox a:before {
          right: 4px;
          width: 10px;
          height: 1px;
          background: #000; }
        .viewLinkArea .viewLinkBox .contentBox a:after {
          right: 4px;
          width: 7px;
          height: 7px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .viewLinkArea .viewLinkBox .contentBox a:before {
          right: 2rem;
          width: 13px;
          height: 1px;
          background: #fff; }
        .viewLinkArea .viewLinkBox .contentBox a:after {
          right: 2rem;
          width: 10px;
          height: 10px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }

/* Scss Document */
a,
.anim {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

/* sample */
@keyframes fadein {
  0% {
    opacity: 0;
    font-size: small; }
  100% {
    opacity: 1;
    font-size: larger; } }
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
@media (max-width: 767px) {
  header {
    padding: 2rem 0 0; } }
@media (max-width: 767px) {
  header h1 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: -2rem;
    text-align: center; } }
header #slider {
  position: relative; }
  @media (max-width: 767px) {
    header #slider img {
      width: 100%;
      height: 375px;
      object-fit: cover; } }
  header #slider figure {
    position: relative; }
    header #slider figure figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      font-size: 1.2rem;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.65);
      padding: 10px; }
      @media (max-width: 767px) {
        header #slider figure figcaption {
          background-color: rgba(0, 0, 0, 0);
          text-shadow: 1px 1px 1px #000,0 0 3px #000,0 0 5px #000,0px 0px 10px #000;
          padding: 5px; } }
    header #slider figure p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 5.2rem;
      text-shadow: 1px 1px 2px #333, 2px 2px 2px #333, 0px 0px 3px rgba(204, 204, 204, 0.3), 0px 0px 5px rgba(204, 204, 204, 0.5), 0px 0px 10px rgba(204, 204, 204, 0.8);
      color: #fff;
      padding: 5px;
      font-family: "Noto Serif JP", serif; }
  header #slider .slick-dots {
    position: absolute;
    right: 4rem;
    bottom: 2rem;
    z-index: 10;
    display: flex; }
    header #slider .slick-dots li {
      width: 7px;
      height: 7px;
      background: #fff;
      text-indent: -9999px;
      margin-left: 4rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      header #slider .slick-dots li.slick-active, header #slider .slick-dots li:hover {
        background: #000066;
        cursor: pointer; }
  header #slider .slider1 {
    /*&::before{
    	content: "";
    	display: block;
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 60%;
    	height: 70%;
    	background: rgb(255,255,255);
    	background: -moz-linear-gradient(145deg, #fff 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0) 50%);
    	background: -webkit-linear-gradient(145deg, #fff 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0) 50%);
    	background: linear-gradient(145deg, #fff 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0) 50%);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    	z-index: 1;			
    	@include sp {
    		width: 50%;
    		height: 35%;
    		background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    	};
    }*/
    /*.slidTxt{
    	    position: absolute;
    		display: block;
    		top: 0;
    		left: 0;
    		width: 50%;
    		height: 40%;
    		vertical-align: middle;
    		padding: 0px 3%;
    		z-index: 2;
    		@include pc {
    		};			
    		@include tab {
    		};			
    		@include sp {
    			width: 50%;
    			height: 35%;
    			padding: 0px 5%;
    		};
    	p{
    	    position: absolute;
    		font-family: serif;
    		font-size: 5.4rem;
    		line-height: 1.6;
    		top: 50%;
    		transform: translateY(-50%);
    		text-shadow: 1px 1px 10px #cbcbcb;
    		@include pc2 {
    			font-size: 4rem;
    		};
    		@include pc {					
    			font-size: 2.4rem;
    		};
    		@include pc {					
    			font-size: 2rem;
    		};				
    		@include sp {
    			font-size: 1.8rem;
    			line-height: 1.8;
    		};	
    		
    	}
    }*/ }
header .kvArea {
  position: relative;
  opacity: 0;
  filter: blur(6px);
  transition: 2s all ease; }
  header .kvArea .slidTxt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2; }
    header .kvArea .slidTxt p {
      color: #fff;
      font-family: serif;
      font-size: clamp(1.8rem, 3.21vw, 4.5rem);
      line-height: 1.6;
      text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000; }
      header .kvArea .slidTxt p span {
        display: inline-block;
        opacity: 0;
        filter: blur(6px);
        transform: scale(1.1);
        transition: 2s all 1s ease; }

.docLoad .kvArea {
  opacity: 1;
  filter: blur(0); }

.docLoad .kvArea .slidTxt p span {
  opacity: 1;
  filter: blur(0);
  transform: scale(1); }

.docLoad .kvArea .slidTxt p span:nth-of-type(2) {
  transition-delay: 2s; }

.docLoad .kvArea .slidTxt p span:nth-of-type(3) {
  transition-delay: 3s; }

#search h2 {
  margin: 7rem auto 4rem; }
@media (max-width: 1025px) {
  #search #searchTabs {
    display: flex; }
    #search #searchTabs li {
      width: 50%; }
    #search #searchTabs h3 {
      border-top: 1px solid #000066;
      font-size: 2rem; }
      #search #searchTabs h3.active {
        background: #000066;
        color: #fff; } }
    @media (max-width: 1025px) and (max-width: 1025px) {
      #search #searchTabs h3 {
        width: 100%;
        background: #fff;
        color: #000066;
        margin: 1px 0 0;
        padding: 2rem;
        text-align: center; }
        #search #searchTabs h3 span:after {
          display: none; } }
    @media (max-width: 1025px) and (max-width: 767px) {
      #search #searchTabs h3 {
        font-size: 1.6rem; } }
@media (max-width: 1025px) {
      #search #searchTabs h3 span {
        display: inline-block;
        position: relative; }
        #search #searchTabs h3 span:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 3px;
          background: #ae9871; }
        #search #searchTabs h3 span:hover {
          @expend .searchBtnHover; } }
#search > div {
  background: #000066;
  color: #fff; }
  @media (max-width: 1025px) {
    #search > div > div {
      display: none; }
      #search > div > div.active {
        display: block; } }
  #search > div > div h3 {
    font-size: 2rem; }
    @media (max-width: 1025px) {
      #search > div > div h3 {
        display: none; } }
    #search > div > div h3 span {
      display: inline-block;
      position: relative; }
      #search > div > div h3 span:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #ae9871; }
      #search > div > div h3 span:hover {
        @expend .searchBtnHover; }
#search #areaBtns {
  position: relative; }
  #search #areaBtns h3 {
    position: absolute;
    top: 4rem;
    left: 4rem;
    z-index: 10; }
    @media (max-width: 1025px) {
      #search #areaBtns h3 {
        position: static; } }
  #search #areaBtns ul li {
    position: absolute;
    z-index: 10; }
    #search #areaBtns ul li:nth-child(1) {
      top: 41%;
      left: 63%; }
    #search #areaBtns ul li:nth-child(2) {
      top: 21%;
      left: 62%; }
    #search #areaBtns ul li:nth-child(3) {
      top: 85%;
      left: 44%; }
    #search #areaBtns ul li:nth-child(4) {
      top: 48%;
      left: 38%; }
    #search #areaBtns ul li:nth-child(5) {
      top: 23%;
      left: 40%; }
    #search #areaBtns ul li:nth-child(6) {
      top: 10%;
      left: 54%; }
    #search #areaBtns ul li:nth-child(7) {
      top: 41%;
      left: 54%; }
    #search #areaBtns ul li:nth-child(8) {
      top: 37%;
      left: 44%; }
    #search #areaBtns ul li:nth-child(9) {
      top: 63%;
      left: 48%; }
    #search #areaBtns ul li:nth-child(10) {
      top: 15%;
      left: 30%; }
    #search #areaBtns ul li:nth-child(11) {
      bottom: 82%;
      right: 47%; }
    #search #areaBtns ul li:nth-child(12) {
      top: 32%;
      left: 23%; }
    @media (max-width: 1025px) {
      #search #areaBtns ul li {
        position: static; }
        #search #areaBtns ul li:first-child span:after {
          display: none6; } }
    #search #areaBtns ul li a {
      background: #ae9871;
      color: #fff;
      padding: 0.5rem 4rem 0.5rem 2rem;
      font-size: 1.6rem; }
      #search #areaBtns ul li a.btn {
        font-size: 1.6rem; }
      #search #areaBtns ul li a:hover {
        background: #000066; }
      @media (max-width: 1025px) {
        #search #areaBtns ul li a {
          background: transparent;
          text-align: left;
          padding: 2rem 4rem; }
          #search #areaBtns ul li a:before {
            right: 7rem; }
          #search #areaBtns ul li a:after {
            right: 7rem; }
          #search #areaBtns ul li a span:after {
            content: '';
            position: absolute;
            left: 4rem;
            right: 4rem;
            top: 0;
            width: calc(100% - 8rem);
            height: 1px;
            background: rgba(255, 255, 255, 0.8); } }
      @media (max-width: 767px) {
        #search #areaBtns ul li a {
          padding: 2rem;
          font-size: 1.4rem; }
          #search #areaBtns ul li a.btn {
            font-size: 1.4rem; }
          #search #areaBtns ul li a:before {
            right: 2rem; }
          #search #areaBtns ul li a:after {
            right: 2rem; }
          #search #areaBtns ul li a span:after {
            left: 2rem;
            right: 2rem;
            width: calc(100% - 4rem); } }
  #search #areaBtns > img {
    position: relative; }
    @media (max-width: 1025px) {
      #search #areaBtns > img {
        display: none; } }
#search #lineBtns {
  padding: 0 4rem 4rem; }
  @media (max-width: 1025px) {
    #search #lineBtns {
      padding: 0; } }
  #search #lineBtns > div {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding-top: 4rem;
    display: flex;
    align-items: center; }
    @media (max-width: 1025px) {
      #search #lineBtns > div {
        border-top: none;
        padding-top: 0;
        display: block; } }
  #search #lineBtns ul {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1025px) {
      #search #lineBtns ul {
        display: block; } }
    @media (max-width: 1025px) {
      #search #lineBtns ul li:first-child span:after {
        display: none; } }
    #search #lineBtns ul li a {
      font-size: 1.6rem;
      color: #fff;
      padding: 0 4rem 0 7rem; }
      @media (max-width: 1025px) {
        #search #lineBtns ul li a {
          text-align: left;
          padding: 2rem 4rem; }
          #search #lineBtns ul li a:before {
            right: 7rem; }
          #search #lineBtns ul li a:after {
            right: 7rem; }
          #search #lineBtns ul li a span:after {
            content: '';
            position: absolute;
            left: 4rem;
            right: 4rem;
            top: 0;
            width: calc(100% - 8rem);
            height: 1px;
            background: rgba(255, 255, 255, 0.8); } }
      @media (max-width: 767px) {
        #search #lineBtns ul li a {
          padding: 2rem;
          font-size: 1.4rem; }
          #search #lineBtns ul li a:before {
            right: 2rem; }
          #search #lineBtns ul li a:after {
            right: 2rem; }
          #search #lineBtns ul li a span:after {
            left: 2rem;
            right: 2rem;
            width: calc(100% - 4rem); } }

#news {
  padding: 7rem 0; }
  @media (max-width: 768px) {
    #news {
      padding: 4rem; } }
  #news h2 {
    margin-bottom: 4rem; }
  #news ul {
    text-align: center; }
    @media (max-width: 768px) {
      #news ul {
        text-align: left; } }
    #news ul li {
      list-style: disc inside;
      font-size: 1.4rem;
      line-height: 1.6; }
      #news ul li + li {
        margin-top: 2rem; }

#latestBukken {
  background: #f2f2f2;
  padding: 7rem;
  margin-bottom: 4rem; }
  @media (max-width: 768px) {
    #latestBukken {
      padding: 4rem 7rem; } }
  @media (max-width: 767px) {
    #latestBukken {
      margin-bottom: 0; } }
  #latestBukken h2 {
    margin-bottom: 4rem; }
  #latestBukken ul.bukkenList {
    display: block; }
    #latestBukken ul.bukkenList > li {
      margin: 0 2rem; }
      @media (max-width: 768px) {
        #latestBukken ul.bukkenList > li {
          margin: 0; } }
      @media (max-width: 767px) {
        #latestBukken ul.bukkenList > li {
          margin: 0; } }
    #latestBukken ul.bukkenList .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      text-indent: -9999px;
      width: 80px;
      height: 80px; }
      #latestBukken ul.bukkenList .slick-arrow.slick-prev {
        left: -5rem;
        background: url("../img/pages/home/arrowL.png") no-repeat;
        background-size: cover; }
      #latestBukken ul.bukkenList .slick-arrow.slick-next {
        right: -5rem;
        background: url("../img/pages/home/arrowR.png") no-repeat;
        background-size: cover; }
      @media (max-width: 768px) {
        #latestBukken ul.bukkenList .slick-arrow {
          width: 40px;
          height: 40px; } }

/*# sourceMappingURL=sass_top.css.map */
