@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-family: 'Franklin Gothic Medium', arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

@media print, screen and (max-width: 959px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
  body {
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 960px) {
  .sp {
    display: none;
  }
  body {
    padding-top: 90px;
  }
}

/* plugins */
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  width: 40px;
  z-index: 5;
  /* SP style */
}

@media print, screen and (max-width: 959px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.slick-prev:before,
.slick-next:before {
  background-image: url("../images/common/arrow1_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: rgba(255, 255, 255, 0.3);
  color: transparent;
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 30px;
}

.slick-prev:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}

[dir="rtl"] .slick-prev:before {
  -webkit-transform: none;
  transform: none;
}

.slick-next {
  right: 30px;
}

.slick-next:before {
  -webkit-transform: none;
  transform: none;
}

[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}

[dir="rtl"] .slick-next:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

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

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

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 3px;
  margin: 22px 5px 0;
  padding: 0;
  position: relative;
  width: 35px;
  z-index: 5;
}

@media print, screen and (min-width: 960px) {
  .slick-dots li {
    height: 4px;
    width: 46px;
  }
}

.slick-dots li button {
  background-color: #e5e5e5;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 3px;
  line-height: 0px;
  outline: none;
  padding: 0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  width: 35px;
}

@media print, screen and (min-width: 960px) {
  .slick-dots li button {
    height: 4px;
    width: 46px;
  }
}

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

.slick-dots li button:hover {
  background-color: #0081ca;
}

.slick-dots li.slick-active button {
  background-color: #0081ca;
}

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

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

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

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

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

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

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

.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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

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

/* blocks */
/* --------------------
* Comment
* -------------------- */
.Comment {
  background-color: #000;
  color: #fff;
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.Comment .Comment__inner {
  padding: 0;
  position: relative;
}

.Comment .Comment__item {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.Comment .Comment__item img {
  display: block;
  height: 400px;
  width: auto;
}

.Comment .Comment__controller {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
}

.Comment .Comment__position {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1;
  margin-right: 10px;
}

.Comment .Comment__arrowLeft,
.Comment .Comment__arrowRight {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  margin: 0 0 2px 5px;
  position: relative;
  width: 20px;
}

.Comment .Comment__arrowLeft:before,
.Comment .Comment__arrowRight:before {
  background-image: url("../images/slide_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}

.Comment .Comment__arrowRight:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media print, screen and (min-width: 960px) {
  .Comment {
    padding: 50px 0 30px;
  }
  .Comment .Comment__inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .Comment .Comment__item img {
    height: 600px;
  }
  .Comment .Comment__controller {
    bottom: 20px;
    right: 50px;
  }
  .Comment .Comment__position {
    font-size: 12px;
    margin-right: 15px;
  }
  .Comment .Comment__arrowLeft,
  .Comment .Comment__arrowRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    margin: 0 0 2px 10px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    width: 24px;
  }
  .Comment .Comment__arrowLeft:hover,
  .Comment .Comment__arrowRight:hover {
    opacity: 0.5;
  }
}

/* --------------------
* Contact
* -------------------- */
.Contact {
  background-color: #fff;
  padding: 30px 0 100px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.Contact .Contact__inner {
  padding: 0 50px;
  position: relative;
}

.Contact .Contact__title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
}

.Contact form {
  width: 100%;
}

.Contact .Contact__item {
  margin-bottom: 10px;
}

.Contact .Contact__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 auto;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 200px;
}

.Contact .Contact__btn:hover {
  opacity: 0.7;
}

.Contact .Contact__message {
  color: #c00;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .Contact {
    padding: 100px 0;
  }
  .Contact .Contact__inner {
    margin: 0 auto;
    max-width: 820px;
    padding: 0 50px;
  }
  .Contact .Contact__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

/* --------------------
* Footer
* -------------------- */
.Footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  width: 100%;
}

.Footer .Footer__inner {
  padding: 0 20px;
}

.Footer .Footer__logo {
  margin: 0 auto 30px;
  width: 140px;
}

.Footer .Footer__logo a {
  display: block;
  margin-left: 40px;
}

.Footer .Footer__logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.Footer .Footer__sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.Footer .Footer__sns li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  margin: 0 10px;
}

.Footer .Footer__sns li a {
  display: block;
}

.Footer .Footer__sns li img {
  display: block;
  width: 100%;
}

.Footer .Footer__text {
  margin: 0 0 30px 0;
}

.Footer .Footer__text p {
  font-size: 11px;
  line-height: 2;
}

.Footer .Footer__text a {
  color: #fff;
}

