@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
  color: #222222;
  font: 12px Verdana,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック',sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/*YUI Font-size Adjustment
10px = 77%     11px = 85%   12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%*/
/* CSS Document */
/* CSS Document */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

/*sup{vertical-align:baseline;}sub{vertical-align:baseline;}*/
legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

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

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

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

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

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

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

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
      /*/
height: auto;
overflow: hidden;
/**/ }

.both {
  clear: both; }

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/
/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/
/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/
/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/
/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/
/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/
/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/
@keyframes load01 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    height: 100vh; }
  99% {
    opacity: 0;
    height: 100vh; }
  100% {
    height: 0;
    opacity: 0; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
body {
  color: #111;
  background: #fff;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased; }
  body a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  body a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  body:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100; }

.cont_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto; }

.page_m {
  margin-top: 90px; }
  @media screen and (max-width: 1300px) {
    .page_m {
      margin-top: 90px; } }
  @media screen and (max-width: 1180px) {
    .page_m {
      margin-top: 70px; } }

select::-ms-expand {
  display: none; }

* {
  outline: none;
  list-style: none; }

/**/
/*font*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
/** ---------------- font/_default.scss - */
@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 100;
  src: url("../../common/fonts/bebas/bebasneuethin.eot");
  src: url("../../common/fonts/bebas/bebasneuethin.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/bebas/bebasneuethin.woff") format("woff"), url("../../common/fonts/bebas/bebasneuethin.ttf") format("truetype"); }
@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 300;
  src: url("../../common/fonts/bebas/bebasneueregular.eot");
  src: url("../../common/fonts/bebas/bebasneueregular.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/bebas/bebasneueregular.woff") format("woff"), url("../../common/fonts/bebas/bebasneueregular.ttf") format("truetype"); }
@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: normal;
  src: url("../../common/fonts/bebas/bebasneuebook.eot");
  src: url("../../common/fonts/bebas/bebasneuebook.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/bebas/bebasneuebook.woff") format("woff"), url("../../common/fonts/bebas/bebasneuebook.ttf") format("truetype"); }
@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: bold;
  src: url("../../common/fonts/bebas/bebasneuebold.eot");
  src: url("../../common/fonts/bebas/bebasneuebold.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/bebas/bebasneuebold.woff") format("woff"), url("../../common/fonts/bebas/bebasneuebold.ttf") format("truetype"); }
