@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* ==========================================================================
   element reset
   ======================================================================= */
html {
  cursor: default; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0; }

dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

li {
  list-style: none; }

figure {
  margin: 0; }

em {
  font-style: normal; }

a {
  color: inherit;
  text-decoration: none; }

table {
  border-collapse: collapse; }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none; }
  button:focus {
    outline: none; }

input,
button,
select,
textarea {
  line-height: inherit; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  line-height: inherit; }

/* ==========================================================================
   base
   ======================================================================= */

html {
  font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Arial,sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.06em;
  overflow-x: hidden;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  vertical-align: top;
  overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Arial,sans-serif;
}

i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

i .ico {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* ==========================================================================
   util parts
   ======================================================================= */
.u-cf::after {
  content: '';
  display: table;
  clear: both;
}
.u-ir {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.u-ir::after {
  content: '';
  display: block;
}
.print-only {
  display: none;
}
.u-center {
  text-align: center;
}
.u-right {
  text-align: right;
}
.u-left {
  text-align: left;
}
@media all and (min-width: 1080px){
  .u-hide-pc {
    display: none;
  }
}
@media all and (min-width: 767px) and (max-width: 1079px){
  .u-hide-tab {
    display: none;
  }
}
@media all and (max-width: 767px){
  .u-hide-sp {
    display: none;
  }
}


/* ==========================================================================
   new window icon
   ======================================================================= */

@media all and (min-width: 767px) {
.new-window-icon {
  display: inline-block;
  width: 10px;
  height: 6px;
  position: relative;
  margin-left: 7px;
  top: -1px;
}
.new-window-icon::before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000000;
}
.new-window-icon::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 3px;
  margin-top: 0;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
}

@media all and (max-width: 767px){
.new-window-icon {
  display: inline-block;
  width: 10px;
  height: 6px;
  position: relative;
  margin-left: 7px;
  top: -1px;
}
.new-window-icon::before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000000;
}
.new-window-icon::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 3px;
  margin-top: 0;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
}


/* ==========================================================================
   color
   ======================================================================= */
.u-bg-gray {
  background-color: #f5f5f5!important;
}

/* ==========================================================================
   container
   ======================================================================= */

@media all and (min-width: 767px) {
.c-main-container {
}
.c-wrapper {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.c-inner {
  position: relative;
}
.c-box {
  box-sizing: border-box;
  padding: 5%;
  background-color: #ffffff;
}
.c-subbox {
  box-sizing: border-box;
  padding: 4%;
  background-color: #ffffff;
}
}

@media all and (max-width: 767px){
.c-main-container {
}
.c-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.c-inner {
  position: relative;
}
.c-box {
  box-sizing: border-box;
  padding: 5%;
  background-color: #ffffff;
}
.c-subbox {
  box-sizing: border-box;
  padding: 7%;
  background-color: #ffffff;
}

}


/* ==========================================================================
   link arrow
   ======================================================================= */
@media all and (min-width: 768px){
.c-link-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #484b58;
  transition: all 300ms ease;
}
.c-link-arrow .arrow {
}
.c-link-arrow .arrow::after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 14px;
  left: 6px;

}
.c-link-arrow .arrow::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: 14px;
}
.no-touchevents .c-link-box:hover .c-link-arrow {
  background-color: #2ab5aa;
}

/* size s */

/* size ss */
.c-link-arrow.is--size-ss {
  width: 22px;
  height: 22px;
}
.c-link-arrow.is--size-ss .arrow::after {
  width: 10px;
  top: 10px;
  left: 6px;
}
.c-link-arrow.is--size-ss .arrow::before {
  width: 6px;
  height: 6px;
  top: 7px;
  left: 8px;
}

}

@media all and (max-width: 767px){
.c-link-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #484b58;
}
.c-link-arrow .arrow {
}
.c-link-arrow .arrow::after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 14px;
  left: 6px;
}
.c-link-arrow .arrow::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: 14px;
}

/* size s */
.c-link-arrow.is--size-s {
  width: 22px;
  height: 22px;
}
.c-link-arrow.is--size-s .arrow::after {
  width: 10px;
  top: 10px;
  left: 6px;
}
.c-link-arrow.is--size-s .arrow::before {
  width: 6px;
  height: 6px;
  top: 7px;
  left: 8px;
}


/* size ss */
.c-link-arrow.is--size-ss {
  width: 22px;
  height: 22px;
}
.c-link-arrow.is--size-ss .arrow::after {
  width: 10px;
  top: 10px;
  left: 6px;
}
.c-link-arrow.is--size-ss .arrow::before {
  width: 6px;
  height: 6px;
  top: 7px;
  left: 8px;
}


}


/* ==========================================================================
   hd
   ======================================================================= */

/* lv1 */
@media all and (min-width: 768px){
.c-hd-lv1 {
  height: 550px;
  position: relative;
  margin-bottom: 100px;
}
.c-hd-lv1 .c-wrapper,
.c-hd-lv1 .c-inner {
  height: 100%;
}
.c-hd-lv1__img {
  width: 82%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}
.c-hd-lv1__ttl {
  position: absolute;
  display: inline-block;
  /*padding: 25px 30px;*/
  padding: 37px 30px 36px;
  background-color: #ffffff;
  left: 15%;
  top: 270px;
}
.c-hd-lv1__ttl .icon {
  position: absolute;
  top: 26px;
  left: 24px;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #2ab5aa;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 8px;
}
.c-hd-lv1__ttl .icon img {
  width: 100%;
  height: auto;
}
.c-hd-lv1__ttl .en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-left: 70px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-hd-lv1__ttl .ja {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-top: 8px;
  margin-left: 70px;
  font-weight: normal;
}
.c-hd-lv1__ttl .border {
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #2ab5aa;
  left: 0;
  bottom: 0;
}
}

@media all and (max-width: 767px){
.c-hd-lv1 {
  height: 400px;
  position: relative;
  margin-bottom: 50px;
}
.c-hd-lv1__img {
  width: 82%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}
.c-hd-lv1__ttl {
  position: absolute;
  display: inline-block;
  /*padding: 12px 15px 18px;*/
  padding: 23px 15px 25px;
  background-color: #ffffff;
  left: 20px;
  top: 190px;
}
.c-hd-lv1__ttl .icon {
  position: absolute;
  top: 18px;
  left: 17px;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #2ab5aa;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 8px;
}
.c-hd-lv1__ttl .icon img {
  width: 100%;
  height: auto;
}
.c-hd-lv1__ttl .en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  line-height: 1;
  margin-left: 50px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-hd-lv1__ttl .ja {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 4px;
  margin-left: 50px;
  font-weight: normal;
}
.c-hd-lv1__ttl .border {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2ab5aa;
  left: 0;
  bottom: 0;
}
}


