/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400&family=Libre+Baskerville&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

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

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

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

/* Webフォント */
/* Webフォント */
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 980px) {
  body {
    font-size: 1.6rem;
    line-height: 2em;
    letter-spacing: 0.03em;
  }
}
/* =============================================
- common
================================================ */
.title_style_recruit {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.title_style_recruit::after {
  content: "";
  display: block;
  width: 30px;
  margin: 15px auto 0;
  border-bottom: 3px solid #EF8543;
}
.title_style_recruit .en {
  font-size: 250%;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0;
}
.title_style_recruit .title {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title_style_recruit {
    margin-bottom: 100px;
    font-size: 18px;
  }
  .title_style_recruit::after {
    margin-top: 20px;
  }
  .title_style_recruit .title {
    margin-top: 20px;
  }
}

/* =============================================
- icon
================================================ */
.icon-window {
  margin-left: 3px;
  position: relative;
  top: 1px;
  padding-right: 17px;
}
.icon-window img, .icon-window svg {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 14px;
}

/* =============================================
- keyframes
================================================ */
/*-----------------------------------------------------------------
	rotatecircle
----------------------------------------------------------------- */
@-webkit-keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-----------------------------------------------------------------
  vertical01
----------------------------------------------------------------- */
@keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical02 {
  0% {
    -webkit-transform: translateY(-10px) translateX(-10px);
            transform: translateY(-10px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical02 {
  0% {
    -webkit-transform: translateY(-10px) translateX(-10px);
            transform: translateY(-10px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-10px) translateX(10px);
            transform: translateY(-10px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-8px) translateX(-8px);
            transform: translateY(-8px) translateX(-8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-8px) translateX(-8px);
            transform: translateY(-8px) translateX(-8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical04 {
  0% {
    -webkit-transform: translateY(8px) translateX(8px);
            transform: translateY(8px) translateX(8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical04 {
  0% {
    -webkit-transform: translateY(8px) translateX(8px);
            transform: translateY(8px) translateX(8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
/*-----------------------------------------------------------------
  fadeUp/fadeDown
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------------------------------------------------------
  swing
----------------------------------------------------------------- */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
@keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  bounce
----------------------------------------------------------------- */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*-----------------------------------------------------------------
  scale
----------------------------------------------------------------- */
@-webkit-keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
@keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
/*-----------------------------------------------------------------
  bounceInLeft
----------------------------------------------------------------- */
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  item
----------------------------------------------------------------- */
@-webkit-keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
@keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
/* =============================================
- common （header / menu / other）
================================================ */
/* =============================================
- ELEMENT
================================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/* =============================================
- body
================================================ */
body {
  width: 100%;
}

#wrap {
  overflow: hidden;
}

section {
  padding: 40px 20px;
}
@media screen and (min-width: 375px) {
  section {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 25px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 100px 30px 100px 30px;
  }
}
@media screen and (min-width: 1180px) {
  section {
    padding: 140px 40px 140px 40px;
  }
}

/* =============================================
- TITLE
================================================ */
/* =============================================
- title_style01
================================================ */
.title_style01 {
  margin-bottom: 20px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #BFBFBF;
}
.title_style01 span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #282828;
  font-weight: 600;
  padding-left: 25px;
  font-size: 1.7rem;
}
@media screen and (min-width: 980px) {
  .title_style01 span {
    font-weight: bold;
  }
}
.title_style01 span:before, .title_style01 span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  margin-top: -1px;
}
.title_style01 span:before {
  z-index: 0;
  width: 16px;
  height: 16px;
  border: 1px #74B994 solid;
  background-color: #74B994;
  border-color: #74B994;
}
.title_style01 span:after {
  z-index: 1;
  width: 5px;
  height: 10px;
  opacity: 0;
  margin-left: 6px;
  margin-top: -7px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 980px) {
  .title_style01 {
    padding-bottom: 0.3em;
  }
  .title_style01 span {
    line-height: 1.5em;
    padding-left: 35px;
    font-size: 2.3rem;
  }
  .title_style01 span:before, .title_style01 span:after {
    top: 0.75em;
    margin-top: -1px;
  }
  .title_style01 span:before {
    width: 24px;
    height: 24px;
  }
  .title_style01 span:after {
    width: 7px;
    height: 13px;
    margin-left: 9px;
    margin-top: -9px;
  }
}
@media screen and (min-width: 1180px) {
  .title_style01 span {
    line-height: 1.4em;
    font-size: 2.4rem;
  }
  .title_style01 span:before, .title_style01 span:after {
    top: 0.7em;
    margin-top: 0px;
  }
  .title_style01 span:after {
    margin-top: -8px;
  }
}
/* =============================================
- title_style02
================================================ */
.title_style02 {
  position: relative;
  padding: 25px 0px;
  max-width: 500px;
  margin: 0px auto;
  margin-bottom: 50px;
}
.title_style02:before, .title_style02:after {
  content: "";
  width: calc(50% - 10px);
  height: calc(50% - 10px);
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: -1;
  left: 0px;
}
.title_style02:before {
  top: 0px;
  border-top: 2px solid #332012;
  border-left: 2px solid #332012;
}
.title_style02:after {
  bottom: 0px;
  border-bottom: 2px solid #332012;
  border-left: 2px solid #332012;
}
.title_style02 .in:before, .title_style02 .in:after {
  content: "";
  width: calc(50% - 10px);
  height: calc(50% - 10px);
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: -1;
  right: 0px;
}
.title_style02 .in:before {
  top: 0px;
  border-top: 2px solid #332012;
  border-right: 2px solid #332012;
}
.title_style02 .in:after {
  bottom: 0px;
  border-bottom: 2px solid #332012;
  border-right: 2px solid #332012;
}
.title_style02 .title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .title_style02 .title {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .title_style02 {
    padding: 30px 0px;
    margin-bottom: 60px;
  }
  .title_style02 .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 980px) {
  .title_style02 {
    margin-bottom: 60px;
  }
  .title_style02 .title {
    font-size: 2.8rem;
  }
}
/* =============================================
- title_style03
================================================ */
.title_style03 {
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 25px;
}
.title_style03 .title {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  .title_style03 .title {
    font-weight: bold;
  }
}
.title_style03:after {
  content: "";
  width: 50vw;
  height: 2px;
  background-color: #332012;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

@media screen and (min-width: 768px) {
  .title_style03 {
    padding-bottom: 1.5em;
    margin-bottom: 35px;
  }
  .title_style03 .title {
    font-size: 2.2rem;
  }
  .title_style03:after {
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .title_style03 {
    padding-bottom: 2em;
    margin-bottom: 40px;
  }
  .title_style03 .title {
    font-size: 2.8rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
/* =============================================
- title_style04
================================================ */
.title_style04 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.title_style04 .title {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0px 0.7em;
}
@media screen and (min-width: 980px) {
  .title_style04 .title {
    font-weight: bold;
  }
}
.title_style04 .title:after, .title_style04 .title:before {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #332012;
  position: absolute;
  bottom: 0px;
  top: 50%;
}
.title_style04 .title:after {
  left: 100%;
}
.title_style04 .title:before {
  right: 100%;
}

@media screen and (min-width: 768px) {
  .title_style04 {
    margin-bottom: 30px;
  }
  .title_style04 .title {
    font-size: 2.8rem;
    padding: 0px 0.8em;
  }
}
/* =============================================
- BUTTON
================================================ */
.btnArea {
  text-align: center;
}
.btnArea.ar_right {
  text-align: right;
  width: 100%;
}

/* =============================================
- style01
================================================ */
.btn_style01 {
  position: relative;
  display: inline-block;
  border: 1px solid #282828;
  background-color: #282828;
  width: 100%;
  color: #fff;
  padding: 14px 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  border-radius: 8px;
}
@media screen and (min-width: 980px) {
  .btn_style01 {
    font-weight: bold;
  }
}
.btn_style01 span {
  position: relative;
  padding-right: 20px;
}
.btn_style01 span:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  border-color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
  border-width: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_style01.back span {
  padding-right: 0px;
  padding-left: 20px;
}
.btn_style01.back span:after {
  right: auto;
  left: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
  .btn_style01 {
    padding: 15px 10px;
    font-size: 1.7rem;
    max-width: 420px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) {
  .btn_style01 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn_style01:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .btn_style01:hover .icon svg rect, .btn_style01:hover .icon svg path {
    fill: #fff;
  }
  .btn_style01:hover:after {
    border-color: #fff;
  }
}
/* =============================================
- _style02
================================================ */
.btn_style02 {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  color: #332012;
  font-family: "Noto Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  padding: 14px 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 160px;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .btn_style02 {
    font-weight: bold;
  }
}
.btn_style02:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  border-color: #332012;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
  border-width: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .btn_style02 {
    padding: 20px 10px;
    font-size: 1.6rem;
    max-width: 320px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) {
  .btn_style02 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn_style02:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .btn_style02:hover .icon svg rect, .btn_style02:hover .icon svg path {
    fill: #fff;
  }
  .btn_style02:hover:after {
    border-color: #fff;
  }
}
/* =============================================
- style03
================================================ */
.btn_style03 {
  position: relative;
  display: inline-block;
  background-color: #332012;
  width: 100%;
  color: #fff;
  padding: 14px 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  max-width: 230px;
  border-radius: 12px;
}
@media screen and (min-width: 980px) {
  .btn_style03 {
    font-weight: bold;
  }
}
.btn_style03.blank {
  background-color: rgba(51, 32, 18, 0.7);
}
.btn_style03.blank:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  background-image: url(../images/common/icon_blank.png);
  background-size: cover;
  margin-top: -8px;
}
.btn_style03:not(.blank):after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  border-color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
  border-width: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .btn_style03 {
    padding: 18px 10px;
    font-size: 1.5rem;
    max-width: 500px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) {
  .btn_style03 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn_style03:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .btn_style03:hover .icon svg rect, .btn_style03:hover .icon svg path {
    fill: #fff;
  }
  .btn_style03:hover:after {
    border-color: #fff;
  }
}
/* =============================================
- more
================================================ */
.more {
  display: inline-block;
  color: #332012;
  width: auto;
  font-weight: 600;
  position: relative;
  padding-right: 1em;
  font-family: "Noto Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}
@media screen and (min-width: 980px) {
  .more {
    font-weight: bold;
  }
}
.more:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  border-color: #332012;
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
  border-width: 2px;
}

@media screen and (min-width: 980px) {
  .more {
    font-size: 1.8rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .more:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .more:hover {
    opacity: 0.8;
    margin-right: -5px;
  }
}
/* =============================================
- LAYOUT
================================================ */
/* =============================================
- layout_2column
================================================ */
.layout_2column {
  padding: 40px 20px;
}
.layout_2column section {
  padding: 0px;
}
.layout_2column .sidebar {
  margin-top: 50px;
  padding: 30px 20px;
  background-color: #F0F0F0;
  border-radius: 8px;
}
.layout_2column .sidebar .widget_column + .widget_column {
  margin-top: 25px;
}
.layout_2column .sidebar .widget_column .widget_title {
  font-weight: 600;
  color: #E20526;
  font-size: 1.8rem;
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .layout_2column .sidebar .widget_column .widget_title {
    font-weight: bold;
  }
}
.layout_2column .sidebar .widget_column.category li a, .layout_2column .sidebar .widget_column.tag li a {
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  color: #282828;
  display: inline-block;
  padding-left: 30px;
}
@media screen and (min-width: 980px) {
  .layout_2column .sidebar .widget_column.category li a, .layout_2column .sidebar .widget_column.tag li a {
    font-weight: bold;
  }
}
.layout_2column .sidebar .widget_column.category li a:before, .layout_2column .sidebar .widget_column.tag li a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0.8em;
  margin-top: -10px;
}
.layout_2column .sidebar .widget_column.category li + li, .layout_2column .sidebar .widget_column.tag li + li {
  margin-top: 5px;
}
.layout_2column .sidebar .widget_column.category li a:before {
  background-image: url(../images/common/icon_folder.png);
}
.layout_2column .sidebar .widget_column.tag li a:before {
  background-image: url(../images/common/icon_tag.png);
}

@media screen and (min-width: 768px) {
  .layout_2column {
    padding: 60px 25px;
  }
  .layout_2column .sidebar {
    margin-top: 50px;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .layout_2column .sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .layout_2column .sidebar .widget_column + .widget_column {
    margin-top: 0px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .layout_2column .sidebar .widget_column .widget_title {
    margin-bottom: 15px;
  }
  .layout_2column .sidebar .widget_column.category li a, .layout_2column .sidebar .widget_column.tag li a {
    font-size: 1.4rem;
  }
  .layout_2column .sidebar .widget_column.category li + li, .layout_2column .sidebar .widget_column.tag li + li {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .layout_2column {
    position: relative;
    padding: 80px 30px;
  }
  .layout_2column .sidebar {
    margin-top: 50px;
    padding: 40px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
@media screen and (min-width: 1480px) {
  .layout_2column {
    position: relative;
    padding: 100px 40px;
  }
  .layout_2column .sidebar {
    margin-top: 50px;
    padding: 40px 50px;
  }
  .layout_2column .sidebar .widget_column .widget_title {
    margin-bottom: 15px;
  }
  .layout_2column .sidebar .widget_column.category li a, .layout_2column .sidebar .widget_column.tag li a {
    font-size: 1.4rem;
  }
  .layout_2column .sidebar .widget_column.category li + li, .layout_2column .sidebar .widget_column.tag li + li {
    margin-top: 8px;
  }
}
/* =============================================
- COLOR
================================================ */
._gradation {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
._gradation:before, ._gradation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
._gradation:before {
  background: rgb(35, 47, 118);
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 47, 118)), to(rgb(226, 5, 38)));
  background: linear-gradient(to right, rgb(35, 47, 118) 0%, rgb(226, 5, 38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#232f76", endColorstr="#e20526",GradientType=1 );
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
._gradation:after {
  background: rgb(226, 5, 38);
  background: -webkit-gradient(linear, left top, right top, from(rgb(226, 5, 38)), to(rgb(35, 47, 118)));
  background: linear-gradient(to right, rgb(226, 5, 38) 0%, rgb(35, 47, 118) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e20526", endColorstr="#232f76",GradientType=1 );
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
._gradation:hover:after {
  opacity: 0;
  visibility: hidden;
}

/* =============================================
- MIDASHI
================================================ */
.midashi01 {
  font-weight: 600;
  font-size: 5.5vw;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .midashi01 {
    font-weight: bold;
  }
}
.midashi01.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashi01 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 980px) {
  .midashi01 {
    font-size: 3.5rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1180px) {
  .midashi01 {
    margin-bottom: 80px;
  }
}
.midashi02 {
  font-weight: 600;
  font-size: 4.8vw;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .midashi02 {
    font-weight: bold;
  }
}
.midashi02.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashi02 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
/* =============================================
- headline_text
================================================ */
#headline_area {
  padding: 30px 20px 0px 20px;
}
#headline_area #headline_text .textbox {
  max-width: 1400px;
  margin: 0px auto;
}
#headline_area #headline_text .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 15vw;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
#headline_area #headline_text .title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  #headline_area #headline_text .title {
    font-weight: bold;
  }
}
#headline_area + section {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  #headline_area {
    padding: 40px 25px 0px 25px;
  }
  #headline_area #headline_text .textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #headline_area #headline_text .en {
    font-size: 100px;
    line-height: 1em;
    letter-spacing: 0em;
  }
  #headline_area #headline_text .title {
    margin-left: 0.5em;
  }
  #headline_area + section {
    padding-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #headline_area {
    padding: 120px 25px 0px 25px;
  }
  #headline_area #headline_text .en {
    font-size: 140px;
  }
  #headline_area .breadcrumb {
    padding-top: 40px;
  }
  #headline_area + section {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  #headline_area {
    padding: 150px 25px 40px 25px;
  }
  #headline_area #headline_text .en {
    font-size: 160px;
    line-height: 0.8em;
  }
  #headline_area #headline_text .title {
    font-size: 2rem;
  }
  #headline_area .breadcrumb {
    padding-top: 70px;
  }
  #headline_area + section {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1480px) {
  #headline_area {
    padding: 200px 25px 40px 25px;
  }
  #headline_area #headline_text .en {
    font-size: 180px;
  }
  #headline_area #headline_text .title {
    font-size: 2.6rem;
  }
}
/* =============================================
- breadcrumb
================================================ */
@media screen and (max-width: 979px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumb {
    margin-bottom: 20px;
    padding-top: 115px;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1400px;
    margin: 0px auto;
  }
  .breadcrumb ul li + li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin: 0 5px 0 7px;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    color: #333;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 1.3rem;
  }
  .breadcrumb ul li a:hover {
    color: #a2041c;
  }
  .breadcrumb ul li a:hover span {
    color: #a2041c;
  }
}
/* =============================================
- SP
================================================ */
@media screen and (max-width: 1079px) {
  body {
    padding-top: 60px;
  }
  #header {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #header .logo {
    display: inline-block;
    margin-top: 7px;
    font-size: 0;
    overflow: hidden;
  }
  #header .logo a {
    display: block;
    width: 45vw;
    max-width: 255px;
    height: 0;
    background-image: url('https://242663553.fs1.hubspotusercontent-na2.net/hubfs/242663553/raw_assets/public/tokyo-nihonkotsu/images/common/ht_logo.png');
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    padding: 0;
    padding-top: 19.6078431373%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .scrollOn #header {
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 1080px) {
  body {
    padding-top: 0px;
  }
  #header {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #fff;
  }
  #header .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .logo {
    display: inline-block;
    margin-top: 0px;
    font-size: 0;
    overflow: hidden;
  }
  #header .logo a {
    display: block;
    width: 255px;
    height: 50px;
    background-image: url('https://242663553.fs1.hubspotusercontent-na2.net/hubfs/242663553/raw_assets/public/tokyo-nihonkotsu/images/common/ht_logo.png');
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .scrollOn #header {
    background-color: rgb(255, 255, 255);
  }
}
/* =============================================
- PC
================================================ */
#header .btn_box {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#header .btn_box a {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (min-width: 980px) {
  #header .btn_box a {
    font-weight: bold;
  }
}
#header .btn_box .btn_entry {
  width: 100%;
}
#header .btn_box .btn_entry a {
  background-color: #0AAC16;
}