.Footer .Footer__copyright small {
  display: block;
  font-size: 11px;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .Footer {
    padding: 100px 0 50px;
  }
  .Footer .Footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 100px;
    max-width: 1200px;
    padding: 0 50px;
  }
  .Footer .Footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-bottom: 0;
    margin-right: 50px;
    width: 200px;
  }
  .Footer .Footer__logo a {
    margin: 0;
  }
  .Footer .Footer__sns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-bottom: 0;
    margin-right: 50px;
  }
  .Footer .Footer__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .Footer .Footer__text p {
    font-size: 14px;
  }
  .Footer .Footer__text a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Footer .Footer__text a:hover {
    opacity: 0.7;
  }
}

/* --------------------
 * GoTop
 * -------------------- */
.GoTop {
  bottom: 20px;
  height: 50px;
  margin-bottom: 20px;
  opacity: 0;
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  width: 100%;
  z-index: 10;
}

body.-scrolled .GoTop {
  opacity: 1;
  pointer-events: auto;
}

.GoTop .GoTop__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0081ca;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px 0 auto;
  overflow: hidden;
  width: 50px;
}

.GoTop .GoTop__link:after {
  background-image: url("../images/common/arrow1_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  height: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 10px;
}

.GoTop .GoTop__text {
  display: none;
  font-size: 0;
}

@media print, screen and (min-width: 960px) {
  .GoTop .GoTop__link {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }
  .GoTop .GoTop__link:after {
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  .GoTop .GoTop__link:hover {
    opacity: 0.5;
  }
  .GoTop .GoTop__link:hover:after {
    -webkit-transform: translateY(-3px) rotate(-90deg);
    transform: translateY(-3px) rotate(-90deg);
  }
}

/* --------------------
* Header
* -------------------- */
.Header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  height: 60px;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}

.Header .Header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  padding: 0;
  position: relative;
}

.Header .Header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  margin: 0 10px;
  width: 65px;
}

.Header .Header__logo a {
  display: block;
}

.Header .Header__navi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Header .Header__navi li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  position: relative;
}

.Header .Header__navi li:after {
  border-right: 1px solid #ccc;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 1px;
}

.Header .Header__navi li:last-child:after {
  content: none;
}

.Header .Header__navi li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.Header .Header__navi li span {
  font-size: 10px;
  line-height: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media print, screen and (min-width: 960px) {
  .Header {
    height: 90px;
    width: 100%;
  }
  .Header .Header__inner {
    height: 90px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 50px;
  }
  .Header .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin: 0 15px 0 0;
    width: 120px;
  }
  .Header .Header__logo a {
    display: block;
  }
  .Header .Header__navi {
    height: 90px;
  }
  .Header .Header__navi li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .Header .Header__navi li:after {
    height: 20px;
    top: calc(50% - 10px);
  }
  .Header .Header__navi li a {
    height: 90px;
    padding: 0 20px;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Header .Header__navi li a:hover {
    opacity: 0.7;
  }
  .Header .Header__navi li span {
    font-size: 14px;
    -webkit-transform: none;
    transform: none;
  }
}

/* --------------------
 * Map
 * -------------------- */
.Map {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  height: 300px;
  width: 100%;
}

.Map iframe {
  height: 100%;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .Map {
    height: 400px;
  }
}

/* --------------------
 * News
 * -------------------- */
.News {
  background-color: #303033;
  color: #fff;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.News .News__inner {
  padding: 0 25px;
  position: relative;
}

.News .News__title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 30px;
  text-align: center;
}

.News .News__list li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 15px 0;
}

