@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&amp;family=Noto+Sans+JP:wght@100;400;700;900&amp;display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html {
  font-size: 10px;
}

html[lang="ru"] * {
  word-break: break-all;
}

body {
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #192b3d;
  letter-spacing: 1px;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: inset 2px 2px 5px #bdbdbd, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #bdbdbd, inset -5px -5px 10px #fff;
  width: 100%;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
          box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
}

textarea {
  padding-top: 20px;
  padding-bottom: 20px;
}

select {
  outline: none;
  font-family: "Original Yu Gothic", "Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  border-radius: 28px;
  -webkit-box-shadow: inset 2px 2px 5px #bdbdbd, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #bdbdbd, inset -5px -5px 10px #fff;
  width: 100%;
  padding: 8px 40px 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select:focus {
  -webkit-box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
          box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
}

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

.translation__panel, .contact dd .pref {
  display: inline-block;
  position: relative;
}

.translation__panel::after, .contact dd .pref::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid rgba(25, 43, 61, 0.4);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
  top: 12px;
}

input[type="submit"],
button,
.button {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #f5f5f5;
  text-shadow: 1px 1px 0 #FFF;
  color: #192b3d;
  font-weight: bold;
  -webkit-box-shadow: -5px -5px 10px #fff, 5px 5px 10px #bdbdbd;
          box-shadow: -5px -5px 10px #fff, 5px 5px 10px #bdbdbd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  width: 200px;
  text-decoration: none;
}

input[type="submit"]:focus, input[type="submit"]:hover,
button:focus,
button:hover,
.button:focus,
.button:hover {
  color: #1e58ea;
  -webkit-box-shadow: -2px -2px 5px #fff, 2px 2px 5px #bdbdbd;
          box-shadow: -2px -2px 5px #fff, 2px 2px 5px #bdbdbd;
}

input[type="submit"]:active,
button:active,
.button:active {
  -webkit-box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
          box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
}