/* lv2 */
@media all and (min-width: 768px){
.c-hd-lv2 {
  height: 400px;
  position: relative;
  margin-bottom: 100px;
}
.c-hd-lv2 .c-wrapper,
.c-hd-lv2 .c-inner {
  height: 100%;
}
.c-hd-lv2__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.c-hd-lv2__ttl {
  display: inline-block;
  position: absolute;
  /*padding: 22px 28px 24px;*/
  padding: 20px 28px 21px;
  background-color: #ffffff;
  left: 0;
  top: 210px;
}
.c-hd-lv2__ttl .ja {
  display: block;
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
}
.c-hd-lv2__ttl .en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  /*line-height: 1;*/
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-hd-lv2__ttl .border {
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #2ab5aa;
  left: 0;
  bottom: 0;
}
}

@media all and (max-width: 767px){
.c-hd-lv2 {
  height: 250px;
  position: relative;
  margin-bottom: 50px;
}
.c-hd-lv2 .c-wrapper,
.c-hd-lv2 .c-inner {
  height: 100%;
}
.c-hd-lv2__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.c-hd-lv2__ttl {
  display: inline-block;
  position: absolute;
  /*padding: 11px 14px 12px;*/
  padding: 8px 14px 9px;
  background-color: #ffffff;
  left: 0;
  top: 140px;
}
.c-hd-lv2__ttl .ja {
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}
.c-hd-lv2__ttl .en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  /*line-height: 1;*/
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-hd-lv2__ttl .border {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2ab5aa;
  left: 0;
  bottom: 0;
}
}

/* lv3 */
@media all and (min-width: 768px){
.c-hd-lv3 {
  height: 380px;
  position: relative;
}
.c-hd-lv3 .c-wrapper,
.c-hd-lv3 .c-inner {
  height: 100%;
}
.c-hd-lv3__ttl {
  position: relative;
  display: inline-block;
  padding: 22px 28px 24px;
  background-color: #ffffff;
  left: 50%;
  top: 210px;
  transform: translate(-50%, 0);
}
.c-hd-lv3__ttl .ja {
  display: block;
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
}
.c-hd-lv3__ttl .en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-hd-lv3__ttl .border {
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #2ab5aa;
  left: 0;
  bottom: 0;
}
}

@media all and (max-width: 767px){
.c-hd-lv3 {
  height: 200px;
  position: relative;
}
.c-hd-lv3 .c-wrapper,
.c-hd-lv3 .c-inner {
  height: 100%;
}
.c-hd-lv3__ttl {
  position: relative;
  display: inline-block;
  padding: 11px 14px 12px;
  background-color: #ffffff;
  left: 50%;
  top: 110px;
  transform: translate(-50%, 0);
}
.c-hd-lv3__ttl .ja {
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}
.c-hd-lv3__ttl .en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-hd-lv3__ttl .border {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2ab5aa;
  left: 0;
  bottom: 0;
}
}


/* ==========================================================================
   page name
   ======================================================================= */
@media all and (min-width: 768px){
.c-page-name__ja {
  display: block;
}
.c-page-name__ja .txt {
  display: inline-block;
  color: #ffffff;
  background-color: #2ab5aa;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 8px;
  line-height: 1;
}
.c-page-name__en {
  display: block;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  /*margin-top: 12px;*/
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-page-name__ja + .c-page-name__en {
  margin-top: 12px;
}
.c-page-name__txt {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 10px;
}
}

@media all and (max-width: 767px){
.c-page-name__ja {
  display: block;
}
.c-page-name__ja .txt {
  display: inline-block;
  color: #ffffff;
  background-color: #2ab5aa;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 8px;
  line-height: 1;
}
.c-page-name__en {
  display: block;
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  /*margin-top: 8px;*/
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-page-name__ja + .c-page-name__en {
  margin-top: 8px;
}
.c-page-name__txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
}


/* ==========================================================================
   section img
   ======================================================================= */
@media all and (min-width: 768px){
  .c-section-img {
    width: 100%;
    height: 450px;
    background: 50% 50% no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px){
  .c-section-img {
    width: 100%;
    height: 200px;
    background: 50% 50% no-repeat;
    background-size: cover;
  }
}


/* ==========================================================================
   img swipe
   ======================================================================= */
@media all and (min-width: 768px){
.u-sp-swipe__txt {
  display: none;
}
}


@media all and (max-width: 767px){
.u-sp-swipe {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 10px;
}
.u-sp-swipe .u-img-inner {
  width: 600px;
  padding: 20px 20px;
  box-sizing: content-box;
  box-shadow: none;
}
.u-sp-swipe img {
  width: 600px!important;
  height: auto;
}
.u-sp-swipe__txt {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  font-size: 120%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.u-sp-swipe::-webkit-scrollbar {
  height: 2px;
}
.u-sp-swipe::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.u-sp-swipe::-webkit-scrollbar-thumb {
  background-color: #00a180;
}

}


/* ==========================================================================
   breadcrumb
   ======================================================================= */

/* header breadcrumb */
@media all and (min-width: 768px){
.c-gheader-breadcrumb {
  position: absolute;
  top: 122px;
  left: 20px;
}
.c-gheader-breadcrumb-list {
}
.c-gheader-breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
}
.c-gheader-breadcrumb-item a,
.c-gheader-breadcrumb-item span {
  font-size: 100%;
  vertical-align: middle;
}
.c-gheader-breadcrumb-item a {
}
.c-gheader-breadcrumb-item:not(:first-child) a:before,
.c-gheader-breadcrumb-item:not(:first-child) span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #141516;
  margin-left: 10px;
  margin-right: 12px;
  line-height: 1;
  position: relative;
  top: -2px;
  vertical-align: middle;
  transform: rotate(15deg);
}
.no-touchevents .c-gheader-breadcrumb-item a:hover {
  text-decoration: underline;
}
.c-gheader-breadcrumb-item:first-child a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.c-gheader-breadcrumb-item:first-child a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/breadcrumb-icon_ov.svg) 50% 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
}
.c-gheader-breadcrumb-item:first-child img {
  vertical-align: top;
}
.no-touchevents .c-gheader-breadcrumb-item:first-child a:before ,
.no-touchevents .c-gheader-breadcrumb-item:first-child a img {
  transition: all 300ms ease;
}
.no-touchevents .c-gheader-breadcrumb-item:first-child a:hover:before {
  opacity: 1;
}
.no-touchevents .c-gheader-breadcrumb-item:first-child a:hover img {
  opacity: 0;
}
}

@media all and (min-width: 767px) and (max-width: 1079px){
.c-gheader-breadcrumb {
  top: 100px;
}
}

@media all and (max-width: 767px){
.c-gheader-breadcrumb {
  display: none;
}
}