@font-face {
  font-family: 'icomoon';
  src: url("../../common/fonts/icomoon.eot?w3x6y5");
  src: url("../../common/fonts/icomoon.eot?w3x6y5#iefix") format("embedded-opentype"), url("../../common/fonts/icomoon.ttf?w3x6y5") format("truetype"), url("../../common/fonts/icomoon.woff?w3x6y5") format("woff"), url("../../common/fonts/icomoon.svg?w3x6y5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-back:before {
  content: "\e901"; }

.icon-th-list-outline:before {
  content: "\e903"; }

.icon-location-outline:before {
  content: "\e905"; }

.icon-tag:before {
  content: "\e906"; }

.icon-map:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e908"; }

.icon-document-file-pdf:before {
  content: "\e900"; }

.icon-search2:before {
  content: "\f002"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-edit:before {
  content: "\f044"; }

.icon-pencil-square-o:before {
  content: "\f044"; }

.icon-sun-o:before {
  content: "\f185"; }

.icon-moon-o:before {
  content: "\f186"; }

.icon-address-card-o:before {
  content: "\f2bc"; }

.icon-vcard-o:before {
  content: "\f2bc"; }

.icon-coin-yen:before {
  content: "\e909"; }

/**/
html {
  overflow-y: auto !important; }

body {
  margin-top: 0%;
  overflow: hidden; }

.spinner {
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -35px;
  z-index: 3; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 10000000;
  background: #000; }

/*
-------------------------------------
header
-------------------------------------
*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2%;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 1000;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  #header h1 a {
    display: block;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    justify-content: flex-start;
    align-items: center;
    color: #111; }
    #header h1 a #logo_pic,
    #header h1 a #txt_pic {
      display: block; }
    #header h1 a #logo_pic {
      margin-right: 13px;
      width: 34px;
      height: 34px; }
      #header h1 a #logo_pic img {
        width: 100%;
        height: auto; }
    #header h1 a #txt_pic {
      font-size: 19px;
      font-weight: bold;
      font-weight: bold;
      line-height: 1; }
      #header h1 a #txt_pic br {
        display: none; }
  #header #he_nav {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-direction: column-reverse; }
    #header #he_nav ul {
      display: flex;
      align-content: stretch;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-align-content: stretch;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      width: 560px; }
    #header #he_nav #page_nav {
      justify-content: space-between;
      padding: 27px 0; }
      #header #he_nav #page_nav li a {
        display: block;
        font-size: 14px;
        font-weight: bold; }
    #header #he_nav #contact_nav {
      justify-content: flex-end; }
      #header #he_nav #contact_nav li {
        margin-left: 4px; }
        #header #he_nav #contact_nav li a {
          display: block;
          font-size: 13px;
          font-weight: bold;
          padding: 11px 0;
          min-width: 163px;
          width: 100%;
          color: #fff;
          background: #111;
          text-align: center; }
        #header #he_nav #contact_nav li:last-child a {
          background: #CF2B05; }
  #header #btn_box {
    position: relative;
    width: 70px;
    height: 70px;
    background: #111;
    cursor: pointer;
    -webkit-transition: all 100ms cubic-bezier(0.26, 0.85, 0.64, 0.94);
    -moz-transition: all 100ms cubic-bezier(0.26, 0.85, 0.64, 0.94);
    -o-transition: all 100ms cubic-bezier(0.26, 0.85, 0.64, 0.94);
    -ms-transition: all 100ms cubic-bezier(0.26, 0.85, 0.64, 0.94);
    transition: all 100ms;
    z-index: 100000;
    display: none; }
    #header #btn_box .txt {
      text-align: center;
      font-size: 12px;
      position: absolute;
      top: 75px;
      left: 0;
      width: 100%;
      font-family: sans-serif;
      color: #fff; }
    #header #btn_box:hover, #header #btn_box.active {
      background: #CF2B05; }

.spMenuButton {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 50%;
  width: 30px;
  height: 15px;
  border: none;
  z-index: 100002;
  background: none;
  margin-right: -15px;
  margin-top: -8px;
  cursor: pointer; }

.spMenuButton__bar {
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

.spMenuButton__bar:nth-child(1) {
  top: 0; }

.spMenuButton__bar:nth-child(2), .spMenuButton__bar:nth-child(4) {
  top: calc(50% - 1px); }

.spMenuButton__bar:nth-child(3) {
  bottom: 0; }

.isMenuOpening .spMenuButton__bar {
  bottom: auto; }

.isMenuOpening .spMenuButton__bar:nth-child(1), .isMenuOpening .spMenuButton__bar:nth-child(3) {
  opacity: 0; }

.isMenuOpening .spMenuButton__bar:nth-child(2) {
  transform: rotate(-45deg); }

.isMenuOpening .spMenuButton__bar:nth-child(4) {
  transform: rotate(45deg); }

.he_mar {
  margin-top: 116px; }
  @media screen and (max-width: 1200px) {
    .he_mar {
      margin-top: 70px; } }
  @media screen and (max-width: 767px) {
    .he_mar {
      margin-top: 60px; } }

#header.scroll {
  padding: 0 0 0 2%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  #header.scroll h1 a #txt_pic {
    font-size: 16px; }
  #header.scroll #he_nav {
    flex-direction: row; }
    #header.scroll #he_nav ul {
      width: auto;
      display: block;
      font-size: 0; }
      #header.scroll #he_nav ul li {
        margin-left: 24px;
        display: inline-block; }
    #header.scroll #he_nav #page_nav {
      padding: 0px; }
      #header.scroll #he_nav #page_nav li a {
        font-size: 13px; }
    #header.scroll #he_nav #contact_nav {
      margin-left: 24px; }
      #header.scroll #he_nav #contact_nav li {
        margin-left: 0px; }
        #header.scroll #he_nav #contact_nav li a {
          padding: 1.4rem 0;
          min-width: 130px;
          font-size: 12px; }

@media screen and (max-width: 1200px) {
  #header,
  #header.scroll {
    padding: 0 0 0 2%; }
    #header h1 a #txt_pic,
    #header.scroll h1 a #txt_pic {
      font-size: 16px; }
    #header #he_nav,
    #header.scroll #he_nav {
      display: none;
      position: fixed;
      left: 0;
      top: 70px;
      width: 100%;
      height: auto;
      background: #fff;
      z-index: 999; }
      #header #he_nav ul,
      #header.scroll #he_nav ul {
        display: block;
        width: 100%; }
      #header #he_nav #page_nav,
      #header.scroll #he_nav #page_nav {
        padding: 0px;
        font-size: 0;
        border-top: solid 1px #ddd; }
        #header #he_nav #page_nav li,
        #header.scroll #he_nav #page_nav li {
          display: inline-block;
          width: 50%;
          border-bottom: solid 1px #ddd;
          border-right: solid 1px #ddd;
          box-sizing: border-box;
          margin: 0px; }
          #header #he_nav #page_nav li a,
          #header.scroll #he_nav #page_nav li a {
            padding: 0.6rem 0.9rem;
            font-size: 13px; }
      #header #he_nav #contact_nav,
      #header.scroll #he_nav #contact_nav {
        margin: 0px;
        font-size: 0; }
        #header #he_nav #contact_nav li,
        #header.scroll #he_nav #contact_nav li {
          margin-left: 0px;
          display: inline-block;
          width: 50%; }
          #header #he_nav #contact_nav li a,
          #header.scroll #he_nav #contact_nav li a {
            font-size: 13px;
            padding: 0.6rem 0.9rem 0.7rem;
            box-sizing: border-box;
            text-align: left; }
    #header #btn_box,
    #header.scroll #btn_box {
      display: block; }

  .isMenuOpening #header #he_nav,
  .isMenuOpening #header.scroll #he_nav {
    display: block; } }
@media screen and (max-width: 767px) {
  #header,
  #header.scroll {
    padding: 0 0 0 2%; }
    #header h1 a #logo_pic,
    #header.scroll h1 a #logo_pic {
      margin-right: 9px; }
    #header h1 a #txt_pic,
    #header.scroll h1 a #txt_pic {
      font-size: 12px;
      line-height: 1.3; }
      #header h1 a #txt_pic br,
      #header.scroll h1 a #txt_pic br {
        display: block; }
    #header #btn_box,
    #header.scroll #btn_box {
      width: 60px;
      height: 60px; }
    #header #he_nav,
    #header.scroll #he_nav {
      top: 60px; } }
#pan {
  padding: 1.1rem 1.6rem 1.1rem 2%;
  background: #202020;
  display: inline-block;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    #pan {
      display: block;
      box-sizing: border-box;
      padding: 0.5rem 1rem 0.55rem 2%;
      transform: translateY(0); } }
  #pan ul {
    font-size: 0; }
    #pan ul li {
      display: inline-block;
      margin-right: 1.1rem;
      font-size: 14px;
      color: #fff; }
      #pan ul li:last-child {
        margin-right: 0px; }
      #pan ul li a {
        color: #fff;
        text-decoration: underline; }
      @media screen and (max-width: 767px) {
        #pan ul li {
          font-size: 11px;
          margin-right: 0.5rem; } }

#sub_main {
  background: #f6f6f6;
  text-align: center; }
  #sub_main h2 {
    padding: 36px 0;
    font-size: 27px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #sub_main h2 {
        font-size: 15px;
        padding: 1rem; } }

/**/
#lang_nav {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #fff; }
  #lang_nav:before, #lang_nav:after {
    content: "";
    position: absolute;
    right: 6px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    box-sizing: border-box;
    z-index: 3; }
  #lang_nav:before {
    top: 10px;
    border-bottom: 5px solid #aaa; }
  #lang_nav:after {
    border-top: 5px solid #aaa;
    bottom: 11px; }
  #lang_nav select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 11px 34px 11px 14px;
    box-sizing: border-box;
    border-radius: 0px;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #bbb;
    z-index: 2;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif; }

