@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);@charset "UTF-8";
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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 {
  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 {
  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] {
  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 dashboard in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/* font-awesome*/
/* Tools */
/*
  var : 共通変数
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
/* media quary */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pd-none {
  padding: 0 !important;
}

/*  hide anchor */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.show {
  display: block;
}

.hide {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .forPC {
    display: none !important;
  }

  .forPC2 {
    display: none !important;
  }

  .forSP {
    display: block !important;
  }

  .forSP2 {
    display: inline-block !important;
  }

  .-forPC {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .forPC {
    display: block !important;
  }

  .forPC2 {
    display: inline-block !important;
  }

  .forSP {
    display: none !important;
  }

  .forSP2 {
    display: none !important;
  }

  .-forSP {
    display: block !important;
  }
}
@media screen and (max-width: 767.98px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }

  .spmt0 {
    margin-top: 0 !important;
  }
}
/*  box layout */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.minh-none {
  min-height: inherit !important;
}

.maxh-none {
  max-height: inherit !important;
}

.minw-none {
  min-width: inherit !important;
}

.maxw-none {
  max-width: inherit !important;
}

/*  アクセシビリティ for スクリーンリーダー */
/*
参考） https://coliss.com/articles/build-websites/operation/work/guidelines-to-improve-web-accessibility.html
*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
  display: none !important;
}

* {
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 2.1875;
  color: #333;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
main {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #004AA1;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

body button {
  border: none;
}
body button:focus {
  background: none;
}

.small-font {
  font-size: 1.2rem;
  line-height: calc(22 / 15);
  line-height: 22px;
  font-weight: 400;
}

@media screen and (max-width: 767.98px) {
  .sp-hidden {
    display: none;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .pc-hidden {
    display: block;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
}

.sp-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cRed {
  color: #ff0000;
}

.fontNormal {
  font-weight: 400;
}

.fontMid, .main-visual .main-visual__logo {
  font-weight: 500;
}

.fwb {
  font-weight: 900;
}

article {
  /*
  	h1 {
  		font-size: 3.6rem;
  		@media screen and (max-width: 767.98px) {
  			font-size: 2.4rem;
  		}
  	}

  	h2 {
  		margin-top: 3.4em;
  		font-size: 2.6rem;
  		@media screen and (max-width: 767.98px) {
  			font-size: 2rem;
  		}
  		&:first-of-type {
  			//margin-top: 0;
  		}
  	}

  	h3 {
  		margin-top: 2em;
  		font-size: 2rem;
  		@media screen and (max-width: 767.98px) {
  			font-size: 1.6rem;
  		}
  	}

  	h4 {
  		font-size: 1.8rem;
  		@media screen and (max-width: 767.98px) {
  			font-size: 1.5rem;
  		}
  	}

  	h5 {
  		font-size: 1.5rem;
  		@media screen and (max-width: 767.98px) {
  			font-size: 1.5rem;
  		}
  	}
  */
}
article .small {
  font-size: 1.4rem;
}
article .caption {
  font-size: 1.2rem;
}
article code {
  padding: 0.2em 0.4em;
  margin: 0;
  border-radius: 3px;
  background-color: #F6F8F9;
}
article pre {
  padding: 1em;
  overflow: auto;
  border-radius: 3px;
  background-color: #F6F8F9;
  line-height: 1.45;
  font-size: 1.6rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
article pre code {
  background: transparent;
}
article ul:not([class]) {
  margin-bottom: 40px;
}
article ul:not([class]) ul {
  margin: 0;
}
article ul:not([class]) ul li:last-child {
  margin-bottom: 0;
}
article ol:not([class]) {
  margin-bottom: 40px;
  padding-left: 1.5em;
}
article ol:not([class]) ol {
  margin: 0;
}
article dl dt {
  margin-top: 0.5em;
  font-weight: bold;
}
article dl dt:first-child {
  margin-top: 0;
}
article table {
  max-width: 100%;
  background: #FFFFFF;
  border-collapse: collapse;
  font-size: 1.5rem;
}
article table th, article table td {
  vertical-align: top;
  line-height: 1.4;
  box-sizing: border-box;
  word-break: break-all;
  border: 1px solid #ccc;
}
article table thead th {
  padding: 0.5em 1em;
  color: #fff;
  fownt-weight: bold;
  text-align: center;
  vertical-align: bottom;
}
article table tbody th, article table tbody td {
  padding: 0.5em 1em;
}
article table tbody th {
  font-weight: bold;
  text-align: left;
}
article table tbody td {
  font-size: 1.4rem;
}
article hr {
  margin: 1.8em 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #01579B;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, .btn-floating, .btn, .btn-small, .btn-large {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ffe100;
}

i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ffe100;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb i,
.breadcrumb [class^=mdi-], .breadcrumb [class*=mdi-],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.breadcrumb:before {
  content: "\E5CC";
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 576px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 577px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 576px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 577px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 576px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ffe100;
}
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: "\A0";
  }
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\A0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #EA553A;
  color: white;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #EA553A;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #EA553A;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 61.75%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #fef4f2;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #EA553A;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #EA553A;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

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

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

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #EA553A;
  border-radius: 2px;
}
span.badge.new:after {
  content: " new";
}
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

.collapsible span.badge {
  margin-left: auto;
}

.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 577px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width : 993px) {
  .container {
    width: 70%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 577px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

.btn, .btn-small, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
/*  pointer-events: none;*/
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #da3517;
}

.btn, .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #EA553A;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #ec6951;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #EA553A;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating:hover {
  background-color: #EA553A;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.btn-floating.btn-large i {
  line-height: 56px;
}
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}
.btn-floating.btn-small i {
  line-height: 32.4px;
}
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #EA553A;
  border-radius: 50%;
  transform: scale(0);
}

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}
.btn-large i {
  font-size: 1.6rem;
}

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.btn-small i {
  font-size: 1.2rem;
}

.btn-block {
  display: block;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
/*  pointer-events: none;*/
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.collapsible {
  border-top: 1px solid #ccc;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  position: relative;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.collapsible-header:before, .collapsible-header:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #ccc;
}
.collapsible-header:after {
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.active .collapsible-header:before, .active .collapsible-header:after {
  background: #ffe100;
}
.active .collapsible-header:after {
  transform: rotate(-90deg);
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity 0.4s;
  -webkit-backface-visibility: hidden;
}
.materialboxed:hover:not(.active) {
  opacity: 0.8;
}
.materialboxed.active {
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

select:focus {
  outline: 1px solid #fffdf0;
}

button:focus {
  outline: none;
  background-color: #ec654c;
}

label {
  font-size: 0.8rem;
  color: #ccc;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: white;
}
::-moz-placeholder {
  color: white;
}
:-ms-input-placeholder {
  color: white;
}
::-ms-input-placeholder {
  color: white;
}
::placeholder {
  color: white;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: #F6F8F9;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  height: auto;
  width: 100%;
  font-size: 15px;
  margin: 0 0 4px 0;
  padding: 0.8em 0.8em;
  box-shadow: none;
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s;
}
input:not([type]):disabled, input:not([type])[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly=readonly] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly=readonly] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly=readonly] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly=readonly] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly=readonly] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly=readonly] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly=readonly] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ffe100;
  box-shadow: 0 1px 0 0 #ffe100;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #ffe100;
}
input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #ffe100;
}
input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #f00;
}
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
/* Validation Sass Placeholders */
.select-wrapper.valid > input.select-dropdown, input:not([type]).valid, input:not([type]):focus.valid,
input[type=text]:not(.browser-default).valid,
input[type=text]:not(.browser-default):focus.valid,
input[type=password]:not(.browser-default).valid,
input[type=password]:not(.browser-default):focus.valid,
input[type=email]:not(.browser-default).valid,
input[type=email]:not(.browser-default):focus.valid,
input[type=url]:not(.browser-default).valid,
input[type=url]:not(.browser-default):focus.valid,
input[type=time]:not(.browser-default).valid,
input[type=time]:not(.browser-default):focus.valid,
input[type=date]:not(.browser-default).valid,
input[type=date]:not(.browser-default):focus.valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default):focus.valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default):focus.valid,
input[type=tel]:not(.browser-default).valid,
input[type=tel]:not(.browser-default):focus.valid,
input[type=number]:not(.browser-default).valid,
input[type=number]:not(.browser-default):focus.valid,
input[type=search]:not(.browser-default).valid,
input[type=search]:not(.browser-default):focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #ffe100;
  box-shadow: 0 1px 0 0 #ffe100;
}

.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text]:not(.browser-default).invalid,
input[type=text]:not(.browser-default):focus.invalid,
input[type=password]:not(.browser-default).invalid,
input[type=password]:not(.browser-default):focus.invalid,
input[type=email]:not(.browser-default).invalid,
input[type=email]:not(.browser-default):focus.invalid,
input[type=url]:not(.browser-default).invalid,
input[type=url]:not(.browser-default):focus.invalid,
input[type=time]:not(.browser-default).invalid,
input[type=time]:not(.browser-default):focus.invalid,
input[type=date]:not(.browser-default).invalid,
input[type=date]:not(.browser-default):focus.invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default):focus.invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default):focus.invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default):focus.invalid,
input[type=number]:not(.browser-default).invalid,
input[type=number]:not(.browser-default):focus.invalid,
input[type=search]:not(.browser-default).invalid,
input[type=search]:not(.browser-default):focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #f00;
  box-shadow: 0 1px 0 0 #f00;
  background-color: #FDF0EF;
}

.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input:not([type]).valid ~ .helper-text[data-success], input:not([type]):focus.valid ~ .helper-text[data-success], input:not([type]).invalid ~ .helper-text[data-error], input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
/*  pointer-events: none;*/
}

.select-wrapper.valid ~ .helper-text:after, input:not([type]).valid ~ .helper-text:after, input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #ffe100;
}

.select-wrapper.invalid ~ .helper-text:after, input:not([type]).invalid ~ .helper-text:after, input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #f00;
}

.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  color: #999;
  position: absolute;
  top: 0.2em;
  left: 1em;
  font-size: 1.5rem;
  line-height: 1;
  cursor: text;
  transition: all 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  left: 0;
  transform: translateY(-18px) scale(0.8);
  transform-origin: 0 0;
}
.input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 1.4em;
  display: block;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
  transition: all 0.2s;
}
.input-field .prefix {
  position: absolute;
  width: auto;
  font-size: 1.8rem;
  transition: color 0.2s;
  top: auto-1.8rem/2;
}
.input-field .prefix.active {
  color: #ffe100;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width : 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width : 576px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #F6F8F9;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 1.8rem;
  transition: 0.3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: auto;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 0.8rem 0 0.8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: auto;
  box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  opacity: 0;
/*  pointer-events: none;*/
}

[type=radio]:not(:checked) + span,
[type=radio]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type=radio] + span:before,
[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

/* Unchecked styles */
[type=radio]:not(:checked) + span:before,
[type=radio]:not(:checked) + span:after,
[type=radio]:checked + span:before,
[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:before,
[type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}

[type=radio]:not(:checked) + span:before,
[type=radio]:not(:checked) + span:after {
  border: 2px solid #979797;
}

[type=radio]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
[type=radio]:checked + span:before {
  border: 2px solid transparent;
}

[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:before,
[type=radio].with-gap:checked + span:after {
  border: 2px solid #ffe100;
}

[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:after {
  background-color: #ffe100;
}

[type=radio]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
[type=radio].with-gap:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
[type=radio].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type=radio].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type=radio].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type=radio]:disabled:not(:checked) + span:before,
[type=radio]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
/*  pointer-events: none;*/
}