@media screen and (min-width: 768px) {
  #header .btn_box {
    width: 140px;
    height: 60px;
    left: inherit;
    right: 60px;
    top: 0px;
  }
  #header .btn_box a {
    height: 100%;
    padding: 14px 0px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .btn_box .btn_entry {
    width: 140px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #header .btn_box .btn_entry:hover {
    background-color: #18d226;
  }
}
/* =============================================
- pc
================================================ */
@media screen and (min-width: 1080px) {
  #header .logo a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .logo a:hover {
    opacity: 0.7;
  }
}
/* =============================================
- NAVIGATION SP
================================================ */
@media screen and (max-width: 1319px) {
  #ht_navigation {
    display: none;
  }
}
/* =============================================
- NAVIGATION PC
================================================ */
@media screen and (min-width: 1320px) {
  #ht_navigation {
    margin-left: auto;
    padding-right: 200px;
  }
  #ht_navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #ht_navigation li {
    text-align: center;
    position: relative;
  }
  #ht_navigation li > a, #ht_navigation li > span {
    cursor: pointer;
    position: relative;
    font-size: 1.2rem;
    padding: 14px 18px 14px 18px;
    width: 100%;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #282828;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0em;
    font-weight: 600;
    z-index: 2;
  }
}
@media screen and (min-width: 1320px) and (min-width: 980px) {
  #ht_navigation li > a, #ht_navigation li > span {
    font-weight: bold;
  }
}
@media screen and (min-width: 1320px) {
  #ht_navigation li a:hover {
    color: #fff;
    background: #E20526;
  }
  #ht_navigation li a:hover .icon-window svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 1320px) {
  #ht_navigation li.has_child {
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #ht_navigation li.has_child > a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: relative;
    top: -4px;
    margin-left: 7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #ht_navigation li.has_child:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #ht_navigation li.has_child:hover > a, #ht_navigation li.has_child:hover > span {
    color: #FFF;
  }
  #ht_navigation li.has_child:hover a:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  #ht_navigation li.has_child:hover .chid_list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1320px) {
  #ht_navigation .chid_list {
    width: 200%;
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #ht_navigation .chid_list li {
    padding: 0;
    margin: 0;
  }
  #ht_navigation .chid_list li + li {
    margin: 0;
  }
  #ht_navigation .chid_list li a {
    font-size: 1.3rem;
    padding: 5px 20px 5px 35px;
    margin: 0;
    text-align: left;
    display: block;
    line-height: 1.5;
    color: #FFF;
  }
  #ht_navigation .chid_list li a:before {
    content: "";
    width: 7px;
    height: 1px;
    display: block;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 17px;
  }
  #ht_navigation .chid_list li a span {
    top: 0;
  }
  #ht_navigation .chid_list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1320px) {
  #ht_navigation li > a, #ht_navigation li > span {
    padding: 18px 5px 10px 10px;
  }
  #ht_navigation li.has_child .chid_list {
    width: 220%;
  }
  #ht_navigation li.has_child:nth-of-type(2) .chid_list {
    width: 150%;
  }
  #ht_navigation li.has_child:nth-of-type(3) .chid_list {
    width: 150%;
  }
}
@media screen and (min-width: 1380px) {
  #ht_navigation li > a, #ht_navigation li > span {
    padding: 14px 0.8vw;
  }
}
/* =============================================
- navBtn
================================================ */
#navBtn {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 99999;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-color: #232F76;
}
#navBtn span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#navBtn span:after, #navBtn span:before {
  content: "";
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#navBtn span:after {
  top: -10px;
  width: 30px;
}
#navBtn span:before {
  bottom: -10px;
  width: 10px;
}
#navBtn.active {
  background-color: transparent;
}
#navBtn.active span {
  background-color: transparent;
}
#navBtn.active span:after {
  width: 24px;
  top: 0px;
  margin-left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#navBtn.active span:before {
  width: 24px;
  top: 0px;
  margin-left: 3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* =============================================