/* footer  breadcrumb */
@media all and (min-width: 768px){
.c-gfooter-breadcrumb {
  position: relative;
  background-color: #e2e6e9;
  padding: 15px 20px;
}
.c-gfooter-breadcrumb-list {
}
.c-gfooter-breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
}
.c-gfooter-breadcrumb-item a,
.c-gfooter-breadcrumb-item span {
  font-size: 100%;
  vertical-align: middle;
}
.c-gfooter-breadcrumb-item a {
}
.c-gfooter-breadcrumb-item:not(:first-child) a:before,
.c-gfooter-breadcrumb-item:not(:first-child) span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #141516;
  margin-left: 10px;
  margin-right: 12px;
  line-height: 1;
  position: relative;
  top: -2px;
  vertical-align: middle;
  transform: rotate(15deg);
}
.no-touchevents .c-gfooter-breadcrumb-item a:hover {
  text-decoration: underline;
}
.c-gfooter-breadcrumb-item:first-child a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.c-gfooter-breadcrumb-item:first-child a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/breadcrumb-icon_ov.svg) 50% 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
}
.c-gfooter-breadcrumb-item:first-child img {
  vertical-align: top;
}
.no-touchevents .c-gfooter-breadcrumb-item:first-child a:before ,
.no-touchevents .c-gfooter-breadcrumb-item:first-child a img {
  transition: all 300ms ease;
}
.no-touchevents .c-gfooter-breadcrumb-item:first-child a:hover:before {
  opacity: 1;
}
.no-touchevents .c-gfooter-breadcrumb-item:first-child a:hover img {
  opacity: 0;
}
}

@media all and (max-width: 767px){
.c-gfooter-breadcrumb {
  position: relative;
  background-color: #e2e6e9;
  padding: 15px 20px;
}
.c-gfooter-breadcrumb-list {
}
.c-gfooter-breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
}
.c-gfooter-breadcrumb-item a,
.c-gfooter-breadcrumb-item span {
  font-size: 100%;
  vertical-align: middle;
}
.c-gfooter-breadcrumb-item:not(:first-child) a:before,
.c-gfooter-breadcrumb-item:not(:first-child) span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #141516;
  margin-left: 8px;
  margin-right: 10px;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  transform: rotate(15deg);
}
}


/* ==========================================================================
   local nav
   ======================================================================= */
@media all and (min-width: 768px){
.c-local-nav {
  background-color: #2ab5aa;
  padding: 100px 0;
}
.c-local-nav__ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-local-nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  /*justify-content: space-between;*/
}
.c-local-nav-item {
  position: relative;
  background-color: #ffffff;
}
.c-local-nav-item a {
  display: block;
}

.c-local-nav-list.is--col5 .c-local-nav-item {
  /*width: calc(100% / 5 - 10px);*/
  width: 19.5%;
  margin-left: 0.625%
}
.c-local-nav-list.is--col4 .c-local-nav-item {
  /*width: calc(100% / 4 - 14px);*/
  width: 24.5;
  margin-left: 0.666%;
}
.c-local-nav-list.is--col3 .c-local-nav-item {
  /*width: calc(100% / 3 - 14px);*/
  width: 31.5%;
  margin-left: 2.75%;
}
.c-local-nav-list .c-local-nav-item:first-child {
  margin-left: 0
}
.c-local-nav-item__img {
  line-height: 0;
  overflow: hidden;
}
.c-local-nav-item__img img {
  width: 100%;
  height: auto;
  transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no-touchevents .c-local-nav-item a:hover .c-local-nav-item__img img {
  transform: scale(1.08);
}
.c-local-nav-item__txtbox {
  padding: 20px 20px;
  box-sizing: border-box;
}
.c-local-nav-list.is--col5 .c-local-nav-item__txtbox {
  padding: 15px 15px;
  padding-bottom: 38px;
}
.c-local-nav-item__ja {
  display: block;
}
.c-local-nav-item__ja span {
  display: inline-block;
  background-color: #2ab5aa;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 6px;
  line-height: 1;
}
.c-local-nav-item__en {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  /*margin-top: 8px;*/
  letter-spacing: 0.07em;
  word-break: break-all;
  font-weight: bold;
}
.c-local-nav-item__ja + .c-local-nav-item__en {
  margin-top: 8px;
}
.c-local-nav .c-link-arrow {
  bottom: 8px;
  right: 8px;
}
.c-local-nav-list.is--col5 .c-local-nav-item__en {
  font-size: 17px;
}
.c-local-nav-item__detail {
  margin-top: 5px;
  font-size: 12px;
}

}


@media all and (min-width: 767px) and (max-width: 1079px){
.c-local-nav-list.is--col5 {
  flex-wrap: wrap;
}
.c-local-nav-list.is--col5 .c-local-nav-item {
  width: 31.5%;
  margin-left: 2.75%;
  margin-bottom: 20px;
}
.c-local-nav-list.is--col5 .c-local-nav-item:nth-child(3n+1) {
  margin-left: 0;
}
}


@media all and (max-width: 767px){
.c-local-nav {
  background-color: #2ab5aa;
  padding: 50px 0;
}
.c-local-nav__ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  color: #ffffff;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-local-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-local-nav-item {
  position: relative;
  background-color: #ffffff;
}
.c-local-nav-list.is--col5 .c-local-nav-item,
.c-local-nav-list.is--col4 .c-local-nav-item,
.c-local-nav-list.is--col3 .c-local-nav-item {
  width: calc(100% / 2 - 5px);
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.c-local-nav-item__img {
  line-height: 0;
}
.c-local-nav-item__img img {
  width: 100%;
  height: auto;
}
.c-local-nav-item__txtbox {
  padding: 10px 10px;
  box-sizing: border-box;
}
.c-local-nav-item__ja {
  display: block;
}
.c-local-nav-item__ja span {
  display: inline-block;
  background-color: #2ab5aa;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 6px;
  line-height: 1;
}
.c-local-nav-item__en {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  /*margin-top: 8px;*/
  word-wrap: break-word;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-local-nav-item__ja + .c-local-nav-item__en {
  margin-top: 8px;
}
.c-local-nav .c-link-arrow {
  bottom: 8px;
  right: 8px;
}
.c-local-nav-item__detail {
  margin-top: 5px;
  font-size: 12px;
}
}



/* ==========================================================================
   title / text
   ======================================================================= */
@media all and (min-width: 768px){
.c-ttl-lv1 {
  margin-bottom: 10px;
}
.c-ttl-lv1 .ja {
  display: block;
}
.c-ttl-lv1 .ja span {
  display: inline-block;
  background-color: #2ab5aa;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  /*padding: 7px 8px;*/
  padding: 3px 8px;
  /*line-height: 1;*/
}
.c-ttl-lv1 .en {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  line-height: 1.2;
  /*margin-top: 5px;*/
  letter-spacing: 0.07em;
  word-break: break-all;
  font-weight: bold;
}
.c-ttl-lv1 .ja + .en {
  margin-top: 5px;
}


.c-ttl-lv2 {
  padding-left: 26px;
  position: relative;
}
.c-ttl-lv2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 19px;
  height: 22px;
  background: url(../img/common/icon-ttl-lv2.svg);
  background-size: 100% 100%;
  top: 5px;
}
.c-ttl-lv2 .txt {
  font-size: 22px;
  font-weight: bold;
}
.c-ttl-lv2.is--border {
  padding-bottom: 5px;
  border-bottom: 4px solid #2ab5aa;
}

.c-txt-lv1 {
  font-size: 160%;
  line-height: 1.9;
  margin: 15px 0;
}
.c-caution {
  font-size: 120%;
  line-height: 1.8;
  text-indent: -0.75em;
  padding-left: 0.75em;
}
}