#footer {
  background: #111;
  color: #fff; }
  #footer .cont_in {
    padding: 54px 0 34px; }
    #footer .cont_in #f_md {
      margin-bottom: 34px;
      padding-bottom: 34px;
      border-bottom: solid 1px #666; }
      #footer .cont_in #f_md h2 {
        display: flex;
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-content: stretch;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        margin-bottom: 20px; }
        #footer .cont_in #f_md h2 i,
        #footer .cont_in #f_md h2 span {
          display: block; }
        #footer .cont_in #f_md h2 i {
          margin-right: 13px;
          width: 34px;
          height: 34px; }
          #footer .cont_in #f_md h2 i img {
            width: 100%;
            height: auto; }
        #footer .cont_in #f_md h2 span {
          font-size: 20px;
          font-weight: bold;
          font-weight: bold;
          line-height: 1; }
          #footer .cont_in #f_md h2 span br {
            display: none; }
      #footer .cont_in #f_md .txt {
        font-size: 13px; }
    #footer .cont_in #f_nav {
      display: flex;
      align-content: stretch;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-align-content: stretch;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      align-items: flex-start; }
      #footer .cont_in #f_nav ul li a {
        display: block;
        margin-bottom: 1.1rem;
        font-size: 14px;
        color: #fff; }
      #footer .cont_in #f_nav ul li:last-child {
        margin-bottom: 0px; }
      #footer .cont_in #f_nav ul .md a {
        font-size: 15px;
        font-weight: bold; }
    @media screen and (max-width: 1080px) {
      #footer .cont_in {
        padding: 3rem 0 3.2rem; }
        #footer .cont_in #f_md {
          margin-bottom: 2rem;
          padding-bottom: 2rem; }
        #footer .cont_in #f_nav {
          flex-wrap: wrap; }
          #footer .cont_in #f_nav ul {
            width: 30%;
            margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      #footer .cont_in {
        padding: 3rem 0 1.2rem; }
        #footer .cont_in #f_md h2 {
          margin-bottom: 1.4rem; }
          #footer .cont_in #f_md h2 span {
            font-size: 14px;
            line-height: 1.4; }
            #footer .cont_in #f_md h2 span br {
              display: block; }
        #footer .cont_in #f_md .txt {
          font-size: 12px; }
        #footer .cont_in #f_nav {
          flex-wrap: wrap; }
          #footer .cont_in #f_nav ul {
            width: 48%;
            margin-bottom: 30px; }
            #footer .cont_in #f_nav ul li a {
              font-size: 12px;
              margin-bottom: 0.7rem; }
            #footer .cont_in #f_nav ul .md a {
              font-size: 13px; } }
  #footer #copy {
    background: #222; }
    #footer #copy .cont_in {
      /*@include flex01;*/
      padding: 27px 0 28px;
      text-align: center;
      color: #fff;
      /*ul{
      	text-align: right;
      	font-size: 0;
      	li{
      		margin-left: 1.7rem;
      		display: inline-block;
      		a{
      			font-size: 13px;
      			color: #fff;
      		}
      	}
      }*/ }
      #footer #copy .cont_in .c_txt {
        font-size: 12px; }
      @media screen and (max-width: 767px) {
        #footer #copy .cont_in {
          padding: 1.3rem 0;
          /*width: 100%;
          flex-direction: column-reverse;
          align-items: center;
          ul{
          	margin-bottom: 3rem;
          	width: 94%;
          	li{
          		margin: 0px;
          		a{
          			font-size: 9px;
          		}
          	}
          }*/ }
          #footer #copy .cont_in .c_txt {
            font-size: 10px;
            width: 94%; } }