- Drawer
================================================ */
body.open #header .inner .logo {
  position: relative;
  z-index: 9999;
}
body.open #header .logo a {
  background-position: 0 100%;
  background-image: url('https://242663553.fs1.hubspotusercontent-na2.net/hubfs/242663553/raw_assets/public/tokyo-nihonkotsu/images/common/ht_logo.png');
}

#drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 30px;
}
#drawer:before {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 2;
}
#drawer .inner {
  width: 100%;
  height: 100%;
  padding: 120px 5vw 40px 5vw;
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width: 374px) {
  #drawer .inner {
    padding-top: 90px;
  }
}
#drawer .inner .row + .row {
  margin-top: 30px;
}
#drawer .column + .column {
  margin-top: 10px;
}
#drawer .btn_group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
#drawer .btn_group ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px;
}
#drawer .btn_group ul li a {
  height: 100%;
  border-radius: 10px;
  padding: 25px 0;
  overflow: hidden;
  font-size: 1.4rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#drawer .btn_group ul li a.link-entry {
  background-color: #0AAC16;
}
#drawer .btn_group ul li a.link-site {
  background-color: #282828;
}
@media screen and (max-width: 374px) {
  #drawer .btn_group ul li a {
    font-size: 1.2rem;
    padding: 15px 0;
  }
}
#drawer .btn_group ul li span {
  line-height: 1.5;
  display: block;
  margin: 7px 0 6px 0;
  text-align: center;
  font-weight: bold;
}
#drawer .btn_group ul li .icon {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
}
#drawer .btn_group ul li .icon.icon-arrow {
  width: 15px;
  height: 4px;
  display: block;
  margin: 0 auto 0 auto;
  margin-left: -7px;
}