@media all and (max-width: 767px){
.c-ttl-lv1 {
  margin-bottom: 8px;
}
.c-ttl-lv1 .ja {
  display: block;
}
.c-ttl-lv1 .ja span {
  display: inline-block;
  background-color: #2ab5aa;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  /*padding: 5px 6px;*/
  padding: 2px 6px;
  /*line-height: 1;*/
}
.c-ttl-lv1 .en {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 1.2;
  /*margin-top: 7px;*/
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-ttl-lv1 .ja + .en {
  margin-top: 7px;
}

.c-ttl-lv2 {
  padding-left: 20px;
  position: relative;
}
.c-ttl-lv2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 15px;
  height: 17px;
  background: url(../img/common/icon-ttl-lv2.svg);
  background-size: 100% 100%;
  top: 5px;
}
.c-ttl-lv2 .txt {
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.c-ttl-lv2.is--border {
  padding-bottom: 5px;
  border-bottom: 2px solid #2ab5aa;
}


.c-txt-lv1 {
  font-size: 140%;
  line-height: 1.8;
  margin: 15px 0;
}
.c-caution {
  font-size: 110%;
  line-height: 1.7;
  text-indent: -0.75em;
  padding-left: 0.75em;
}
}


/* ==========================================================================
   btn
   ======================================================================= */
@media all and (min-width: 768px){
.c-btn {
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
}
.c-btn a {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #000000;
  transition: all 300ms ease;
}
.c-btn .txt {
  font-size: 170%;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.c-btn .txt.en {
  font-size: 180%;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.07em;
}
.c-btn .icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: 0;
  margin-top: -12px
}
.c-btn .icon::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 16px;
}
.c-btn .icon::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 12px;
  left: 6px;
}
/* new window */
.is--new-window .icon {
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -5px;
}
.is--new-window .icon::before {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  border: 1px solid #000000;
  transform: rotate(0);
  background-color: transparent;
}
.is--new-window .icon::after {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: -4px;
  left: 4px;
  margin-top: 0;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(0);
  background-color: transparent;
}
/* back btn */
.c-btn.is--back .icon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: 0;
}
.c-btn.is--back .icon::before {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.c-btn.is--back .icon::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #ffffff;
  position: absolute;
  top: -4px;
  left: -2px;
}

/* black */
.c-btn.is--black a {
  background-color: #484b58;
  border-color: #484b58;
}
.c-btn.is--black .txt {
  color: #ffffff;
}
.no-touchevents .c-btn.is--black a:hover {
  background-color: transparent;
}
.no-touchevents .c-btn.is--black a:hover .txt {
  color: #484b58;
}
.c-btn.is--black a .icon::before {
  border-color: #ffffff;
}
.c-btn.is--black a .icon::after {
  background-color: #ffffff;
}
.no-touchevents .c-btn.is--black a:hover .icon::before {
  border-color: #484b58;
}
.no-touchevents .c-btn.is--black a:hover .icon::after {
  background-color: #484b58;
}

/* color */
.c-btn.is--color a {
  background-color: #2ab5aa;
  border-color: #2ab5aa;
}
.c-btn.is--color .txt {
  color: #ffffff;
}
.no-touchevents .c-btn.is--color a:hover {
  background-color: transparent;
}
.no-touchevents .c-btn.is--color a:hover .txt {
  color: #2ab5aa;
}
.c-btn.is--color a .icon::before {
  border-color: #ffffff;
}
.c-btn.is--color a .icon::after {
  background-color: #ffffff;
}
.no-touchevents .c-btn.is--color a:hover .icon::before {
  border-color: #2ab5aa;
}
.no-touchevents .c-btn.is--color a:hover .icon::after {
  background-color: #2ab5aa;
}

/* white border */
.c-btn.is--border-white a {
  border-color: #ffffff;
}
.c-btn.is--border-white .txt {
  color: #ffffff;
}
.no-touchevents .c-btn.is--border-white a:hover {
  background-color: #ffffff
}
.no-touchevents .c-btn.is--border-white a:hover .txt {
  color: #2ab5aa;
}
.no-touchevents .c-btn.is--border-white a:hover .icon::before {
  border-color: #2ab5aa;
}
.no-touchevents .c-btn.is--border-white a:hover .icon::after {
  background-color: #2ab5aa;
}

}

@media all and (max-width: 767px){
.c-btn {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
}
.c-btn a {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #000000;
}
.c-btn .txt {
  font-size: 140%;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.c-btn .txt.en {
  font-size: 150%;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.07em;
}
.c-btn .icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: 0;
  margin-top: -12px
}
.c-btn .icon::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 16px;
}
.c-btn .icon::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 11px;
  left: 6px;
}

/* new windos */
.is--new-window .icon {
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.is--new-window .icon::before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  border: 1px solid #000000;
  transform: rotate(0);
  background-color: transparent;
}
.is--new-window .icon::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: -4px;
  left: 4px;
  margin-top: 0;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(0);
  background-color: transparent;
}

/* back btn */
.c-btn.is--back .icon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: 0;
}
.c-btn.is--back .icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.c-btn.is--back .icon::after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #ffffff;
  position: absolute;
  top: -3px;
  left: -2px;
}

/* black */
.c-btn.is--black a {
  background-color: #484b58;
  border: 2px solid #484b58;
}
.c-btn.is--black .txt {
  color: #ffffff;
}
.c-btn.is--black a .icon::before {
  border-color: #ffffff;
}
.c-btn.is--black a .icon::after {
  background-color: #ffffff;
}

/* color */
.c-btn.is--color a {
  background-color: #2ab5aa;
  border: 2px solid #2ab5aa;
}
.c-btn.is--color .txt {
  color: #ffffff;
}
.c-btn.is--color a .icon::before {
  border-color: #ffffff;
}
.c-btn.is--color a .icon::after {
  background-color: #ffffff;
}

/* white border */
.c-btn.is--border-white a {
  border-color: #ffffff;
}
.c-btn.is--border-white .txt {
  color: #ffffff;
}


}

/* ==========================================================================
   icon
   ======================================================================= */
@media all and (min-width: 768px){
.c-icon-pdf {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon-pdf.svg);
  background-size: cover;
  vertical-align: middle;
  margin-left: 5px;
}
}
@media all and (max-width: 767px){
.c-icon-pdf {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon-pdf.svg);
  background-size: cover;
  vertical-align: middle;
  margin-left: 5px;
}
}


/* ==========================================================================
   table
   ======================================================================= */