#about #header {
  background: #fff; }
#about #sub_main,
#about #pan {
  position: relative;
  z-index: 2; }
#about .cont_in {
  padding: 0 0 4rem;
  max-width: 996px;
  position: relative;
  z-index: 1; }
  #about .cont_in:before {
    content: "";
    position: absolute;
    width: 682px;
    height: 682px;
    background: #CF2B05;
    border-radius: 50%;
    right: -240px;
    top: -178px;
    z-index: 1; }
  #about .cont_in .cont {
    position: relative;
    z-index: 2; }
  #about .cont_in h1 {
    padding: 60px 0 93px; }
    #about .cont_in h1 i {
      font-size: 74px;
      font-family: "Hiragino Mincho ProN",Georgia,游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
      display: block;
      text-indent: -10px;
      line-height: 1; }
  #about .cont_in dl {
    margin-bottom: 70px; }
    #about .cont_in dl dt {
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 0.2rem;
      line-height: 1.2;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      #about .cont_in dl dt::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 28px;
        height: 1px;
        background: #333; }
    #about .cont_in dl dd {
      font-size: 15px;
      line-height: 2.1; }
  @media screen and (max-width: 767px) {
    #about .cont_in:before {
      width: 440px;
      height: 440px;
      right: -150px;
      top: -100px; }
    #about .cont_in h1 {
      padding: 60px 0 70px; }
      #about .cont_in h1 i {
        font-size: 50px;
        line-height: 1; }
    #about .cont_in dl {
      margin-bottom: 2rem; }
      #about .cont_in dl dt {
        font-size: 18px;
        padding-bottom: 0.9rem;
        margin-bottom: 0.7rem; }
      #about .cont_in dl dd {
        font-size: 13px; } }
  @media screen and (max-width: 580px) {
    #about .cont_in:before {
      width: 300px;
      height: 300px;
      right: -100px;
      top: -60px; }
    #about .cont_in h1 i {
      font-size: 31px;
      text-indent: -4px; } }

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