dl.link dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.link dt a {
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  padding: 5px 0;
}
@media screen and (max-width: 374px) {
  dl.link dt a {
    font-size: 1.2rem;
    letter-spacing: 0em;
  }
}
dl.link dd ul li {
  position: relative;
  padding-left: 20px;
}
dl.link dd ul li:before {
  content: "";
  width: 7px;
  height: 1px;
  padding-right: 5px;
  background-color: #bdbdbd;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  margin-top: -1px;
}
dl.link dd ul li a {
  display: block;
  text-align: left;
  color: #bdbdbd;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  padding: 5px 0;
}

ul.link li a {
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  padding: 5px 0;
}
@media screen and (max-width: 374px) {
  ul.link li a {
    font-size: 1.2rem;
    letter-spacing: 0em;
  }
}
ul.link li a .icon-window {
  margin-left: 7px;
}
ul.link li a .icon-window svg path {
  fill: #FFF;
}

@media screen and (min-width: 768px) {
  #drawer .inner {
    width: 100%;
    height: 100%;
    padding: 120px 5vw 40px 5vw;
    overflow-y: auto;
    position: relative;
    display: block;
  }
  #drawer .inner .row + .row {
    margin-top: 50px;
  }
  #drawer .inner .row .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #drawer .inner .row .flex > .column {
    width: 33.3333333333%;
  }
  #drawer .inner .row .flex > .column + .column {
    margin-top: 0;
  }
  #drawer .btn_group ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  #drawer .btn_group ul li {
    padding: 0 10px;
  }
  #drawer .btn_group ul li a {
    padding: 25px 0;
    font-size: 1.6rem;
  }
  #drawer .btn_group ul li span {
    margin: 15px 0 10px 0;
  }
  dl.link dt a {
    padding: 0;
  }
  dl.link dd ul {
    padding-top: 0px;
  }
  dl.link dd ul li:before {
    width: 3px;
    margin-top: -1px;
  }
  dl.link dd ul li a {
    font-size: 1.5rem;
    padding: 3px 0;
  }
  ul.link {
    width: 100%;
  }
  ul.link + ul {
    margin-top: 30px;
  }
  ul.link li + li {
    margin-top: 8px;
  }
  ul.link li a {
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  #drawer {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #drawer .inner {
    width: 100%;
    height: 400px;
    padding: 100px 40px 0px 40px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  #drawer .inner > .row:nth-child(1) {
    width: 22vw;
    max-width: 350px;
  }
  #drawer .inner > .row:nth-child(2) {
    width: 68vw;
    max-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 100px;
    box-sizing: border-box;
  }
  #drawer .inner .row + .row {
    margin-top: 0px;
  }
  #drawer .btn_group ul {
    width: 100%;
    margin: 0;
    display: block;
  }
  #drawer .btn_group ul li {
    width: 100%;
    padding: 0 0px;
  }
  #drawer .btn_group ul li + li {
    margin-top: 20px;
  }
  #drawer .btn_group ul li a {
    padding: 18px 0;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #drawer .btn_group ul li a.link-entry {
    min-height: 105px;
  }
  #drawer .btn_group ul li a.link-entry:hover, #drawer .btn_group ul li a.link-site:hover {
    background-color: #232F76;
  }
  #drawer .btn_group ul li span {
    margin: 12px 0 10px 0;
  }
  #drawer .link a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #drawer .link a:hover {
    opacity: 0.6;
  }
  dl.link dd ul li {
    padding-left: 17px;
  }
  dl.link dd ul li:before {
    width: 3px;
    margin-top: -1px;
  }
  dl.link dd ul li a {
    font-size: 1.5rem;
    padding: 3px 0;
  }
  ul.link li + li {
    margin-top: 8px;
  }
  ul.link li a {
    padding: 0;
    font-size: 1.5rem;
  }
}
#drawer {
  opacity: 0;
  visibility: hidden;
}
#drawer .row {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
#drawer .link_tree li {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