@media all and (min-width: 768px){
.c-table {
  display: table;
  width: 100%;
}
.c-table dl {
  display: table-row;
}
.c-table dl:last-child dt,
.c-table dl:last-child dd {
  border-bottom: 0;
}
.c-table dl dt {
  display: table-cell;
  width: 170px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #999999;
  padding: 15px 0;
  padding-right: 20px;
}
.c-table dl dd {
  display: table-cell;
  font-size: 15px;
  border-bottom: 1px dashed #999999;
  padding: 15px 0;
  line-height: 2;
}
.c-table dl dd span {
  margin-right: 25px;
}

}
@media all and (max-width: 767px){
.c-table {
  display: block;
  width: 100%;
}
.c-table dl {
  padding: 10px 0 0 0;
}
.c-table dl:last-child dt,
.c-table dl:last-child dd {
  border-bottom: 0;
}
.c-table dl dt {
  /*width: 170px;*/
  font-size: 14px;
  font-weight: bold;
}
.c-table dl dd {
  border-bottom: 1px dashed #999999;
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 10px;
}
.c-table dl dd span {
  margin-right: 25px;
}
}


/* ==========================================================================
   list
   ======================================================================= */
@media all and (min-width: 768px){
.c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.c-list-inner{
  width: 49%;
}
.c-list dl {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #2ab5aa;
  background-color: #2ab5aa;
  margin-bottom: 10px;
}
.c-list dt {
  display: flex;
  align-items: center;
  width: 50px;
  height: 100%;
  color: #2ab5aa;
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 15px 0;
  line-height: 1;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.c-list dt span {
  display: block;
  width: 100%;
  text-align: center;
}
.c-list dd {
  width: calc(100% - 50px);
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #2ab5aa;
  padding: 15px 15px;
}
.c-list dd.is--s {
  /*font-size: 13px;
  letter-spacing: -0.01em;*/
  padding: 0 15px;
}

@media all and (min-width: 767px) and (max-width: 1079px){
.c-list-inner {
  width: 100%;
}
}

}
@media all and (max-width: 767px){
.c-list {
  margin-top: 10px;
}
.c-list-inner {
}
.c-list dl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 2px solid #2ab5aa;
  background-color: #2ab5aa;
  margin-bottom: 5px;
  min-height: 45px;
}
.c-list dt {
  width: 40px;
  height: 100%;
  background-color: #ffffff;
  color: #2ab5aa;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
.c-list dt span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.c-list dd {
  width: calc(100% - 40px);
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #2ab5aa;
  padding: 5px 10px;
}
.c-list dd.is--s {
  padding: 0 10px;
}
}

/* ==========================================================================
   anchor
   ======================================================================= */
@media all and (min-width: 768px){
.c-page-anchor {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
.c-page-anchor-list {
/*  max-width: 1120px;*/
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.c-page-anchor-item {
  position: relative;
}
.c-page-anchor-list--col3 .c-page-anchor-item {
  width: 32.3%;
}
.c-page-anchor-list--col4 .c-page-anchor-item {
  width: 24%;
}
.c-page-anchor-list--col5 .c-page-anchor-item {
  width: 19%;
}
.c-page-anchor-list--col6 .c-page-anchor-item {
  width: 15.8%;
}
.c-page-anchor-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  transition: all 300ms ease;
}
.c-page-anchor-item p {
  width: 100%;
}
.c-page-anchor-item .ja {
}
.c-page-anchor-item .ja span {
  display: inline-block;
  background-color: #2ab5aa;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding: 7px 6px;
  line-height: 1;
}
.c-page-anchor-item .en {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  flex-grow: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  /*margin-top: 12px;*/
  padding-bottom: 18px;
  letter-spacing: 0.07em;
  word-break: break-all;
  font-weight: bold;
}
.c-page-anchor-item .ja + .en {
  margin-top: 12px;
}
.c-page-anchor-item__border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #484b58;
  transition: all 300ms ease;
}
.c-page-anchor-item__arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -24px;
  border-top: 12px solid #484b58;
  border-bottom: 12px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: -3px;
  transition: all 300ms ease;
}
/*.no-touchevents .c-page-anchor-item a:hover {
  color: #2ab5aa;
}*/
.no-touchevents .c-page-anchor-item a:hover .c-page-anchor-item__border {
  background-color: #2ab5aa;
}
.no-touchevents .c-page-anchor-item a:hover .c-page-anchor-item__arrow {
  border-top-color: #2ab5aa;
  transform: translateY(5px);
}
}

@media all and (max-width: 767px){
.c-page-anchor {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
.c-page-anchor-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.c-page-anchor-item {
  margin-bottom: 20px;
  position: relative;
}
.c-page-anchor-list--col3 .c-page-anchor-item {
  width: 32%;
  margin-left: 1.333%;
}
.c-page-anchor-list--col3 .c-page-anchor-item:first-child {
  margin-left: 0;
}
.c-page-anchor-list--col4 .c-page-anchor-item {
  width: 49%;
}
.c-page-anchor-list--col5 {
  justify-content: start
}
.c-page-anchor-list--col5 .c-page-anchor-item {
  width: 49.3335%;
  margin-left: 1.333%;
}
.c-page-anchor-list--col5 .c-page-anchor-item:nth-child(n+3) {
  width: 32%;
}
.c-page-anchor-list--col5 .c-page-anchor-item:nth-child(1) ,
.c-page-anchor-list--col5 .c-page-anchor-item:nth-child(3) {
  margin-left: 0;
}
.c-page-anchor-list--col6 .c-page-anchor-item {
  width: 32%;
}
.c-page-anchor-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.c-page-anchor-item p {
  width: 100%;
}
.c-page-anchor-item .ja {
}
.c-page-anchor-item .ja span {
  display: inline-block;
  background-color: #2ab5aa;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 4px;
  line-height: 1;
}
.c-page-anchor-item .en {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  flex-grow: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  /*margin-top: 5px;*/
  padding-bottom: 10px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-page-anchor-item .ja + .en {
  margin-top: 5px;
}
.c-page-anchor-item__border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #484b58;
}
.c-page-anchor-item__arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  border-top: 9px solid #484b58;
  border-bottom: 9px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-left: -3px;
}
}

/* ==========================================================================
   gheader
   ======================================================================= */

 @media all and (min-width: 1080px){
.c-gheader {
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
}
.c-gheader-wrapper {
  width: 100%;
  height: 90px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0px 2px 2.91px 0.09px rgba(133, 133, 133, 0.35);
}
.c-gheader__logo {
}
.c-gheader__logo a {
  display: block;
}
.c-gheader__logo .en {
  position: absolute;
  /*top: 33px;*/
  top: 36px;
  left: 30px;
}
/*.c-gheader__logo .en {
  position: absolute;
  top: 36px;
  left: 30px;
}
.c-gheader__logo .ja + .en {
  left: 236px;
}*/
.c-gheader__copy {
  position: absolute;
  top: 16px;
  right: 160px;
}
.c-gheader__copy p {
  font-size: 11px;
  text-align: right;
  line-height: 1;
}
.c-gheader-nav {
}
.c-gheader-nav-inner {
  position: absolute;
  right: 135px;
  bottom: 0;
  border-top: 1px solid #c9c9c9;
}
.c-gheader-nav__list {
  text-align: center;
  line-height: 0;
}
.c-gheader-nav__item {
  float: left;
  display: block;
  height: 45px;
  position: relative;
  vertical-align: top;
}
.c-gheader-nav__item:last-child {
}
.c-gheader-nav__item a {
  display: block;
  box-sizing: border-box;
  height: 45px;
  position: relative;
}
.c-gheader-nav__item a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #ffffff;
}
.no-touchevents .c-gheader-nav__item a:hover {
}
.no-touchevents .c-gheader-nav__item a:hover::after {
}
.c-gheader-nav__item.is--current a::after {
  transition: all 300ms ease;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #2ab5aa;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.no-touchevents .c-gheader-nav__item.is--current a:hover::after {
}

