@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row__item {
  display: flex;
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media (min-width: 768px), print {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -10px;
}
.row--std .row__item {
  padding: 10px;
}
.row--wide {
  margin: -20px;
}
.row--wide .row__item {
  padding: 20px;
}

.post-type-page,
.information-box {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.post-type-page a:not([class]),
.information-box a:not([class]) {
  color: #0F96B8;
  text-decoration: none;
  border-bottom: 1px solid #0F96B8;
  transition: 0.2s ease-out;
}
.post-type-page a:not([class]):hover,
.information-box a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page p,
.information-box p {
  color: #141414;
}
.post-type-page p:not(:first-child),
.information-box p:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 1366px) {
  .post-type-page p.columns-2,
  .information-box p.columns-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
.post-type-page img,
.information-box img {
  max-width: 100%;
  height: auto;
}
.post-type-page .h2,
.post-type-page .h3,
.post-type-page .h4,
.information-box .h2,
.information-box .h3,
.information-box .h4 {
  line-height: 1.5;
}
@media screen and (min-width: 1366px) {
  .post-type-page .h2-wrap,
  .information-box .h2-wrap {
    padding: 2rem 0 0.5rem;
  }
}
.post-type-page .h2,
.information-box .h2 {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 0.5rem 1rem 0.5rem 5rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media (min-width: 768px), print {
  .post-type-page .h2,
  .information-box .h2 {
    font-size: 2rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 1366px) {
  .post-type-page .h2,
  .information-box .h2 {
    font-size: 2.5rem;
    padding: 1rem 1.5rem 1rem 6rem;
  }
}
.post-type-page .h2:before,
.information-box .h2:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #0071BF, #0F96B8 50%, #0F96B8);
  transform: skewX(-25deg);
  transform-origin: left bottom;
  z-index: -1;
}
@media (min-width: 768px), print {
  .post-type-page .h2:before,
  .information-box .h2:before {
    transform: skewX(-35deg);
  }
}
.post-type-page .h2:after,
.information-box .h2:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  right: -20px;
  background: #0F96B8;
}
@media (min-width: 768px), print {
  .post-type-page .h2:after,
  .information-box .h2:after {
    display: none;
    right: -30px;
    width: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .post-type-page .h2:after,
  .information-box .h2:after {
    right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .post-type-page .h2--products,
  .information-box .h2--products {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
}
.post-type-page .h3,
.information-box .h3 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #48464C;
  border-bottom: 1px solid #0071BF;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1366px) {
  .post-type-page .h3,
  .information-box .h3 {
    font-size: 2.3rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
.post-type-page .h3:not(:first-child),
.information-box .h3:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 1366px) {
  .post-type-page .h3:not(:first-child),
  .information-box .h3:not(:first-child) {
    margin-top: 5rem;
  }
}
.post-type-page .h4,
.information-box .h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0F96B8;
}
@media screen and (min-width: 1366px) {
  .post-type-page .h4,
  .information-box .h4 {
    font-size: 2rem;
  }
}
.post-type-page .h4:not(:first-child),
.information-box .h4:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 1366px) {
  .post-type-page .h4:not(:first-child),
  .information-box .h4:not(:first-child) {
    margin-top: 5rem;
  }
}
.post-type-page .h5,
.information-box .h5 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #0071BF;
  border-bottom: 2px dashed #0071BF;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1366px) {
  .post-type-page .h5,
  .information-box .h5 {
    font-size: 2.3rem;
  }
}
.post-type-page .h5:not(:first-child),
.information-box .h5:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 1366px) {
  .post-type-page .h5:not(:first-child),
  .information-box .h5:not(:first-child) {
    margin-top: 5rem;
  }
}
.post-type-page .h5:before,
.information-box .h5:before {
  display: inline-block;
  content: "\e90e";
  font-family: "icomoon";
  font-style: normal;
  font-size: 2rem;
  color: #0071BF;
  text-align: center;
  margin-right: 7px;
}
@media screen and (min-width: 1366px) {
  .post-type-page .h5:before,
  .information-box .h5:before {
    font-size: 2.5rem;
  }
}
.post-type-page .ul,
.information-box .ul {
  list-style: none;
}
.post-type-page .ul:not(:first-child),
.information-box .ul:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 768px), print {
  .post-type-page .ul:not(:first-child),
  .information-box .ul:not(:first-child) {
    margin-top: 1.5em;
  }
}
.post-type-page .ul > li,
.information-box .ul > li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: #141414;
  padding-left: 1.25em;
  line-height: 1.5;
  vertical-align: middle;
  margin-top: 15px;
}
.post-type-page .ul > li:before,
.information-box .ul > li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.25em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0F96B8;
}
.post-type-page .ul--orange li:before,
.information-box .ul--orange li:before {
  background: #EC6302;
}
.post-type-page .ol,
.information-box .ol {
  list-style: none;
  counter-reset: number;
}
.post-type-page .ol:not(:first-child),
.information-box .ol:not(:first-child) {
  margin-top: 1em;
}
.post-type-page .ol > li,
.information-box .ol > li {
  position: relative;
  color: #141414;
  padding-left: 2.3em;
  margin-top: 15px;
}
.post-type-page .ol > li:before,
.information-box .ol > li:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  top: 0.1em;
  left: 0;
  display: block;
  width: 1.3em;
  height: 1.3em;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: #0F96B8;
  text-align: center;
  line-height: 1.3em;
}
@media screen and (min-width: 1366px) {
  .post-type-page .ol > li:before,
  .information-box .ol > li:before {
    font-size: 2rem;
  }
}
.post-type-page .ol--circle,
.information-box .ol--circle {
  margin: 3rem 0;
}
.post-type-page .ol--circle > li,
.information-box .ol--circle > li {
  line-height: 2;
  padding-left: 1.8em;
  padding-right: 2em;
  font-style: normal;
}
.post-type-page .ol--circle > li:before,
.information-box .ol--circle > li:before {
  content: counter(number);
  position: absolute;
  top: 0.1em;
  left: 0;
  display: block;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.3rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background: #0071BF;
  text-align: center;
  line-height: 1.8em;
  border-radius: 50%;
  margin-top: 0.3rem;
}
.post-type-page .ol--circle > li a,
.information-box .ol--circle > li a {
  text-decoration: underline;
}
@media (min-width: 768px), print {
  .post-type-page .ol--2column,
  .information-box .ol--2column {
    overflow: auto;
  }
  .post-type-page .ol--2column > li,
  .information-box .ol--2column > li {
    font-style: normal;
    width: 50%;
    float: left;
  }
  .post-type-page .ol--2column > li::before,
  .information-box .ol--2column > li::before {
    font-style: italic;
  }
}
.post-type-page .table,
.information-box .table {
  width: 100%;
  margin: 3rem 0;
  table-layout: fixed;
}
.post-type-page .table tr:first-child,
.information-box .table tr:first-child {
  border-top: 1px solid #A3A3A3;
}
.post-type-page .table th,
.post-type-page .table td,
.information-box .table th,
.information-box .table td {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  padding: 10px;
  border-right: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
}
@media (min-width: 768px), print {
  .post-type-page .table th,
  .post-type-page .table td,
  .information-box .table th,
  .information-box .table td {
    font-size: 1.6rem;
  }
}
.post-type-page .table th:first-child,
.post-type-page .table td:first-child,
.information-box .table th:first-child,
.information-box .table td:first-child {
  border-left: 1px solid #A3A3A3;
}
.post-type-page .table th,
.information-box .table th {
  font-weight: bold;
  color: #000F36;
  background: #EBF6F9;
}
@media screen and (max-width: 767px) {
  .post-type-page .table th,
  .information-box .table th {
    width: 30%;
  }
}
.post-type-page .table .h2,
.post-type-page .table .h3,
.post-type-page .table .h4,
.post-type-page .table .ol,
.post-type-page .table .ul,
.post-type-page .table .box,
.information-box .table .h2,
.information-box .table .h3,
.information-box .table .h4,
.information-box .table .ol,
.information-box .table .ul,
.information-box .table .box {
  margin-top: 0;
}
.post-type-page .table .nowrap,
.information-box .table .nowrap {
  white-space: nowrap;
}
.post-type-page .table .bold,
.information-box .table .bold {
  font-weight: bold;
  color: #000F36;
}
@media screen and (max-width: 767px) {
  .post-type-page .table-responsive,
  .information-box .table-responsive {
    overflow-x: auto;
  }
}
.post-type-page .table-responsive:not(:first-child),
.information-box .table-responsive:not(:first-child) {
  margin-top: 1em;
}
.post-type-page .table-responsive .table,
.information-box .table-responsive .table {
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .table-responsive .table,
  .information-box .table-responsive .table {
    width: auto;
    table-layout: fixed;
  }
}
@media (min-width: 768px), print {
  .post-type-page .table-responsive .table,
  .information-box .table-responsive .table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .table-responsive .table th,
  .post-type-page .table-responsive .table td,
  .information-box .table-responsive .table th,
  .information-box .table-responsive .table td {
    word-break: keep-all;
  }
}
.post-type-page .box,
.information-box .box {
  position: relative;
  background: #EBF6F9;
  padding: 30px 15px;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .post-type-page .box,
  .information-box .box {
    padding: 40px 30px;
  }
}
.post-type-page .box__title,
.information-box .box__title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #0071BF;
}
.post-type-page strong,
.post-type-page b,
.information-box strong,
.information-box b {
  font-weight: bold;
}
.post-type-page .video,
.information-box .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.post-type-page .video iframe,
.information-box .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.grad-box {
  background-image: linear-gradient(45deg, #0071BF, #0F96B8 50%, #0F96B8);
  text-align: center;
  padding: 3rem;
}
.grad-box__txt {
  font-size: 2.2rem;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .grad-box__txt {
    font-size: 1.8rem;
  }
}
.grad-box span {
  display: inline-block;
  color: #fff;
  opacity: 0.7;
  font-size: 1.6rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .grad-box span {
    font-size: 1.4rem;
  }
}

.arrow-area {
  text-align: center;
  margin: 3rem 0;
}
.arrow-area img {
  height: 30px;
  width: auto;
}

.hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  margin-top: 6rem;
}