/* =============================================
- footer
================================================ */
/* =============================================
- footer
================================================ */
#ft_links .box .link_blog {
  background-color: #282828;
}
#ft_links .box a {
  display: block;
  color: #fff;
  padding: 35px 0px;
}
#ft_links .box .en {
  text-align: center;
}
#ft_links .box .title {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  #ft_links .box .title {
    font-weight: bold;
  }
}
#ft_links .box .arrow {
  position: relative;
  margin-top: 15px;
}
#ft_links .box .arrow:after, #ft_links .box .arrow:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0px;
}
#ft_links .box .arrow:after {
  width: 30px;
  height: 1px;
  margin-left: -15px;
}
#ft_links .box .arrow:before {
  width: 10px;
  height: 1px;
  transform: rotate(34deg);
  -moz-transform: rotate(34deg);
  -webkit-transform: rotate(34deg);
  -o-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  margin-top: -2px;
  margin-left: 7px;
}

@media screen and (min-width: 768px) {
  #ft_links .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #ft_links .box {
    width: 50%;
  }
  #ft_links .box a {
    padding: 35px 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #ft_links .box a:hover {
    background-color: #191919;
  }
  #ft_links .box .title {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  #ft_links .box .arrow {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  #ft_links .box a {
    padding: 55px 0px;
    position: relative;
  }
  #ft_links .box a:hover:before {
    opacity: 1;
  }
  #ft_links .box .title {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  #ft_links .box .title br {
    display: none;
  }
  #ft_links .box .arrow {
    margin-top: 20px;
  }
}
/* =============================================
- footer
================================================ */
#footer {
  background-color: #000;
  padding: 45px 20px 100px 20px;
}
#footer .logo {
  text-align: center;
  margin-bottom: 30px;
}
#footer .logo img {
  max-width: 276px;
}
#footer .ftlinks .column + .column {
  margin-top: 20px;
}
#footer .ftlinks dl dt {
  font-weight: 600;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 980px) {
  #footer .ftlinks dl dt {
    font-weight: bold;
  }
}
#footer .ftlinks dl dt a {
  color: #fff;
  font-size: 1.6rem;
}
#footer .ftlinks dl ul li {
  line-height: 1em;
}
#footer .ftlinks dl ul li a {
  display: inline-block;
  padding: 3px 7px 3px 1.3em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1em;
  position: relative;
}
#footer .ftlinks dl ul li a:before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0.65em;
}
#footer .ftlinks dl ul li + li {
  margin-top: 7px;
}
#footer .copyright {
  margin-top: 40px;
}
#footer .copyright p {
  font-size: 1.3rem;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 45px 30px 25px 30px;
  }
  #footer .logo {
    margin-bottom: 30px;
  }
  #footer .ftlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .ftlinks .column + .column {
    margin-top: 0;
    margin-left: 40px;
  }
  #footer .ftlinks dl dt {
    margin-bottom: 0.5em;
  }
  #footer .ftlinks dl dt a {
    font-size: 1.6rem;
  }
  #footer .ftlinks dl ul li a {
    padding: 3px 7px 3px 1.3em;
    font-size: 1.5rem;
  }
  #footer .ftlinks dl ul li + li {
    margin-top: 13px;
  }
  #footer .ftlinks dl + dl {
    margin-top: 35px;
  }
  #footer .ftlinks .straight li a {
    font-size: 1.5rem;
  }
  #footer .ftlinks .straight li + li {
    margin-top: 8px;
  }
  #footer .ftlinks .straight + .straight {
    margin-top: 20px;
  }
  #footer .copyright {
    margin-top: 50px;
  }
  #footer .copyright p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #footer .logo a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #footer .logo a:hover {
    opacity: 0.7;
  }
  #footer .ftlinks ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #footer .ftlinks ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1080px) {
  #footer .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  #footer .link_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .link_area .logo {
    width: 276px;
    margin: 0px;
  }
  #footer .link_area .ftlinks {
    margin-left: 50px;
  }
  #footer .link_area .ftlinks .column + .column {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1180px) {
  #footer .link_area .logo {
    width: 276px;
  }
  #footer .link_area .ftlinks {
    margin-left: 100px;
  }
  #footer .link_area .ftlinks .column + .column {
    margin-left: 60px;
  }
  #footer .link_area .ftlinks dl dt {
    margin-bottom: 0.9em;
  }
  #footer .link_area .ftlinks dl ul li + li {
    margin-top: 17px;
  }
  #footer .link_area .ftlinks dl + dl {
    margin-top: 40px;
  }
  #footer .link_area .ftlinks .straight li + li {
    margin-top: 9px;
  }
  #footer .copyright {
    margin-top: 80px;
  }
}
/* =============================================
- Index
================================================ */
.box_blue {
  background-color: #0E30F7;
}