.c-gheader-nav__item--top {
  width: 80px;
}
.c-gheader-nav__item--company {
  width: 120px;
}
.c-gheader-nav__item--product {
  width: 120px;
}
.c-gheader-nav__item--csr {
  width: 140px;
}
.c-gheader-nav__item--recruit {
  width: 110px;
}
.c-gheader-nav__item a .en {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  padding: 16px 0;
  transition: all ease 300ms;
  font-weight: bold;
}
.c-gheader-nav__item a .ja {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0;
  opacity: 0;
  transition: all ease 300ms;
  margin-top: 7px;
}
.no-touchevents .c-gheader-nav__item a:hover .en {
  /*opacity: 0;
  margin-top: -7px;*/
  color: #2ab5aa;
}
.no-touchevents .c-gheader-nav__item a:hover .ja {
  opacity: 1;
  margin-top: 0;
}

.c-gheader-btn {
  display: none;
}


.c-gheader__cv {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 90px;
}
.c-gheader__cv a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2ab5aa;
  transition: all 300ms ease;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
}
.no-touchevents .c-gheader__cv a:hover {
  background-color: transparent;
}
.no-touchevents .c-gheader__cv a:hover .en ,
.no-touchevents .c-gheader__cv a:hover .ja {
  /*color: #2ab5aa;*/
}
.c-gheader__cv a .en {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  padding: 38px 0;
  transition: all 300ms ease;
  font-weight: bold;
}
.c-gheader__cv a .ja {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  padding: 39px 0 38px;
  opacity: 0;
  transition: all 300ms ease;
  margin-top: 7px;
}
.no-touchevents .c-gheader__cv a:hover .en {
  /*opacity: 0;
  margin-top: -7px;*/
  color: #2ab5aa;
}
.no-touchevents .c-gheader__cv a:hover .ja {
  opacity: 1;
  margin-top: 0;
}

.c-gheader-language {
  position: absolute;
  top: 16px;
  right: 168px;
  width: 50px;
  display: flex;
}
.c-gheader-language__item {
  position: relative;
  width: 25px;
  text-align: center;
  margin: 0 8px;
}
.c-gheader-language__item a {
  font-size: 13px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  transition: all 300ms ease;
  font-weight: bold;
}
.c-gheader-language__item.is--current a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 300ms ease;
}
.no-touchevents .c-gheader-language__item a:hover {
  color: #2ab5aa;
}
.c-gheader-language__item.is--current a:hover::after {
  background-color: #2ab5aa;
}

}