@media (max-width: 1365px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 1366px) {
  .pc-none {
    display: none;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 25px;
  background: url(../images/loading-icon_text.png) no-repeat center center;
  background-size: contain;
  margin-left: auto;
  margin-top: auto;
  text-indent: -9999em;
  animation: load 2s infinite alternate ease-in;
  transform: translateX(-50%);
}
@media (min-width: 768px), print {
  .loader__icon {
    width: 400px;
    height: 30px;
  }
}

@keyframes load {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.breadcrumb {
  position: relative;
  display: block;
  top: 0;
  color: #141414;
  padding: 10px;
  padding-left: 0;
  margin-top: -3.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px), print {
  .breadcrumb {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1366px) {
  .breadcrumb {
    padding: 15px 0;
  }
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.breadcrumb-list__item {
  display: block;
  height: 100%;
}
.breadcrumb-list__link {
  color: inherit;
}
.breadcrumb-list__sep {
  margin: 0 1em;
}
.breadcrumb-list__sep:before {
  display: inline-block;
  content: "/";
  width: 10px;
  height: 10px;
}

@media (min-width: 768px), print {
  .btn-wrap {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.btn-wrap--products {
  margin-top: 3rem;
}

@media (min-width: 768px), print {
  p + .btn-wrap {
    margin-top: 3rem;
  }
}

.btn-mg {
  margin-top: 5rem;
}
.btn-mg--flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn-mg--flex {
    flex-direction: column;
  }
}
@media (min-width: 768px), print {
  .btn-mg--flex .btn {
    margin: 1.5rem;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
  border: 3px solid #C9C9C9;
  padding: 10px;
  margin: 1rem 0;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px), print {
  .btn {
    margin: 1.5rem;
  }
}
.btn:hover {
  border: 3px solid #0071BF;
}
.btn--blue, .btn--green, .btn--orange {
  color: #fff;
  border: none;
  transition: 0.5s ease;
}
@media (min-width: 768px), print {
  .btn--blue, .btn--green, .btn--orange {
    margin: 1.5rem auto;
  }
}
@media screen and (min-width: 1366px) {
  .btn--blue, .btn--green, .btn--orange {
    width: 260px;
    padding: 10px 30px;
  }
}
.btn--blue:hover, .btn--green:hover, .btn--orange:hover {
  color: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1366px) {
  .btn--blue:hover, .btn--green:hover, .btn--orange:hover {
    width: 300px;
  }
}
.btn--blue {
  background: #0071BF;
}
.btn--blue:hover {
  opacity: 0.7;
}
.btn--green {
  background: #0F96B8;
}
.btn--green:hover {
  opacity: 0.7;
}
.btn--orange {
  background: #EC6302;
}
.btn--orange:hover {
  background: #FF963C;
}
.btn--inner {
  display: block;
}
@media screen and (min-width: 1366px) {
  .btn--inner {
    width: 200px;
  }
}
@media screen and (min-width: 1366px) {
  .btn--left {
    margin: 1.5rem 0;
    width: 330px;
  }
}
.btn--left .btn--inner {
  width: auto;
}
@media screen and (min-width: 1366px) {
  .btn--left:hover {
    width: 360px;
  }
}
.btn--products {
  border-radius: 10px;
}
.btn--products:hover {
  background: rgba(42, 115, 232, 0.2);
}
.btn--products-01:before, .btn--products-02:before, .btn--products-03:before, .btn--products-04:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 2rem;
  color: #0071BF;
  line-height: 20px;
  vertical-align: sub;
  padding-right: 1rem;
}
.btn--products-01:before {
  content: "\e909";
}
.btn--products-02:before {
  content: "\e90c";
}
.btn--products-03:before {
  content: "\e90a";
}
.btn--products-04:before {
  content: "\e90b";
}
.btn--active {
  border: 3px solid #0071BF;
}

.arrow {
  position: relative;
  transform: translateY(-20px);
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .arrow {
    text-align: center;
    width: 100%;
    transform: rotate(90deg);
  }
}
@media (max-width: 1365px) {
  .arrow img {
    width: 50px;
    height: 50px;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1366px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery--arrow {
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .gallery--arrow {
    align-items: center !important;
    flex-wrap: nowrap;
    margin-top: 5rem;
  }
}
.gallery-item {
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (min-width: 768px), print {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1366px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.5rem;
  font-weight: normal;
  color: #141414;
  line-height: 1.5;
  text-align: left;
  padding: 12px 0;
}

.footer {
  background: #569BAE;
}
.footer__home {
  box-shadow: 0 1px 3px rgba(65, 65, 65, 0.3);
  padding: 25px 0;
}
.footer__home--btn {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
}
.footer__nav {
  display: flex;
  align-items: flex-start;
  padding: 50px 0;
}
@media (max-width: 1365px) {
  .footer__nav {
    display: none;
  }
}
.footer__logo {
  width: 20%;
  height: auto;
  padding-right: 5rem;
  margin-top: -5rem;
}
.footer__logo span {
  display: block;
  width: 180px;
  height: 50px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.2rem;
  margin-top: -3rem;
}
.footer__list {
  display: flex;
  width: 100%;
}
.footer__other {
  display: flex;
  width: 100%;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 1365px) {
  .footer__other {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1366px) {
  .footer__other {
    justify-content: space-between;
  }
}
.footer__copyright {
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.footer__maker {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: auto;
}
.footer__maker:after {
  display: inline-block;
  font-family: "icomoon";
  content: "\e908";
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  padding-left: 7px;
  transition: 0.2s ease-out;
}
.footer__maker a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  color: inherit;
  transition: 0.2s ease-out;
}
.footer__maker:hover:after,
.footer__maker:hover a {
  opacity: 0.7;
}

.f-link-wrap {
  display: block;
  width: 100%;
  background: #0071BF;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .f-link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.f-link {
  display: block;
  width: auto;
}
@media (min-width: 768px), print {
  .f-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .f-link {
    padding: 1.5rem;
  }
}
.f-link__item {
  list-style: none;
  margin: auto;
}
@media (min-width: 768px), print {
  .f-link__item {
    margin: 0 5rem;
  }
}
.f-link__link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 1.5rem 0;
  padding-left: 2rem;
  z-index: 1;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .f-link__link {
    padding: 2rem;
  }
}
.f-link__link:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  vertical-align: super;
  background: #fff;
  margin-right: 7px;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
.f-link__link:hover {
  opacity: 0.7;
}

.footer-search {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1366px) {
  .footer-search {
    display: block;
    padding: 50px 0;
  }
  .footer-search__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-search__title-en, .footer-search__title-ja {
    color: #fff;
    margin: 0 1rem 2rem;
  }
  .footer-search__title-en {
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.15em;
  }
  .footer-search__title-ja {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.search-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-menu__item {
  display: block;
  width: 30%;
}
.search-menu__item + .search-menu__item {
  margin-left: 2rem;
}
.search-menu__link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  border: 0.5px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 10px;
  transition: 0.4s ease-out;
}
.search-menu__link:hover {
  color: #000F36;
  background: rgba(255, 255, 255, 0.7);
}
.search-menu__link:hover:after {
  color: #000F36;
}

.fnav-list {
  list-style: none;
  width: 100%;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fnav-list {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1366px) {
  .fnav-list {
    margin-right: 6rem;
  }
}
.fnav-list__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: inherit;
  letter-spacing: 0.01em;
}

.fchild-list {
  list-style: none;
  margin-top: 1rem;
  line-height: 2.4;
}
.fchild-list__item {
  display: block;
  color: #fff;
}
.fchild-list__link {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  color: inherit;
  padding-left: 22px;
  padding-right: 7px;
  transition: 0.2s ease-out;
}
.fchild-list__link:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  vertical-align: super;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
.fchild-list__link:hover {
  opacity: 0.7;
}

.f-pagetop {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  z-index: 1000;
}
@media (min-width: 768px), print {
  .f-pagetop {
    bottom: 30px;
    right: 30px;
  }
}
.f-pagetop__item {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #0071BF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px), print {
  .f-pagetop__item {
    width: 60px;
    height: 60px;
  }
}
.f-pagetop__item:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-family: "icomoon";
  content: "\e903";
  font-size: 1.8rem;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .f-pagetop__item:after {
    font-size: 2rem;
  }
}
.f-pagetop__item:hover:after {
  padding-bottom: 3px;
}

.f-other {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 1365px) {
  .f-other {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 2rem;
    margin-top: 5rem;
  }
}
.f-other__menu {
  display: block;
  list-style: none;
  margin: 1rem 2rem;
}
.f-other__link {
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  text-align: right;
  transition: 0.2s ease-out;
}
.f-other__link:hover {
  opacity: 0.7;
}

.f-company {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1366px) {
  .f-company {
    margin-bottom: 5rem;
  }
}
.f-company__title {
  display: block;
  margin-bottom: 0.5rem;
}
.f-company__name {
  font-size: 2rem;
  font-weight: 600;
  font-family: Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin: auto;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1366px) {
  .f-company__name {
    font-size: 2.3rem;
  }
}
.f-company__name:hover {
  opacity: 0.7;
}
.f-company__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .f-company__list {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.org {
  display: block;
  color: #fff;
  list-style: none;
  margin: 3rem 0;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .org {
    padding: 3rem 1rem;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .org:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1366px) {
  .org {
    border-right: 1px solid #fff;
  }
  .org:first-child {
    padding-left: 0;
  }
  .org:last-child {
    padding-right: 0;
    border-right: none;
  }
}
.org__name {
  font-size: 1.6rem;
  font-weight: bold;
}
.org__addr, .org__phone, .org__fax {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1366px) {
  .org__addr, .org__phone, .org__fax {
    margin: 0 1rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: #fff;
}

.news-banner {
  position: fixed;
  display: inline-block;
  right: 80px;
  bottom: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  background: #ec8002;
  padding: 5px 10px;
  z-index: 1000;
}
@media (min-width: 768px), print {
  .news-banner {
    bottom: 30px;
    right: 105px;
    font-size: 1.4rem;
    padding: 8px 20px;
  }
}

/*  TOP：製品を探す  */
@media (max-width: 1365px) {
  .search-card-wrap {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .search-card-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.search-card {
  position: relative;
  width: 100%;
  padding: 3.5rem;
  transition: 0.4s ease-out;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .search-card {
    padding: 4.5rem 3rem;
  }
}
.search-card:before, .search-card:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  display: block;
  z-index: -1;
  transition: inherit;
}
.search-card:before {
  background: no-repeat center center;
  background-size: cover;
  filter: blur(3px);
}
.search-card:after {
  transform: translate(20px, -20px);
}
.search-card:hover:after {
  transform: translate(-20px, 20px);
}
.search-card__link {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1366px) {
  .search-card__link {
    display: none;
  }
}
.search-card__title {
  color: #fff;
  text-align: center;
}
.search-card__title-ja {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1366px) {
  .search-card__title-ja {
    font-size: 1.8rem;
  }
}
.search-card__title-en {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: italic;
  color: #D5D5D5;
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1366px) {
  .search-card__title-en {
    font-size: 1.4rem;
  }
}
.search-card__list {
  display: none;
}
@media screen and (min-width: 1366px) {
  .search-card__list {
    display: block;
    list-style: none;
    margin-top: 3.5rem;
  }
}
.search-card__list-item {
  transition: 0.2s ease-out;
}
.search-card__list-item + .search-card__list-item {
  display: block;
  margin-top: 2rem;
}
.search-card__list-item:hover {
  opacity: 0.7;
}
.search-card__list-btn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  padding-left: 2.5rem;
  transition: 4s ease-in;
}
.search-card__list-btn:before {
  position: absolute;
  content: "";
  top: 12.5px;
  left: 0;
  width: 15px;
  height: 1px;
  vertical-align: super;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.search-card--series:before {
  background-image: url(../images/seach_bg01.png);
}
.search-card--series:after {
  background-image: linear-gradient(45deg, rgba(0, 121, 136, 0.9), rgba(0, 15, 54, 0.9));
}
.search-card--category:before {
  background-image: url(../images/seach_bg02.png);
}
.search-card--category:after {
  background-image: linear-gradient(45deg, rgba(0, 52, 136, 0.9), rgba(0, 15, 54, 0.9));
}
.search-card--solution:before {
  background-image: url(../images/seach_bg03.png);
}
.search-card--solution:after {
  background-image: linear-gradient(45deg, rgba(5, 0, 136, 0.9), rgba(0, 15, 54, 0.9));
}
.search-card--process:before {
  background-image: url(../images/seach_bg04.png);
}
.search-card--process:after {
  background-image: linear-gradient(45deg, rgba(68, 0, 136, 0.9), rgba(0, 15, 54, 0.9));
}

/*  製品情報  */
.seach-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 1366px) {
  .seach-section:first-child {
    margin-bottom: 90px;
  }
}
.seach-section + .seach-section {
  padding-top: 80px;
}
.seach-section__headline {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0071BF;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1366px) {
  .seach-section__headline {
    font-size: 2rem;
    text-align: center;
  }
}
.seach-section--end {
  margin: 7rem 1rem 5rem;
}
@media screen and (min-width: 1366px) {
  .seach-section--end {
    margin: 7rem auto 5rem;
  }
}

.seach-btn {
  display: flex;
  align-items: center;
  width: 100%;
  border: 5px solid #D5D5D5;
  transition: 0.3s ease-out;
  padding: 15px;
}
@media (min-width: 768px), print {
  .seach-btn {
    padding: 25px;
  }
}
.seach-btn__title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #141414;
  text-align: center;
}
.seach-btn__title-ja, .seach-btn__title-en {
  display: block;
  text-align: left;
}
.seach-btn__title-ja {
  font-size: 1.5rem;
  font-weight: bold;
  color: #141414;
}
@media (min-width: 768px), print {
  .seach-btn__title-ja {
    font-size: 1.8rem;
  }
}
.seach-btn__title-en {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.25em;
  color: #A3A3A3;
}
.seach-btn--small {
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .seach-btn--small {
    margin: -5px 0;
  }
}
.seach-btn--active {
  position: relative;
  border: 5px solid #0071BF;
}
@media screen and (min-width: 1366px) {
  .seach-btn--active:before {
    position: absolute;
    display: inline-block;
    content: "";
    vertical-align: middle;
    left: 50%;
    bottom: -20px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #141414;
    border-right: 2px solid #141414;
    transform: translate(-50%, 50%) rotate(135deg);
  }
}
.seach-btn:hover {
  border: 5px solid #0071BF;
}

/* ヘッダーの検索窓  */
.search-box__close {
  font-size: 30px;
}

/*  フッターの検索窓  */
.search-wrap {
  padding-top: 4rem;
}

dl.search {
  position: relative;
  display: block;
  max-width: 800px;
  width: 95%;
  margin: auto;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px), print {
  dl.search {
    padding-left: 10px;
  }
}

dl.search dt {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 6px;
}

dl.search dt input {
  width: 84%;
  height: 40px;
  font-size: 1.4rem;
  line-height: 30px;
  background: none;
  border: none;
}
@media (min-width: 768px), print {
  dl.search dt input {
    width: 93%;
    font-size: 1.6rem;
  }
}
dl.search dt input::-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

dl.search dd {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}

dl.search dd button {
  display: block;
  padding-right: 6px;
  background: none;
  border: none;
}

dl.search dd button span {
  display: block;
  width: 40px;
  height: 40px;
}
dl.search dd button span:before {
  display: block;
  font-family: "icomoon";
  content: "\e906";
  font-size: 2rem;
  color: #fff;
}

dl.search--header {
  display: block;
  width: 90%;
  max-width: 1000px;
  border-bottom: none;
}
dl.search--header dt {
  display: block;
  border: 1px solid #0071BF;
  background: #fff;
  border-radius: 5px;
  padding: 6px 18px;
}
dl.search--header dt input {
  display: block;
  width: 90%;
  background: #fff;
}
dl.search--header dd button {
  background: #0071BF;
  border-radius: 0 5px 5px 0/0 5px 5px 0;
}
dl.search--header dd button span {
  width: 42px;
  height: 42px;
  border-radius: 0 5px 5px 0/0 5px 5px 0;
}
dl.search--header dd button span:before {
  font-size: 2.4rem;
}
dl.search--header ::-webkit-input-placeholder {
  color: #141414;
}
dl.search--header ::-moz-placeholder {
  color: #141414;
  opacity: 1;
}
dl.search--header :-ms-input-placeholder {
  color: #141414;
}

/*  検索窓の検索結果  */
.search-list__item {
  text-decoration: none;
  color: #141414;
  transition: 0.2s ease-out;
}
.search-list__item:hover {
  color: #0071BF;
}

.news {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1365px) {
  .news {
    padding: 0 15px;
  }
}
.news__item {
  display: block;
  width: 100%;
}
.news--sub {
  padding: 0;
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .news--sub {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1366px) {
  .news--sub {
    margin-top: 0;
  }
}

.news-card {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  padding: 1rem 3rem 1rem 0.5rem;
  border-bottom: 1px solid #C9C9C9;
}
@media (min-width: 768px), print {
  .news-card {
    padding: 1rem 0.5rem;
  }
}
@media (min-width: 768px), print {
  .news-card {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0.8rem;
  }
}
.news-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-card__date {
  font-weight: bold;
  color: #141414;
  padding: 1rem 0.5rem 0;
}
@media (min-width: 768px), print {
  .news-card__date {
    padding: 0.8rem 1.5rem;
  }
}
.news-card__title {
  position: relative;
  color: inherit;
  font-weight: normal;
  color: #141414;
  padding-left: 0.5rem;
}
.news-card__title:before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #0071BF;
  transition: 0.4s ease-out;
}
@media (min-width: 768px), print {
  .news-card__title {
    padding-left: 1.5rem;
  }
}
.news-card__category {
  width: 100px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #fff;
  background: #0071BF;
  padding: 0 10px;
}
@media (min-width: 768px), print {
  .news-card__category {
    flex: 0 0 140px;
    font-size: 1.5rem;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-card__category {
    margin: 0.5rem 0 0.8rem;
  }
}
.news-card__category--warehouse {
  background: #00AF36;
}
.news-card__category--information {
  background: #EC6302;
}
.news-card__category--inspection {
  background: #0071BF;
}
.news-card__category--exhibition {
  background: #0F96B8;
}
.news-card__category--product {
  background: #0071BF;
}
.news-card:hover .news-card__title {
  color: #0071BF;
}
.news-card:hover .news-card__title:before {
  width: 100%;
}

.news-list {
  border-top: 1px solid #C9C9C9;
  margin: 5rem 0;
}

.news-page {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 4rem 0 1.5rem;
}
@media (min-width: 768px), print {
  .news-page {
    margin: 6rem 0 3rem;
  }
}
.news-page__time, .news-page__category {
  display: inline-block;
  font-weight: bold;
}
.news-page__time {
  font-size: 1.6rem;
  color: #141414;
  letter-spacing: 0.05rem;
}
.news-page__category {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #fff;
  background: #0F96B8;
  padding: 0 20px;
  margin-left: 1rem;
}
@media (min-width: 768px), print {
  .news-page__category {
    font-size: 1.5rem;
    height: 30px;
  }
}
.news-page__category--exhibition {
  background: #0F96B8;
}
.news-page__category--information {
  background: #EC6302;
}
.news-page__category--product {
  background: #0071BF;
}

/* アニメーション */
@keyframes Flash {
  50% {
    color: #0071BF;
  }
}
.news-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  color: #0071BF;
  border: 1px solid #0071BF;
  background: #fff;
  padding: 10px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .news-btn {
    font-size: 2rem;
    padding: 14px;
  }
}
.news-btn:hover {
  color: #fff;
  background: #2A73E8;
}

/* TOP ニュース改修 190521 */
/* 絞り込みボタン */
.tab-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 3rem;
}
@media screen and (min-width: 1366px) {
  .tab-list {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1365px) {
  .tab-list {
    border-top: 1px solid #0071BF;
    justify-content: space-between;
  }
}
.tab-list__link {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  color: #0071BF;
  border: 1px solid #0071BF;
  background: #fff;
  padding: 10px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .tab-list__link {
    font-size: 2rem;
    padding: 14px;
  }
}
.tab-list__link:hover {
  color: #fff;
  background: #2A73E8;
}
.tab-list__item {
  width: 50%;
  list-style: none;
}
@media screen and (min-width: 1366px) {
  .tab-list__item {
    width: 25%;
    margin: 1rem;
  }
}
@media (max-width: 1365px) {
  .tab-list__item:nth-child(2n) .tab-list__link {
    border-left: none;
  }
  .tab-list__item:nth-child(-n+2) .tab-list__link {
    border-top: none;
  }
  .tab-list__item:nth-last-child(-n+2) .tab-list__link {
    border-top: none;
  }
}
.tab-list__item--active .tab-list__link {
  color: #fff;
  background: #0071BF;
}
.tab-list--case {
  margin-bottom: 5rem;
}

/* セクション切替 */
.tab-card {
  display: none;
}
.tab-card--active {
  display: block;
}

/* タクソノミーページの絞り込みボタン */
.tax-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 3rem;
}
@media screen and (min-width: 1366px) {
  .tax-list {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1365px) {
  .tax-list {
    border-top: 3px solid #0071BF;
  }
}
.tax-list__link {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #0071BF;
  border: 3px solid #0071BF;
  background: #fff;
  padding: 10px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .tax-list__link {
    font-size: 1.6rem;
  }
}
.tax-list__link:hover {
  color: #fff;
  background: #2A73E8;
}
.tax-list__item {
  width: 50%;
  list-style: none;
}
@media screen and (min-width: 1366px) {
  .tax-list__item {
    width: 25%;
    margin: 1rem;
  }
}
@media (max-width: 1365px) {
  .tax-list__item:nth-child(2n) .tax-list__link {
    border-left: none;
  }
  .tax-list__item:nth-child(-n+2) .tax-list__link {
    border-top: none;
  }
  .tax-list__item:nth-last-child(-n+2) .tax-list__link {
    border-top: none;
  }
}
.tax-list__item--active .tax-list__link {
  color: #fff;
  background: #0071BF;
}

.single-pager-list,
.pager-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 2rem 0;
}
@media (min-width: 768px), print {
  .single-pager-list,
  .pager-list {
    margin: 5rem 0 0;
  }
}
@media screen and (min-width: 1366px) {
  .single-pager-list,
  .pager-list {
    margin: 8rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .single-pager-list,
  .pager-list {
    flex-wrap: wrap;
  }
}
.single-pager-list__item,
.pager-list__item {
  padding: 0.5rem 1rem;
}
.single-pager-list__link,
.pager-list__link {
  display: block;
  line-height: 35px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #A3A3A3;
  text-align: center;
  padding: 0.1rem;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .single-pager-list__link,
  .pager-list__link {
    font-size: 1.5rem;
    padding: 0 2rem;
  }
}
.single-pager-list__link--prev, .single-pager-list__link--next, .single-pager-list__link--back,
.pager-list__link--prev,
.pager-list__link--next,
.pager-list__link--back {
  color: #A3A3A3;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .single-pager-list__link--prev, .single-pager-list__link--next, .single-pager-list__link--back,
  .pager-list__link--prev,
  .pager-list__link--next,
  .pager-list__link--back {
    margin: 0 0.4rem;
  }
}
.single-pager-list__link--prev, .single-pager-list__link--next,
.pager-list__link--prev,
.pager-list__link--next {
  position: relative;
}
.single-pager-list__link--prev:before, .single-pager-list__link--next:before,
.pager-list__link--prev:before,
.pager-list__link--next:before {
  position: absolute;
  display: inline-block;
  content: "";
  vertical-align: middle;
  top: 47%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #A3A3A3;
  border-right: 1px solid #A3A3A3;
  transition: 0.2s ease-out;
}
.single-pager-list__link--next:before,
.pager-list__link--next:before {
  left: -20px;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px), print {
  .single-pager-list__link--next:before,
  .pager-list__link--next:before {
    left: -5px;
  }
}
.single-pager-list__link--prev:before,
.pager-list__link--prev:before {
  right: -20px;
  transform: translateY(-50%) rotate(-135deg);
}
@media (min-width: 768px), print {
  .single-pager-list__link--prev:before,
  .pager-list__link--prev:before {
    right: -5px;
  }
}
.single-pager-list__link:hover,
.pager-list__link:hover {
  color: #141414;
}
.single-pager-list__link:hover:after,
.pager-list__link:hover:after {
  color: #0071BF;
}
.single-pager-list__link:hover:before,
.pager-list__link:hover:before {
  border-top: 1px solid #0071BF;
  border-right: 1px solid #0071BF;
}

.pager-list__link--number {
  font-size: 1.8rem;
  padding: 0 3px;
  border-bottom: 3px solid #A3A3A3;
  transition: 0.4s ease-out;
}
.pager-list__link--number:hover {
  border-bottom: 3px solid #0071BF;
  padding: 0 10px;
}
.pager-list__link--active {
  color: #141414;
  border-bottom: 3px solid #0071BF;
  padding: 0 9px;
}
.pager-list__link--next {
  margin-left: 3rem;
}
.pager-list__link--prev {
  margin-right: 3rem;
}

.products-wrap {
  margin: 3rem -1.5rem 5rem;
}
@media (min-width: 768px), print {
  .products-wrap {
    margin: 0 auto -1rem;
  }
}

.lineup-card,
.products-card {
  position: relative;
  width: 100%;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .lineup-card,
  .products-card {
    display: flex;
    width: 100%;
  }
}
.lineup-card:hover .lineup-card, .lineup-card:hover .products-card__box,
.products-card:hover .lineup-card,
.products-card:hover .products-card__box {
  border: 5px solid #0071BF;
}
@media screen and (max-width: 767px) {
  .lineup-card__box, .lineup-card__name,
  .products-card__box,
  .products-card__name {
    width: 50%;
  }
}
.lineup-card__box,
.products-card__box {
  border: 5px solid #D5D5D5;
  background: #fff;
  padding: 1rem;
  transition: 0.4s ease-out;
}
@media (min-width: 768px), print {
  .lineup-card__box,
  .products-card__box {
    padding: 2rem;
  }
}
.lineup-card__thumbnail,
.products-card__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100px;
}
@media (min-width: 768px), print {
  .lineup-card__thumbnail,
  .products-card__thumbnail {
    height: 180px;
  }
}
.lineup-card__thumbnail img,
.products-card__thumbnail img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.lineup-card__name,
.products-card__name {
  text-align: left;
  margin-left: 1.5rem;
}
@media (min-width: 768px), print {
  .lineup-card__name,
  .products-card__name {
    text-align: center;
    margin: 1rem 0.5rem;
  }
}
.lineup-card__name-ja,
.products-card__name-ja {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}
.lineup-card__name-en,
.products-card__name-en {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #000F36;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (min-width: 768px), print {
  .lineup-card__name-en,
  .products-card__name-en {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1366px) {
  .lineup-card__name-en,
  .products-card__name-en {
    font-size: 3rem;
  }
}
.lineup-card__more,
.products-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lineup-card--new:before, .lineup-card--new:after,
.products-card--new:before,
.products-card--new:after {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.lineup-card--new:before,
.products-card--new:before {
  content: "";
  background: rgba(199, 0, 0, 0.5);
  animation: 2s flash ease-in infinite;
}
.lineup-card--new:after,
.products-card--new:after {
  content: "推荐";
  font-size: 1.3rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: #C70000;
}

.lineup-card:hover .lineup-card__box {
  border: 5px solid #0071BF;
}
.lineup-card__new:before, .lineup-card__new:after {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.lineup-card__new:before {
  content: "";
  background: rgba(199, 0, 0, 0.5);
  animation: 2s flash ease-in infinite;
}
.lineup-card__new:after {
  content: "NEW";
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #C70000;
}

.products-box {
  display: block;
  width: 100%;
}
@media (min-width: 768px), print {
  .products-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.products-box__item {
  display: block;
  width: 100%;
}
@media (min-width: 768px), print {
  .products-box__item {
    width: 50%;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1366px) {
  .products-box__item {
    justify-content: flex-end;
  }
}
.products-box__item + .products-box__item {
  justify-content: flex-start;
}

.products-img {
  display: flex;
  justify-content: center;
}
.products-img img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 767px) {
  .products-img img {
    height: 200px;
  }
}
@media (min-width: 768px), print {
  .products-img img {
    height: 300px;
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}
@media screen and (min-width: 1366px) {
  .products-img img {
    width: 100%;
    height: auto;
    max-height: 550px;
    min-height: 400px;
  }
}

.products-detail {
  display: block;
}
.products-detail__name {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #000F36;
}
@media screen and (max-width: 767px) {
  .products-detail__name {
    margin-top: 2rem;
  }
}
@media (min-width: 768px), print {
  .products-detail__name {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .products-detail__name {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
}
.products-detail__title {
  display: block;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: bold;
  color: #000F36;
}
@media (min-width: 768px), print {
  .products-detail__title {
    font-size: 4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1366px) {
  .products-detail__title {
    font-size: 4rem;
  }
}
.products-detail__description {
  display: block;
  margin: 1.5rem 0 3rem;
}
@media (min-width: 768px), print {
  .products-detail__description {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 2rem 0 4rem;
  }
}
@media screen and (min-width: 1366px) {
  .products-detail__description {
    font-size: 2rem;
  }
}

.case-study__about {
  margin: 1rem 0 0 0 !important;
}
.case-study__ba-wrap {
  margin-top: 4rem;
}
@media (min-width: 768px), print {
  .case-study__ba-wrap {
    display: flex;
    margin-top: 7rem;
  }
}
.case-study__before, .case-study__after {
  border: 5px solid #EDF3F5;
}
@media (min-width: 768px), print {
  .case-study__before, .case-study__after {
    flex: 1;
  }
}
.case-study__before-ttl, .case-study__after-ttl {
  background: #EDF3F5;
  color: #141414;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.4;
  text-align: center;
  padding: 1.2rem;
}
@media (min-width: 768px), print {
  .case-study__before-ttl, .case-study__after-ttl {
    font-size: 2.8rem;
    padding: 2rem;
  }
}
.case-study__after {
  position: relative;
  border: 5px solid #1496B8;
  margin: 8rem 0 0 0;
}
@media (min-width: 768px), print {
  .case-study__after {
    margin: 0 0 0 8rem;
  }
}
.case-study__after:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: inline-block;
  width: 35px;
  height: 115px;
  background: url(../images/arrow_3.svg) center/contain no-repeat;
}
@media (min-width: 768px), print {
  .case-study__after:before {
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1366px) {
  .case-study__after:before {
    width: 49px;
    height: 148px;
  }
}
.case-study__after-ttl {
  background: #0F96B8;
  color: #fff;
}
.case-study__cap {
  font-size: 1.4rem;
}
@media (min-width: 768px), print {
  .case-study__cap {
    font-size: 1.5rem;
  }
}
.case-study__box {
  flex: 1;
  background: #fff;
  padding: 2rem;
}
@media (min-width: 768px), print {
  .case-study__box {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .case-study__box {
    padding: 3rem 5rem;
  }
}
.case-study__thumbnail img {
  width: 100%;
  height: auto;
}
.case-study__free {
  margin-top: 6rem;
}
@media (min-width: 768px), print {
  .case-study__free {
    margin-top: 8rem;
  }
}
.case-study__effect {
  position: relative;
  background: #FDF3ED;
  padding: 3rem;
  margin-top: 10rem;
}
@media (min-width: 768px), print {
  .case-study__effect {
    margin-top: 15rem;
  }
}
.case-study__effect:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 70px;
  height: 45px;
  background: url(../images/arrow_2.svg) center/contain no-repeat;
}
@media (min-width: 768px), print {
  .case-study__effect:before {
    top: -70px;
    width: 100px;
    height: 55px;
  }
}
.case-study__effect-ttl {
  position: relative;
  color: #EC6302;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px), print {
  .case-study__effect-ttl {
    font-size: 2.3rem;
  }
}

.case-card {
  position: relative;
  border: 1px solid #D5D5D5;
  background: #EDF3F5;
  width: 100%;
}
.case-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.case-card__box {
  padding: 20px;
}
@media (min-width: 768px), print {
  .case-card__box {
    padding: 25px 20px;
  }
}
.case-card__ctg-ttl, .case-card__category {
  letter-spacing: 0.2em;
}
.case-card__ctg-ttl {
  color: #6B6C6E;
  font-size: 1.1rem;
}
.case-card__category {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0071BF;
}
.case-card__post-title {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  margin-top: 1.3rem;
}
.case-card__time {
  position: relative;
}
.case-card__thumbnail {
  width: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.case-card__thumbnail img {
  transition: 3s linear;
}
.case-card:hover .case-card__thumbnail img {
  transform: scale(1.2);
}
.case-card--new:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "NEW";
  display: inline-block;
  width: 50px;
  height: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Noto Sans JP", "游ゴシック体", sans-serif;
  letter-spacing: 0.1em;
  background: #EC6302;
  color: #fff;
  text-align: center;
  line-height: 30px;
  z-index: 50;
}
.case-card__solution-type {
  display: block;
  background: #0071BF;
  color: #fff;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
@media (min-width: 768px), print {
  .case-card__solution-type {
    padding: 0.3rem 1rem;
  }
}

.children-card {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  background: #EDF3F5;
  border: 1px solid #0071BF;
  padding: 20px;
  transition: 0.3s ease-out;
  overflow: hidden;
  margin: 1rem 0;
  z-index: 0;
}
.children-card:first-child {
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .children-card {
    margin: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .children-card {
    margin: 1.5rem;
    padding: 25px 30px;
  }
}
.children-card:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: -30%;
  width: 100%;
  height: 100%;
  background: #D8E8EC;
  transform: skewX(-45deg);
  transition: 0.4s ease-out;
  z-index: -1;
}
.children-card:hover {
  border: 1px solid #0071BF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}
.children-card:hover:after {
  width: 150%;
}
.children-card:hover .children-card__title {
  color: #0071BF;
}
.children-card__title {
  position: relative;
  display: block;
  font-weight: bold;
  color: #141414;
  font-size: 1.9rem;
  border-bottom: 1px solid #0071BF;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1366px) {
  .children-card__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.children-card__title:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 4px;
  right: 0;
  width: 20px;
  height: 1px;
  background: #0071BF;
  transform: rotate(30deg);
}
.children-card__description {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #141414;
  line-height: 1.7;
}

.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sitemap-list li {
  list-style: none;
}
.sitemap-list__item {
  width: 100%;
  margin: 1.5rem 0;
}
@media (min-width: 768px), print {
  .sitemap-list__item {
    width: calc(50% - 3rem);
    margin: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .sitemap-list__item {
    width: calc(25% - 3rem);
    margin: 1.5rem;
  }
}
.sitemap-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #141414;
  border: 3px solid #C9C9C9;
  padding: 10px;
  margin: 1rem 0;
  transition: 0.3s ease-out;
}
.sitemap-list__link:hover {
  border: 3px solid #0071BF;
}

.sitemap-children-list {
  width: 100%;
}
.sitemap-children-list__item {
  width: 100%;
}
.sitemap-children-list__link {
  position: relative;
  color: #141414;
  padding-left: 1.25em;
  line-height: 1.5;
  vertical-align: middle;
  margin-top: 5px;
  text-decoration: underline;
  text-decoration-color: #fff;
  transition: 0.3s ease-out;
}
.sitemap-children-list__link:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.25em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0071BF;
}
.sitemap-children-list__link:hover {
  color: #0071BF;
  text-decoration-color: #0071BF;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.form-step {
  display: flex;
  left: 0;
  width: 100%;
  justify-content: space-between;
  counter-reset: number;
  margin: 4rem 0;
  border-bottom: solid 1px #333;
}
@media (min-width: 768px), print {
  .form-step {
    margin: 6rem 0 4rem;
  }
}
.form-step__item {
  position: relative;
  width: 33.3333333%;
  padding: 1rem;
  background: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
}
.form-step__item--active .form-step__text {
  font-weight: bold;
}
.form-step__item--active:before {
  content: "";
  height: 3px;
  width: 100%;
  background: #0071BF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form-step__item:last-child:before {
  display: none;
}
.form-step__text {
  display: inline-block;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}
@media (min-width: 768px), print {
  .form-step__text {
    font-size: 1.7rem;
  }
}
.form-step__text:before {
  counter-increment: number;
  content: "0" counter(number) ".";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  color: #0071BF;
  margin: 0 1rem 0 0;
}
@media (min-width: 768px), print {
  .form-step__text:before {
    font-size: 1.9rem;
  }
}

.form {
  font-size: 1.6rem;
  color: #141414;
  background: #F1F5F6;
  padding: 10px;
  margin: 1rem 0;
}
@media (min-width: 768px), print {
  .form {
    padding: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .form {
    font-size: 1.6rem;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}
@media (min-width: 768px), print {
  .form__row {
    display: flex;
    align-items: center;
  }
}
.form__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0 5px;
  margin-right: 1rem;
  vertical-align: text-top;
  background: #A70B0B;
  position: relative;
}
@media (max-width: 1365px) {
  .form__required {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px), print {
  .form__required {
    float: right;
    font-size: 1.3rem;
  }
}
.form__required--middle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form__required--optional {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #A3A3A3;
}
.form__item {
  color: #141414;
  margin: 0.5rem 0;
}
@media (min-width: 768px), print {
  .form__item {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}
.form__item:first-child {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px), print {
  .form__item:first-child {
    flex: 0 0 25%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.form__item:last-child {
  position: relative;
}
@media (min-width: 768px), print {
  .form__item:last-child {
    flex: 1 0 0%;
  }
}
.form__item--middle {
  position: relative;
  padding: 0 0 0 5rem;
}
.form__item--input {
  display: block;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
.form__item--input select {
  cursor: pointer;
  background-color: #D5D5D5;
  color: #141414;
  transition: 0.2s ease;
  width: 100%;
  padding: 1rem 4rem 1rem 1.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  border-radius: 4px;
  -webkit-appearance: none;
}
@media (min-width: 768px), print {
  .form__item--input select {
    font-size: 1.6rem;
    padding: 1rem 5rem 1rem 1.8rem;
  }
}
@media screen and (min-width: 1366px) {
  .form__item--input select {
    padding: 1rem 1.8rem;
  }
}
.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__text {
  border-radius: 5px;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form__radio:checked + .mwform-checkbox-field-text:before, .form__check:checked + .mwform-checkbox-field-text:before {
  background: #393939;
}
.form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.9rem;
  margin-right: 0;
  font-size: 1.23rem;
  vertical-align: middle;
  cursor: pointer;
}
@media (min-width: 768px), print {
  .form .mwform-radio-field-text {
    padding: 0 0 0 3rem;
    margin-right: 3.1rem;
    font-size: 1.6rem;
  }
}
.form .mwform-radio-field-text:hover:after {
  border-color: #D5D5D5;
}
.form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #D5D5D5;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #393939;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 768px), print {
  .form .mwform-radio-field-text:before {
    top: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .form .mwform-radio-field-text:before {
    top: 11px;
  }
}
.form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  padding: 0 0 0 2rem;
  margin-right: 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.3rem;
}
@media (min-width: 768px), print {
  .form .mwform-checkbox-field-text {
    padding: 0 0 0 3rem;
    margin-right: 3.5rem;
    font-size: 1.6rem;
  }
}
.form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #D5D5D5;
  background: #fff;
  border-radius: 3px;
}
.form .mwform-checkbox-field-text--round:before {
  content: "";
  border-radius: 50%;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #393939;
  border-bottom: 3px solid #393939;
  transform: rotate(45deg);
}
.form__btn-wrap {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .form__btn-wrap {
    flex-direction: column;
  }
}
@media (min-width: 768px), print {
  .form__btn-wrap {
    justify-content: center;
  }
}
.form__button {
  display: inline-block;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .form__button {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .form__button {
    width: 260px;
    margin: 1rem;
  }
}
.form__button:visited {
  background: #0071BF;
}
.form__button--back {
  background: #0071BF;
}
@media screen and (max-width: 767px) {
  .form__button--back {
    margin-bottom: 1.5rem;
  }
}
.form__button--back:hover {
  background: #393939;
}
.form ::-webkit-input-placeholder {
  color: #6B6C6E;
}
.form ::-moz-placeholder {
  color: #6B6C6E;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #6B6C6E;
}

.text-gray {
  color: #646464;
  display: block;
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}
@media (min-width: 768px), print {
  .text-gray {
    font-size: 1.4rem;
  }
}

.bg-gray {
  background: #F1F5F6;
  padding: 3rem 2rem;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 768px), print {
  .bg-gray {
    font-size: 1.6rem;
    padding: 4rem;
  }
}

form p {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  form p {
    font-size: 1.6rem;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?tdf0rn");
  src: url("../fonts/icomoon.eot?tdf0rn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tdf0rn") format("truetype"), url("../fonts/icomoon.woff?tdf0rn") format("woff"), url("../fonts/icomoon.svg?tdf0rn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  font-size: 62.5%;
}

body {
  font-family: SimHei, Helvetica, Arial, sans-serif;
  color: #141414;
  padding-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  body {
    padding-top: 100px;
  }
}

.container {
  position: relative;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-section {
  padding-bottom: 100px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  margin: 1em auto;
}

@media (min-width: 768px), print {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media (min-width: 768px), print {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1366px) {
  .bg {
    display: none;
  }
}
.bg--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.more-btn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  color: inherit;
  border: 3px solid #a3a3a3;
  background: #fff;
  padding: 1.5rem 5rem;
  transition: 0.4s ease-out;
}
.more-btn:hover {
  color: #fff;
  background: #a3a3a3;
}

.window:after {
  display: inline-block;
  font-family: "icomoon";
  content: "\e908";
  font-size: 1.4rem;
  font-weight: normal;
  color: inherit;
  padding-left: 7px;
}

.search-form {
  display: flex;
}
.search-form__label {
  flex: 1 0 0;
}
.search-form__field {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  line-height: 50px;
  padding: 0 2rem;
}
.search-form__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-form__field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-form__field::-ms-clear {
  display: none;
}
.search-form__submit {
  width: 50px;
  height: 50px;
}

.search-box {
  position: relative;
  width: 100%;
  color: #fff;
  background: #0071BF;
}
.search-box__close {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
}

.language-list {
  position: absolute;
  width: 100%;
  background: #001A5D;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease-out;
}
@media (max-width: 1365px) {
  .language-list {
    display: flex;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
  }
}
@media (max-width: 1365px) {
  .language-list__item {
    flex: 1;
  }
}
@media (max-width: 1365px) {
  .language-list__item:not(:first-child) {
    border-left: 1px solid #fff;
  }
}
.language-list__btn {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 30px;
  padding: 1rem 0;
  transition: 0.4s ease-out;
}
.language-list__btn:hover {
  background: #fff;
  color: #000F36;
  opacity: 0.8;
}
.language-list--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1365px) {
  .language-list--active {
    transform: translateX(0);
  }
}

.language-toggle {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.etc-list {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #0071BF;
  z-index: 1;
}
@media (max-width: 1365px) {
  .etc-list {
    overflow: hidden;
  }
}
@media screen and (min-width: 1366px) {
  .etc-list {
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1366px) {
  .nav--sticky .etc-list {
    display: none;
  }
}

.etc-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0071BF;
  z-index: -1;
}
.etc-list__item {
  flex: 0 0 33.333333%;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .etc-list__item {
    position: relative;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1366px) {
  .etc-list__item:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
  }
}
.etc-list__item--official {
  flex: 0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 1366px) {
  .etc-list__item--official {
    flex: 0 0 auto;
  }
}
.etc-list__btn {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 1rem 0;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 1366px) {
  .etc-list__btn {
    padding: 1rem 3rem;
  }
}
.etc-list__btn:before {
  display: inline-block;
  font-family: "icomoon";
  line-height: 1;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -0.1em;
}
.etc-list__btn--official {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 1.5rem;
  padding: 0 2rem;
}
.etc-list__btn--movie:before {
  content: "\e905";
}
.etc-list__btn--language:before {
  content: "\e904";
}
.etc-list__btn--search:before {
  content: "\e906";
}
.etc-list__btn:hover {
  color: #000F36;
  background: #fff;
}
.etc-list__btn--movie:hover {
  color: #C70000;
}

.nav-list {
  padding: 0 2rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1366px) {
  .nav-list {
    position: relative;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1366px) {
  .nav--sticky .nav-list {
    justify-content: flex-end;
    padding-right: 15rem;
  }
}

.nav-list__item {
  transition: inherit;
}
@media (max-width: 1365px) {
  .nav-list__item:not(:first-child) {
    border-top: 1px solid #D5D5D5;
  }
}
.nav-list__item--contact {
  padding: 1.5rem 0;
}
@media screen and (min-width: 1366px) {
  .nav-list__item--contact {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
}
.nav-list__item--search {
  display: none;
}
@media screen and (min-width: 1366px) {
  .nav--sticky .nav-list__item--search {
    display: block;
  }
}

.nav-list__btn {
  display: block;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 1rem 0;
  color: inherit;
  transition: inherit;
}
@media (min-width: 768px), print {
  .nav-list__btn {
    text-align: center;
  }
}
@media screen and (min-width: 1366px) {
  .nav-list__btn {
    padding: 1rem 3.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .nav--sticky .nav-list__btn {
    padding: 1rem 2rem;
  }
}

.nav-list__btn:hover {
  color: #0071BF;
}
.nav-list__btn-text {
  position: relative;
}
.nav-list__btn--contact {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 1rem 5rem;
  background: #EC6302;
  overflow: hidden;
  /*
  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5rem;
    right: -5rem;
    bottom: 0;
    display: block;
    background: $color_theme_green;
    transform: skew(-45deg);
    transition: inherit;
    z-index: 0;
  }
  */
}
.nav-list__btn--contact:hover {
  color: #fff;
  opacity: 0.7;
  /*
  color: $color_theme_white;
  &:before {
    transform: translateX(100%) skew(-45deg);
  }
  */
}
.nav-list__btn--search:before {
  content: "\e906";
  font-family: "icomoon";
  line-height: 1;
}

.menu-btn {
  position: relative;
  display: block;
  width: 6rem;
  height: 6rem;
  background: #0071BF;
  outline: 0;
}
.menu-btn__line {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  display: block;
  width: 2.8rem;
  height: 0.3rem;
  margin-top: -0.1rem;
  background: #fff;
  transition: 0.2s ease-out;
}
.menu-btn__line:nth-child(1) {
  transform: translate(0, -10px);
}
.menu-btn__line:nth-child(3) {
  transform: translate(0, 10px);
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  transform: translate(0, 0) rotate(45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  transform: translate(100%, 0);
  opacity: 0;
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}

@media (max-width: 1365px) {
  .nav {
    /*
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    */
    display: none;
    transition: 0.2s ease-out;
  }
}
@media (max-width: 1365px) {
  .nav--open {
    /*
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    */
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  z-index: 60;
}
.header__logo {
  display: flex;
  align-items: center;
  height: 6rem;
  margin-left: 1rem;
  z-index: 99;
}
@media screen and (min-width: 1366px) {
  .header__logo {
    position: absolute;
    height: 5rem;
    margin-left: 3rem;
  }
  .header__logo:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -100px;
    width: 400px;
    height: 100%;
    background: #fff;
    transform: skewX(-30deg);
  }
}
.header__logo svg,
.header__logo img {
  position: absolute;
  top: 30px;
  width: 10rem;
  fill: #0072ce;
  z-index: 100;
  transform: translateY(-50%);
}
@media screen and (min-width: 1366px) {
  .header__logo svg,
  .header__logo img {
    top: 50%;
  }
}
.header__company-logo {
  left: 0;
  margin-left: 10px;
}
@media screen and (min-width: 1366px) {
  .header__company-logo {
    margin-left: 0;
  }
}
.header__copy-logo {
  left: 12rem;
  height: 3rem;
}
.header__menu-btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1366px) {
  .header__menu-btn {
    display: none;
  }
}
.header__search {
  position: absolute;
  top: 110px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: 0.2s ease-out;
  z-index: 100;
}
@media screen and (min-width: 1366px) {
  .header__search {
    top: 0;
  }
}
.header__search--active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media print {
  .header {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.home-section {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .home-section {
    padding: 5.5rem 0;
  }
}
@media screen and (min-width: 1366px) {
  .home-section {
    padding: 7.5rem 0;
  }
}
.home-section:after {
  content: "";
  position: absolute;
  top: 30px;
  font-size: 8rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(0, 100%);
  transition: 1s ease-out;
}
@media (min-width: 768px), print {
  .home-section:after {
    top: 90px;
  }
}
@media screen and (min-width: 1366px) {
  .home-section:after {
    font-size: 16rem;
  }
}
.home-section:nth-of-type(even):after {
  right: 0;
}
.home-section:nth-of-type(odd):after {
  left: 0;
}
.home-section__title {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px), print {
  .home-section__title {
    margin-bottom: 4.8rem;
  }
}
.home-section__title-en {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  font-style: italic;
  color: #0071BF;
  line-height: 38px;
  letter-spacing: 0.15em;
}
.home-section__title-ja {
  font-size: 1.6rem;
  font-weight: normal;
}
.home-section__description {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.7;
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .home-section__description {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.home-section__description-small {
  display: block;
  font-size: 1.3rem;
}
@media (min-width: 768px), print {
  .home-section__description-small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1366px) {
  .home-section__box {
    display: flex;
    justify-content: center;
  }
}
.home-section__btn {
  display: block;
  text-align: center;
  border: 3px solid #0071BF;
  background: #fff;
  color: #0071BF;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 2rem;
  transition: 0.4s ease-out;
}
@media (min-width: 768px), print {
  .home-section__btn {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1366px) {
  .home-section__btn {
    padding: 3rem 6.5rem;
  }
  .home-section__btn:hover {
    background: #0071BF;
    color: #fff;
  }
}
.home-section__btn + .home-section__btn {
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 1366px) {
  .home-section__btn + .home-section__btn {
    margin: 0 0 0 7.5rem;
  }
}
.home-section__slash {
  position: relative;
}
.home-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: -1;
}
.home-section__bg:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  display: block;
}
.home-section__bg:after {
  background: rgba(231, 244, 248, 0.8);
}
.home-section__footer {
  text-align: center;
  margin-top: 3.5rem;
}
@media (min-width: 768px), print {
  .home-section__footer {
    margin-top: 7rem;
  }
}
.home-section--news:before, .home-section--information:before, .home-section--search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 245, 246, 0.7);
  transform-origin: right bottom;
}
.home-section--search:after {
  content: "SEARCH";
  color: #fff;
}
.home-section--recommend:after {
  content: "RECOMMEND";
  color: rgba(255, 255, 255, 0.5);
}
.home-section--gallery:after {
  content: "GALLERY";
  color: rgba(255, 255, 255, 0.5);
}
.home-section--exhibition:after {
  content: "EXHIBITION";
  color: rgba(15, 150, 184, 0.1);
}
.home-section--news:after {
  content: "NEWS";
  color: rgba(15, 150, 184, 0.1);
}
.home-section--case:after {
  content: "CASE STUDY";
  color: rgba(15, 150, 184, 0.1);
}
.home-section--inview:after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0);
}
.home-section--inview .home-section__slash:before {
  opacity: 1;
  transform: rotate(45deg) translate(0, -50%);
}
.home-section--information {
  padding-top: 90px;
}

@media (max-width: 1365px) {
  .recommend-card-wrap {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-card-wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

.recommend-card {
  position: relative;
  width: 100%;
  background: #fff;
  border: 5px solid #D5D5D5;
  padding: 1rem;
  transition: 0.4s ease-out;
}
@media (min-width: 768px), print {
  .recommend-card {
    padding: 2rem;
  }
}
.recommend-card:hover {
  border-color: #0071BF;
  background-color: #EBF6F9;
}
.recommend-card__thumbnail {
  display: flex;
  justify-content: center;
}
.recommend-card__thumbnail img {
  width: auto;
  height: 120px;
}
@media (min-width: 768px), print {
  .recommend-card__thumbnail img {
    height: 210px;
  }
}
.recommend-card__name {
  text-align: center;
}
.recommend-card__name-ja {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px), print {
  .recommend-card__name-ja {
    font-size: 1.6rem;
  }
}
.recommend-card__name-en {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 768px), print {
  .recommend-card__name-en {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}
.recommend-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.recommend-card--new:before, .recommend-card--new:after {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.recommend-card--new:before {
  content: "";
  background: rgba(199, 0, 0, 0.5);
  animation: 2s flash ease-in infinite;
}
.recommend-card--new:after {
  content: "NEW";
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #C70000;
}

@keyframes flash {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.exhibition-card {
  position: relative;
  width: 100%;
  background: #EDF3F5;
  border: 1px solid #D5D5D5;
}
.exhibition-card__thumbnail {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .exhibition-card__thumbnail {
    height: 240px;
  }
}
.exhibition-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: 3s linear;
}
.exhibition-card:hover .exhibition-card__thumbnail img {
  transform: scale(1.2);
}
.exhibition-card__body {
  color: #141414;
  padding: 3rem;
}
.exhibition-card__date {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.exhibition-card__title {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 2rem;
}
.exhibition-card__slash {
  position: relative;
}
.exhibition-card__slash:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  background: #A3A3A3;
  transform: rotate(45deg) translate(0, -50%);
  transform-origin: left top;
}
.exhibition-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.exhibition-card--new:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7.5rem;
  height: 4rem;
  content: "NEW";
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: rgba(236, 99, 2, 0.8);
  z-index: 1;
}

.exhibitions {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.exhibitions__inner {
  display: flex;
  width: 960px;
}
@media (min-width: 768px), print {
  .exhibitions__inner {
    width: 100%;
    margin: auto;
  }
}
.exhibitions__item {
  display: flex;
  width: 320px;
  padding: 0 10px;
  z-index: 1;
}
@media (min-width: 768px), print {
  .exhibitions__item {
    width: 33.333333%;
  }
}

.youtube-slider {
  background: rgba(255, 255, 255, 0.8);
}
.youtube-slider__title {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 2rem;
  transition: 0.4s ease-out;
}
.youtube-slider__title:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e905";
  font-size: 1.7rem;
  font-style: normal;
  color: rgba(20, 20, 20, 0.6);
  margin-right: 1rem;
  transition: 0.4s ease-out;
}
.youtube-slider__title:hover {
  color: #0071BF;
}
.youtube-slider__title:hover:before {
  color: rgba(0, 113, 191, 0.6);
}
.youtube-slider__body {
  padding: 1rem 2rem;
}
@media (min-width: 768px), print {
  .youtube-slider__body {
    padding: 1rem 4rem;
  }
}
@media screen and (min-width: 1366px) {
  .youtube-slider__row {
    flex-direction: row-reverse;
  }
}
.youtube-slider__more {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  background: #0071BF;
  text-align: center;
  padding: 1rem;
  margin-top: 4rem;
  transition: 0.4s ease-out;
}
.youtube-slider__more:hover {
  color: #0071BF;
  background: #fff;
}

.youtube-movie {
  width: 100%;
}
.youtube-movie__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-movie__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-vertical {
  width: 100%;
}
.youtube-vertical__btn {
  position: relative;
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #C9C9C9;
  padding: 1rem;
  padding-right: 25px;
  margin: 1rem 0;
  transition: 0.4s ease-out;
  outline: 0;
}
.slick-current .youtube-vertical__btn {
  border-color: #0071BF;
}

@media (min-width: 768px), print {
  .youtube-vertical__btn {
    padding-right: 40px;
  }
}
.youtube-vertical__btn:hover {
  border-color: #0071BF;
}
.youtube-vertical__btn:first-child {
  margin-top: 0;
}
.youtube-vertical__btn:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #C9C9C9;
  transform: translateY(-50%);
}
@media (min-width: 768px), print {
  .youtube-vertical__btn:before {
    right: 10px;
  }
}
.youtube-vertical__thumbnail {
  display: block;
  margin-right: 2rem;
}
.youtube-vertical__thumbnail img {
  height: 70px;
}
.youtube-vertical__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.youtube-vertical .slick-arrow {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.youtube-vertical .slick-next {
  width: 20px;
  height: 20px;
  border-top: 2px solid #6B6C6E;
  border-right: 2px solid #6B6C6E;
  transform: rotate(135deg);
  transition: 0.2s ease-out;
}
.youtube-vertical .slick-next:hover {
  border-top: 2px solid #0071BF;
  border-right: 2px solid #0071BF;
}

.slider {
  position: relative;
  display: block;
  width: 100%;
  height: 330px;
  background-image: url(../images/hero.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1366px) {
  .slider {
    height: 450px;
  }
}
.slider:before, .slider:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider:before {
  background-image: linear-gradient(45deg, rgba(5, 0, 136, 0.8), rgba(0, 15, 54, 0.8) 50%, rgba(0, 15, 54, 0.8));
}
.slider:after {
  background-image: linear-gradient(transparent 95%, rgba(247, 247, 247, 0.1) 95%, rgba(247, 247, 247, 0.1) 100%, transparent 100%), linear-gradient(90deg, transparent 95%, rgba(247, 247, 247, 0.1) 90%, rgba(247, 247, 247, 0.1) 100%, transparent 100%);
  background-size: 20px 20px;
}

.slide {
  position: relative;
  z-index: 1;
}
.slide__item {
  position: relative;
  display: block;
  width: 100% !important;
  height: 330px;
  background-size: cover;
  background-position: center center;
  /*
  &:nth-child(1) {
    background-image: url(../images/hero.png);
  }
  &:nth-child(2) {
    background-image: url(../images/hero.png);
  }
  &:nth-child(3) {
    background-image: url(../images/hero.png);
  }
  &:nth-child(4) {
    background-image: url(../images/hero.png);
  }
  &:nth-child(5) {
    background-image: url(../images/hero.png);
  }
  */
}
@media screen and (min-width: 1366px) {
  .slide__item {
    height: 450px;
  }
}
.slide__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  overflow: hidden;
}
.slide__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.slide .slick-track {
  display: flex;
  justify-content: center;
}
.slide .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 1366px) {
  .slide .slick-dots {
    bottom: 25px;
  }
}
.slide li {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000F36;
  background-color: #D5D5D5;
  margin: 0 5px;
}
@media (min-width: 768px), print {
  .slide li {
    width: 12px;
    height: 12px;
  }
}
.slide li.slick-active {
  border: 1px solid #0071BF;
  background-color: #0071BF;
}
.slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slide .slick-prev,
.slide .slick-next {
  width: 20px;
  height: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .slide .slick-prev,
  .slide .slick-next {
    width: 40px;
    height: 40px;
  }
}
.slide .slick-prev {
  left: 20px;
  transform: rotate(-135deg);
}
@media (min-width: 768px), print {
  .slide .slick-prev {
    left: 40px;
  }
}
.slide .slick-next {
  right: 20px;
}
@media (min-width: 768px), print {
  .slide .slick-next {
    right: 40px;
  }
}

/*  サブページ  */
.hero-sub {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  background-image: url(../images/hero-sub.png);
  background-size: cover;
  background-position: center right;
}
@media (min-width: 768px), print {
  .hero-sub {
    height: 180px;
    background-position: center center;
  }
}
.hero-sub:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(5, 0, 136, 0.8), rgba(0, 15, 54, 0.8));
}

.hero-title {
  position: relative;
  display: inline-block;
  top: -40px;
  padding: 15px 20px 20px 5px;
}
@media (min-width: 768px), print {
  .hero-title {
    padding: 15px 50px 20px 0;
  }
}
.hero-title:before {
  position: absolute;
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  top: 0;
  right: 0;
  background: #0F96B8;
  transform: skewX(-30deg);
}
@media (min-width: 768px), print {
  .hero-title:before {
    transform: skewX(-45deg);
  }
}
.hero-title-ja, .hero-title-en {
  position: relative;
  display: block;
  color: #fff;
}
@media (min-width: 768px), print {
  .hero-title-ja, .hero-title-en {
    display: inline-block;
  }
}
.hero-title-ja {
  font-size: 2.4rem;
  font-weight: normal;
  padding-right: 25px;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px), print {
  .hero-title-ja {
    font-size: 3rem;
  }
}
.hero-title-en {
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 0.25rem;
}

.page-article {
  padding-bottom: 20px;
}
@media (min-width: 768px), print {
  .page-article {
    padding-bottom: 50px;
  }
}
.page-article__title {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 3rem;
}
@media (min-width: 768px), print {
  .page-article__title {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-article__title {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}
.page-article__title--news {
  margin: 0 10px;
  padding: 0 5px;
}
@media (min-width: 768px), print {
  .page-article__title--news {
    margin: 0 20px;
  }
}
.page-article__text {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  color: #000F36;
  letter-spacing: 0.1rem;
}
.page-article__text:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0;
  background: #0071BF;
}
.page-article--archive {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .page-article--archive {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-article--archive .page-article__title {
  margin-bottom: 6rem;
  margin-right: -10px;
}
@media (min-width: 768px), print {
  .page-article--archive .page-article__title {
    margin-right: -20px;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1366px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.smt-case__item {
  position: relative;
  background-image: url("../svg/pattern_triangle.svg");
  background-repeat: repeat;
  background-color: rgba(213, 213, 213, 0.5);
  padding: 30px 15px;
  margin: 5rem 0;
}
@media (min-width: 768px), print {
  .smt-case__item {
    padding: 30px;
  }
}
.smt-case__item--before:before, .smt-case__item--after:before {
  position: absolute;
  display: inline-block;
  width: 200px;
  top: -15px;
  left: 0;
  content: "BEFORE";
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background: #6B6C6E;
}
@media (min-width: 768px), print {
  .smt-case__item--before:before, .smt-case__item--after:before {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1366px) {
  .smt-case__item--before:before, .smt-case__item--after:before {
    font-size: 2.6rem;
  }
}
.smt-case__item--before:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: rgba(213, 213, 213, 0.5) transparent transparent transparent;
  transform: translateX(-50%);
}
.smt-case__item--after {
  background-color: rgba(0, 113, 191, 0.1);
}
.smt-case__item--after:before {
  content: "AFTER";
  background: #0071BF;
}
.smt-case__textbox {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
}
@media (min-width: 768px), print {
  .smt-case__textbox {
    padding: 20px;
  }
}
.smt-case__textbox .h2,
.smt-case__textbox .h3,
.smt-case__textbox .h4,
.smt-case__textbox .h5,
.smt-case__textbox .ul,
.smt-case__textbox .ol,
.smt-case__textbox .table {
  margin-top: 0 !important;
}

.information-box {
  border: 5px solid #0071BF;
  background: #fff;
  padding: 30px 20px;
}
@media (min-width: 768px), print {
  .information-box {
    padding: 30px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-footer {
  text-align: center;
  margin-top: 3rem;
}