.box_orange {
  background-color: #FF6200;
}

.btnStyle01 {
  border: 1px solid #FFF;
  font-size: 1.6rem;
  color: #FFF;
  padding: 13px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btnStyle01:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #FF6200;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btnStyle01 .svg {
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.btnStyle01:hover {
  border-color: #FF6200 !important;
  color: #FFF !important;
}
.btnStyle01:hover .svg path {
  fill: #FFF !important;
}
.btnStyle01:hover:after {
  opacity: 1;
}

/* =============================================
- mainvisual
================================================ */
#mainvisual {
  position: relative;
}
#mainvisual .fvMovie-dimensions {
  width: 100%;
  height: auto;
}
#mainvisual .fvMovie-dimensions video {
  position: relative;
}
#mainvisual .video-js {
  background-color: transparent;
}
#mainvisual #btnMute {
  width: 60px;
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  #mainvisual {
    margin-top: -60px;
  }
}

/* =============================================
- first
================================================ */
#top_first {
  padding-top: 25px;
  padding-bottom: 40px;
}
#top_first .ttlbox {
  position: relative;
  margin-bottom: 20px;
}
#top_first .ttlbox .ttl {
  font-weight: bold;
  font-size: 9vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#top_first .ttlbox img {
  width: 30vw;
  max-width: 250px;
  position: absolute;
  bottom: 7px;
  right: 5px;
}
#top_first .text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
#top_first .text p + p {
  margin-top: 1em;
}
#top_first .copy {
  font-size: 6vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#top_first .imgArea {
  margin-top: 80px;
  position: relative;
}
#top_first .imgArea img {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
#top_first .imgArea .box_blue {
  width: 10vw;
  height: 40vw;
  max-height: 255px;
  position: absolute;
  top: -40px;
  left: -20px;
}
#top_first .imgArea .box_orange {
  width: 10vw;
  height: 35vw;
  max-height: 500px;
  position: absolute;
  bottom: -40px;
  right: -20px;
}