@media all and (min-width: 768px) and (max-width: 1079px){
.c-gheader {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
}
.c-gheader-wrapper {
  height: 90px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 100;
}
.c-gheader__logo {
}
.c-gheader__logo a {
  display: block;
}
.c-gheader__logo .en {
  position: absolute;
  top: 34px;
  left: 25px;
}
/*.c-gheader__logo .en {
  position: absolute;
  top: 38px;
  left: 230px;
}*/

/* nav */
.c-gheader-nav {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100vh;
  /*background-color: rgba(255, 255, 255, 0.9);*/
  background-color: #ffffff;
  border-top: 1px solid #c9c9c9;
}
.c-gheader__copy {
  display: none;
}
.c-gheader-nav-inner {
}
.c-gheader-nav__list {
}
.c-gheader-nav__item {
  height: 60px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}
.c-gheader-nav__item a {
  display: block;
  height: 60px;
  width: 100%;
  position: relative;
  transition: all 300ms ease;
  box-sizing: border-box;
  padding: 0 20px;
}
.no-touchevents .c-gheader-nav__item a:hover {
  color: #000000;
}
.c-gheader-nav__item a::after {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -7px;
}
.c-gheader-nav__item a .en {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  height: 100%;
  line-height: 60px;
  font-size: 170%;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-gheader-nav__item a .ja {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0;
}

.c-gheader-nav__item a .txt br {
  display: none;
}
.c-gheader-nav__item.is--current a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #2ab5aa;
}
.no-touchevents .c-gheader-nav__item a:hover {
  background-color: #ffffff;
}
.c-gheader-nav__item a .icon {
}

/* menu btn */
.c-gheader-btn {
  display: block;
  width: 89px;
  height: 89px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-gheader-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
.no-touchevents .c-gheader-btn a:hover {
/*  background-color: #000000;*/
}
.no-touchevents .c-gheader-btn a:hover .c-gheader-btn__line,
.no-touchevents .c-gheader-btn a:hover .c-gheader-btn__close-line {
  background-color: #cccccc;
}
.c-gheader-btn__line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #141516;
  position: absolute;
  left: 28px;
  transition: all 200ms ease;
}
.c-gheader-btn__line--top {
  top: 38px;
}
.c-gheader-btn__line--bottom {
  top: 46px;
}
.c-gheader-btn__close-line {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #141516;
  position: absolute;
  top: 42px;
  left: 30px;
  transition: all 400ms ease;
  opacity: 0;
}
.c-gheader-btn__close-line--top {
}
.c-gheader-btn__close-line--bottom {
}
.c-gheader-btn__txt {
  position: absolute;
  top: 56px;
  left: 30px;
  width: 30px;
  height: 8px;
}

.c-gheader__cv {
  margin-top: 30px;
}
.c-gheader__cv a {
  display: block;
  max-width: 400px;
  /*height: 70px;*/
  margin: 0 auto;
  background-color: #2ab5aa;
  transition: all 300ms ease;
  text-align: center;
  box-sizing: border-box;
  padding: 17px 0;
  border: 2px solid #2ab5aa;
}
.no-touchevents .c-gheader__cv a:hover {
  background-color: #ffffff;
}
.no-touchevents .c-gheader__cv a:hover .en ,
.no-touchevents .c-gheader__cv a:hover .ja {
  color: #2ab5aa;
}
.c-gheader__cv .en {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: block;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-gheader__cv .ja {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-top: 5px;
}

/* language */
.c-gheader-language {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
.c-gheader-language__item {
  position: relative;
  width: 25px;
  text-align: center;
  margin: 0 8px;
}
.c-gheader-language__item a {
  font-size: 14px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  transition: all 300ms ease;
  font-weight: bold;
}
.c-gheader-language__item.is--current a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 300ms ease;
}
.no-touchevents .c-gheader-language__item a:hover {
  color: #2ab5aa;
}
.c-gheader-language__item.is--current a:hover::after {
  background-color: #2ab5aa;
}

/* nav open */
.is--gnav-open .c-gheader-btn__line--top {
  margin-top: 5px;
  opacity: 0;
}
.is--gnav-open .c-gheader-btn__line--bottom {
  margin-top: -5px;
  opacity: 0;
}
.is--gnav-open .c-gheader-btn__close-line--top {
  transform: rotate(45deg);
  opacity: 1;
}
.is--gnav-open .c-gheader-btn__close-line--bottom {
  transform: rotate(-45deg);
  opacity: 1;
}
.is--gnav-open .c-gheader {
  background-color: #ffffff;
}

}

@media all and (max-width: 767px){
.c-gheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color: #ffffff;*/
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
.c-gheader-wrapper {
  height: 65px;
}
.c-gheader__logo {
}
.c-gheader__logo a {
  display: block;
}
.c-gheader__logo .en {
  position: absolute;
  /*top: 17px;*/
  top: 26px;
  left: 17px;
}
.c-gheader__logo .en img {
  /*width: 120px;*/
  width: 102px;
}
/*.c-gheader__logo .en {
  position: absolute;
  top: 17px;
  left: 16px;
}
.c-gheader__logo .ja + .en {
  top: 38px;
}
.c-gheader__logo .en img {
  width: 81px;
}*/

/* nav */
.c-gheader-nav {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  border-top: 1px solid #c9c9c9;
}
.c-gheader__copy {
  display: none;
}
.c-gheader-nav-inner {
  padding: 0 20px;
}
.c-gheader-nav__list {
}
.c-gheader-nav__item {
  height: 55px;
  /*background-color: #ffffff;*/
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  font-weight: bold;
}
.c-gheader-nav__item a {
  display: block;
  height: 55px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.c-gheader-nav__item a span br {
  display: none;
}
.c-gheader-nav__item a::after {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -7px;
}
.c-gheader-nav__item a .en {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  height: 100%;
  line-height: 55px;
  font-size: 15px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 5px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-gheader-nav__item.is--current a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #2ab5aa;
}
.c-gheader-nav__item a .ja {
  font-size: 11px;
  font-weight: bold;
  line-height: 55px;
}
.c-gheader-nav__item a .icon {
}

/* menu btn */
.c-gheader-btn {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-gheader-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-gheader-btn__line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #141516;
  position: absolute;
  left: 22px;
  transition: all 200ms ease;
}
.c-gheader-btn__line--top {
  top: 27px;
}
.c-gheader-btn__line--bottom {
  top: 34px;
}
.c-gheader-btn__close-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #141516;
  position: absolute;
  top: 30px;
  left: 22px;
  transition: all 400ms ease;
}
.c-gheader-btn__close-line--top {
  opacity: 0;
}
.c-gheader-btn__close-line--bottom {
  opacity: 0;
}
.c-gheader__cv {
  margin-top: 20px;
  padding: 0 20px;
}
.c-gheader__cv a {
  display: block;
  /*height: 60px;*/
  margin: 0 auto;
  background-color: #2ab5aa;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 0;
}
.c-gheader__cv .en {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  display: block;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.c-gheader__cv .ja {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-top: 5px;
}

/* language */
.c-gheader-language {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
.c-gheader-language__item {
  position: relative;
  width: 25px;
  text-align: center;
  margin: 0 8px;
}
.c-gheader-language__item a {
  font-size: 13px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  transition: all 300ms ease;
  font-weight: bold;
}
.c-gheader-language__item.is--current a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 300ms ease;
}

/* silika */
.c-gheader-silika {
  width: 200px;
  height: 50px;
  text-align: center;
  margin: 20px auto 0;
}
.c-gheader-silika a {
  display: block;
  height: 100%;
  line-height: 1;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #484b58;
  border: 2px solid #484b58;
  padding: 7px 0;
}
.c-gheader-silika a .en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  transition: all ease 300ms;
  font-weight: bold;
  color: #ffffff;
  font-weight: bold;
}
.c-gheader-silika a .ja {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
  color: #ffffff;
}

/* nav open */
.is--gnav-open .c-gheader-btn__line--top {
  margin-top: 5px;
  opacity: 0;
}
.is--gnav-open .c-gheader-btn__line--bottom {
  margin-top: -5px;
  opacity: 0;
}
.is--gnav-open .c-gheader-btn__close-line--top {
  transform: rotate(45deg);
  opacity: 1;
}
.is--gnav-open .c-gheader-btn__close-line--bottom {
  transform: rotate(-45deg);
  opacity: 1;
}
.is--gnav-open .c-gheader {
  background-color: #ffffff;
}

}



/* ==========================================================================
   gfooter
   ======================================================================= */

@media all and (min-width: 1080px){

.c-gfooter {
  background-color: #f5f5f5
}
.c-gfooter__logo {
  padding-top: 70px;
  text-align: center;
}
.c-gfooter__logo .en {
  display: block;
  line-height: 0;
}
.c-gfooter__logo .en img {
  width: 210px;
}
/*.c-gfooter__logo .en {
  display: block;
  line-height: 0;
  margin-top: 10px;
}
.c-gfooter__logo .ja + .en {
  margin-top: 10px;
}
.c-gfooter__logo .en img {
  width: 135px;
}*/
.c-gfooter__txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #141516;
}

.c-gfooter-nav-inner {
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-gfooter-nav-box--1 {
  width: 12%;
}
.c-gfooter-nav-box--2 {
  width: 86%;
}
.c-gfooter-nav-box--3,
.c-gfooter-nav-box--4,
.c-gfooter-nav-box--5,
.c-gfooter-nav-box--6,
.c-gfooter-nav-box--7 {
  width: 32%;
}
.c-gfooter-nav__ttl {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #2ab5aa;
  padding-bottom: 6px;
  margin-top: 20px;
}
.c-gfooter-nav__ttl::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2ab5aa;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.c-gfooter-nav__ttl a {
  transition: all 300ms ease;
}
.no-touchevents .c-gfooter-nav__ttl a:hover {
  color: #2ab5aa;
}
.c-gfooter-nav-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-gfooter-nav__linkbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-gfooter-nav-link-list {
  padding-right: 20px;
}
.c-gfooter-nav-link-item {
  font-size: 12px;
  margin-top: 10px;
}
.c-gfooter-nav-link-item a {
  transition: all 300ms ease;
}
.no-touchevents .c-gfooter-nav-link-item a:hover {
  color: #2ab5aa;
}
.c-gfooter-nav-subbox {
}
.c-gfooter-nav__subhead {
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
  padding-right: 10px;
}
.c-gfooter-nav__subhead a {
  transition: all 300ms ease;
}
.no-touchevents .c-gfooter-nav__subhead a:hover {
  color: #2ab5aa;
}
.c-gfooter__group {
  text-align: center;
  margin-bottom: 40px;
}
.c-gfooter__group img {
  width: 240px;
}
.c-gfooter__copyright {
  height: 80px;
  box-sizing: border-box;
  padding: 35px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  background-color: #2ab5aa;
  color: #ffffff;
}
}

@media all and (min-width: 767px) and (max-width: 1079px){
.c-gfooter {
  background-color: #f5f5f5
}
.c-gfooter__logo {
  padding-top: 50px;
  text-align: center;
}
.c-gfooter__logo .en {
  display: block;
  line-height: 0;
}
.c-gfooter__logo .en img {
  width: 160px;
}
/*.c-gfooter__logo .en {
  display: block;
  line-height: 0;
  margin-top: 10px;
}
.c-gfooter__logo .ja + .en {
  margin-top: 10px;
}
.c-gfooter__logo .en img {
  width: 100px;
}*/
.c-gfooter__txt {
  margin-top: 15px;
  font-size: 10px;
  line-height: 2;
  text-align: center;
  color: #141516;
}

.c-gfooter-nav-inner {
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-gfooter-nav-box {
  width: 48%;
}
.c-gfooter-nav__ttl {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #2ab5aa;
  padding-bottom: 6px;
  margin-top: 20px;
}
.c-gfooter-nav__ttl::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2ab5aa;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.c-gfooter-nav-link {
}
.c-gfooter-nav__linkbox {
}
.c-gfooter-nav-link-list {
  padding-right: 30px;
}
.c-gfooter-nav-link-item {
  display: none;
}
.c-gfooter-nav-subbox {
  display: none;
}
.c-gfooter-nav__subhead {
  font-size: 11px;
  margin-top: 15px;
}
.c-gfooter__group {
  text-align: center;
  margin-bottom: 30px;
}
.c-gfooter__group img {
  width: 190px;
  margin-right: 10px;
}
.c-gfooter__copyright {
  height: 70px;
  box-sizing: border-box;
  padding: 30px;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  background-color: #2ab5aa;
  color: #ffffff;
}
}


@media all and (max-width: 767px){

.c-gfooter {
  background-color: #f5f5f5
}
.c-gfooter__logo {
  padding-top: 40px;
  text-align: center;
}
.c-gfooter__logo .en {
  display: block;
  line-height: 0;
}
.c-gfooter__logo .en img {
  width: 170px;
}
/*.c-gfooter__logo .en {
  display: block;
  line-height: 0;
  margin-top: 8px;
}
.c-gfooter__logo .ja + .en {
  margin-top: 8px;
}
.c-gfooter__logo .en img {
  width: 100px;
}*/
.c-gfooter__txt {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  color: #141516;
}

.c-gfooter-nav-inner {
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-gfooter-nav-box {
  width: 48%;
}
.c-gfooter-nav__ttl {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #2ab5aa;
  padding-bottom: 6px;
  margin-top: 20px;
  margin-left: 1%;
  margin-right: 1%;
}
.c-gfooter-nav__ttl::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2ab5aa;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.c-gfooter-nav-link {
}
.c-gfooter-nav__linkbox {
}
.c-gfooter-nav-link-list {
  padding-right: 30px;
}
.c-gfooter-nav-link-item {
  display: none;
}
.c-gfooter-nav-subbox {
  display: none;
}
.c-gfooter-nav__subhead {
  font-size: 11px;
  margin-top: 15px;
}
.c-gfooter__group {
  text-align: center;
  margin-bottom: 30px;
}
.c-gfooter__group img {
  width: 190px;
  margin-right: 10px;
}
.c-gfooter__copyright {
  height: 70px;
  box-sizing: border-box;
  padding: 30px 0;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  background-color: #2ab5aa;
  color: #ffffff;
}

}


/* ==========================================================================
   silika banner
   ======================================================================= */

@media all and (min-width: 768px){
.c-silika-bnr {
  padding-bottom: 80px;
}
.c-silika-bnr-box {
  max-width: 600px;
  margin: 0 auto;
}
.c-silika-bnr-box a {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  position: relative;
}
.c-silika-bnr__img {
  width: 50%;
  overflow: hidden;
  line-height: 0;
}
.c-silika-bnr__img img {
  width: 100%;
  height: auto;
  transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-silika-bnr__txt {
  width: 50%;
  box-sizing: border-box;
  padding: 0 6%;
  overflow: hidden;
}
.c-silika-bnr__txt img {
  width: 100%;
  height: auto;
}
.c-silika-bnr__icon {
  position: absolute;
  width: 14px;
  height: 11px;
  right: 14px;
  bottom: 14px;
}
.c-silika-bnr__icon::before {
  content: '';
  display: block;
  width: 6px;
  height: 5px;
  border-top: 1px solid #484b58;
  border-left: 1px solid #484b58;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms ease;
}
.c-silika-bnr__icon::after {
  content: '';
  display: block;
  width: 11px;
  height: 8px;
  background-color: #484b58;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 300ms ease;
}
.no-touchevents .c-silika-bnr-box a:hover .c-silika-bnr__img img {
  transform: scale(1.08);
}
.no-touchevents .c-silika-bnr-box a:hover .c-silika-bnr__icon::before {
  border-color: #2ab5aa;
}
.no-touchevents .c-silika-bnr-box a:hover .c-silika-bnr__icon::after {
  background-color: #2ab5aa;
}

.c-silika-bnr.is--bg-gray {
  background-color: #f5f5f5;
}
.c-silika-bnr.is--bg-gray .c-silika-bnr-box a {
  background-color: #ffffff
}


}

@media all and (max-width: 767px){
.c-silika-bnr {
  padding-bottom: 40px;
}
.c-silika-bnr-box {
  max-width: 240px;
  margin: 0 auto;
}
.c-silika-bnr-box a {
  display: block;
  background-color: #f5f5f5;
  position: relative;
}
.c-silika-bnr__img {
  line-height: 0;
}
.c-silika-bnr__img img {
  width: 100%;
  height: auto;
}
.c-silika-bnr__txt {
  box-sizing: border-box;
  padding: 10% 10%;
}
.c-silika-bnr__txt img {
  width: 100%;
  height: auto;
}
.c-silika-bnr__icon {
  position: absolute;
  width: 11px;
  height: 9px;
  right: 14px;
  bottom: 14px;
}
.c-silika-bnr__icon::before {
  content: '';
  display: block;
  width: 4px;
  height: 3px;
  border-top: 1px solid #484b58;
  border-left: 1px solid #484b58;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms ease;
}
.c-silika-bnr__icon::after {
  content: '';
  display: block;
  width: 9px;
  height: 7px;
  background-color: #484b58;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 300ms ease;
}

.c-silika-bnr.is--bg-gray {
  background-color: #f5f5f5;
}
.c-silika-bnr.is--bg-gray .c-silika-bnr-box a {
  background-color: #ffffff
}

}


/* ==========================================================================
   Magnific Popup CSS
   ======================================================================= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-scaler button{
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  -ms-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mfp-iframe-scaler button::before,
.mfp-iframe-scaler button::after{
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #00a180;
  position: relative;
  top: 0;
  -ms-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mfp-iframe-scaler button::before{
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-iframe-scaler button::after{
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touchevents .mfp-iframe-scaler button:hover:before,
.no-touchevents .mfp-iframe-scaler button:hover:after {
  background-color: #ffffff;
}
.mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -50px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


    /* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




/* ==========================================================================
   Slick
   ======================================================================= */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}








/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