.button--large {
  width: 30rem;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root body,
_:-ms-input-placeholder, :root input,
_:-ms-input-placeholder, :root button,
_:-ms-input-placeholder, :root textarea {
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.25;
}

_:-ms-input-placeholder, :root rt {
  position: relative;
  top: .1em;
}

b {
  font-weight: bold;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.p50 {
  padding: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.m60 {
  margin: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.p60 {
  padding: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.m70 {
  margin: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.p70 {
  padding: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.m80 {
  margin: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.p80 {
  padding: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.m90 {
  margin: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.p90 {
  padding: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.m100 {
  margin: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.p100 {
  padding: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .sponly {
    display: none;
  }
}

.tellink {
  color: #192b3d;
}

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

#wrapper {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  #wrapper {
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .container:not(.--pconly) {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .container {
    width: 960px;
    margin: 0 auto;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 50;
}

@media screen and (min-width: 768px), print {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background: #f5f5f5;
  }
}

.header__logo {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

@media screen and (min-width: 768px), print {
  .header__logo {
    background: #fff;
  }
}

.header__logo h1 {
  display: block;
  max-height: 100%;
}

.header__logo img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: max-height .2s;
  transition: max-height .2s;
}

@media screen and (min-width: 768px), print {
  .header__logo img {
    max-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo img {
    height: 60px;
  }
}

.header__hamburger {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: -2px -2px 5px #fff, 2px 2px 5px #bdbdbd;
          box-shadow: -2px -2px 5px #fff, 2px 2px 5px #bdbdbd;
}

@media screen and (min-width: 768px), print {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger i {
  width: 24px;
  height: 2px;
  background: #020089;
  position: absolute;
  left: 8px;
  border-radius: 2px;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.header__hamburger i::before, .header__hamburger i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #020089;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.header__hamburger i::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.header__hamburger i::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.header__hamburger.isOpen {
  -webkit-box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
          box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
}

.header__hamburger.isOpen i {
  background: rgba(2, 0, 137, 0);
}

.header__hamburger.isOpen i::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__hamburger.isOpen i::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #020089;
  font-size: 2rem;
  -webkit-transition: font-size .2s;
  transition: font-size .2s;
}

@media screen and (min-width: 768px), print {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__nav {
    position: fixed;
    left: -400px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    top: 60px;
    -webkit-transition: left .3s;
    transition: left .3s;
    height: calc(100vh - 60px);
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .header__hamburger.isOpen + .header__nav {
    left: 0;
  }
}

@media screen and (min-width: 768px), print {
  .header.isSmall .header__logo img {
    max-height: 72px;
  }
}

.header.isSmall .header__nav {
  font-size: 1.6rem;
}

.header.isSmall .translationlist__item {
  max-width: 40px;
}

.translationlist {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .translationlist {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 900px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .translationlist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.translationlist__item {
  position: relative;
  -webkit-transition: max-width .2s;
  transition: max-width .2s;
}

.translationlist__item::before {
  content: "";
  display: block;
  padding-top: 70%;
}

@media screen and (min-width: 768px), print {
  .translationlist__item {
    margin: 2px 6px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .translationlist__item {
    margin: 4px;
    width: 32px;
  }
}

.translationlink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 6px 6px 10px #020084;
          box-shadow: 6px 6px 10px #020084;
}

.translationlink:hover {
  -webkit-box-shadow: 1px 1px 2px #020084, -1px -1px 2px #0300db;
          box-shadow: 1px 1px 2px #020084, -1px -1px 2px #0300db;
}

.translationlink:hover .translationlink__img {
  opacity: .8;
}

.translationlink__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: bottom;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .translation {
    max-width: 30rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .translation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.translation__sw {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inset 2px 2px 2px #010037, inset -2px -2px 2px #0300db;
          box-shadow: inset 2px 2px 2px #010037, inset -2px -2px 2px #0300db;
  border-radius: 20px;
  padding: 3px;
}

@media screen and (max-width: 767px) {
  .translation__sw {
    margin-bottom: 2rem;
    width: 100%;
  }
}

.translation__sw li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.translation__sw li + li {
  margin-left: .5rem;
}

.translation__sw a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: .3em 2rem;
  font-size: 1.6rem;
}

.translation__sw a:not(.isCurrent) {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color .25s;
  transition: color .25s;
}

.translation__sw a:not(.isCurrent):hover {
  color: white;
}

.translation__sw a.isCurrent {
  cursor: default;
  opacity: .7;
  background: #ccc;
  border-radius: 18px;
  color: #192b3d;
  -webkit-box-shadow: inset 2px 2px 6px white, inset -2px -2px 6px #666;
          box-shadow: inset 2px 2px 6px white, inset -2px -2px 6px #666;
}

.translation__select {
  background: url(../images/common/language.svg) left center no-repeat;
  padding-left: 32px;
  background-size: 24px 24px;
}

@media screen and (min-width: 768px), print {
  .translation__select {
    min-width: 40rem;
  }
}

@media screen and (max-width: 767px) {
  .translation__select {
    padding-left: 24px;
    background-size: 16px 16px;
  }
}

.translation__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 28px;
  -webkit-box-shadow: 2px 2px 2px #010037, -2px -2px 2px #0300db;
          box-shadow: 2px 2px 2px #010037, -2px -2px 2px #0300db;
}

@media screen and (min-width: 768px), print {
  .translation__panel {
    margin: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .translation__panel {
    width: 100%;
  }
}

.translation__panel:focus {
  -webkit-box-shadow: 2px 2px 2px #010037, -2px -2px 2px #0300db;
          box-shadow: 2px 2px 2px #010037, -2px -2px 2px #0300db;
}

.translation__panel::after {
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
  right: 3.4em;
}

.translation__panel select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .translation__panel select {
    font-size: 1.4rem;
  }
}

.translation__panel select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.translation__panel select option {
  background: #fff;
  color: #000;
}

.translation__go {
  opacity: .2;
  background: url(../images/common/translate.svg) center no-repeat;
  background-size: 3rem 3rem;
  border-radius: 0 28px 28px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  width: 3.4em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: not-allowed;
  border-left: 1px solid #020089;
}

@media screen and (max-width: 767px) {
  .translation__go {
    padding-right: 2.6rem;
    background-size: 1.2rem 1.2rem;
    font-size: 1.4rem;
  }
}

.translation__go.isActive {
  opacity: 1;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.08);
}

@media screen and (min-width: 768px), print {
  .gnavlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .gnavlist {
    margin-top: 20px;
  }
}

.gnavlist__item {
  margin: 0 16px;
}

@media screen and (max-width: 767px) {
  .gnavlist__item {
    text-align: center;
    margin: 12px 0;
  }
}

.gnavlink {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  position: relative;
  padding-bottom: 8px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .gnavlink {
    display: block;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .gnavlink {
    text-align: center;
    font-size: 2.4rem;
  }
}

.gnavlink::after {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  width: 0;
  -webkit-transition: left .25s, width .25s;
  transition: left .25s, width .25s;
}

.gnavlink:hover {
  opacity: .6;
}

.gnavlink:hover::after {
  width: 100%;
  left: 0;
}

.aboutus.animation, .corevalueblock.animation .corevalueblock__img,
.corevalueblock.animation .corevalueblock__text, .productlink.animation, .producttype.animation, .productcard.animation, .services.animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@-webkit-keyframes animation_fade {
  0% {
    -webkit-transform: translatY(20px);
            transform: translatY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animation_fade {
  0% {
    -webkit-transform: translatY(20px);
            transform: translatY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.newsblock.animation .newslist .newslist__date,
.newsblock.animation .newslist .newslist__outline, .aboutus.animation .aboutus__text1,
.aboutus.animation .aboutus__subhead,
.aboutus.animation .aboutus__movie,
.aboutus.animation .aboutus__catchcopy,
.aboutus.animation .aboutus__text2, .services.animation .services__subhead, .services.animation .services__intro, .services.animation .services__project, .services.animation li {
  opacity: 0;
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
}

@-webkit-keyframes animation_fadecross {
  0% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes animation_fadecross {
  0% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

main {
  padding-bottom: 60px;
}

@media screen and (min-width: 768px), print {
  main {
    padding-top: 40px;
  }
}

section {
  padding: 80px 0 100px 0;
}

h2 {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 52px;
  font-weight: 900;
}

@media screen and (min-width: 768px), print {
  h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
  }
}

h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background: #192b3d;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.copyright {
  background: #020089;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
}

.mainvisual {
  position: relative;
  background: #020089;
}

.mainvisual .slick {
  z-index: 0;
}

.mainvisual .slick__item {
  background: center no-repeat;
  background-size: cover;
}

.mainvisual .slick__item::before {
  content: "";
  display: block;
}

@media screen and (min-width: 768px), print {
  .mainvisual .slick__item::before {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual .slick__item::before {
    padding-top: 80%;
  }
}

.mainvisual .slick__item--01 {
  background-image: url(../images/top/mainvisual_bg_01.jpg);
}

.mainvisual .slick__item--02 {
  background-image: url(../images/top/mainvisual_bg_02.jpg);
}

.mainvisual .slick__item--03 {
  background-image: url(../images/top/mainvisual_bg_03.jpg);
  background-position: top center;
}

.mainvisual .slick__item--04 {
  background-image: url(../images/top/mainvisual_bg_04.jpg);
}

.mainvisual .slick__item--05 {
  background-image: url(../images/top/mainvisual_bg_05.jpg);
  background-position: center !important;
}

.mainvisual .slick__item p {
  position: absolute;
  z-index: 3;
  text-align: right;
  color: #fff;
  font-family: "Libre Baskerville", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .mainvisual .slick__item p {
    font-size: 5rem;
    right: 50px;
    bottom: 50px;
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .mainvisual .slick__item p {
    font-size: 4vw;
    padding: 200px 10px 30px 30px;
    width: calc(100% - 40px);
    right: 20px;
    bottom: 20px;
  }
}

.mainvisual::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.newsblock {
  text-align: center;
}

.newsblock.animation .newslist {
  display: inline-block;
}

.newsblock.isStart .newslist .newslist__date:nth-of-type(1),
.newsblock.isStart .newslist .newslist__outline:nth-of-type(1) {
  -webkit-animation: animation_fadecross 1s ease .2s 1 normal forwards;
          animation: animation_fadecross 1s ease .2s 1 normal forwards;
}

.newsblock.isStart .newslist .newslist__date:nth-of-type(2),
.newsblock.isStart .newslist .newslist__outline:nth-of-type(2) {
  -webkit-animation: animation_fadecross 1s ease .4s 1 normal forwards;
          animation: animation_fadecross 1s ease .4s 1 normal forwards;
}

.newsblock.isStart .newslist .newslist__date:nth-of-type(3),
.newsblock.isStart .newslist .newslist__outline:nth-of-type(3) {
  -webkit-animation: animation_fadecross 1s ease .6s 1 normal forwards;
          animation: animation_fadecross 1s ease .6s 1 normal forwards;
}

.newsblock.isStart .newslist .newslist__date:nth-of-type(4),
.newsblock.isStart .newslist .newslist__outline:nth-of-type(4) {
  -webkit-animation: animation_fadecross 1s ease .8s 1 normal forwards;
          animation: animation_fadecross 1s ease .8s 1 normal forwards;
}

.newslist {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.newslist__date {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .newslist__date {
    width: 160px;
    padding: 12px 24px;
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .newslist__date {
    width: 100%;
    padding: 8px 0 0 8px;
  }
}

.newslist__outline {
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .newslist__outline {
    padding: 12px 12px 12px 160px;
  }
}

@media screen and (max-width: 767px) {
  .newslist__outline {
    width: 100%;
    padding: 0px 0px 8px 16px;
  }
}

.aboutus {
  color: #fff;
  background: #D3D2D9 url(../images/top/aboutus.jpg) no-repeat;
  background-size: 100% auto;
  -webkit-box-shadow: 12px 12px 20px #bdbdbd, -12px -12px 20px #fff;
          box-shadow: 12px 12px 20px #bdbdbd, -12px -12px 20px #fff;
}

@media screen and (max-width: 767px) {
  .aboutus {
    background-size: auto 100%;
  }
}

.aboutus h2::after {
  background: #fff;
}

.aboutus::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 0, 137, 0.75);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 137, 0.75)), to(rgba(0, 115, 160, 0.75)));
  background: linear-gradient(to bottom, rgba(2, 0, 137, 0.75) 0%, rgba(0, 115, 160, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.aboutus__text1 {
  text-align: center;
}

.aboutus__subhead {
  margin-top: 8rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .aboutus__subhead {
    font-size: 4.3rem;
  }
}

@media screen and (max-width: 767px) {
  .aboutus__subhead {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .aboutus__catchcopy {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .aboutus__catchcopy {
    font-size: 2.2rem;
    text-align: center;
  }
}

.aboutus__text2 {
  margin-top: 2rem;
}

.aboutus.isStart {
  -webkit-animation: animation_fade 1s ease 0s 1 normal forwards;
          animation: animation_fade 1s ease 0s 1 normal forwards;
}

.aboutus.isStart .aboutus__text1 {
  -webkit-animation: animation_fadecross .5s ease 1.2s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.2s 1 normal forwards;
}

.aboutus.isStart .aboutus__subhead {
  -webkit-animation: animation_fadecross .5s ease 1.4s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.4s 1 normal forwards;
}

.aboutus.isStart .aboutus__movie {
  -webkit-animation: animation_fadecross .5s ease 1.6s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.6s 1 normal forwards;
}

.aboutus.isStart .aboutus__catchcopy {
  -webkit-animation: animation_fadecross .5s ease 1.8s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.8s 1 normal forwards;
}

.aboutus.isStart .aboutus__text2 {
  -webkit-animation: animation_fadecross .5s ease 2.0s 1 normal forwards;
          animation: animation_fadecross .5s ease 2.0s 1 normal forwards;
}

@media screen and (min-width: 768px), print {
  .ourpurpose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px), print {
  .ourpurpose__left {
    width: 36rem;
  }
}

@media screen and (min-width: 768px), print {
  .ourpurpose__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .ourpurpose__right {
    margin-top: 4rem;
  }
}

.movieblock {
  position: relative;
  background: #fff;
  padding: 1rem;
}

.movieblock__video {
  width: 100%;
  vertical-align: bottom;
}

.aboutblock {
  position: relative;
  z-index: 1;
}

.aboutlist {
  font-weight: 700;
  text-align: center;
}

.aboutlist--mt {
  margin-top: 80px;
}

.aboutlist__item {
  margin: 20px 0;
}

.aboutlist__ja::after {
  font-weight: 100;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  content: attr(data-en);
}

.aboutlist__ja--black::after {
  color: #192b3d;
}

.aboutlist.animation .aboutlist__item {
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
  opacity: 0;
}

@-webkit-keyframes aboutlist_li {
  0% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes aboutlist_li {
  0% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.aboutlist.isStart .aboutlist__item:nth-of-type(1) {
  -webkit-animation: aboutlist_li .5s ease .2s 1 normal forwards;
          animation: aboutlist_li .5s ease .2s 1 normal forwards;
}

.aboutlist.isStart .aboutlist__item:nth-of-type(2) {
  -webkit-animation: aboutlist_li .5s ease .4s 1 normal forwards;
          animation: aboutlist_li .5s ease .4s 1 normal forwards;
}

.aboutlist.isStart .aboutlist__item:nth-of-type(3) {
  -webkit-animation: aboutlist_li .5s ease .6s 1 normal forwards;
          animation: aboutlist_li .5s ease .6s 1 normal forwards;
}

.aboutlist.isStart .aboutlist__item:nth-of-type(4) {
  -webkit-animation: aboutlist_li .5s ease .8s 1 normal forwards;
          animation: aboutlist_li .5s ease .8s 1 normal forwards;
}

.aboutlist.isStart .aboutlist__item:nth-of-type(5) {
  -webkit-animation: aboutlist_li .5s ease 1.0s 1 normal forwards;
          animation: aboutlist_li .5s ease 1.0s 1 normal forwards;
}

.ourcorevalues {
  background: url(../images/top/ourcorevalue_bg.jpg) left bottom no-repeat #fff;
  background-size: 100%;
}

.ourcorevalues::after {
  content: "";
  display: block;
}

@media screen and (min-width: 768px), print {
  .ourcorevalues::after {
    padding-top: 33%;
  }
}

@media screen and (max-width: 767px) {
  .ourcorevalues::after {
    padding-top: 27%;
  }
}

.corevalueblock {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .corevalueblock {
    padding: 12rem 0;
  }
  [lang="ja"] .corevalueblock {
    padding: 12rem 0;
  }
  [lang="en"] .corevalueblock {
    padding: 14rem 0 18rem;
  }
}

.corevalueblock__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 768px), print {
  .corevalueblock__img {
    width: 360px;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock__text {
    width: 28rem;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .corevalueblock__text {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock__text--unity {
    top: 0;
    left: calc(50% - 14rem);
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock__text--borderless {
    top: 32rem;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock__text--integrity {
    top: 12rem;
  }
  [lang="ja"] .corevalueblock__text--integrity {
    top: 12rem;
  }
  [lang="en"] .corevalueblock__text--integrity {
    top: 10rem;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock__text--sustainability {
    right: 0;
    top: 12rem;
  }
  [lang="ja"] .corevalueblock__text--sustainability {
    right: 0;
    top: 12rem;
  }
  [lang="en"] .corevalueblock__text--sustainability {
    right: 0;
    top: 3rem;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock__text--l_p {
    right: 0;
    top: 32rem;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock__text--q_d {
    top: 52rem;
    right: 18rem;
    width: 39rem;
  }
  [lang="ja"] .corevalueblock__text--q_d {
    top: 52rem;
    right: 18rem;
    width: 39rem;
  }
  [lang="en"] .corevalueblock__text--q_d {
    top: 52rem;
    right: 18rem;
    width: 31rem;
  }
}

.corevalueblock.isStart .corevalueblock__img {
  -webkit-animation: animation_fade 2s ease 0s 1 normal forwards;
          animation: animation_fade 2s ease 0s 1 normal forwards;
}

@media screen and (min-width: 768px), print {
  .corevalueblock.isStart .corevalueblock__text--borderless {
    -webkit-animation: animation_fade 1s ease 1.2s 1 normal forwards;
            animation: animation_fade 1s ease 1.2s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .corevalueblock.isStart .corevalueblock__text--borderless {
    -webkit-animation: animation_fade 1s ease .4s 1 normal forwards;
            animation: animation_fade 1s ease .4s 1 normal forwards;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock.isStart .corevalueblock__text--integrity {
    -webkit-animation: animation_fade 1s ease 1.4s 1 normal forwards;
            animation: animation_fade 1s ease 1.4s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .corevalueblock.isStart .corevalueblock__text--integrity {
    -webkit-animation: animation_fade 1s ease .6s 1 normal forwards;
            animation: animation_fade 1s ease .6s 1 normal forwards;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock.isStart .corevalueblock__text--sustainability {
    -webkit-animation: animation_fade 1s ease .6s 1 normal forwards;
            animation: animation_fade 1s ease .6s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .corevalueblock.isStart .corevalueblock__text--sustainability {
    -webkit-animation: animation_fade 1s ease .8s 1 normal forwards;
            animation: animation_fade 1s ease .8s 1 normal forwards;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock.isStart .corevalueblock__text--l_p {
    -webkit-animation: animation_fade 1s ease .8s 1 normal forwards;
            animation: animation_fade 1s ease .8s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .corevalueblock.isStart .corevalueblock__text--l_p {
    -webkit-animation: animation_fade 1s ease 1.0s 1 normal forwards;
            animation: animation_fade 1s ease 1.0s 1 normal forwards;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock.isStart .corevalueblock__text--q_d {
    -webkit-animation: animation_fade 1s ease 1.0s 1 normal forwards;
            animation: animation_fade 1s ease 1.0s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .corevalueblock.isStart .corevalueblock__text--q_d {
    -webkit-animation: animation_fade 1s ease 1.2s 1 normal forwards;
            animation: animation_fade 1s ease 1.2s 1 normal forwards;
  }
}

@media screen and (min-width: 768px), print {
  .corevalueblock.isStart .corevalueblock__text--unity {
    -webkit-animation: animation_fade 1s ease .4s 1 normal forwards;
            animation: animation_fade 1s ease .4s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .corevalueblock.isStart .corevalueblock__text--unity {
    -webkit-animation: animation_fade 1s ease 2.4s 1 normal forwards;
            animation: animation_fade 1s ease 2.4s 1 normal forwards;
  }
}

.corevalue__title {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .corevalue__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .corevalue__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.corevalue__title--unity {
  color: #0070c0;
}

.corevalue__title--borderless {
  color: #004aad;
}

.corevalue__title--integrity {
  color: #5e17eb;
}

.corevalue__title--sustainability {
  color: #Ffde59;
}

.corevalue__title--l_p {
  color: #008037;
}

.corevalue__title--q_d {
  color: #Ff1616;
}

@media screen and (min-width: 768px), print {
  .productslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.productslist__item {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .productslist__item {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 768px), print {
  .products-sublist {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .products-sublist__item {
    margin-top: 20px;
  }
}

.productlink {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: -5px -5px 20px #fff, 5px 5px 20px #bdbdbd;
          box-shadow: -5px -5px 20px #fff, 5px 5px 20px #bdbdbd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #192b3d;
  text-decoration: none;
  position: relative;
  height: 100%;
}

.productlink:focus, .productlink:hover {
  -webkit-box-shadow: -2px -2px 5px #fff, 2px 2px 5px #bdbdbd;
          box-shadow: -2px -2px 5px #fff, 2px 2px 5px #bdbdbd;
}

.productlink:active {
  -webkit-box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
          box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
}

.productlink::before {
  content: "";
  display: block;
  background: center center;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .productlink::before {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .productlink::before {
    height: 140px;
  }
}

.productlink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 0, 137, 0.35);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 137, 0.35)), to(rgba(0, 115, 160, 0.35)));
  background: linear-gradient(to bottom, rgba(2, 0, 137, 0.35) 0%, rgba(0, 115, 160, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.productlink:hover::after {
  opacity: 0;
}

.productlink--product::before {
  background-image: url(../images/top/products_bg_sim.jpg);
}

.productlink--healthcare::before {
  background-image: url(../images/top/products_bg_healthcare.jpg);
}

.productlink--smartdevice::before {
  background-image: url(../images/top/products_03.jpg);
}

.productlink--petitem::before {
  background-image: url(../images/top/products_bg_petitem.jpg);
}

.productlink__inner {
  padding: 10px 20px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .productlink__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 200px);
  }
}

.productlink__title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.productlink__outline {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
}

.productlink.isStart.productslist__item:nth-child(1) {
  -webkit-animation: animation_fade 1s ease 0s 1 normal forwards;
          animation: animation_fade 1s ease 0s 1 normal forwards;
}

.productlink.isStart.productslist__item:nth-child(2) {
  -webkit-animation: animation_fade 1s ease .2s 1 normal forwards;
          animation: animation_fade 1s ease .2s 1 normal forwards;
}

.productlink.isStart.productslist__item:nth-child(3) {
  -webkit-animation: animation_fade 1s ease .4s 1 normal forwards;
          animation: animation_fade 1s ease .4s 1 normal forwards;
}

.productlink.isStart.productslist__item:nth-child(4) {
  -webkit-animation: animation_fade 1s ease .6s 1 normal forwards;
          animation: animation_fade 1s ease .6s 1 normal forwards;
}

.producttype {
  margin-top: 8rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: inset 2px 2px 5px #bdbdbd, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #bdbdbd, inset -5px -5px 10px #fff;
}

@media screen and (min-width: 768px), print {
  .producttype {
    padding: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .producttype {
    padding: 2rem 1.5rem;
  }
}

.producttype__title {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 0 #fff;
}

.producttype__title span {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}

.producttype__copy {
  font-weight: bold;
  color: #0073A0;
  text-align: center;
  margin-bottom: 2rem;
}

.producttype__center {
  text-align: center;
}

.producttype__button {
  margin: 2rem auto 0;
}

.producttype.isStart {
  -webkit-animation: animation_fade 1s ease 0s 1 normal forwards;
          animation: animation_fade 1s ease 0s 1 normal forwards;
}

/*
#products{
	section{
		h3{
			font-weight:bold;
			font-size:2.4rem;
		}
		section{
			h4{
				font-weight: bold;
				font-size:2rem;
			}
			strong{
				font-weight: bold;
				color:map-get($color, main);
			}
		}
	}
}
*/
.card {
  margin-top: 4rem;
}

@media screen and (min-width: 768px), print {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 768px), print {
  .card__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px), print {
  .card__item + .card__item {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .card__item + .card__item {
    margin-top: 2rem;
  }
}

.productcard {
  height: 100%;
  border-radius: .8rem;
  -webkit-box-shadow: -5px -5px 10px #fff, 5px 5px 10px #bdbdbd;
          box-shadow: -5px -5px 10px #fff, 5px 5px 10px #bdbdbd;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .productcard {
    padding: 2.5rem 5rem 10rem;
  }
}

@media screen and (max-width: 767px) {
  .productcard {
    padding: 2.5rem 2rem 10rem;
  }
}

@media screen and (min-width: 768px), print {
  .productcard--mbsmall {
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .productcard--mbsmall {
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .productcard--photo {
    padding-top: 10.5rem;
    height: calc(100% - 12rem);
    margin-top: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .productcard--photo {
    padding-top: 7.5rem;
    height: calc(100% - 10rem);
    margin-top: 10rem;
  }
}

.productcard--photo2::before {
  content: "";
  display: block;
  width: 15px;
  height: 70px;
  background: #f5f5f5;
  position: absolute;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
}

.productcard__photo {
  position: absolute;
  top: 0rem;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  -webkit-box-shadow: inset 2px 2px 5px #bdbdbd, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #bdbdbd, inset -5px -5px 10px #fff;
  background: #f5f5f5;
  padding: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .productcard__photo {
    width: 18.6rem;
  }
}

@media screen and (max-width: 767px) {
  .productcard__photo {
    width: 14rem;
  }
}

.productcard__photo--left {
  -webkit-transform: translate(-96%, -50%);
          transform: translate(-96%, -50%);
}

.productcard__photo--right {
  -webkit-transform: translate(-4%, -50%);
          transform: translate(-4%, -50%);
}

.productcard__photo span {
  border-radius: 50%;
  position: relative;
  display: block;
  overflow: hidden;
}

.productcard__photo span::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.productcard__photo img {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px), print {
  .productcard__frimg {
    float: right;
    margin-left: 2rem;
    width: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .productcard__frimg {
    display: block;
    max-width: 100%;
    width: 400px;
    margin: 1rem auto 2rem;
  }
}

.productcard__title {
  margin-bottom: .5rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  .productcard__title {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.productcard__title span {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .productcard__title span {
    width: 18.6rem;
  }
}

@media screen and (max-width: 767px) {
  .productcard__title span {
    width: 14rem;
  }
}

.productcard__title--mt {
  margin-top: 3rem;
}

.productcard__head {
  font-weight: bold;
  color: #0073A0;
  margin-bottom: 1rem;
  margin-top: 4rem;
  font-size: 1.8rem;
}

.productcard__copy {
  font-weight: bold;
  color: #0073A0;
  text-align: center;
  margin-bottom: 2rem;
}

.productcard__button {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.productcard__centerimg {
  display: block;
  margin: 4rem auto 0;
  max-width: 100%;
}

.productcard.isStart.productcard--order1 {
  -webkit-animation: animation_fade 1s ease 0s 1 normal forwards;
          animation: animation_fade 1s ease 0s 1 normal forwards;
}

.productcard.isStart.productcard--order2 {
  -webkit-animation: animation_fade 1s ease .2s 1 normal forwards;
          animation: animation_fade 1s ease .2s 1 normal forwards;
}

.productcard.isStart.productcard--order3 {
  -webkit-animation: animation_fade 1s ease .4s 1 normal forwards;
          animation: animation_fade 1s ease .4s 1 normal forwards;
}

.steplist {
  margin: 4rem 0 3rem;
}

@media screen and (min-width: 768px), print {
  .steplist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .steplist {
    margin-right: -1rem;
  }
}

.steplist li {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .steplist li {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .steplist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px), print {
  .steplist li:not(:last-child) {
    margin-right: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .steplist li:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.steplist li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

@media screen and (min-width: 768px), print {
  .steplist li:not(:last-child)::before {
    border-left: 8px solid #0073A0;
    right: -5rem;
    top: 7.6rem;
    -webkit-transform: translateY(-50%) scaleX(1.5);
            transform: translateY(-50%) scaleX(1.5);
  }
}

@media screen and (max-width: 767px) {
  .steplist li:not(:last-child)::before {
    border-top: 8px solid #0073A0;
    left: 50%;
    bottom: -4rem;
    -webkit-transform: translateX(-50%) scaleY(1.5);
            transform: translateX(-50%) scaleY(1.5);
  }
}

.steplist li:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  background: #0073A0;
}

@media screen and (min-width: 768px), print {
  .steplist li:not(:last-child)::after {
    width: 3rem;
    height: 4px;
    right: -4rem;
    top: 7.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .steplist li:not(:last-child)::after {
    width: 4px;
    height: 2rem;
    left: 50%;
    bottom: -3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.steplist__imgblock {
  max-width: 100%;
  overflow: hidden;
  border-radius: 50%;
  width: 150px;
  position: relative;
}

.steplist__imgblock::before {
  position: relative;
  border-radius: 50%;
  z-index: 2;
  content: "";
  display: block;
  padding-top: 100%;
  -webkit-box-shadow: inset 2px 2px 5px #bdbdbd;
          box-shadow: inset 2px 2px 5px #bdbdbd;
}

@media screen and (max-width: 767px) {
  .steplist__imgblock {
    width: 25%;
    max-width: 20rem;
    margin-right: 1rem;
  }
}

.steplist__imgblock img {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.steplist__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.steplist em {
  margin-top: .5rem;
  display: block;
  font-weight: bold;
}

.steplist span {
  margin-top: .5rem;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.qualitylist {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px), print {
  .qualitylist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .qualitylist li {
    text-align: center;
  }
}

.qualitylist li + li {
  margin-top: 2rem;
}

.qualitylist img {
  display: block;
  width: 20rem;
}

@media screen and (min-width: 768px), print {
  .qualitylist img {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .qualitylist img {
    margin-bottom: 1rem;
    margin: 0 auto;
  }
}

.logoblock {
  margin: 4rem auto 6rem;
  max-width: 60rem;
}

.logoblock__title {
  font-weight: bold;
  color: #0073A0;
}

.logolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logolist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .logolist__item {
    width: 16.4rem;
  }
}

@media screen and (max-width: 767px) {
  .logolist__item {
    width: 47%;
    margin-bottom: 1rem;
    max-width: 16.4rem;
  }
}

.logolist__img {
  max-width: 100%;
  width: 100%;
}

.therminsblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.therminsblock__img {
  max-width: 100%;
}

@media screen and (min-width: 768px), print {
  .therminsblock__eximg {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .therminsblock__eximg {
    max-width: 26rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .therminsblock__list {
    width: calc(60% - 3rem);
    margin-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .therminsblock__list {
    margin-top: 2rem;
  }
}

.therminsblock__result {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (min-width: 768px), print {
  .therminsblock__result {
    padding-left: calc(40% + 3rem + 1em);
    background: url(../images/top/thermins_result.png) no-repeat left center;
    background-size: 40%;
    min-height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*
.therminsresult{
	@media screen and (min-width: 768px), print{ display:flex; align-items: center; }
		 
	&__imgblock{
		@media screen and (max-width: 767px){
			max-width:26rem;
			margin:0 auto;
		}
		@media screen and (min-width: 768px), print{
			width:40%;

		}
	}
	&__img{
		max-width:100%;
	}
	&__text{
		@media screen and (min-width: 768px), print{
			width:calc(60% - 5rem);
			margin-left:5rem;
		}
		display:flex;
		flex-flow:column nowrap;
		justify-content: space-around;
	}
}
*/
.therminstext {
  margin: 1rem 0;
}

@media screen and (max-width: 767px) {
  .therminstext {
    padding-left: 6rem;
    background: no-repeat left center;
    background-size: 5rem 5rem;
    border-radius: 8px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .therminstext--above {
    /* background:#f4e0e1; */
    background-image: url(../images/top/thermins_above.png);
  }
}

@media screen and (max-width: 767px) {
  .therminstext--normal {
    /* background:#e7969c; */
    background-image: url(../images/top/thermins_normal.png);
  }
}

@media screen and (max-width: 767px) {
  .therminstext--below {
    /* background:#e14342; */
    background-image: url(../images/top/thermins_below.png);
  }
}

@media screen and (min-width: 768px), print {
  .therminstext__title {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px), print {
  .therminstext__title--above {
    color: #ffc6a0;
  }
}

@media screen and (min-width: 768px), print {
  .therminstext__title--normal {
    color: #ef9da2;
  }
}

@media screen and (min-width: 768px), print {
  .therminstext__title--below {
    color: #e94446;
  }
}

.blockcenter {
  text-align: center;
}

.blockcenter .blockcenter__left {
  display: inline-block;
  text-align: left;
}

.dotlist li {
  text-indent: -1em;
  padding-left: 1em;
}

.dotlist li::before {
  text-indent: 0;
  content: "・";
  color: #0073A0;
}

.dotlist--white li::before {
  color: #fff;
}

.services {
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 12px 12px 20px #bdbdbd, -12px -12px 20px #fff;
          box-shadow: 12px 12px 20px #bdbdbd, -12px -12px 20px #fff;
}

.services h2::after {
  background: #fff;
}

.services .container {
  position: relative;
  z-index: 2;
}

.services__subhead {
  margin-top: 8rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .services__subhead {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .services__subhead {
    font-size: 2rem;
  }
}

.services__project {
  margin-top: 6rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .services__project {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .services__project {
    font-size: 1.8rem;
  }
}

.services::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 0, 137, 0.99);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 137, 0.99)), to(rgba(0, 115, 160, 0.99)));
  background: linear-gradient(to bottom, rgba(2, 0, 137, 0.99) 0%, rgba(0, 115, 160, 0.99) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.services.isStart {
  -webkit-animation: animation_fade 1s ease 0s 1 normal forwards;
          animation: animation_fade 1s ease 0s 1 normal forwards;
}

.services.isStart .services__subhead {
  -webkit-animation: animation_fadecross 1s ease .2s 1 normal forwards;
          animation: animation_fadecross 1s ease .2s 1 normal forwards;
}

.services.isStart .services__intro {
  -webkit-animation: animation_fadecross 1s ease .4s 1 normal forwards;
          animation: animation_fadecross 1s ease .4s 1 normal forwards;
}

.services.isStart .services__project {
  -webkit-animation: animation_fadecross 1s ease .6s 1 normal forwards;
          animation: animation_fadecross 1s ease .6s 1 normal forwards;
}

.services.isStart li:nth-child(1) {
  -webkit-animation: animation_fadecross .5s ease .8s 1 normal forwards;
          animation: animation_fadecross .5s ease .8s 1 normal forwards;
}

.services.isStart li:nth-child(2) {
  -webkit-animation: animation_fadecross .5s ease .9s 1 normal forwards;
          animation: animation_fadecross .5s ease .9s 1 normal forwards;
}

.services.isStart li:nth-child(3) {
  -webkit-animation: animation_fadecross .5s ease 1.0s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.0s 1 normal forwards;
}

.services.isStart li:nth-child(4) {
  -webkit-animation: animation_fadecross .5s ease 1.1s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.1s 1 normal forwards;
}

.services.isStart li:nth-child(5) {
  -webkit-animation: animation_fadecross .5s ease 1.2s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.2s 1 normal forwards;
}

.services.isStart li:nth-child(6) {
  -webkit-animation: animation_fadecross .5s ease 1.3s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.3s 1 normal forwards;
}

.services.isStart li:nth-child(7) {
  -webkit-animation: animation_fadecross .5s ease 1.4s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.4s 1 normal forwards;
}

.services.isStart li:nth-child(8) {
  -webkit-animation: animation_fadecross .5s ease 1.5s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.5s 1 normal forwards;
}

.services.isStart li:nth-child(9) {
  -webkit-animation: animation_fadecross .5s ease 1.6s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.6s 1 normal forwards;
}

.services.isStart li:nth-child(10) {
  -webkit-animation: animation_fadecross .5s ease 1.7s 1 normal forwards;
          animation: animation_fadecross .5s ease 1.7s 1 normal forwards;
}

.servicelink {
  margin-top: 80px;
  position: relative;
  z-index: 5;
  background: transparent;
  color: #fff;
  text-shadow: 1px 1px 0 #192b3d;
  text-align: center;
  -webkit-box-shadow: -5px -5px 20px rgba(255, 255, 255, 0.2), 5px 5px 20px rgba(0, 0, 0, 0.4);
          box-shadow: -5px -5px 20px rgba(255, 255, 255, 0.2), 5px 5px 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
  text-decoration: none;
}

.servicelink:focus, .servicelink:hover {
  color: #fff;
  -webkit-box-shadow: -2px -2px 5px rgba(255, 255, 255, 0.2), 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: -2px -2px 5px rgba(255, 255, 255, 0.2), 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.servicelink:active {
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4), inset -1px -1px 2px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4), inset -1px -1px 2px rgba(255, 255, 255, 0.2);
}

.contact {
  display: block;
  margin: 0 auto 16px;
  max-width: 720px;
  padding: 0 20px;
}

.contact label {
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
}

.contact dt {
  font-weight: bold;
}

.contact dt.--required::after {
  content: "*";
  color: #d37676;
}

.contact dd {
  margin-bottom: 30px;
}

.contact dd.--multiple label {
  width: calc(50% - 16px);
  margin-right: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.contact dd.--multiple label input {
  width: 100%;
}

.contact dd.--zipcode .zip {
  width: calc(3em + 32px);
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.contact dd.--zipcode .zip1 {
  width: calc(4em + 32px);
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.map {
  position: relative;
}

.map::before {
  content: "";
  display: block;
  padding-top: 400px;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
}

.map iframe:hover {
  -webkit-filter: none;
  filter: none;
}

.sns {
  padding-top: 60px;
}

.snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.snslist__item {
  margin: 0 20px;
}

.snslink {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: -5px -5px 20px #fff, 5px 5px 20px #bdbdbd;
          box-shadow: -5px -5px 20px #fff, 5px 5px 20px #bdbdbd;
  font-size: 3rem;
  text-align: center;
  color: #192b3d;
  -webkit-transition: color .2s, -webkit-box-shadow .2s;
  transition: color .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, color .2s;
  transition: box-shadow .2s, color .2s, -webkit-box-shadow .2s;
}

.snslink--twitter:focus, .snslink--twitter:hover {
  color: #1DA1F2;
}

.snslink--facebook:focus, .snslink--facebook:hover {
  color: #1877f2;
}

.snslink--instagram:focus, .snslink--instagram:hover {
  color: #D93177;
}

.snslink i {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.snslink:focus, .snslink:hover {
  -webkit-box-shadow: -2px -2px 5px #fff, 2px 2px 5px #bdbdbd;
          box-shadow: -2px -2px 5px #fff, 2px 2px 5px #bdbdbd;
}

.snslink:active {
  -webkit-box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
          box-shadow: inset 1px 1px 2px #bdbdbd, inset -1px -1px 2px #fff;
}
/*# sourceMappingURL=theme.css.map */