@media screen and (min-width: 768px) {
  #top_first {
    padding: 60px 40px;
  }
  #top_first .inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  #top_first .ttlbox {
    margin-bottom: 30px;
  }
  #top_first .ttlbox .ttl {
    font-size: 5rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  #top_first .text {
    font-size: 2.65rem;
    letter-spacing: 0.05em;
  }
  #top_first .text p + p {
    margin-top: 1.4em;
  }
  #top_first .copy {
    font-size: 4rem;
    margin-top: 40px;
    letter-spacing: 0.15em;
  }
  #top_first .imgArea {
    margin-top: 100px;
  }
  #top_first .imgArea .box_blue {
    top: -40px;
    left: -40px;
  }
  #top_first .imgArea .box_orange {
    bottom: -60px;
    right: -40px;
  }
}
@media screen and (min-width: 980px) {
  #top_first {
    padding: 80px 40px;
    overflow: hidden;
  }
  #top_first .ttlbox {
    margin-bottom: 40px;
  }
  #top_first .ttlbox .ttl {
    font-size: 9.9rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
  #top_first .ttlbox img {
    bottom: 30px;
  }
  #top_first .text {
    font-size: 3.6rem;
    letter-spacing: 0.03em;
  }
  #top_first .copy {
    font-size: 5rem;
    margin-top: 70px;
    line-height: 1.6;
  }
  #top_first .imgArea {
    margin-top: 120px;
    max-width: 1405px;
    margin-left: auto;
    margin-right: auto;
  }
  #top_first .imgArea .box_blue {
    width: 100vw;
    left: 50px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #top_first .imgArea .box_orange {
    width: 100vw;
    bottom: -80px;
    right: 80px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* =============================================
- BANNER
================================================ */
#banner {
  padding: 0;
}
#banner .box {
  width: 100vw;
  padding: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#banner .box:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner .box .fit_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#banner .box .ttlbox {
  margin-bottom: 20px;
}
#banner .box .ttlbox:after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background-color: #EF8543;
  margin: 10px auto 0 auto;
}
#banner .box .ttlbox .en {
  font-family: "Libre Baskerville", serif;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
#banner .box .ttlbox .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#banner .box .copy {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
#banner .box .btnArea {
  margin-top: 30px;
  width: 100%;
  max-width: 340px;
}
#banner .box .btnArea a {
  display: block;
}