[type=checkbox] {
  /* checkbox aspect */
}
[type=checkbox] + span:not(.lever) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #333;
  font-size: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 1px solid #979797;
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.2s;
}
[type=checkbox]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}
[type=checkbox]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type=checkbox].tabbed:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ffe100;
  border-bottom: 2px solid #ffe100;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type=checkbox]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type=checkbox]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #ffe100;
  border-bottom: none;
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type=checkbox]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type=checkbox].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
[type=checkbox].filled-in + span:not(.lever):before,
[type=checkbox].filled-in + span:not(.lever):after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type=checkbox].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #979797;
  top: 0px;
  z-index: 0;
}
[type=checkbox].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #F6F8F9;
  border-bottom: 2px solid #F6F8F9;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #EA553A;
  background-color: #EA553A;
  z-index: 0;
}
[type=checkbox].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #979797;
  background-color: rgba(0, 0, 0, 0.1);
}
[type=checkbox].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #EA553A;
  border-color: #EA553A;
}
[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
[type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #efe48f;
}
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #ffe100;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(255, 225, 0, 0.15);
}
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(255, 225, 0, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: auto;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
/*  pointer-events: none;*/
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  height: auto;
  line-height: auto;
  width: 100%;
  font-size: 15px;
  margin: 0 0 4px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #ffe100;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}
.select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: auto;
  line-height: auto;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #ffe100;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #ffe100;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #F6F8F9;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ffe100;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #ffe100;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

input[type=range].focused:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(255, 225, 0, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ffe100;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

input[type=range].focused:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(255, 225, 0, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ffe100;
  transition: box-shadow 0.3s;
}

input[type=range].focused:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(255, 225, 0, 0.26);
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #EA553A;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
/*  pointer-events: none;*/
}

/* Layout */
.l-body {
  overflow: hidden;
  width: 100%;
}
.l-body--mypage {
  background: #F8F8F8;
}
.l-body.bg-gray {
  background: #f7f7f7;
}
.l-body.bg-gray .header.-under:before {
  background: #f7f7f7;
}
body.page-fixed .l-body {
  padding-top: 49px;
}

html.noscroll, html.noscroll body {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10000;
}
@media screen and (max-width: 997.98px) {
  .l-header {
    top: 0;
  }
}
body.scrolled .l-header {
  top: 0;
}
.wp-logined .l-header {
  top: calc(32px + 5rem);
}
@media screen and (max-width: 997.98px) {
  .wp-logined .l-header {
    top: 32px;
  }
}

.wp-logined .scrolled .l-header {
  top: 32px;
}

.l-footer {
  width: 100%;
  z-index: 1000;
}

.l-wrapper {
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .l-wrapper {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-wrapper.-w1200 {
  max-width: 1200px;
}
@media screen and (max-width: 767.98px) {
  .l-wrapper.-w1200 {
    max-width: none;
  }
}
.l-wrapper.-w1400 {
  max-width: 1400px;
}
@media screen and (max-width: 767.98px) {
  .l-wrapper.-w1400 {
    max-width: none;
  }
}
.l-wrapper.-w800 {
  max-width: 800px;
}
@media screen and (max-width: 767.98px) {
  .l-wrapper.-w800 {
    max-width: none;
  }
}
.l-wrapper.-full {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .l-wrapper.-full {
    max-width: none;
  }
}

.l-inner {
  box-sizing: border-box;
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-inner.-w980 {
  max-width: 980px;
}
.l-inner.-w700 {
  max-width: 700px;
}

.l-full {
  margin: 0 -200%;
  padding: 0 200%;
}

.row.l-w100p {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.l-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.l-content__main {
  width: 700px;
  margin-bottom: 40px;
}
.l-content__sub {
  width: 260px;
}
@media screen and (max-width: 997.98px) {
  .l-content {
    flex-wrap: wrap;
  }
  .l-content__main {
    width: 100%;
  }
  .l-content__sub {
    padding-top: 40px;
    width: 100%;
    border-top: 1px solid #ddd;
  }
}

.l-flex {
  display: flex;
}

.l-flex-sb {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-flex-sb--pc {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .l-flex-sb--sp {
    display: flex;
    justify-content: space-between;
  }
}

.l-flex {
  list-style: none;
}
.l-flex.-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .l-flex.-col2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.l-flex.-col2 .l-flex__item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767.98px) {
  .l-flex.-col2 .l-flex__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.l-flex.-col3, .l-flex.-col6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .l-flex.-col3, .l-flex.-col6 {
    flex-direction: row;
  }
}
.l-flex.-col3 .l-flex__item, .l-flex.-col6 .l-flex__item {
  width: calc(33.3% - 25px);
}
@media screen and (max-width: 767.98px) {
  .l-flex.-col3 .l-flex__item, .l-flex.-col6 .l-flex__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.l-flex.-col6 .l-flex__item {
  width: calc(100%/6 - 25px);
}
@media screen and (max-width: 767.98px) {
  .l-flex.-col6 .l-flex__item {
    width: calc(100%/3 - 25px);
    margin-bottom: 30px;
  }
}

.l-flex-sb {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-flex-sb--pc {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .l-flex-sb--sp {
    display: flex;
    justify-content: space-between;
  }
}

.l-flex-c {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-flex-c--pc {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .l-flex-c--sp {
    display: flex;
    justify-content: center;
  }
}

.l-flex-start {
  display: flex;
  justify-content: flex-start;
}

.l-flex-end {
  display: flex;
  justify-content: flex-end;
}

.l-flex-sb-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-flex-sb-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.l-flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-flex-s-c {
  display: flex;
  align-items: center;
}

.l-flex-column-sb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex1 {
  flex: 1;
}

.l-column {
  display: flex;
  justify-content: space-between;
}
.l-column__main {
  flex: 1;
  position: relative;
}
.l-column__main > p:first-child {
  margin-top: -0.4em;
}
.l-column__main + .l-column__sub {
  padding-left: 40px;
}
.l-column__sub + .l-column__main {
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .l-column.-reverse .l-column__main {
    order: 1;
  }
  .l-column.-reverse .l-column__sub {
    order: 2;
  }
  .l-column.-reverse .l-column__sub + .l-column__main,
.l-column.-reverse .l-column__main + .l-column__sub {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-column {
    flex-flow: column;
  }
  .l-column__main + .l-column__sub {
    padding-left: 0;
  }
  .l-column__sub + .l-column__main {
    padding-left: 0;
  }
  .l-column__sub {
    text-align: center;
  }
  .l-column__sub img {
    max-width: 100%;
  }
}

/*
	縦方向に積み上げて以下の順番で左右に並べる
	1 | 2
	3 | 2
	左列に1、3、右列に2が大きく並ぶ
 */
.l-column2-dir {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 800px;
}
@media screen and (min-width: 768px) {
  .l-column2-dir__item.-item01, .l-column2-dir__item.-item03 {
    width: calc(100% - 461px - 30px);
  }
  .l-column2-dir__item.-item01 {
    order: 1;
  }
  .l-column2-dir__item.-item02 {
    order: 3;
    width: 461px;
    padding-left: 57px;
  }
  .l-column2-dir__item.-item03 {
    order: 2;
  }
}

.l-center-ma {
  margin-right: auto;
  margin-left: auto;
}

.l-center {
  text-align: center;
}

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

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

.l-top {
  vertical-align: top !important;
}

.l-middle {
  vertical-align: middle !important;
}

.l-bottom {
  vertical-align: bottom !important;
}

.l-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;
}
.l-grid > * img {
  width: 100%;
}
.l-grid.-col100 {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.l-grid.-col200 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.l-grid.-col300 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.l-grid.-col400 {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.fl-left {
  float: left;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .fl-left--pc {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .fl-left--pc {
    display: block;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .fl-left--sp {
    display: block;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .fl-left--sp {
    float: left;
    margin-right: 20px;
  }
}

.fl-right {
  float: right;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .fl-right--pc {
    float: right;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .fl-right--pc {
    display: block;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .fl-right--sp {
    display: block;
    float: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .fl-right--sp {
    float: right;
    margin-left: 20px;
  }
}

/* Module */
.header {
  padding: 5rem;
}
@media screen and (max-width: 1300px) {
  .header {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1260px) {
  .header {
    margin-top: 50px;
    padding: 2rem 1.5rem;
  }
}
.header.-under {
  padding-bottom: 0;
  position: relative;
}
.header.-under:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 600px;
  content: "";
  background-color: #fff;
  z-index: 10000;
}
@media screen and (max-width: 1260px) {
  .header.-under:before {
    width: 15px;
  }
}
@media screen and (max-width: 1260px) and (max-width: 997.98px) {
  .header.-under:before {
    display: none;
  }
}
.header .header__movies {
  width: 100%;
  height: 100%;
}
.header .header__movies video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.header .header__head {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header .header__head .header__logoWrap {
  background: #fff;
  height: 60px;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.header .header__logo {
  width: 100px;
  line-height: 1;
}
.header .header__logo img {
  width: 100%;
}
@media screen and (max-width: 997.98px) {
  .header .header__logo {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    height: 40px;
  }
}
.header .header__inner {
  position: relative;
  width: 100%;
  min-height: 530px;
  height: calc(100vh - 10rem);
  background-image: url(../../_assets/img/main-visual/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 997.98px) {
  .header .header__inner {
    height: 350px;
  }
}
.header .header__inner:before {
  background-image: url(../../_assets/img/main-visual/bg_main_base.jpg);
}
.header .header__inner .header__pageTitle {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .header .header__inner .header__pageTitle {
    font-size: calc(3.8rem*0.6);
  }
}
.header .header__inner.-company:before {
  background-image: url(../../_assets/img/main-visual/bg_company.jpg);
}
.header .header__inner.-message:before {
  background-image: url(../../_assets/img/main-visual/bg_message.jpg);
}
.header .header__inner.-brands:before {
  background-image: url(../../_assets/img/main-visual/bg_brand.jpg);
}
.header .header__inner.-contact:before {
  background-image: url(../../_assets/img/main-visual/bg_contact.jpg);
}
.header .header__inner.-recruit:before {
  background-image: url(../../_assets/img/main-visual/bg_recruit.jpg);
}
.header .header__inner.-recruit-form:before, .header .header__inner.-to:before, .header .header__inner.-end:before, .header .header__inner.-error:before {
  background-image: url(../../_assets/img/main-visual/bg_recruit.jpg);
}
.header .header__inner.-fc-form:before {
  background-image: url(../../_assets/img/main-visual/bg_fc_form.jpg);
}
.header .header__inner.-underBg {
  min-height: auto;
  height: 450px;
  background-image: none;
}
@media screen and (max-width: 997.98px) {
  .header .header__inner.-underBg {
    height: 200px;
  }
}
.header .header__inner.-underBg:before {
  position: absolute;
  top: 0;
  left: 210px;
  width: 1600px;
  height: 450px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .header .header__inner.-underBg:before {
    left: 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 997.98px) {
  .header .header__inner.-underBg:before {
    left: 0;
    width: 100%;
    height: 200px;
  }
}
.header .header__inner.-underBg:after {
  position: absolute;
  top: 100px;
  left: 0;
  width: 1610px;
  height: 450px;
  content: "";
  background: #ffe100;
  z-index: -2;
}
@media screen and (max-width: 997.98px) {
  .header .header__inner.-underBg:after {
    left: -20px;
    width: calc(120%);
    height: 134px;
  }
}
.header .header__inner .header__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.header .header__inner .header__copy .header__logoCopy {
  width: calc(350px*0.8);
  height: calc(160px*0.8);
  margin: 0 auto;
}
@media screen and (max-width: 997.98px) {
  .header .header__inner .header__copy .header__logoCopy {
    width: calc(350px*0.6);
    height: calc(160px*0.6);
  }
}
.header .header__inner .header__copy .header__headCopy {
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-family: "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
  line-height: 62px;
  line-height: 1.9375;
  font-size: 3.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 997.98px) {
  .header .header__inner .header__copy .header__headCopy {
    margin-top: calc(57px*0.6);
    font-size: calc(3.8rem*0.4);
    font-weight: bold;
    white-space: nowrap;
  }
}
.header .header__inner .header__scroll {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 69px;
}
@media screen and (max-width: 997.98px) {
  .header .header__inner .header__scroll {
    bottom: -20px;
    width: calc(68px*0.6);
    height: calc(68px*0.6);
  }
}
.header .header__head {
  height: 95px;
}
@media screen and (max-width: 997.98px) {
  .header .header__head {
    background: #fff;
    height: 60px;
  }
}

.gNav {
  height: 100%;
}
.gNav__list {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1;
  list-style: none;
}
.gNav__item {
  padding: 0;
  line-height: 1;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 997.98px) {
  .gNav__item {
    padding: 0 10px;
  }
}
.gNav__item:last-child {
  padding-right: 0;
}
.gNav__item a:not(.btn):not(.btn-large):not(.btn-small) {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 0 1em 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #333;
  transition: all 0.2s ease-out;
}
.fixed .gNav__item a:not(.btn):not(.btn-large):not(.btn-small) {
  height: 26px;
}
@media screen and (min-width: 768px) and (max-width: 997.98px) {
  .gNav__item a:not(.btn):not(.btn-large):not(.btn-small) {
    font-size: 1.3rem;
  }
}

.gNavSub__list {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1;
  list-style: none;
}
.gNavSub__item {
  margin-top: -5px;
  padding: 5px 20px 5px 0;
}
.gNavSub__item:last-child {
  padding-right: 0;
}
.gNavSub__item.-en {
  padding-left: 20px;
  border-left: solid 1px #ddd;
}
.gNavSub a {
  position: relative;
  padding-bottom: 0.5em;
  color: #555;
}
.gNavSub a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  transition: all 0.2s;
}
.gNavSub a:hover {
  text-decoration: none;
}
.gNavSub a:hover:after {
  transform: scaleX(1);
}

.gNavSP {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body.scrolled .gNavSP {
  padding-right: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 1350px) and (max-width: 997.98px) {
  .gNavSP {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 48px;
    height: 63px;
    transition: background-color 0.2s;
  }
}
.gNavSP .gNavSP__box.-nav {
  background: #fff;
  border-radius: 0 10px 10px 0;
}
.gNavSP .gNavSP__box.-info {
  margin-left: 20px;
}
@media screen and (max-width: 997.98px) {
  .gNavSP .gNavSP__box.-info {
    display: none;
  }
}
.gNavSP .gNavSP__box.-info a.gNavSP__navInfo {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe100;
  font-size: 1.6rem;
  color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 1350px) {
  .gNavSP .gNavSP__box.-info a.gNavSP__navInfo {
    width: 200px;
  }
}
body.scrolled .gNavSP .gNavSP__box.-info a.gNavSP__navInfo {
  height: 60px;
}
.gNavSP .burger {
  z-index: 1020;
}
.gNavSP .burger__text {
  transition: all 0.2s;
}
.gNavSP .gNavSP__list {
  position: relative;
  display: flex;
  padding: 0 16px;
}
@media screen and (max-width: 1350px) {
  .gNavSP .gNavSP__list {
    justify-content: center;
  }
}
@media screen and (max-width: 1350px) and (max-width: 997.98px) {
  .gNavSP .gNavSP__list {
    display: block;
    position: absolute;
    z-index: 1010;
    top: 0;
    right: -250px;
    margin: 0;
    padding: 45px 0 100px;
    width: 250px;
    min-height: calc(100vh);
    list-style: none;
    background-color: #ffe100;
    transition: all 0.2s;
  }
}
.gNavSP .gNavSP__item + .gNavSP__item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  content: "";
  background: #333;
}
@media screen and (max-width: 1249.98px) {
  .gNavSP .gNavSP__item + .gNavSP__item {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1249.98px) and (max-width: 997.98px) {
  .gNavSP .gNavSP__item + .gNavSP__item {
    margin-left: 0;
  }
}
.gNavSP .gNavSP__item {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 997.98px) {
  .gNavSP .gNavSP__item {
    width: 100%;
    height: auto;
  }
}
.gNavSP .gNavSP__item.-info {
  display: block;
  position: absolute;
  right: -220px;
}
@media screen and (max-width: 997.98px) {
  .gNavSP .gNavSP__item.-info {
    display: block;
    position: static;
  }
}
.gNavSP .gNavSP__item.-info:before {
  display: none;
}
.gNavSP .gNavSP__item.-info a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe100;
  font-size: 1.6rem;
  color: #000;
  border-radius: 10px;
  transition: 0.4s;
}
.gNavSP .gNavSP__item.-info a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1350px) {
  .gNavSP .gNavSP__item.-info a {
    width: 200px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 997.98px) {
  .gNavSP .gNavSP__item.-info a {
    width: auto;
    justify-content: flex-start;
  }
}
body.scrolled .gNavSP .gNavSP__item.-info a {
  height: 60px;
}
@media screen and (max-width: 997.98px) {
  .gNavSP .gNavSP__item.-info {
    display: block;
  }
}
.gNavSP .gNavSP__item a {
  padding: 22px 26.5px;
  display: block;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  /*
  &:before {
  	@include fa;
  	content: "\f054";
  	position: absolute;
  	right: 0;
  	@include t-center();
  	margin-right: 0.4em;
  	line-height: 1;
  	color: $color_primary;
  	transition: all 0.2s;
  	font-size: 1.4rem;
  	@media screen and (max-width: 997.98px) {
  		color: #fff;
  		right: 10px;
  	}
  }

   */
}
@media screen and (max-width: 997.98px) {
  .gNavSP .gNavSP__item a {
    height: auto;
    padding: 18.5px 0 18.5px 53px;
    justify-content: flex-start;
    background: none;
  }
}
.gNavSP .gNavSP__item a span {
  position: relative;
  transition: 0.4s;
}
.gNavSP .gNavSP__item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 997.98px) {
  .gNavSP .gNavSP__item a:hover {
    background: none;
    color: #fff;
  }
  .gNavSP .gNavSP__item a:hover:before {
    right: 5px;
  }
}
.gNavSP .gNavSP__item a:hover span:before {
  background-image: url(../../_assets/img/common/icon_arrow_up_b.svg);
}
@media screen and (max-width: 997.98px) {
  .gNavSP.open {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .gNavSP.open .gNavSP__langList {
    display: none;
  }
  .gNavSP.open .gNavSP__list {
    display: block;
    visibility: visible;
    right: 0;
  }
  .gNavSP.open .burger__text {
    position: absolute;
    right: -170px;
  }
}

@media screen and (max-width: 997.98px) {
  .gNavSP {
    display: block;
  }
}
@media screen and (min-width: 998px) {
  .header__sub {
    display: flex;
  }
}
.page-business .gNavSP .gNavSP__item a.business {
  background: #E4E4E4;
}
.page-business .gNavSP .gNavSP__item a.business span:before {
  transform: translateX(-50%) rotate(180deg);
}

.footer {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 997.98px) {
  .footer {
    padding-top: 30px;
  }
}
.footer .l-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px;
}
@media screen and (max-width: 997.98px) {
  .footer .l-wrapper {
    flex-direction: column;
    padding-bottom: calc(58px*0.6);
  }
}
.footer .footer__head {
  width: 380px;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__head {
    width: 300px;
    margin: 0 auto;
  }
}
.footer .footer__head .footer__logo {
  width: 200px;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__head .footer__logo {
    margin: 0 auto;
  }
}
.footer .footer__head .footer__logo img {
  width: 100%;
}
.footer .footer__head .footer__address {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__head .footer__address {
    margin-top: calc(30px*0.6);
    font-size: 1.4rem;
    text-align: center;
  }
}
.footer .footer__head .footer__headLink {
  margin-top: 34px;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__head .footer__headLink {
    margin-top: calc(34px*0.6);
  }
}
.footer .footer__head .footer__headLink a {
  width: 250px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffe100;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .footer .footer__head .footer__headLink a {
    height: 55px;
    margin: 0 auto;
  }
}
.footer .footer__body {
  width: auto;
  flex: 1;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body {
    margin-top: 20px;
  }
}
.footer .footer__body .snsList {
  display: flex;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body .snsList {
    flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
    justify-content: center;
  }
}
.footer .footer__body .snsList .snsList__item + .snsList__item {
  margin-left: 10px;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body .snsList .snsList__item + .snsList__item {
    margin-left: 0;
  }
}
.footer .footer__body .snsList .snsList__item {
  width: 160px;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body .snsList .snsList__item {
    width: calc(185px*0.6);
  }
}
@media screen and (max-width: 997.98px) and (max-width: 767.98px) {
  .footer .footer__body .snsList .snsList__item {
    width: 32px;
  }
}
.footer .footer__body .snsList .snsList__item a {
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  border-radius: 10px;
  transition: 0.6s;
}
@media screen and (max-width: 767.98px) {
  .footer .footer__body .snsList .snsList__item a {
    width: 32px;
    height: 32px;
    padding: 0;
  }
}
.footer .footer__body .snsList .snsList__item a:hover {
  background: #ffe100;
}
.footer .footer__body .snsList .snsList__item a img {
  width: 80%;
}
@media screen and (max-width: 767.98px) {
  .footer .footer__body .snsList .snsList__item a img {
    width: 100%;
  }
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body .snsList .snsList__item:nth-child(1n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 997.98px) and (max-width: 767.98px) {
  .footer .footer__body .snsList .snsList__item:nth-child(1n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body .snsList .snsList__item:nth-child(2n) {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 997.98px) and (max-width: 767.98px) {
  .footer .footer__body .snsList .snsList__item:nth-child(2n) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body .snsList .snsList__item:nth-child(3n) {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 997.98px) and (max-width: 767.98px) {
  .footer .footer__body .snsList .snsList__item:nth-child(3n) {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body .snsList .snsList__item:nth-child(4n) {
    margin-top: 15px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 997.98px) and (max-width: 767.98px) {
  .footer .footer__body .snsList .snsList__item:nth-child(4n) {
    margin-left: 10px;
    margin-top: 0;
  }
}
.footer .footer__body .fNav {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaebe6;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__body .fNav {
    display: none;
  }
}
.footer .footer__body .fNav .fNav__list {
  display: flex;
}
.footer .footer__body .fNav .fNav__list .fNav__listItem + .fNav__listItem {
  margin-left: 56px;
}
.footer .footer__body .fNav .fNav__list .fNav__listItem > a {
  color: #333;
}
.footer .footer__body .fNav .fNav__list .fNav__listItem .fNav__title a {
  color: #333;
}
.footer .footer__body .fNav .fNav__list .fNav__listItem .fNav__inList {
  margin-top: 4px;
}
.footer .footer__body .fNav .fNav__list .fNav__listItem .fNav__inList .fNav__inListItem + .fNav__inListItem {
  margin-top: 8px;
}
.footer .footer__body .fNav .fNav__list .fNav__listItem .fNav__inList .fNav__inListItem {
  position: relative;
  padding-left: 15px;
  line-height: 1;
}
.footer .footer__body .fNav .fNav__list .fNav__listItem .fNav__inList .fNav__inListItem:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
  font-size: 1.2rem;
  line-height: 1;
}
.footer .footer__body .fNav .fNav__list .fNav__listItem .fNav__inList .fNav__inListItem a {
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
}
.footer .footer__goTop {
  position: absolute;
  top: -35.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 69px;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__goTop {
    top: -25.5px;
    width: calc(68px*0.7);
    height: calc(69px*0.7);
  }
}
.footer .footer__copy {
  border-top: 1px solid #eaebe6;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__copy {
    height: 70px;
  }
}
.footer .footer__copy small {
  font-size: 1.2rem;
}
@media screen and (max-width: 997.98px) {
  .footer .footer__copy small {
    font-size: 1rem;
  }
}

.text.-green {
  color: #84C204;
  border-color: #84C204;
}
.text.-blue {
  color: #0B70C9;
  border-color: #0B70C9;
}
.text.-gray {
  color: #BBBBBB;
  border-color: #BBBBBB;
}
.text.-red {
  color: #b7282e;
  border-color: #E00C3A;
}
.text.-pink {
  color: #FF5B5B;
  border-color: #FF5B5B;
}
.text.-orange {
  color: #FF8C01;
  border-color: #FF8C01;
}
.text.-underline {
  padding-bottom: 0.1em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.text.-bold {
  font-weight: 600 !important;
}
.text.-normal {
  font-weight: normal !important;
}
.text.-nowrap {
  white-space: nowrap !important;
}
.text.-large {
  font-size: 2rem !important;
}
.text.-small {
  font-size: 1.3rem !important;
}
.text.-medium {
  font-size: 1.6rem !important;
}

.text-xxlarger {
  font-size: 1.6em;
}

.text-xlarger {
  font-size: 1.4em;
}

.text-larger {
  font-size: 1.2em;
}

.text-smaller {
  font-size: 0.8em;
}

.fz10 {
  font-size: 1rem;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 2rem;
}

.lh1 {
  line-height: 1;
}

.lh1-1 {
  line-height: 1.1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-3 {
  line-height: 1.3;
}

.lh1-4 {
  line-height: 1.4;
}

.lh1-5 {
  line-height: 1.5;
}

.lh1-6 {
  line-height: 1.6;
}

.lh1-7 {
  line-height: 1.7;
}

.lh1-8 {
  line-height: 1.8;
}

.lh1-9 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

.box, .boxNotice, .boxNote, .boxType2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 1.5em 2em;
  border: 1px solid #ffe100;
}
.box p, .boxNotice p, .boxNote p, .boxType2 p {
  margin-bottom: 1em;
}
.box > *:first-child, .boxNotice > *:first-child, .boxNote > *:first-child, .boxType2 > *:first-child {
  margin-top: 0;
}
.box > *:last-child, .boxNotice > *:last-child, .boxNote > *:last-child, .boxType2 > *:last-child {
  margin-bottom: 0;
}
.boxType2 {
  border: none;
  background-color: #F6F8F9;
}
.boxNote {
  border: none;
  background: #f5f5f5;
}
.boxNotice {
  border: none;
  background: #fff680;
}

.boxBorder {
  border: solid 1px #ccc;
}

.boxBorderTop {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: solid 1px #ccc;
}

a.btn01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 40px;
  background: #ffe100;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
a.btn01.-red {
  background: #BC161D;
}
a.btn01:before {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 10px;
  background-image: url(../../_assets/img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form-box dl + dl {
  margin-top: 15px;
}
.form-box dl {
  display: flex;
}
@media screen and (max-width: 997.98px) {
  .form-box dl {
    margin-top: 20px;
    flex-direction: column;
  }
}
.form-box dl dt {
  width: 200px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 997.98px) {
  .form-box dl dt {
    width: 100%;
  }
}
.form-box dl dt span {
  color: red;
}
.form-box dl dd {
  margin: 0;
  width: calc(100% - 200px);
}
@media screen and (max-width: 997.98px) {
  .form-box dl dd {
    margin-top: 15px;
    width: 100%;
  }
}
.form-box dl dd textarea {
  min-height: 300px;
  background-color: #F6F8F9;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  height: auto;
  width: 100%;
  font-size: 15px;
  margin: 0 0 4px 0;
  padding: 0.8em 0.8em;
  box-shadow: none;
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s;
}
@media screen and (max-width: 997.98px) {
  .form-box dl dd textarea {
    min-height: 200px;
  }
}
.form-box dl dd textarea:focus {
  border-bottom: 1px solid #006F92;
  box-shadow: 0 1px 0 0 #006F92;
}

.form-input {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .form-input {
    display: flex;
    flex-direction: column;
  }
  .form-input input + input {
    margin-top: 20px;
  }
}
.form-input input {
  padding: 16px 50px;
  font-weight: bold;
  background: #000666;
  color: #fff;
  transition: 0.4s;
}
.form-input input:focus {
  opacity: 0.7;
}

.input-field {
  position: relative;
  margin-top: 0;
  margin-bottom: 24px;
  /*
    & > label {
      color: #999;
      position: absolute;
      top: 0.2em;
      left: 1em;
      font-size: 1.5rem;
      line-height: 1;
      cursor: text;
      transition: all .2s ease-out;
      transform-origin: 0% 100%;
      text-align: initial;
      transform: translateY(12px);
    }

    & > label.actvie,
    input:focus:not(.browser-default) ~ label {
      left: 0;
      transform: translateY(-18px) scale(0.8);
      transform-origin: 0 0;
    }
  */
}
.input-field label.label-checkbox {
  position: static;
}
.input-field .input-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 1;
}
.input-field .input-icon:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  font-size: 18px;
}
.input-field input:not(.browser-default).valid ~ .input-icon.-validate:before {
  content: "\F058";
  color: #ffe100;
}
.input-field input:not(.browser-default).invalid ~ .input-icon.-validate:before {
  content: "\F057";
  color: #f00;
}
.input-field .pw-eye {
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0;
  box-shadow: none;
}
.input-field .pw-eye:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  color: #aaa;
  content: "\F070";
}
.input-field .pw-eye.nomask:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  color: #555;
  content: "\F06E";
}
.input-field .error-text {
  position: relative;
  top: 2px;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
}
.input-field input:not(.browser-default) ~ .error-text {
  top: -4px;
}
.input-field.-error .error-text {
  color: #f00;
}
.input-field.-error .label-checkbox + .error-text {
  display: block;
}
.input-field.-error .invalid ~ .error-text, .input-field.-error .invalid ~ label.active {
  color: #f00;
}
.input-field.-error .valid ~ label {
  color: inherit;
}
.input-field.-error .valid ~ .error-text {
  display: none;
}

.bg-red {
  background: #E00C3A;
}

.bg-gray {
  background: #888888;
}
.bg-gray .header.-under:before {
  background: #888888;
}

.bg-lightgray {
  background: #f5f5f5;
}

.heading01 {
  position: relative;
  padding-top: 86px;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 997.98px) {
  .heading01 {
    padding-top: calc(86px*0.6);
    font-size: calc(3.6rem*0.8);
  }
}
.heading01:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #777;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .heading01:before {
    height: calc(80px*0.6);
  }
}

.normalCopy {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 997.98px) {
  .normalCopy {
    font-size: calc(2.2rem*0.8);
  }
}

.table.-type1 {
  border-bottom: 1px solid #EA553A;
}
.table.-type1 th, .table.-type1 td {
  border-top: 1px solid #EA553A;
  border-bottom: none;
  border-right: 0;
  border-left: 0;
  vertical-align: top;
  line-height: 1.88;
  background: transparent;
}
.table.-type1 th {
  padding-left: 2em;
  text-align: right;
  white-space: nowrap;
}
.table.-type1 td {
  text-align: left;
  padding-left: 2em;
}
@media screen and (max-width: 767.98px) {
  .table.-type1 th, .table.-type1 td {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    line-height: 1.38;
  }
  .table.-type1 th {
    padding-left: 0;
    text-align: left;
    font-size: 1.2rem;
  }
  .table.-type1 td {
    padding-left: 1em;
    font-size: 1.3rem;
  }
}
.table.-type2 {
  border-bottom: 1px solid #ccc;
}
.table.-type2 th, .table.-type2 td {
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-right: 0;
  border-left: 0;
  vertical-align: top;
  line-height: 1.88;
  background: transparent;
}
.table.-type2 th {
  white-space: nowrap;
}
.table.-type2 thead th, .table.-type2 thead td {
  border-top: none;
}
.table.-type2 thead th {
  width: 80px;
  color: #666;
}
.table.-type2 thead th:nth-child(2) {
  width: 45%;
  background-color: #ECEFF1;
}
.table.-type2 thead th:nth-child(3) {
  width: 45%;
  background-color: #DBE0E3;
}
.table.-type2 tbody div div {
  width: 47%;
}
@media screen and (max-width: 767.98px) {
  .table.-type2 tbody div div {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .table.-type2 th, .table.-type2 td {
    padding: 12px 0;
    font-size: 1.3rem;
  }
  .table.-type2 td {
    padding-left: 16px;
  }
}
.table.-type3 {
  font-size: 1.6rem;
}
.table.-type3 th {
  width: 50%;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.table.-type3 th.col1 {
  background-color: #666;
}
.table.-type3 th.col2 {
  background-color: #ffe100;
}
.table.-type3 td {
  padding: 1em;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
}
.table.-type3 td.col1 {
  background-color: #F6F8F9;
}
.table.-type3 td.col2 {
  font-weight: bold;
  background-color: #fff;
}
.table.-type3 tr:nth-child(even) td.col1 {
  background-color: #ECEFF1;
}
.table.-type3 tr:nth-child(even) td.col2 {
  background-color: #D8F4F8;
}
@media screen and (max-width: 767.98px) {
  .table.-price {
    min-width: 550px;
  }
}
.table.-price thead tr {
  border: none;
}
.table.-price thead th {
  color: #333;
  font-weight: normal;
  font-size: 2rem;
  border: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  vertical-align: top;
}
.table.-price tbody tr {
  border: none;
}
.table.-price tbody th, .table.-price tbody td {
  width: 33%;
  padding: 1em;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .table.-price tbody th, .table.-price tbody td {
    padding: 0.8em;
    font-size: 1.4rem;
  }
}
.table.-price tbody th {
  font-weight: normal;
  background-color: #F0F3F5;
}
@media screen and (max-width: 767.98px) {
  .table.-price tbody th {
    width: 120px;
  }
}
.table.-price tbody td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.table.-price tbody .col1 {
  background-color: rgba(255, 202, 40, 0.3);
}
.table.-price tbody .col2 {
  background-color: #D8F4F8;
}
.table.-price tbody tr:nth-child(even) th {
  background-color: #fff;
}
.table.-price tbody tr:nth-child(even) .col1 {
  background-color: #fff;
}
.table.-price tbody tr:nth-child(even) .col2 {
  background-color: #F7FDFE;
}
.table.-price tbody .fa-circle {
  font-size: 26px;
  color: #ffe100;
}
.table.-price thead .col1 {
  border: 3px solid #ffe100;
  border-bottom: none;
}
.table.-price tbody .col1 {
  border: 3px solid #ffe100;
  border-width: 0 3px;
}
.table.-price tbody tr:last-child .col1 {
  border-bottom-width: 3px;
}
.table.-price .plan {
  padding: 15px 15px 20px;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .table.-price .plan {
    padding: 10px;
  }
}
.table.-price .plan__title {
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767.98px) {
  .table.-price .plan__title {
    font-size: 1.6rem;
  }
}
.table.-price .plan__price {
  margin-bottom: 2px;
  font-size: 2rem;
  font-weight: bold;
  color: #ffe100;
}
@media screen and (max-width: 767.98px) {
  .table.-price .plan__price {
    font-size: 1.6rem;
  }
}
.table.-price .plan__price strong {
  font-size: 1.5em;
}
.table.-price .plan__price .small {
  font-size: 0.75em;
}
.table.-price .notice {
  display: block;
  padding-top: 0.2em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
}

@media screen and (max-width: 767.98px) {
  .tableWrapScroll {
    width: 100%;
    overflow-x: auto;
  }
}

.linkWrap {
  padding-top: 58px;
}
.linkWrap.-pt118 {
  padding-top: 118px;
}
.linkWrap .linkItem {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10px;
  background: #000;
}
.linkWrap .linkItem:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
}

/*
  var : 共通変数
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
.disc li + li {
  margin-top: 22px;
}

.blue-point li {
  position: relative;
  padding-left: 14px;
}
.blue-point li.gut {
  margin-top: 7px;
}
@media screen and (max-width: 767.98px) {
  .blue-point li.gut {
    margin-top: 9px;
  }
}
.blue-point li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  background-color: #006F92;
  width: 9px;
  height: 9px;
  border-radius: 20px;
}
@media screen and (max-width: 767.98px) {
  .blue-point li:before {
    width: 7px;
    height: 7px;
  }
}

.list, .list.-arrow, .list.-link, .list.-check, .list.-circle, .list.-arrow2, article ul.-arrow:not([class]), article ul.-link:not([class]), article ul.-check:not([class]), article ul.-circle:not([class]), article ul.-arrow2:not([class]), article ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
.list > li, .list.-arrow > li, .list.-link > li, .list.-check > li, .list.-circle > li, .list.-arrow2 > li, article ul.-arrow:not([class]) > li, article ul.-link:not([class]) > li, article ul.-check:not([class]) > li, article ul.-circle:not([class]) > li, article ul.-arrow2:not([class]) > li, article ul:not([class]) > li {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 1.8rem;
  line-height: 1.44;
}
.list > li:before, .list.-arrow > li:before, .list.-link > li:before, .list.-check > li:before, .list.-circle > li:before, .list.-arrow2 > li:before, article ul.-arrow:not([class]) > li:before, article ul.-link:not([class]) > li:before, article ul.-check:not([class]) > li:before, article ul.-circle:not([class]) > li:before, article ul.-arrow2:not([class]) > li:before, article ul:not([class]) > li:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  content: "\F111";
  position: absolute;
  left: 0.4rem;
  top: 0.4em;
  font-size: 10px;
  transform: scale(0.5);
}
@media screen and (max-width: 767.98px) {
  .list > li, .list.-arrow > li, .list.-link > li, .list.-check > li, .list.-circle > li, .list.-arrow2 > li, article ul.-arrow:not([class]) > li, article ul.-link:not([class]) > li, article ul.-check:not([class]) > li, article ul.-circle:not([class]) > li, article ul.-arrow2:not([class]) > li, article ul:not([class]) > li {
    padding-left: 2.5rem;
  }
  .list > li:before, .list.-arrow > li:before, .list.-link > li:before, .list.-check > li:before, .list.-circle > li:before, .list.-arrow2 > li:before, article ul.-arrow:not([class]) > li:before, article ul.-link:not([class]) > li:before, article ul.-check:not([class]) > li:before, article ul.-circle:not([class]) > li:before, article ul.-arrow2:not([class]) > li:before, article ul:not([class]) > li:before {
    left: 0.85rem;
    top: 0.25em;
  }
}
.list.-none, .list.-iconFa, .list.-circleGreen, article ul.-none:not([class]), article ul.-iconFa:not([class]), article ul.-circleGreen:not([class]) {
  padding-left: 0;
}
.list.-none > li, .list.-iconFa > li, .list.-circleGreen > li, article ul.-none:not([class]) > li, article ul.-iconFa:not([class]) > li, article ul.-circleGreen:not([class]) > li {
  padding-left: 0;
}
.list.-none > li:before, .list.-iconFa > li:before, .list.-circleGreen > li:before, article ul.-none:not([class]) > li:before, article ul.-iconFa:not([class]) > li:before, article ul.-circleGreen:not([class]) > li:before {
  content: none;
}
.list.-number li, article ul.-number:not([class]) li {
  position: relative;
  padding-left: 2.5em;
}
.list.-alpha li, article ul.-alpha:not([class]) li {
  position: relative;
  padding-left: 2.5em;
}
.list.-indent li, article ul.-indent:not([class]) li {
  position: relative;
  margin-left: 1.5em;
}
.list.-arrow, .list.-link, .list.-check, .list.-circle, .list.-arrow2, article ul.-arrow:not([class]), article ul.-link:not([class]), article ul.-check:not([class]), article ul.-circle:not([class]), article ul.-arrow2:not([class]) {
  margin-left: 0.1em;
}
.list.-arrow li, .list.-link li, .list.-check li, .list.-circle li, .list.-arrow2 li, article ul.-arrow:not([class]) li, article ul.-link:not([class]) li, article ul.-check:not([class]) li, article ul.-circle:not([class]) li, article ul.-arrow2:not([class]) li {
  padding-left: 1em;
}
.list.-arrow li:before, .list.-link li:before, .list.-check li:before, .list.-circle li:before, .list.-arrow2 li:before, article ul.-arrow:not([class]) li:before, article ul.-link:not([class]) li:before, article ul.-check:not([class]) li:before, article ul.-circle:not([class]) li:before, article ul.-arrow2:not([class]) li:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  content: "\F054";
  top: 0.4em;
  left: 2px;
  line-height: 1;
  color: #ddd;
  font-size: 1.2rem;
  transform: scale(1);
}
@media screen and (max-width: 767.98px) {
  .list.-arrow li:before, .list.-link li:before, .list.-check li:before, .list.-circle li:before, .list.-arrow2 li:before, article ul.-arrow:not([class]) li:before, article ul.-link:not([class]) li:before, article ul.-check:not([class]) li:before, article ul.-circle:not([class]) li:before, article ul.-arrow2:not([class]) li:before {
    left: 0.9em;
    font-size: 1.3rem;
  }
}
.list.-arrow.-down li:before, .list.-down.-link li:before, .list.-down.-check li:before, .list.-down.-circle li:before, .list.-down.-arrow2 li:before, article ul.-arrow.-down:not([class]) li:before, article ul.-down.-link:not([class]) li:before, article ul.-down.-check:not([class]) li:before, article ul.-down.-circle:not([class]) li:before, article ul.-down.-arrow2:not([class]) li:before {
  content: "\F0D7";
}
.list.-arrow2 li, article ul.-arrow2:not([class]) li {
  padding-left: 1em;
}
.list.-arrow2 li:before, article ul.-arrow2:not([class]) li:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  content: "\F0DA";
  top: 0.3em;
  left: 4px;
  line-height: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .list.-arrow2 li:before, article ul.-arrow2:not([class]) li:before {
    left: 0.9em;
    font-size: 1.3rem;
  }
}
.list.-arrow2.-down li:before, article ul.-arrow2.-down:not([class]) li:before {
  content: "\F0D7";
}
.list.-arrow3 li, article ul.-arrow3:not([class]) li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
.list.-arrow3 li:nth-child(odd), article ul.-arrow3:not([class]) li:nth-child(odd) {
  background-color: #F6F8F9;
}
.list.-arrow3 li:before, article ul.-arrow3:not([class]) li:before {
  content: none;
}
.list.-arrow3 li a, article ul.-arrow3:not([class]) li a {
  display: block;
  padding: 0.6em 1em 0.6em 0.4em;
  color: #333;
}
.list.-arrow3 li a:before, article ul.-arrow3:not([class]) li a:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  content: "\F0DA";
  top: 0.3em;
  left: 4px;
  margin-right: 0.5em;
  line-height: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .list.-arrow3 li a:before, article ul.-arrow3:not([class]) li a:before {
    left: 0.9em;
    font-size: 1.3rem;
  }
}
.list.-arrow3 li a:hover, article ul.-arrow3:not([class]) li a:hover {
  background-color: rgba(255, 225, 0, 0.3);
  text-decoration: none;
}
.list.-arrow3 li a:hover:before, article ul.-arrow3:not([class]) li a:hover:before {
  color: #ffe100;
}
.list.-circle li:before, article ul.-circle:not([class]) li:before {
  content: "\F111";
  top: 0.2em;
  left: 0.7em;
}
.list.-check li:before, article ul.-check:not([class]) li:before {
  content: "\F00C";
  top: 0.2em;
  left: 0.7em;
  color: #EA553A;
}
@media screen and (max-width: 767.98px) {
  .list.-check li:before, article ul.-check:not([class]) li:before {
    left: 0.6em;
  }
}
.list.-link li:before, article ul.-link:not([class]) li:before {
  color: #EA553A;
}
.list.-link a:link, article ul.-link:not([class]) a:link {
  color: #EA553A;
}
.list.-type2, article ul.-type2:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffe100;
}
.list.-type2 > li, article ul.-type2:not([class]) > li {
  font-size: 1.8rem;
  font-weight: bold;
  list-style: none;
  color: #ffe100;
}
.list.-type2 > li:before, article ul.-type2:not([class]) > li:before {
  content: none;
}
.list.-iconFa > li, .list.-circleGreen > li, article ul.-iconFa:not([class]) > li, article ul.-circleGreen:not([class]) > li {
  padding-left: 1.4em;
  line-height: 1.6;
}
.list.-iconFa > li i.far, .list.-circleGreen > li i.far, article ul.-iconFa:not([class]) > li i.far, article ul.-circleGreen:not([class]) > li i.far, .list.-iconFa > li i.fas, .list.-circleGreen > li i.fas, article ul.-iconFa:not([class]) > li i.fas, article ul.-circleGreen:not([class]) > li i.fas, .list.-iconFa > li i.fab, .list.-circleGreen > li i.fab, article ul.-iconFa:not([class]) > li i.fab, article ul.-circleGreen:not([class]) > li i.fab {
  position: absolute;
  left: 0;
  top: 0.3em;
}
.list.-circleGreen, article ul.-circleGreen:not([class]) {
  margin: 0;
}
.list.-circleGreen > li, article ul.-circleGreen:not([class]) > li {
  padding-left: 1em;
  line-height: 1.6;
}
.list.-circleGreen > li i.far, article ul.-circleGreen:not([class]) > li i.far, .list.-circleGreen > li i.fas, article ul.-circleGreen:not([class]) > li i.fas, .list.-circleGreen > li i.fab, article ul.-circleGreen:not([class]) > li i.fab {
  position: absolute;
  left: 0;
  top: 0.6em;
  color: #EA553A;
  font-size: 0.8em;
}
.list.-inline li, article ul.-inline:not([class]) li {
  display: inline-block;
}

.listSns {
  display: flex;
  vertical-align: top;
}
.listSns__item {
  margin-right: 20px;
}
.listSns__item.-facebook {
  margin-top: -9px;
}
.label {
  display: inline-block;
  padding: 0.45em 1em 0.4em;
  font-size: 0.55em;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .label {
    padding: 0.35em 1em 0.3em;
    font-size: 0.55em;
  }
}
.label.-round {
  border-radius: 3px;
}
.label.-black {
  color: #fff;
  background-color: #555;
}
.label.-tag {
  margin-right: 0.4em;
  padding: 0.5em 0.8em;
  font-size: 1.2rem;
  border-radius: 3px;
}
.label.-big {
  font-size: 1.6rem;
  vertical-align: middle;
}
.label.-small {
  font-size: 1rem;
  font-weight: bold;
}

.burger {
  display: none;
}
@media screen and (max-width: 997.98px) {
  .burger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 63px;
    width: 60px;
    cursor: pointer;
    background: transparent;
    border: none;
  }
}
.burger:focus {
  outline: none;
  background: transparent;
}
.burger .burger__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9px;
  font-family: Helvetica;
  font-size: 1rem;
  color: #fff;
  display: none;
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 14px;
  margin: 0;
  height: 1px;
  width: 32px;
  background: #000;
  transition: all 200ms ease-out;
}
.burger .x {
  top: 24px;
}
.burger .y {
  top: 32px;
}
.burger .z {
  top: 40px;
}
.burger .collapse {
  top: 30px;
  transition: all 70ms ease-out;
}
.burger .rotate30 {
  transform: rotate(30deg);
  transition: all 50ms ease-out;
}
.burger .rotate150 {
  transform: rotate(150deg);
  transition: all 50ms ease-out;
}
.burger .rotate45 {
  transform: rotate(45deg);
  transition: all 100ms ease-out;
}
.burger .rotate135 {
  transform: rotate(135deg);
  transition: all 100ms ease-out;
}
.burger .navbar {
  height: 73px;
  background: #385e97;
}

.widget .widget__title {
  color: #333;
  font-size: 2rem;
}
.widget ul {
  margin-top: 20px;
}
.widget ul .cat-item a {
  font-size: 1.4rem;
  color: #333;
}
.widget .widget__list {
  margin-top: 36px;
}
.widget .widget__list .widget__item + .widget__item {
  margin-top: 36px;
}
.widget .widget__list .widget__item .widget__box {
  display: flex;
  flex-direction: row-reverse;
}
.widget .widget__list .widget__item .widget__box .widget__main {
  padding-left: 10px;
  width: calc(100% - 112px);
  color: #333;
}
.widget .widget__list .widget__item .widget__box .widget__main .widget__date {
  font-size: 1.2rem;
}
.widget .widget__list .widget__item .widget__box .widget__main .widget__text {
  font-size: 1.4rem;
}
.widget .widget__list .widget__item .widget__box .widget__sub {
  width: 112px;
  height: 112px;
}
.widget .widget__list .widget__item .widget__box .widget__sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.widget .year-list {
  margin-top: 20px;
}
.widget .year-list li {
  margin-top: 10px;
  font-size: 1.2rem;
}
.widget .year-list li a {
  color: #333;
}

.widget + .widget {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 4px solid #000;
}

.paging {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 767.98px) {
  .paging {
    flex-wrap: wrap;
  }
}
.paging__box .paging {
  margin: 0;
}
.paging .paging__item {
  text-align: center;
  margin: 2px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .paging .paging__item {
    margin: 4px;
    font-size: 1.3rem;
  }
}
.paging .paging__item:before {
  content: none;
}
.paging .paging__item a, .paging .paging__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #F6F8F9;
}
.paging .paging__item a:hover {
  background: #ffe100;
  text-decoration: none;
}
.paging .paging__item span.current {
  color: #fff;
}

.paging-box {
  padding: 120px 0;
}
@media screen and (max-width: 997.98px) {
  .paging-box {
    padding: 60px 0;
  }
}
.paging-box .wp-pagenavi span.current {
  border: 1px solid #ffe100;
  color: #333;
  background: none;
}
.paging-box .wp-pagenavi a, .paging-box .wp-pagenavi span {
  padding: 7px 15px;
  border: none;
  background: #ffe100;
  color: #333;
}
.paging-box .wp-pagenavi {
  text-align: center;
}
.paging-box .wp-pagenavi .nextpostslink {
  position: relative;
  padding: 7px 22px;
  background-color: #ffe100;
  color: #ffe100;
}
.paging-box .wp-pagenavi .nextpostslink:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../_assets/img/common/icon_pager_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.paging-box .wp-pagenavi .previouspostslink {
  position: relative;
  padding: 7px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffe100;
  color: #ffe100;
}
.paging-box .wp-pagenavi .previouspostslink:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../_assets/img/common/icon_pager_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.paging-box .pages {
  display: none;
}

.flow {
  text-align: center;
}
.flow__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  height: 50px;
  padding: 5px;
  margin: 0 0 12px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
}
.flow__title .small {
  font-size: 1.2rem;
}
.flow__list, .flow__list2 {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.flow__list li, .flow__list2 li {
  margin: 0;
  padding: 0;
}
.flow__list li:after, .flow__list2 li:after {
  content: url("/_assets/img/index/arrow-down.svg");
  display: inline-block;
  margin-top: 2px;
}
.flow__list li:last-child:after, .flow__list2 li:last-child:after {
  content: none;
}
.flow__list b, .flow__list2 b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.5em;
  min-height: 40px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  background-color: #F0F3F5;
}
.flow__list2 {
  padding: 10px;
}
.flow__list2 b {
  height: auto;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: inherit;
}
.flow__list2 strong {
  font-size: 1.8rem;
  line-height: 1.4;
}
.flow.-after .flow__title {
  background: #ffe100;
}
.flow.-after .flow__list2 {
  color: #ffe100;
  border-color: #ffe100;
}

#goTop {
  position: fixed;
  right: 2%;
  bottom: 31px;
  z-index: 100000;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 997.98px) {
  #goTop {
    bottom: 15px;
  }
}
.animation {
  display: block;
}
.animation.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
.animation-100 {
	&.fadeInDown {
		-webkit-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:1s;
		-ms-animation-duration:1s;
		animation-duration:1s;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		visibility: visible !important;
		animation-delay: 0.1s;
	}
	@-webkit-keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-20px); }
		100% { opacity: 1; -webkit-transform: translateY(0); }
	}
	@keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
		100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	}
}
.animation-200 {
	&.fadeInDown {
		-webkit-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:1s;
		-ms-animation-duration:1s;
		animation-duration:1s;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		visibility: visible !important;
		animation-delay: 0.4s;
		@media screen and (max-width: 767.98px) {
			animation-delay: 0.4s;
		}
	}
	@-webkit-keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-20px); }
		100% { opacity: 1; -webkit-transform: translateY(0); }
	}
	@keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
		100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	}
}
.animation-300 {
	&.fadeInDown {
		-webkit-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:1s;
		-ms-animation-duration:1s;
		animation-duration:1s;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		visibility: visible !important;
		animation-delay: 0.8s;
		@media screen and (max-width: 767.98px) {
			animation-delay: 0.1s;
		}
	}
	@-webkit-keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-20px); }
		100% { opacity: 1; -webkit-transform: translateY(0); }
	}
	@keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
		100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	}
}

.animation-slow {
	&.fadeInDown {
		-webkit-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:2s;
		-ms-animation-duration:2s;
		animation-duration:2s;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		visibility: visible !important;
	}
		@-webkit-keyframes fadeInDown {
			0% {
				opacity: 0;
				-webkit-transform: translateY(-50px);
			}
			100% {
				opacity: 1;
				-webkit-transform: translateY(0);
			}
		}
		@keyframes fadeInDown {
			0% {
				opacity: 0;
				-webkit-transform: translateY(-50px);
				-ms-transform: translateY(-50px);
				transform: translateY(-50px);
			}
			100% {
				opacity: 1;
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
			}
		}
}

.animation-deep-slow {
	&.fadeInDown {
		-webkit-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:3s;
		-ms-animation-duration:3s;
		animation-duration:3s;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		visibility: visible !important;
		@media screen and (max-width: 767.98px) {
			-webkit-animation-fill-mode:both;
			-ms-animation-fill-mode:both;
			animation-fill-mode:both;
			-webkit-animation-duration:1s;
			-ms-animation-duration:1s;
			animation-duration:1s;
			-webkit-animation-name: fadeInDown;
			animation-name: fadeInDown;
			visibility: visible !important;
		}
	}
	@-webkit-keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-50px); }
		100% { opacity: 1; -webkit-transform: translateY(0); }
	}
	@keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
		100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	}
}



.animation-right {
	&.right-slide {
		-webkit-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:1s;
		-ms-animation-duration:1s;
		animation-duration:1s;
		-webkit-animation-name: right-slide;
		animation-name: right-slide;
		visibility: visible !important;
	}
	@-webkit-keyframes right-slide {
		0% { opacity: 0; -webkit-transform: translateX(50px); }
		100% { opacity: 1; -webkit-transform: translateX(0); }
	}
	@keyframes right-slide {
		0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
		100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
	}
}
.animation-right-slow {
	&.right-slide {
		-webkit-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		animation-duration:1.5s;
		-webkit-animation-name: right-slide;
		animation-name: right-slide;
		visibility: visible !important;
	}
	@-webkit-keyframes right-slide {
		0% { opacity: 0; -webkit-transform: translateX(50px); }
		100% { opacity: 1; -webkit-transform: translateX(0); }
	}
	@keyframes right-slide {
		0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
		100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
	}
}


 */
/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
/* 「RightToLeft」を適用する箇所 */
.RightToLeft {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーション時間 */
  -webkit-animation-name: RightToLeft;
          animation-name: RightToLeft;
  /* アニメーション名 */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* アニメーションの繰り返し（無限）*/
}

.hum-wrap {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .hum-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 95px;
    z-index: 100000;
  }
  .hum-wrap .hum {
    width: 84px;
    height: 95px;
    background: none;
    position: relative;
    top: 1px;
    margin-top: -1px;
    border: none;
    z-index: 100000;
  }
  .hum-wrap .hum .menu-line {
    position: absolute;
    background: #000;
    width: 48px;
    height: 1px;
    border-radius: 2px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s;
    z-index: 100000;
  }
  .hum-wrap .hum .menu-line:nth-child(1) {
    top: 25px;
  }
  .hum-wrap .hum .menu-line:nth-child(2) {
    top: 36px;
  }
  .hum-wrap .hum .menu-line:nth-child(3) {
    top: 47px;
  }
  .hum-wrap .hum .txt {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    bottom: 12px;
    margin: auto;
    line-height: 1;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }
  .hum-wrap .hum .is-open {
    display: block;
  }
  .hum-wrap .hum .is-close {
    display: none;
  }
  .hum-wrap .hum.active .menu-line:nth-child(1) {
    top: 36px;
    transform: rotate(45deg);
  }
  .hum-wrap .hum.active .menu-line:nth-child(2) {
    left: 25px;
    opacity: 0;
  }
  .hum-wrap .hum.active .menu-line:nth-child(3) {
    top: 36px;
    transform: rotate(-45deg);
  }
}

.open {
  /*
  .gnav {
    display: block;
  }
  */
}
.open .hum-wrap .hum .menu-line {
  color: #fff;
}

.header .header__head .open .hum-wrap .hum .menu-line {
  background-color: #fff;
}

.index-page .hum-wrap .hum .menu-line {
  background: #fff;
}

.scrolled .index-page .hum-wrap .hum .menu-line {
  background: #000;
}

.slick-slider {
  z-index: 1001;
}
.side-slide, .slide {
  height: 100%;
}

.flow-slide .slick-slide {
  padding: 5px;
  height: 387px;
}
.flow-slide .slick-slide img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prev-arrow {
  position: absolute;
  bottom: -61px;
  left: 75px;
  width: 131px;
  height: 10px;
}
@media screen and (max-width: 767.98px) {
  .prev-arrow {
    width: 70px;
    left: 11%;
    bottom: -30px;
  }
}

.next-arrow {
  position: absolute;
  bottom: -61px;
  left: 282px;
  width: 131px;
  height: 10px;
}
@media screen and (max-width: 767.98px) {
  .next-arrow {
    width: 70px;
    left: 41%;
    bottom: -30px;
  }
}

.slick-prev {
  left: 2%;
  width: 131px;
  height: 10px;
}
@media screen and (max-width: 767.98px) {
  .slick-prev {
    left: 1%;
  }
}

.slick-next {
  right: 2%;
  width: 131px;
  height: 10px;
}
@media screen and (max-width: 767.98px) {
  .slick-next {
    right: 1%;
  }
}

.slick-prev, .slick-next {
  z-index: 10002;
  width: 30px;
  height: 30px;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
}

.slick-active .inner-box__main {
  -webkit-animation: slideFromRight 1.7s ease 0s 1 normal;
          animation: slideFromRight 1.7s ease 0s 1 normal;
}
@media screen and (max-width: 767.98px) {
  .slick-active .inner-box__main {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes slideFromRight {
  0%, 75% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideFromRight {
  0%, 75% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.slide-dots {
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 2px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "\2606";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-dots li.slick-active button:before {
  content: "\2605";
}

.slide-dots {
  position: absolute;
  bottom: 45px;
  right: 4%;
  display: flex;
  flex-direction: column;
  width: 44px;
  height: 90px;
}
@media screen and (max-width: 767.98px) {
  .slide-dots {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
}

.slide-dots li.slick-active button:before {
  content: "\25CF" !important;
  color: #ffe100 !important;
  font-size: 9px;
}

.slide-dots li button:before {
  content: "\25CF" !important;
  color: #fff !important;
  font-size: 9px;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.main-visual {
  position: relative;
  width: 100%;
  height: calc((1080/1920)*100vw);
  z-index: 2;
}
@media screen and (max-width: 997.98px) {
  .main-visual {
    margin-top: 60px;
  }
}
.main-visual .main-visual__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((60/1920)*100vw);
  font-size: calc((68/1920)*100vw);
  line-height: 158px;
  line-height: 1.6808510638;
}
@media screen and (max-width: 997.98px) {
  .main-visual .main-visual__logo {
    font-size: calc((64/1920)*100vw);
  }
}
.main-visual .main-visual__scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 118px;
  line-height: 1;
  font-size: 1.8rem;
  z-index: 100;
}
@media screen and (max-width: 997.98px) {
  .main-visual .main-visual__scroll {
    display: none;
    bottom: 50px;
    width: 54px;
    height: 66px;
    font-size: 1.4rem;
  }
}
.main-visual .main-visual__scroll a {
  position: relative;
  display: block;
  padding-top: 100px;
  color: #ffe100;
}
@media screen and (max-width: 997.98px) {
  .main-visual .main-visual__scroll a {
    padding-top: 52px;
  }
}
.main-visual .main-visual__scroll a:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 85px;
  content: "";
  background-image: url(../../_assets/img/main-visual/icon_arrow_down_or.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 997.98px) {
  .main-visual .main-visual__scroll a:before {
    width: calc(20px*0.5);
    height: calc(85px*0.5);
  }
}

.sub-visual {
  width: 100%;
  height: 452px;
  padding-top: 156px;
  background-image: url(../../_assets/img/sub-visual/bg_sub_visual.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 997.98px) {
  .sub-visual {
    padding-top: 0;
    margin-top: 60px;
    height: 260px;
  }
}
@media screen and (max-width: 997.98px) {
  .sub-visual .l-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.sub-visual .sub-visual__title {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.sub-visual .sub-visual__title .sub-visual__titleEn {
  font-size: 9.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .sub-visual .sub-visual__title .sub-visual__titleEn {
    font-size: 4rem;
  }
}
.sub-visual .sub-visual__title .sub-visual__titleJa {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .sub-visual .sub-visual__title .sub-visual__titleJa {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 997.98px) {
  .toggle .toggle-contents {
    display: none;
  }
}

.post {
  padding-top: 240px;
}
@media screen and (max-width: 997.98px) {
  .post {
    padding-top: 120px;
  }
}
.post .postNav .postNav__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 997.98px) {
  .post .postNav .postNav__list {
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.post .postNav .postNav__list .postNav__item + .postNav__item {
  margin-left: 30px;
}
@media screen and (max-width: 997.98px) {
  .post .postNav .postNav__list .postNav__item + .postNav__item {
    margin-left: 0;
  }
}
.post .postNav .postNav__list .postNav__item {
  width: 150px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
@media screen and (max-width: 997.98px) {
  .post .postNav .postNav__list .postNav__item {
    margin-top: 15px;
    width: 50%;
    padding: 0 20px;
  }
}
.post .postNav .postNav__list .postNav__item.-home span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #ffe100;
  border: 1px solid #ffe100;
  line-height: 1;
}
.post .postNav .postNav__list .postNav__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #000;
  border: 1px solid #000;
  transition: 0.4s;
}
.post .postNav .postNav__list .postNav__item a:hover {
  background: #ffe100;
  border: 1px solid #ffe100;
  color: #fff;
}
.category-information .post .postNav .postNav__list .postNav__item.-infoCurrent a {
  color: #fff;
  background: #ffe100;
  border: 1px solid #ffe100;
  line-height: 1;
}
.category-release .post .postNav .postNav__list .postNav__item.-releaseCurrent a {
  color: #fff;
  background: #ffe100;
  border: 1px solid #ffe100;
  line-height: 1;
}
.category-media .post .postNav .postNav__list .postNav__item.-mediaCurrent {
  line-height: 1;
}
.category-media .post .postNav .postNav__list .postNav__item.-mediaCurrent a {
  color: #fff;
  background: #ffe100;
  border: 1px solid #ffe100;
}
.post .post__list {
  margin-top: 80px;
}
@media screen and (max-width: 997.98px) {
  .post .post__list {
    margin-top: 40px;
  }
}
.post .post__list .post__item + .post__item {
  border-top: 1px solid #ddd;
}
.post .post__list .post__item:last-child {
  border-bottom: 1px solid #ddd;
}
.post .post__list .post__item .post__box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 36px 0;
}
@media screen and (max-width: 997.98px) {
  .post .post__list .post__item .post__box {
    flex-direction: column-reverse;
    padding: 20px 0;
  }
}
.post .post__list .post__item .post__box .post__title {
  width: auto;
  flex: 1;
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 997.98px) {
  .post .post__list .post__item .post__box .post__title {
    margin-top: 10px;
  }
}
.post .post__list .post__item .post__box .post__meta {
  width: 340px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 997.98px) {
  .post .post__list .post__item .post__box .post__meta {
    width: 100%;
  }
}
.post .post__list .post__item .post__box .post__meta .post__time {
  font-size: 2rem;
  line-height: 1;
  color: #000;
}
.post .post__list .post__item .post__box .post__meta .post__category {
  margin-left: 40px;
  width: 150px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .post .post__list .post__item .post__box .post__meta .post__category {
    margin-left: 20px;
    width: 100px;
    height: 30px;
    font-size: 1.4rem;
  }
}

.breadcrumbs .post {
  padding: 0;
}

.breadcrumbs {
  position: relative;
  z-index: 20;
  height: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .breadcrumbs {
    padding-left: 64px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 997.98px) {
  .breadcrumbs {
    height: auto;
    padding-left: 10px;
  }
}
.breadcrumbs a {
  color: #000;
  font-size: 1.4rem;
}
@media screen and (max-width: 997.98px) {
  .breadcrumbs a {
    font-size: 1.2rem;
  }
}
.breadcrumbs span {
  padding-right: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 997.98px) {
  .breadcrumbs span {
    padding-right: 6px;
  }
}
.breadcrumbs span.current-item {
  padding-left: 10px;
}
@media screen and (max-width: 997.98px) {
  .breadcrumbs span.current-item {
    font-size: 1.2rem;
    padding-left: 6px;
  }
}

.p-404 {
  padding: 100px 40px;
}
@media screen and (max-width: 997.98px) {
  .p-404 {
    padding: 60px 0;
  }
}
.p-404 .p-404__title {
  font-size: 3.2rem;
  line-height: 1.25;
}
.p-404 .p-404__contents {
  margin-top: 30px;
}
.p-404 p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.p-404 p + p {
  margin-top: 10px;
}

.switch.-mt50 {
  margin-top: 50px;
}
.switch .switch__panel {
  display: none;
  transition: 1s;
}
.switch .switch__panel.is-show {
  display: block;
  transition: 1s;
}

.hover-up {
  transition-duration: 0.5s;
}
.hover-up:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

.hover-shadow {
  position: relative;
}
.hover-shadow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  content: "MORE>";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}
.hover-shadow:hover:before {
  opacity: 1;
}

.postLink {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.postLink .postLink__Preview {
  width: 130px;
}
.postLink .postLink__Preview a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  font-size: 1.6rem;
  color: #000;
  background: #ffe100;
}
@media screen and (max-width: 767.98px) {
  .postLink .postLink__Preview a {
    font-size: 1.4rem;
  }
}
/*.postLink .postLink__Preview a:before {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(23px*0.7);
  height: calc(20px*0.7);
}*/
.postLink .postLink__center {
  width: 100px;
  margin: 0 20px;
}
.postLink .postLink__center a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  font-size: 1.6rem;
  color: #000;
  background: #ffe100;
}
@media screen and (max-width: 767.98px) {
  .postLink .postLink__center a {
    font-size: 1.4rem;
  }
}
.postLink .postLink__Next {
  width: 130px;
}
.postLink .postLink__Next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding-right: 10px;
  font-size: 1.6rem;
  color: #000;
  background: #ffe100;
}
@media screen and (max-width: 767.98px) {
  .postLink .postLink__Next a {
    font-size: 1.4rem;
  }
}
/*.postLink .postLink__Next a:before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(23px*0.7);
  height: calc(20px*0.7);
}*/

.topNews {
  margin-top: 20px;
  padding: 106px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 997.98px) {
  .topNews {
    margin-top: calc(95px*0.6);
    padding: calc(106px*0.6) 0;
  }
}
.topNews .topNews__list {
  display: flex;
  margin: 34px -30px 0;
}
@media screen and (max-width: 997.98px) {
  .topNews .topNews__list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 997.98px) {
  .topNews .topNews__list .topNews__listItem + .topNews__listItem {
    margin-top: 30px;
  }
}
.topNews .topNews__list .topNews__listItem {
  width: 33.3333%;
  padding: 0 30px;
}
@media screen and (max-width: 997.98px) {
  .topNews .topNews__list .topNews__listItem {
    width: 100%;
    max-width: 420px;
  }
}
.topNews .topNews__list .topNews__listItem .topNews__box {
  display: flex;
  flex-direction: column;
  height: 450px;
}
@media screen and (max-width: 767.98px) {
  .topNews .topNews__list .topNews__listItem .topNews__box {
    height: auto;
  }
}
.topNews .topNews__list .topNews__listItem .topNews__box:hover {
  opacity: 1;
}
.topNews .topNews__list .topNews__listItem .topNews__box:hover .topNews__image:before {
  opacity: 1;
}
.topNews .topNews__list .topNews__listItem .topNews__box:after {
  display: none;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__main {
  order: 2;
  height: 220px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767.98px) {
  .topNews .topNews__list .topNews__listItem .topNews__box .topNews__main {
    height: auto;
    padding-bottom: 20px;
  }
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__boxTitle {
  order: 2;
  margin-top: 10px;
  padding: 0 22px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 1.7142857143;
  color: #333;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__boxMeta {
  order: 1;
  margin-top: 20px;
  padding: 0 22px;
  display: flex;
  align-items: center;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__boxMeta .topNews__boxDate {
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__boxMeta .topNews__boxCategory {
  margin-left: 24px;
  width: 140px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__boxMeta .topNews__boxCategory.-shoki {
  background: #ffe100;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__boxMeta .topNews__boxCategory.-kokonoe {
  background: #006835;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__boxMeta .topNews__boxCategory.-nabe {
  background: #BC161D;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__text {
  order: 3;
  margin-top: 6px;
  padding: 0 22px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 1.7142857143;
  color: #000;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__image {
  order: 1;
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 191px;
}
@media screen and (max-width: 767.98px) {
  .topNews .topNews__list .topNews__listItem .topNews__box .topNews__image {
    height: 180px;
  }
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  content: "MORE>";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}
.topNews .topNews__list .topNews__listItem .topNews__box .topNews__image img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.topBland {
  position: relative;
  padding: 97px 0;
}
@media screen and (max-width: 997.98px) {
  .topBland {
    padding: calc(97px*0.6) 0;
  }
}
.topBland:before {
  position: absolute;
  top: 490px;
  left: 50%;
  transform: translateX(-50%);
  width: 1820px;
  height: 250px;
  content: "";
  background: #f7f7f7;
}
@media screen and (max-width: 1500px) {
  .topBland:before {
    display: none;
  }
}
@media screen and (max-width: 1500px) and (max-width: 997.98px) {
  .topBland:before {
    top: calc((1200 / 1200) * 100vw);
    width: 100%;
    height: calc(250px * 0.8);
  }
}
.topBland .topBland__contents {
  margin-top: 47px;
}
@media screen and (max-width: 997.98px) {
  .topBland .topBland__contents {
    margin-top: calc(47px*0.8);
  }
}
.topBland .topBland__contents .topBland__list {
  position: relative;
  display: flex;
  margin: 0 -6px;
  z-index: 3;
}
.topBland .topBland__contents .topBland__list:before {
  display: none;
}
@media screen and (max-width: 1500px) {
  .topBland .topBland__contents .topBland__list:before {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1820px;
    height: 250px;
    content: "";
    background: #f7f7f7;
    z-index: -1;
  }
}
@media screen and (max-width: 1500px) and (max-width: 997.98px) {
  .topBland .topBland__contents .topBland__list:before {
    display: none;
  }
}
@media screen and (max-width: 997.98px) {
  .topBland .topBland__contents .topBland__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.topBland .topBland__contents .topBland__list .topBland__listItem {
  padding: 0 6px;
}
.topBland .topBland__contents .topBland__list .topBland__listItem a:after {
  display: none;
}
@media screen and (max-width: 997.98px) {
  .topBland .topBland__contents .topBland__list .topBland__listItem {
    width: 33.3333%;
  }
  .topBland .topBland__contents .topBland__list .topBland__listItem:nth-child(1n), .topBland .topBland__contents .topBland__list .topBland__listItem:nth-child(2n), .topBland .topBland__contents .topBland__list .topBland__listItem:nth-child(3n) {
    margin-top: 0;
  }
  .topBland .topBland__contents .topBland__list .topBland__listItem:nth-child(4n), .topBland .topBland__contents .topBland__list .topBland__listItem:nth-child(5n) {
    margin-top: 30px;
  }
}

.topAbout {
  padding: 105px 0;
}
@media screen and (max-width: 997.98px) {
  .topAbout {
    padding: calc(105px*0.6) 0;
  }
}
.topAbout .topAbout__contents {
  margin-top: 46px;
}
@media screen and (max-width: 997.98px) {
  .topAbout .topAbout__contents {
    margin-top: calc(46px*0.8);
  }
}
.topAbout .topAbout__contents .topAbout__unit {
  margin-top: 60px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 997.98px) {
  .topAbout .topAbout__contents .topAbout__unit {
    margin-top: calc(60px*0.8);
    flex-direction: column-reverse;
    align-items: center;
  }
}
.topAbout .topAbout__contents .topAbout__unit .topAbout__unitMain {
  padding-left: 60px;
  padding-top: 50px;
  width: auto;
  flex: 1;
  line-height: 2.61;
}
@media screen and (max-width: 997.98px) {
  .topAbout .topAbout__contents .topAbout__unit .topAbout__unitMain {
    padding-left: 0;
    padding-top: calc(50px*0.8);
  }
}
.topAbout .topAbout__contents .topAbout__unit .topAbout__unitSub {
  padding-left: 60px;
  width: 660px;
}
@media screen and (max-width: 997.98px) {
  .topAbout .topAbout__contents .topAbout__unit .topAbout__unitSub {
    max-width: 660px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.topCommit {
  padding: 100px 0;
}
@media screen and (max-width: 997.98px) {
  .topCommit {
    padding: calc(100px*0.6) 0;
  }
}
.topCommit .topCommit__contents {
  margin-top: 40px;
}
@media screen and (max-width: 997.98px) {
  .topCommit .topCommit__contents {
    margin-top: calc(40px*0.8);
  }
}
.topCommit .topCommit__contents .topCommit__grid {
  display: flex;
}
@media screen and (max-width: 997.98px) {
  .topCommit .topCommit__contents .topCommit__grid {
    flex-direction: column;
    align-items: center;
  }
}
.topCommit .topCommit__contents .topCommit__grid .topCommit__gridLeft {
  width: 640px;
}
@media screen and (max-width: 997.98px) {
  .topCommit .topCommit__contents .topCommit__grid .topCommit__gridLeft {
    max-width: 640px;
    width: 100%;
  }
}
.topCommit .topCommit__contents .topCommit__grid .topCommit__gridLeft .topCommit__gridText {
  padding-left: 60px;
  margin-top: 55px;
  line-height: 2.61;
}
@media screen and (max-width: 997.98px) {
  .topCommit .topCommit__contents .topCommit__grid .topCommit__gridLeft .topCommit__gridText {
    padding-left: 0;
    margin-top: calc(55px*0.6);
  }
}
.topCommit .topCommit__contents .topCommit__grid .topCommit__gridRight {
  padding-left: 60px;
  padding-top: 220px;
  width: auto;
  flex: 1;
}
@media screen and (max-width: 997.98px) {
  .topCommit .topCommit__contents .topCommit__grid .topCommit__gridRight {
    padding-left: 0;
    padding-top: 20px;
  }
}
.topCommit .topCommit__contents .topCommit__grid .topCommit__gridRight img {
  width: 100%;
}
.topCommit .topCommit__contents .topCommit__image {
  margin-top: 50px;
}
@media screen and (max-width: 997.98px) {
  .topCommit .topCommit__contents .topCommit__image {
    margin-top: calc(50px*0.6);
  }
}

.topMessage {
  padding: 100px 0 200px;
}
@media screen and (max-width: 997.98px) {
  .topMessage {
    padding: calc(100px*0.6) 0 calc(100px*0.6);
  }
}
.topMessage .topMessage__text {
  margin-top: 39px;
  font-size: 1.6rem;
  text-align: center;
}
.topMessage .topMessage__imageSP {
  display: none;
}
@media screen and (max-width: 997.98px) {
  .topMessage .topMessage__imageSP {
    display: block;
    margin-top: 20px;
  }
}
.topMessage .topMessage__image {
  margin-top: 50px;
  padding-bottom: 33px;
  width: 100%;
  height: 500px;
  background-image: url(../../_assets/img/index/bg_topMessage.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 997.98px) {
  .topMessage .topMessage__image {
    background-image: none;
    height: auto;
  }
}
.topMessage .topMessage__imageLInk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .topMessage .topMessage__imageLInk {
    width: 325px;
    border: 1px solid #333;
    color: #333;
  }
}
.topMessage .topMessage__imageLInk:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.topMessage .topMessage__imageLInk:hover:before {
  background-image: url(../../_assets/img/common/icon_arrow_right_black.svg);
}
.topMessage .topMessage__imageLInk:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
  transition: 0.4s;
}

.topPromotion .topPromotion__head {
  padding: 80px 0;
  background: #ffe100;
}
@media screen and (max-width: 997.98px) {
  .topPromotion .topPromotion__head {
    padding: calc(80px*0.6) 0;
  }
}
.topPromotion .topPromotion__head .topPromotion__contents {
  margin-top: 37px;
}
@media screen and (max-width: 997.98px) {
  .topPromotion .topPromotion__head .topPromotion__contents {
    margin-top: calc(37px*0.6);
  }
}
.topPromotion .topPromotion__head .topPromotion__contents .topPromotion__list {
  display: flex;
  margin: 0 -30px;
}
@media screen and (max-width: 997.98px) {
  .topPromotion .topPromotion__head .topPromotion__contents .topPromotion__list {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 997.98px) and (max-width: 767.98px) {
  .topPromotion .topPromotion__head .topPromotion__contents .topPromotion__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .topPromotion .topPromotion__head .topPromotion__contents .topPromotion__list .topPromotion__listItem + .topPromotion__listItem {
    margin-top: 20px;
  }
}
.topPromotion .topPromotion__head .topPromotion__contents .topPromotion__list .topPromotion__listItem {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 997.98px) {
  .topPromotion .topPromotion__head .topPromotion__contents .topPromotion__list .topPromotion__listItem {
    padding: 0 15px;
  }
}
@media screen and (max-width: 997.98px) and (max-width: 767.98px) {
  .topPromotion .topPromotion__head .topPromotion__contents .topPromotion__list .topPromotion__listItem {
    width: 100%;
  }
}
.topPromotion .topPromotion__bottom {
  width: 100%;
  height: 500px;
  padding-top: 156px;
  background-image: url(../../_assets/img/index/bg_topPromotion.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 997.98px) {
  .topPromotion .topPromotion__bottom {
    padding-top: calc(156px*0.6);
    height: calc(500px*0.6);
  }
}
.topPromotion .topPromotion__bottom .topPromotion__bottomItem .topPromotion__bottomTitle {
  text-align: center;
  font-size: 3.6rem;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .topPromotion .topPromotion__bottom .topPromotion__bottomItem .topPromotion__bottomTitle {
    font-size: calc(3.6rem*0.8);
  }
}
.topPromotion .topPromotion__bottom .topPromotion__bottomItem .topPromotion__bottomLink {
  margin-top: 14px;
}
@media screen and (max-width: 997.98px) {
  .topPromotion .topPromotion__bottom .topPromotion__bottomItem .topPromotion__bottomLink {
    margin-top: calc(14px*0.6);
  }
}
.topPromotion .topPromotion__bottom .topPromotion__bottomItem .topPromotion__bottomLink a {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe100;
  border-radius: 10px;
  color: #000;
}
@media screen and (max-width: 997.98px) {
  .topPromotion .topPromotion__bottom .topPromotion__bottomItem .topPromotion__bottomLink a {
    max-width: 325px;
    width: 100%;
  }
}
.topPromotion .topPromotion__bottom .topPromotion__bottomItem .topPromotion__bottomLink a:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
}

.secMessage {
  padding: 98px 50px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 1230px) {
  .secMessage {
    padding: 30px 15px 60px;
  }
  .secMessage .l-wrapper {
    padding: 0;
  }
}
.secMessage .secMessage__head .secMessage__one {
  position: relative;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__one {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
  }
}
.secMessage .secMessage__head .secMessage__one .secMessage__oneImage img {
  width: 100%;
}
.secMessage .secMessage__head .secMessage__one .secMessage__onePanel {
  position: absolute;
  width: 50%;
  height: 357px;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 97px;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__one .secMessage__onePanel {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
}
.secMessage .secMessage__head .secMessage__one .secMessage__onePanel .secMessage__oneTitle {
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__one .secMessage__onePanel .secMessage__oneTitle {
    font-size: calc(3.6rem*0.6);
    color: #333;
    text-align: right;
    padding-right: 40px;
  }
}
.secMessage .secMessage__head .secMessage__one .secMessage__onePanel .secMessage__oneCopy + .secMessage__oneCopy {
  margin-top: 16px;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__one .secMessage__onePanel .secMessage__oneCopy + .secMessage__oneCopy {
    margin-top: 6px;
  }
}
.secMessage .secMessage__head .secMessage__one .secMessage__onePanel .secMessage__oneCopy {
  margin-top: 63px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__one .secMessage__onePanel .secMessage__oneCopy {
    margin-top: 14px;
    padding-right: 40px;
    color: #333;
    font-size: 1.4rem;
    text-align: right;
  }
}
.secMessage .secMessage__head .secMessage__one .secMessage__onePanel .secMessage__oneCopy .name {
  padding-top: 16px;
  font-size: 2.4rem;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__one .secMessage__onePanel .secMessage__oneCopy .name {
    padding-top: 0;
    color: #333;
    font-size: 1.8rem;
  }
}
.secMessage .secMessage__head .secMessage__two {
  position: relative;
  margin-top: -70px;
  display: flex;
  z-index: 5;
  background: #fff;
  padding-bottom: 48px;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__two {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__two .secMessage__twoItem {
    width: 100%;
  }
}
.secMessage .secMessage__head .secMessage__two .secMessage__twoItem.-left {
  padding-left: 39px;
  width: 55%;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__two .secMessage__twoItem.-left {
    width: 100%;
    padding: 0 15px;
  }
}
.secMessage .secMessage__head .secMessage__two .secMessage__twoItem.-right {
  padding-left: 57px;
  width: 45%;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__two .secMessage__twoItem.-right {
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .secMessage .secMessage__head .secMessage__two .secMessage__twoItem.-right img {
    width: 200px;
  }
}
.secMessage .secMessage__head .secMessage__two .secMessage__twoItem .secMessage__twoCopy {
  font-size: 2.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__head .secMessage__two .secMessage__twoItem .secMessage__twoCopy {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.secMessage .secMessage__head .secMessage__two .secMessage__twoItem .secMessage__twoText {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 2.1428571429;
}
.secMessage .secMessage__mid {
  position: relative;
  z-index: 3;
  padding-top: 332px;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__mid {
    padding-top: 200px;
  }
}
.secMessage .secMessage__mid:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 430px;
  content: "";
  background-image: url(../../_assets/img/page/message/pic_message03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__mid:before {
    width: 100%;
    height: 200px;
    background-position: right;
  }
}
.secMessage .secMessage__mid .secMessage__midBox {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__mid .secMessage__midBox {
    background: #fff;
  }
}
.secMessage .secMessage__mid .secMessage__midBox .secMessage__midBoard {
  width: 50%;
  background: #fff;
  padding: 55px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__mid .secMessage__midBox .secMessage__midBoard {
    width: 100%;
    padding: 15px;
  }
}
.secMessage .secMessage__mid .secMessage__midBox .secMessage__midBoard .secMessage__midCopy {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__mid .secMessage__midBox .secMessage__midBoard .secMessage__midCopy {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}
.secMessage .secMessage__mid .secMessage__midBox .secMessage__midBoard .secMessage__midText {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 2.5714285714;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__mid .secMessage__midBox .secMessage__midBoard .secMessage__midText {
    margin-top: 14px;
    line-height: 30px;
    line-height: 2.1428571429;
  }
}
.secMessage .secMessage__mid .secMessage__midBox .secMessage__midImage {
  width: 50%;
  padding-top: 57px;
}
@media screen and (max-width: 997.98px) {
  .secMessage .secMessage__mid .secMessage__midBox .secMessage__midImage {
    display: none;
  }
}
.secMessage .interview {
  margin-top: 310px;
}
@media screen and (max-width: 997.98px) {
  .secMessage .interview {
    margin-top: 60px;
  }
}
.secMessage .interview .interview__title {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .secMessage .interview .interview__title {
    font-size: calc(3.6rem*0.6);
  }
}
.secMessage .interview .interview__title:before {
  position: absolute;
  top: -108px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #333;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .secMessage .interview .interview__title:before {
    top: -40px;
    height: 40px;
  }
}
.secMessage .interview .interview__contents {
  margin: 58px auto 0;
  width: 100%;
  max-width: 800px;
  height: 456px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .secMessage .interview .interview__contents {
    margin-top: 30px;
    height: auto;
    font-size: calc(3.6rem*0.6);
    border-radius: 10px;
  }
}
.secMessage .interview .interview__contents .video-container, .secMessage .interview .interview__contents video {
  width: 100%;
  height: 100%;
}

.companyInfo {
  padding: 94px 0;
}
@media screen and (max-width: 997.98px) {
  .companyInfo {
    padding: 60px 0;
  }
}
.companyInfo.-bg-white {
  background: #fff;
}
.companyInfo .companyInfo__list {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .companyInfo .companyInfo__list {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 997.98px) {
  .companyInfo .companyInfo__list {
    flex-direction: column;
    align-items: center;
  }
}
.companyInfo .companyInfo__list .companyInfo__listItem {
  width: 520px;
  height: 200px;
}
@media screen and (max-width: 1200px) {
  .companyInfo .companyInfo__list .companyInfo__listItem {
    width: calc(520px*0.8);
    height: calc(200px*0.8);
  }
}
@media screen and (max-width: 1200px) and (max-width: 997.98px) {
  .companyInfo .companyInfo__list .companyInfo__listItem {
    max-width: 400px;
    width: 100%;
    height: 150px;
    border-radius: 10px;
  }
}
.companyInfo .companyInfo__list .companyInfo__listItem:first-child {
  background-image: url(../../_assets/img/page/message/pic_info01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.companyInfo .companyInfo__list .companyInfo__listItem:last-child {
  margin-left: calc(100% - 1040px);
  background-image: url(../../_assets/img/page/message/pic_info02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 997.98px) {
  .companyInfo .companyInfo__list .companyInfo__listItem:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
.companyInfo .companyInfo__list .companyInfo__listItem.-recruit {
  background-image: url(../../_assets/img/page/message/pic_info02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.companyInfo .companyInfo__list .companyInfo__listItem.-message {
  background-image: url(../../_assets/img/page/message/pic_info_message.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.companyInfo .companyInfo__list .companyInfo__listItem.-company {
  background-image: url(../../_assets/img/page/message/pic_info01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.companyInfo .companyInfo__list .companyInfo__listItem a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 82px;
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .companyInfo .companyInfo__list .companyInfo__listItem a {
    padding-top: calc(82px*0.8);
  }
}
@media screen and (max-width: 1200px) and (max-width: 997.98px) {
  .companyInfo .companyInfo__list .companyInfo__listItem a {
    font-size: 1.8rem;
    padding-top: 0;
    align-items: center;
  }
}
.companyInfo .companyInfo__list .companyInfo__listItem a span {
  position: relative;
}
.companyInfo .companyInfo__list .companyInfo__listItem a span:before {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #ffe100;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .companyInfo .companyInfo__list .companyInfo__listItem a span:before {
    width: 70px;
    top: 33px;
  }
}

.company {
  background: #f7f7f7;
  padding: 100px 50px;
}
@media screen and (max-width: 1230px) {
  .company {
    padding: 30px 15px 60px;
  }
  .company .l-wrapper {
    padding: 0;
  }
}
.company .company__head {
  position: relative;
  height: 500px;
  padding-top: 200px;
  z-index: 3;
}
@media screen and (max-width: 997.98px) {
  .company .company__head {
    height: 200px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.company .company__head:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 500px;
  content: "";
  background-image: url(../../_assets/img/page/company/pic_company01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 997.98px) {
  .company .company__head:before {
    width: 100%;
    height: 200px;
  }
}
.company .company__head .company__title {
  position: relative;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .company .company__head .company__title {
    font-size: calc(3.6rem*0.8);
  }
}
.company .company__head .company__title:before {
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 1px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .company .company__head .company__title:before {
    top: -56px;
    height: 40px;
  }
}
.company .company__contents {
  position: relative;
  margin-top: -198px;
  z-index: 3;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents {
    margin-top: 0;
  }
}
.company .company__contents .company__dl {
  padding: 58px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__dl {
    padding: 20px;
  }
}
.company .company__contents .company__dl dl + dl {
  border-top: 1px solid #ccc;
}
.company .company__contents .company__dl dl {
  display: flex;
  padding: 35px 0;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__dl dl {
    padding: 20px 0;
  }
}
.company .company__contents .company__dl dl dt {
  width: 180px;
  padding-left: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__dl dl dt {
    width: 100px;
    padding-left: 4px;
    font-size: 1.4rem;
  }
}
.company .company__contents .company__dl dl dd {
  margin: 0;
  flex: 1;
  width: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__dl dl dd {
    font-size: 1.2rem;
  }
}
.company .company__contents .company__access {
  margin-top: 102px;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__access {
    margin-top: 60px;
  }
}
.company .company__contents .company__access .company__accessTitle {
  position: relative;
  padding-top: 108px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__access .company__accessTitle {
    padding-top: 60px;
    font-size: calc(3.6rem*0.8);
  }
}
.company .company__contents .company__access .company__accessTitle:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  width: 1px;
  height: 80px;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__access .company__accessTitle:before {
    height: 60px;
  }
}
.company .company__contents .company__access .company__accessGrid {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__access .company__accessGrid {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.company .company__contents .company__access .company__accessGrid li {
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__access .company__accessGrid li {
    width: 100%;
    max-width: 400px;
    height: 250px;
  }
}
.company .company__contents .company__access .company__accessGrid li.image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4b4b4b;
  color: #fff;
  border-radius: 10px 0 0 10px;
  font-size: 3.6rem;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__access .company__accessGrid li.image {
    border-radius: 10px;
    font-size: calc(3.6rem*0.8);
  }
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__access .company__accessGrid li.map {
    margin-top: 30px;
  }
}
.company .company__contents .company__access .company__accessGrid li.map .video-container {
  padding-bottom: 340px;
}
@media screen and (max-width: 997.98px) {
  .company .company__contents .company__access .company__accessGrid li.map .video-container {
    padding-bottom: 250px;
  }
}
.company .company__contents .company__access .company__accessGrid li.map iframe {
  border-radius: 10px;
}

.pcOwner {
  background: #f7f7f7;
  padding: 0 50px;
}
@media screen and (max-width: 1230px) {
  .pcOwner {
    padding: 0 15px;
  }
  .pcOwner .l-wrapper {
    padding: 0;
  }
}
.pcOwner .pcOwner__head {
  position: relative;
  height: 500px;
  padding-top: 200px;
  z-index: 3;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__head {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.pcOwner .pcOwner__head:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 500px;
  content: "";
  background-image: url(../../_assets/img/page/company/pic_pcOwner01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__head:before {
    width: 100%;
    height: 200px;
  }
}
.pcOwner .pcOwner__head .pcOwner__title {
  position: relative;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__head .pcOwner__title {
    font-size: calc(3.8rem*0.8);
  }
}
.pcOwner .pcOwner__head .pcOwner__title:before {
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 1px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__head .pcOwner__title:before {
    top: -56px;
    height: 40px;
  }
}
.pcOwner .pcOwner__contents {
  position: relative;
  margin-top: -198px;
  padding: 58px;
  border-radius: 10px;
  background: #fff;
  z-index: 3;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents {
    margin-top: 0;
    padding: 30px 15px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__copy01 {
  color: #333;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8;
}
.pcOwner .pcOwner__contents .pcOwner__unit {
  display: flex;
  margin-top: 34px;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents .pcOwner__unit {
    margin-top: 20px;
  }
}
@media screen and (max-width: 997.98px) and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__unit {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.pcOwner .pcOwner__contents .pcOwner__unit .pcOwner__unitMain {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents .pcOwner__unit .pcOwner__unitMain {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.pcOwner .pcOwner__contents .pcOwner__unit .pcOwner__unitSub {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents .pcOwner__unit .pcOwner__unitSub {
    padding-left: 0;
    width: 100%;
    max-width: 400px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock {
  padding-top: 100px;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock {
    padding-top: 60px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__subTitle {
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__subTitle {
    font-size: 1.8rem;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__subTitle span {
  position: relative;
  padding-bottom: 20px;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__subTitle span:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #ffe100;
  content: "";
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__bland .blandList {
  margin-top: 58px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__bland .blandList {
    flex-wrap: wrap;
    margin: 58px -15px 0;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__bland .blandList .blandList__item + .blandList__item {
  margin-left: calc( (100% - 825px) / 4 );
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__bland .blandList .blandList__item + .blandList__item {
    margin-left: 0;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__bland .blandList .blandList__item {
  width: 165px;
}
@media screen and (max-width: 997.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__bland .blandList .blandList__item {
    width: 33.333%;
    padding: 0 15px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid {
  display: flex;
  margin: 60px -20px 0;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid {
    flex-wrap: wrap;
    margin: 60px -10px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridItem + .pcOwner__gridItem {
    margin-top: 30px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridItem {
  padding: 0 20px;
  width: 33.333%;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridItem {
    width: 100%;
    max-width: 400px;
    padding: 0 10px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridBox {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridBox {
    align-items: center;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridBox .pcOwner__gridBoxTitle {
  order: 2;
  margin-top: 18px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridBox .pcOwner__gridBoxTitle {
    margin-top: 14px;
    font-size: 1.5rem;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridBox .pcOwner__gridBoxText {
  order: 3;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__grid .pcOwner__gridBox .pcOwner__gridBoxImage {
  order: 1;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow {
  margin-top: 60px;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem:last-child .pcOwner__flowTitle:before {
  display: none;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle {
  position: relative;
  height: 70px;
  background: #ffe100;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle {
    height: 50px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle:before {
  position: absolute;
  left: 58px;
  bottom: -100px;
  width: 3px;
  height: 100px;
  content: "";
  background: #ffe100;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle:before {
    display: none;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle .num {
  width: 108px;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle .num {
    font-size: 1.4rem;
    width: 80px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle .title {
  position: relative;
  width: auto;
  flex: 1;
  padding-left: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle .title {
    padding-left: 18px;
    font-size: 1.4rem;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle .title:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowTitle .title:before {
    height: 35px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowContents {
  padding: 22px 40px 22px 112px;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowContents {
    position: relative;
    padding: 20px 10px 20px 60px;
  }
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowContents:before {
    position: absolute;
    left: 36px;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background: #ffe100;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__flow .pcOwner__flowItem .pcOwner__flowContents .pcOwner__flowText {
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap {
  margin-top: 58px;
  border-bottom: 1px solid #ccc;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa {
  border-top: 1px solid #ccc;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa.open .pcOwner__qaHead .qaLogo .activePlus:after {
  transform: translateY(-50%) rotateZ(0deg);
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead {
  width: 100%;
  padding: 38px 0 38px 40px;
  background: #f9f9f9;
  text-align: left;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead {
    padding: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 60px;
  padding-right: 37px;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo {
    padding-left: 50px;
    padding-right: 10px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../../_assets/img/page/company/icon_qa.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo:before {
    width: 26px;
    height: 26px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo .activePlus {
  position: relative;
  display: inline-block;
  width: 100%;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo .activePlus:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 2px;
  background: #333;
  content: "";
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo .activePlus:before {
    right: -18px;
    width: 16px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo .activePlus:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateZ(-90deg);
  width: 20px;
  height: 2px;
  background: #333;
  content: "";
  transition: 0.4s;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaHead .qaLogo .activePlus:after {
    right: -18px;
    width: 16px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaContents {
  position: relative;
  display: none;
  padding: 38px 0 38px 40px;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaContents {
    padding: 20px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaContents:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
  width: 30px;
  height: 30px;
  background-image: url(../../_assets/img/page/company/icon_answer.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaContents:before {
    left: 20px;
    width: 26px;
    height: 26px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaContents p {
  padding-left: 60px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 2.1428571429;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__qaWrap .pcOwner__qa .pcOwner__qaContents p {
    padding-left: 50px;
    line-height: 24px;
    line-height: 1.7142857143;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link {
    flex-direction: column;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem {
    width: 100%;
  }
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem:last-child {
    margin-top: 20px;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem a {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem a {
    max-width: 350px;
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
  }
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem a.bk {
  background: #000;
  color: #fff;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem a.bk:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem a.yel {
  background: #ffe100;
  color: #000;
}
.pcOwner .pcOwner__contents .pcOwner__semiBlock .pcOwner__link .pcOwner__linkItem a.yel:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
}

.brand {
  padding: 98px 50px 198px;
}
@media screen and (max-width: 1230px) {
  .brand {
    padding: 30px 15px 60px;
  }
  .brand .l-wrapper {
    padding: 0;
  }
}
.brand .brand__head {
  position: relative;
  height: 430px;
  padding-top: 200px;
  z-index: 3;
}
@media screen and (max-width: 997.98px) {
  .brand .brand__head {
    height: 200px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.brand .brand__head:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 430px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 997.98px) {
  .brand .brand__head:before {
    width: 100%;
    height: 200px;
  }
}
.brand .brand__head.-num01:before {
  background-image: url(../../_assets/img/page/brand/pic_brand_back01.jpg);
}
.brand .brand__head.-num02:before {
  background-image: url(../../_assets/img/page/brand/pic_brand_back02.jpg);
}
.brand .brand__head.-num03:before {
  background-image: url(../../_assets/img/page/brand/pic_brand_back03.jpg);
}
.brand .brand__head.-num04:before {
  background-image: url(../../_assets/img/page/brand/pic_brand_back04.jpg);
}
.brand .brand__head.-num05:before {
  background-image: url(../../_assets/img/page/brand/pic_brand_back05.jpg);
}
.brand .brand__head .brand__title {
  position: relative;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .brand .brand__head .brand__title {
    font-size: calc(3.6rem*0.8);
  }
}
.brand .brand__head .brand__title:before {
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 1px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .brand .brand__head .brand__title:before {
    top: -56px;
    height: 40px;
  }
}
.brand .brand__main {
  position: relative;
  z-index: 5;
  margin-top: -128px;
  display: flex;
}
@media screen and (max-width: 997.98px) {
  .brand .brand__main {
    margin-top: 0;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.brand .brand__main .brand__panel {
  width: 50%;
  margin-top: 52px;
  padding: 42px 30px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2;
}
@media screen and (max-width: 997.98px) {
  .brand .brand__main .brand__panel {
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
}
.brand .brand__main .brand__image {
  width: 50%;
}
@media screen and (max-width: 997.98px) {
  .brand .brand__main .brand__image {
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
  }
}
.brand .brand__link {
  margin-top: 48px;
}
@media screen and (max-width: 997.98px) {
  .brand .brand__link {
    margin-top: 30px;
  }
}
.brand .brand__link a {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .brand .brand__link a {
    width: 100%;
    max-width: 350px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.brand .brand__link a:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
}
.brand .brand__link a:after {
  display: none;
}

.secContact {
  padding-top: 86px;
  padding-bottom: 100px;
}
@media screen and (max-width: 997.98px) {
  .secContact {
    padding: 60px 0;
  }
}
.secContact .secContact__title {
  position: relative;
  padding-bottom: 10px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__title {
    font-size: 1.8rem;
  }
}
.secContact .secContact__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #ffe100;
  content: "";
}
.secContact .secContact__copy {
  margin-top: 58px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__copy {
    font-size: 1.4rem;
  }
}
.secContact .secContact__box + .secContact__box {
  margin-top: 100px;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__box + .secContact__box {
    margin-top: 60px;
  }
}
.secContact .secContact__box {
  padding: 50px 60px;
  background: #f7f7f7;
  border-radius: 10px;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__box {
    padding: 30px 20px;
  }
}
.secContact .secContact__box.-head {
  margin-top: 52px;
}
.secContact .secContact__box .secContact__mail {
  margin-top: 30px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__box .secContact__mail {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.secContact .secContact__box .secContact__mail a {
  color: #000;
}
.secContact .secContact__box .secContact__mail a img {
  display: block;
  margin: 0 auto;
}
.secContact .secContact__box .secContact__boxText {
  margin-top: 10px;
}
.secContact .secContact__box .secContact__boxText p {
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2;
  text-align: center;
}
.secContact .secContact__box .secContact__boxText p + p {
  margin-top: 20px;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__box .secContact__boxText p + p {
    margin-top: 16px;
  }
}
.secContact .secContact__box .secContact__link {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.secContact .secContact__box .secContact__link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 50px;
  background: #ffe100;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__box .secContact__link a {
    width: 300px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.secContact .secContact__box .secContact__link a:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
}
.secContact .secContact__box .secContact__boxBottom {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__box .secContact__boxBottom {
    margin-top: 20px;
  }
}
.secContact .secContact__box .secContact__boxBottom .secContact__boxBottomHead {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__box .secContact__boxBottom .secContact__boxBottomHead {
    font-size: 1.4rem;
  }
}
.secContact .secContact__box .secContact__boxBottom .secContact__boxBottomText {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2;
}
.secContact .secContact__box .secContact__boxRegulation {
  margin-top: 30px;
}
.secContact .secContact__box .group h4 {
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2;
}
.secContact .secContact__box .group p {
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2;
}
.secContact .secContact__box .group + .group {
  margin-top: 30px;
}
@media screen and (max-width: 997.98px) {
  .secContact .secContact__box .group + .group {
    margin-top: 20px;
  }
}

.secRecruit {
  padding: 100px 0;
}
@media screen and (max-width: 997.98px) {
  .secRecruit {
    padding: 60px 0;
  }
}
.secRecruit .secRecruit__head {
  display: flex;
  flex-direction: column-reverse;
}
.secRecruit .secRecruit__head .secRecruit__headSub {
  position: relative;
  z-index: 1;
}
.secRecruit .secRecruit__head .secRecruit__headSub img {
  width: 100%;
}
.secRecruit .secRecruit__head .secRecruit__headMain {
  position: relative;
  z-index: 2;
  max-width: 900px;
  width: 100%;
  margin: -97px auto 0;
  padding: 54px 60px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__head .secRecruit__headMain {
    margin: 0 auto;
    width: 100%;
    padding: 30px 15px;
  }
}
.secRecruit .secRecruit__head .secRecruit__headMain .secRecruit__headTitle {
  font-size: 3.6rem;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__head .secRecruit__headMain .secRecruit__headTitle {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.secRecruit .secRecruit__head .secRecruit__headMain .secRecruit__headCopy {
  font-size: 2.2rem;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__head .secRecruit__headMain .secRecruit__headCopy {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.secRecruit .secRecruit__head .secRecruit__headMain .secRecruit__headText {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 42px;
  line-height: 2.625;
  color: #333;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__head .secRecruit__headMain .secRecruit__headText {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 2.1428571429;
  }
}
.secRecruit .secRecruit__logoBox {
  width: 300px;
  padding: 100px 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__logoBox {
    width: 240px;
    padding: 60px 0;
  }
}
.secRecruit .secRecruit__panel + .secRecruit__panel {
  margin-top: 76px;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel + .secRecruit__panel {
    margin-top: 40px;
  }
}
.secRecruit .secRecruit__panel {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.secRecruit .secRecruit__panel .secRecruit__panelMain {
  width: 600px;
  padding: 50px 63px;
  background: #fff;
  border-radius: 10px 10px 0 10px;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel .secRecruit__panelMain {
    max-width: 400px;
    width: 100%;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
  }
}
.secRecruit .secRecruit__panel .secRecruit__panelMain .secRecruit__panelTitle {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel .secRecruit__panelMain .secRecruit__panelTitle {
    font-size: 2rem;
  }
}
.secRecruit .secRecruit__panel .secRecruit__panelMain .secRecruit__panelText {
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel .secRecruit__panelMain .secRecruit__panelText {
    margin-top: 10px;
  }
}
.secRecruit .secRecruit__panel .secRecruit__panelSub {
  width: 500px;
  margin-top: 55px;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel .secRecruit__panelSub {
    max-width: 400px;
    width: 100%;
    margin-top: 0;
  }
}
.secRecruit .secRecruit__panel .secRecruit__panelSub img {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel .secRecruit__panelSub img {
    border-radius: 10px 10px 0 0;
  }
}
.secRecruit .secRecruit__panel.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel.-reverse {
    flex-direction: column-reverse;
  }
}
.secRecruit .secRecruit__panel.-reverse .secRecruit__panelMain {
  border-radius: 10px 10px 10px 0;
}
.secRecruit .secRecruit__panel.-reverse .secRecruit__panelSub img {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__panel.-reverse .secRecruit__panelSub img {
    border-radius: 10px 10px 0 0;
  }
}
.secRecruit .secRecruit__board {
  margin-top: 198px;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board {
    margin-top: 60px;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardTitle {
  position: relative;
  padding-top: 108px;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardTitle {
    padding-top: 40px;
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardTitle:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  width: 1px;
  height: 80px;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardTitle:before {
    height: 40px;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardDl {
  padding: 54px 64px 60px;
  background: #fff;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardDl {
    padding: 20px 15px 10px;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardDl h4 {
  padding-left: 40px;
  padding-bottom: 32px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardDl h4 {
    padding-left: 0;
    padding-bottom: 20px;
    line-height: 1.3;
    font-size: 1.6rem;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardDl h4.oneTItle {
  text-align: center;
}
.secRecruit .secRecruit__board .secRecruit__boardDl dl {
  display: flex;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardDl dl {
    flex-direction: column;
    padding: 20px 0;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardDl dl dt {
  width: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardDl dl dt {
    width: 100%;
    justify-content: flex-start;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardDl dl dd {
  width: auto;
  flex: 1;
  margin: 0;
  padding: 34px 0;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 1.7142857143;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardDl dl dd {
    padding: 10px 0;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardLink {
  padding-top: 60px;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardLink {
    padding-top: 30px;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardLink a {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe100;
  border-radius: 10px;
  color: #000;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__board .secRecruit__boardLink a {
    max-width: 320px;
    width: 100%;
  }
}
.secRecruit .secRecruit__board .secRecruit__boardLink a:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
}
.secRecruit .secRecruit__boardContents + .secRecruit__boardContents {
  margin-top: 90px;
}
@media screen and (max-width: 997.98px) {
  .secRecruit .secRecruit__boardContents + .secRecruit__boardContents {
    margin-top: 40px;
  }
}
.secRecruit .secRecruit__boardContents.on {
  display: block;
}
.secRecruit .secRecruit__boardContents.off {
  display: none;
}

.secRecruit-boardContents {
  background-color: #fff;
  margin-top: 40px;
  padding: 40px 20px;
  text-align: center;
}

.secForm {
  padding-top: 94px;
  padding-bottom: 100px;
}
@media screen and (max-width: 997.98px) {
  .secForm {
    padding: 60px 0;
  }
}
.secForm select {
  display: block;
}
.secForm input[type=text]:not(.browser-default) {
  background: none;
  border: 1px solid #ccc;
}
.secForm .secForm__title {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.secForm .secForm__borderTitle {
  position: relative;
  padding-bottom: 18px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__borderTitle {
    padding-bottom: 14px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.secForm .secForm__borderTitle:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #ffe100;
  content: "";
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__borderTitle:before {
    height: 2px;
  }
}
.secForm .secForm__copy {
  margin-top: 50px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__copy {
    font-size: 1.4rem;
  }
}
.secForm .secForm__contents {
  margin-top: 50px;
  background: #fff;
  padding: 50px 60px 60px;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__contents {
    margin-top: 30px;
    padding: 30px 15px;
  }
}
.secForm .secForm__contents .secForm__contentsHead p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__contents .secForm__contentsHead p {
    font-size: 1.4rem;
  }
}
.secForm .secForm__contents .secForm__table {
  margin-top: 30px;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__contents .secForm__table {
    margin-top: 20px;
  }
}
.secForm .secForm__contents .secForm__table dl {
  display: flex;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__contents .secForm__table dl {
    flex-direction: column;
  }
}
.secForm .secForm__contents .secForm__table dl.-end {
  border-bottom: 1px solid #ccc;
}
.secForm .secForm__contents .secForm__table dl dt {
  padding: 26px 40px 26px 44px;
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__contents .secForm__table dl dt {
    width: 100%;
    border-right: none;
    padding: 15px;
  }
}
.secForm .secForm__contents .secForm__table dl dt .need {
  font-size: 1.4rem;
}
.secForm .secForm__contents .secForm__table dl dd {
  margin: 0;
  width: auto;
  flex: 1;
  padding: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 997.98px) {
  .secForm .secForm__contents .secForm__table dl dd {
    width: 100%;
    padding: 15px;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
  }
}
.secForm .secForm__contents .secForm__table dl dd.flex {
  display: flex;
}
.secForm .secForm__contents .secForm__table dl dd.flex .text {
  margin-left: 6px;
  margin-right: 16px;
}
.secForm .secForm__contents .secForm__table dl dd .meta {
  display: flex;
}
.secForm .secForm__contents .secForm__table dl dd .meta .metaItem {
  width: 260px;
}
.secForm .secForm__contents .secForm__table dl dd .meta .metaText {
  width: auto;
  margin-left: 10px;
}
.secForm .secForm__contents .secForm__table dl dd .option {
  font-size: 1.4rem;
}
.secForm .secForm__contents .secForm__table dl dd .mwform-radio-field-text {
  font-size: 1.4rem;
  color: #333;
}
.secForm .secForm__bottom {
  padding-top: 30px;
}
.secForm .secForm__bottom .secForm__bottomCheck {
  text-align: center;
}
.secForm .secForm__bottom .secForm__bottomCheck.is-check .secForm__btnWrap:before {
  z-index: -1;
}
.secForm .secForm__bottom .secForm__bottomCheck.is-check .secForm__btnWrap .secForm__btn {
  opacity: 1;
}
.secForm .secForm__bottom .secForm__bottomText {
  text-align: center;
}
.secForm .secForm__bottom .checkText {
  margin-top: 30px;
  line-height: 1;
  text-align: center;
}
.secForm .secForm__bottom .secForm__btnWrap {
  position: relative;
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.secForm .secForm__bottom .secForm__btnWrap:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
/*  z-index: 20;*/
}
.secForm .secForm__bottom .secForm__btnWrap .secForm__btn {
  position: relative;
  width: 350px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.6rem;
  background: #ffe100;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s;
}

.secForm .secForm__bottom .secForm__btnWrap .secForm__btn:hover{
  opacity: 0.6;
}
.secForm .secForm__bottom .secForm__btnWrap .secForm__btn:before {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../../_assets/img/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23px;
  height: 20px;
}
.secForm .secForm__bottom .secForm__btnWrap .secForm__btn input {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
  cursor: pointer;
}
.secForm [type=radio]:checked + span:after, .secForm [type=radio].with-gap:checked + span:after {
  background: #ccc;
}
.secForm [type=radio]:checked + span:after, .secForm [type=radio].with-gap:checked + span:before, .secForm [type=radio].with-gap:checked + span:after {
  border: 2px solid #ccc;
}
.secForm [type=checkbox] + span:not(.lever):before, .secForm [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  margin-top: 4px;
}
.secForm [type=checkbox]:checked + span:not(.lever):before {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.secForm__end {
  text-align: center;
}
.secForm__end .secForm__endItem {
  margin-top: 20px;
}

.secPost {
  padding: 106px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 997.98px) {
  .secPost {
    margin-top: calc(95px*0.6);
    padding: calc(106px*0.6) 0;
  }
}
.secPost .secPost__list {
  display: flex;
  flex-wrap: wrap;
  margin: 34px -30px 0;
}
@media screen and (max-width: 997.98px) {
  .secPost .secPost__list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 997.98px) {
  .secPost .secPost__list .secPost__listItem + .secPost__listItem {
    margin-top: 30px;
  }
}
.secPost .secPost__list .secPost__listItem {
  width: 33.3333%;
  padding: 0 30px;
}
@media screen and (max-width: 997.98px) {
  .secPost .secPost__list .secPost__listItem {
    width: 100%;
    max-width: 420px;
  }
}
.secPost .secPost__list .secPost__listItem .secPost__box {
  display: flex;
  flex-direction: column;
  height: 450px;
}
@media screen and (max-width: 767.98px) {
  .secPost .secPost__list .secPost__listItem .secPost__box {
    height: auto;
  }
}
.secPost .secPost__list .secPost__listItem .secPost__box:hover {
  opacity: 1;
}
.secPost .secPost__list .secPost__listItem .secPost__box:hover .secPost__image:before {
  opacity: 1;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__main {
  order: 2;
  height: 220px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767.98px) {
  .secPost .secPost__list .secPost__listItem .secPost__box .secPost__main {
    height: auto;
    padding-bottom: 20px;
  }
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__boxTitle {
  order: 2;
  margin-top: 10px;
  padding: 0 22px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 1.7142857143;
  color: #333;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__boxMeta {
  order: 1;
  margin-top: 20px;
  padding: 0 22px;
  display: flex;
  align-items: center;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__boxMeta .secPost__boxDate {
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__boxMeta .secPost__boxCategory {
  margin-left: 24px;
  width: 140px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__boxMeta .secPost__boxCategory.-corp {
  background-color: #000;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__boxMeta .secPost__boxCategory.-shoki {
  background: #ffe100;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__boxMeta .secPost__boxCategory.-kokonoe {
  background: #006835;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__boxMeta .secPost__boxCategory.-nabe {
  background: #BC161D;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__text {
  order: 3;
  margin-top: 6px;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 1.7142857143;
  color: #000;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__image {
  order: 1;
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 191px;
}
@media screen and (max-width: 767.98px) {
  .secPost .secPost__list .secPost__listItem .secPost__box .secPost__image {
    height: 180px;
  }
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  content: "MORE>";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}
.secPost .secPost__list .secPost__listItem .secPost__box .secPost__image img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.secPost__wrap {
  display: flex;
  justify-content: space-between;
  padding: 112px 0 120px;
}
@media screen and (max-width: 997.98px) {
  .secPost__wrap {
    flex-wrap: wrap;
    padding: 60px 0;
  }
}
.secPost__wrap .secPost__main {
  width: 750px;
}
@media screen and (max-width: 997.98px) {
  .secPost__wrap .secPost__main {
    width: 100%;
  }
}
.secPost__wrap .secPost__side {
  width: 290px;
}
@media screen and (max-width: 997.98px) {
  .secPost__wrap .secPost__side {
    width: 100%;
    margin-top: 40px;
  }
}
.secPost__wrap .secPost__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 997.98px) {
  .secPost__wrap .secPost__title {
    font-size: 1.8rem;
  }
}
.secPost__wrap .secPost__meta {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.secPost__wrap .secPost__meta .secPost__date {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .secPost__wrap .secPost__meta .secPost__date {
    font-size: 1.4rem;
  }
}
.secPost__wrap .secPost__meta .secPost__category {
  margin-left: 20px;
  min-width: 140px;
  height: 23px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .secPost__wrap .secPost__meta .secPost__category {
    min-width: 100px;
    margin-left: 14px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.secPost__wrap .secPost__text {
  margin-top: 34px;
}
@media screen and (max-width: 997.98px) {
  .secPost__wrap .secPost__text {
    margin-top: 20px;
  }
}
.secPost__wrap .secPost__text p {
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 2.1428571429;
}
.secPost__wrap .secPost__text img {
  margin: 30px 0;
}
@media screen and (max-width: 997.98px) {
  .secPost__wrap .secPost__text img {
    margin: 20px 0;
  }
}

.shareBox {
  margin-top: 60px;
  background: #000;
  padding: 0 40px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 997.98px) {
  .shareBox {
    height: 80px;
    padding: 0 20px;
  }
}
.shareBox .shareBox__Title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .shareBox .shareBox__Title {
    font-size: 1.4rem;
  }
}
.shareBox .shareBox__item ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.shareBox .shareBox__item ul li + li {
  margin-left: 16px;
}
.shareBox .shareBox__item ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shareBox .shareBox__item ul li:before {
  display: none;
}
.shareBox .shareBox__item ul li a {
  display: block;
}