.News .News__list time {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

.News .News__list span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.News .News__list a {
  color: #fff;
}

.News .News__list a:hover {
  text-decoration: underline;
}

.News .News__image {
  margin: 30px 0;
}

.News .News__image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .News {
    padding: 100px 0;
  }
  .News .News__inner {
    margin: 0 auto;
    max-width: 820px;
    padding: 0 50px;
  }
  .News .News__title {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .News .News__list li {
    padding: 20px 0;
  }
  .News .News__list time {
    font-size: 13px;
  }
  .News .News__list span {
    font-size: 15px;
  }
}

/* --------------------
* Qui
* -------------------- */
.Qui {
  padding: 60px 0;
  position: relative;
  width: 100%;
}

.Qui:before {
  background-image: url("../images/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300px auto;
  content: '';
  display: block;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  height: 300px;
  left: calc(50% - 150px);
  opacity: 0.6;
  position: absolute;
  top: calc(50% - 150px);
  width: 300px;
  z-index: 0;
}

.Qui .Qui__inner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.Qui .Qui__inner p {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 960px) {
  .Qui {
    padding: 100px 0;
  }
  .Qui:before {
    background-size: 600px auto;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    height: 600px;
    left: calc(50% - 300px);
    opacity: 0.4;
    top: calc(50% - 300px);
    width: 600px;
  }
  .Qui .Qui__inner {
    margin: 0 auto;
    max-width: 820px;
    padding: 0 50px;
  }
  .Qui .Qui__inner p {
    font-size: 15px;
    margin-bottom: 1.5em;
  }
}

/* --------------------
* Regulations
* -------------------- */
.Regulations {
  padding: 60px 0;
  width: 100%;
}

.Regulations .Regulations__inner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.Regulations .Regulations__inner .Regulations__title1 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 60px;
  text-align: center;
}

.Regulations .Regulations__inner .Regulations__title2 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 15px;
}

.Regulations .Regulations__inner p {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 1em;
  text-align: justify;
}

.Regulations .Regulations__inner p + .Regulations__title2 {
  margin-top: 2em;
}

.Regulations .Regulations__inner p + .Regulations__title1 {
  margin-top: 3em;
}

@media print, screen and (min-width: 960px) {
  .Regulations {
    padding: 100px 0;
  }
  .Regulations .Regulations__inner {
    margin: 0 auto;
    max-width: 820px;
    padding: 0 50px;
  }
  .Regulations .Regulations__inner .Regulations__title1 {
    font-size: 48px;
    margin-bottom: 80px;
  }
  .Regulations .Regulations__inner .Regulations__title2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .Regulations .Regulations__inner p {
    font-size: 15px;
    margin-bottom: 1.5em;
  }
}

/* --------------------
 * Title1
 * -------------------- */
.Title1 {
  color: #0081ca;
  text-align: center;
}

.Title1 .Title1__primary {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.Title1 .Title1__secondary {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}

.Title1.-white {
  color: #fff;
}

.Title1.-right {
  text-align: right;
}

.Title1.-left {
  text-align: left;
}

@media print, screen and (min-width: 960px) {
  .Title1 .Title1__primary {
    font-size: 40px;
  }
  .Title1 .Title1__secondary {
    font-size: 15px;
  }
}

/* --------------------
 * TopAbout
 * -------------------- */
.TopAbout {
  padding: 70px 0 45px;
}

.TopAbout .TopAbout__inner {
  padding: 0 30px;
  position: relative;
  z-index: 10;
}

.TopAbout .TopAbout__text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
}

.TopAbout .TopAbout__image {
  aspect-ratio: 630 / 320;
  margin-bottom: 35px;
}

.TopAbout .TopAbout__image img {
  height: 100%;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .TopAbout {
    padding: 85px 0 60px;
  }
  .TopAbout .TopAbout__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 30px;
  }
  .TopAbout .TopAbout__text {
    font-size: 18px;
    line-height: 1.8;
  }
  .TopAbout .TopAbout__image {
    aspect-ratio: 640 / 220;
    margin: 0 auto 50px;
    max-width: 640px;
  }
}

/* inview */
.js-inview {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

@media print, screen and (min-width: 960px) {
  .js-inview {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 500ms ease-out;
    transition: 500ms ease-out;
  }
}

.js-inview.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  height: 40px;
  line-height: normal;
  padding: 6px 15px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  outline: none;
}

@media print, screen and (min-width: 960px) {
  input[type="input"],
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 15px;
    height: 50px;
    padding: 10px 20px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  color: #b40019;
}

textarea {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #000;
  font-size: 16px;
  height: 8em;
  padding: 6px 15px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

textarea:focus {
  outline: none;
}

@media print, screen and (min-width: 960px) {
  textarea {
    font-size: 15px;
    height: 11em;
    padding: 10px 20px;
  }
}

textarea.error {
  border-color: #b40019;
}

select {
  background-color: #f5f5f5;
  color: #000;
  font-size: 16px;
  height: 40px;
  outline: none;
  padding: 6px 15px;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  select {
    font-size: 15px;
    height: 50px;
    padding: 10px 20px;
  }
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #b3b3b3;
}
input::-moz-placeholder {
  color: #b3b3b3;
}
input:-ms-input-placeholder {
  color: #b3b3b3;
}
input::-ms-input-placeholder {
  color: #b3b3b3;
}
input::placeholder {
  color: #b3b3b3;
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: #b3b3b3;
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: #b3b3b3;
}