@media screen and (min-width: 768px) {
  #banner .box {
    padding: 100px 20px;
  }
  #banner .box .ttlbox {
    margin-bottom: 30px;
  }
  #banner .box .ttlbox:after {
    margin: 25px auto 0 auto;
  }
  #banner .box .ttlbox .en {
    font-size: 3.7rem;
    margin-bottom: 16px;
  }
  #banner .box .ttlbox .ttl {
    text-align: center;
    font-size: 1.8rem;
  }
  #banner .box .copy {
    font-size: 3rem;
  }
  #banner .box .btnArea {
    margin-top: 45px;
  }
}
@media screen and (min-width: 980px) {
  #banner .box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #banner .box .ttlbox {
    margin-bottom: 30px;
  }
  #banner .box .ttlbox:after {
    margin: 30px auto 0 auto;
  }
  #banner .box .ttlbox .en {
    font-size: 4.5rem;
    margin-bottom: 25px;
  }
  #banner .box .ttlbox .ttl {
    font-size: 2rem;
  }
  #banner .box .copy {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1520px) {
  #banner .box {
    height: 35.53vw;
  }
}
/* =============================================
- CrossTalk
================================================ */
#linkCrossTalk {
  padding: 0;
}

.imgCrossTark {
  width: 100vw;
  padding: 40px 20px 53vw 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.imgCrossTark:before, .imgCrossTark:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.imgCrossTark:before {
  background-color: #FFB586;
  right: 50%;
}
.imgCrossTark:after {
  background-color: #F5F5F5;
  left: 50%;
}
.imgCrossTark .img {
  display: block;
  text-align: center;
}
.imgCrossTark .img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.imgCrossTark .img02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.imgCrossTark .img02 li {
  width: 50%;
}
.imgCrossTark .img02 li.right {
  text-align: right;
}
.imgCrossTark .img02 li.left img, .imgCrossTark .img02 li.right img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.imgCrossTark .btnArea {
  margin-top: 30px;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.imgCrossTark .btnArea a {
  display: block;
  color: #000;
  border-color: #000;
}
.imgCrossTark .btnArea a .svg path {
  fill: #000;
}

@media screen and (min-width: 768px) {
  .imgCrossTark {
    padding: 100px 20px;
  }
  .imgCrossTark .img {
    width: 50vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 980px) {
  .imgCrossTark {
    padding: 80px 20px;
  }
  .imgCrossTark .btnArea {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1520px) {
  .imgCrossTark .btnArea {
    margin-top: 40px;
  }
}
/* =============================================
- LinkEntry
================================================ */
#linkEntry {
  padding: 0;
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
#linkEntry:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#linkEntry .fit_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#linkEntry .box {
  border: 3px solid #0AAC16;
  background-color: #FFF;
  padding: 30px 17px;
}
#linkEntry .box .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 13px;
  font-size: 1.8rem;
}
#linkEntry .box p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
#linkEntry .box .btngroup {
  margin-top: 20px;
}
#linkEntry .box .btngroup .ttl {
  font-size: 1.7rem;
}
#linkEntry .box .btngroup .right {
  margin-top: 20px;
}
#linkEntry .box .link_entry,
#linkEntry .box .link_site {
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  padding: 15px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
#linkEntry .box .link_entry span,
#linkEntry .box .link_site span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 5px;
}
#linkEntry .box .link_entry .svg,
#linkEntry .box .link_site .svg {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
}
#linkEntry .box .link_entry {
  background-color: #0AAC16;
}
#linkEntry .box .link_site {
  background-color: #F86000;
}

@media screen and (min-width: 768px) {
  #linkEntry {
    padding: 60px 40px;
  }
  #linkEntry .fit_img {
    -o-object-position: center center;
       object-position: center center;
  }
  #linkEntry .box {
    padding: 30px 40px 40px 40px;
  }
  #linkEntry .box .ttl {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 3px;
  }
  #linkEntry .box p {
    font-size: 1.7rem;
  }
  #linkEntry .box .btngroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px -10px 0 -10px;
  }
  #linkEntry .box .btngroup .ttl {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
  }
  #linkEntry .box .btngroup .left,
#linkEntry .box .btngroup .right {
    width: 50%;
    margin-top: 0px;
  }
  #linkEntry .box .btngroup .left .in,
#linkEntry .box .btngroup .right .in {
    padding: 0 10px;
  }
}
@media screen and (min-width: 980px) {
  #linkEntry {
    padding: 95px 40px;
  }
  #linkEntry .fit_img {
    -o-object-position: center center;
       object-position: center center;
  }
  #linkEntry .box {
    max-width: 1000px;
    padding: 35px 40px 50px 40px;
    margin-left: auto;
    margin-right: auto;
    border-width: 5px;
  }
  #linkEntry .box .boxin {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
  #linkEntry .box .ttl {
    font-size: 2.5rem;
    margin-bottom: 3px;
  }
  #linkEntry .box p {
    font-size: 2rem;
  }
  #linkEntry .box .btngroup {
    margin: 30px -25px 0 -25px;
  }
  #linkEntry .box .btngroup .left .in,
#linkEntry .box .btngroup .right .in {
    padding: 0 25px;
  }
  #linkEntry .box .link_entry,
#linkEntry .box .link_site {
    font-size: 2.4rem;
    padding: 20px 20px;
  }
  #linkEntry .box .link_entry span,
#linkEntry .box .link_site span {
    font-size: 1.5rem;
    margin-top: 8px;
  }
  #linkEntry .box .link_entry .svg,
#linkEntry .box .link_site .svg {
    right: 20px;
  }
  #linkEntry .box .link_entry {
    background-color: #0AAC16;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #linkEntry .box .link_entry:hover {
    background-color: #38cc43;
  }
  #linkEntry .box .link_site {
    background-color: #F86000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #linkEntry .box .link_site:hover {
    background-color: #ff7c2f;
  }
}