@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap");
@import url("//fonts.googleapis.com/css?family=Montserrat:300,400|Playfair+Display:400,400i&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml50 {
  margin-left: 50px;
}

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

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

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

.u-hover:hover {
  opacity: 0.85;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  word-wrap: break-word;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 374px) and (min-width: 320px) {
  html {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  }
}

body {
  min-width: 1180px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

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

a {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #000;
  outline: none;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

a:hover {
  text-decoration-skip-ink: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.breadcrumbBox {
  position: relative;
  height: 1px;
}

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

.breadcrumbBox .breadcrumb {
  position: absolute;
  right: 40px;
  bottom: 20px;
  bottom: 20px;
  margin: 0 0 0 0;
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbBox .breadcrumb li {
  font-size: 12px;
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumbBox .breadcrumb li:after {
  content: '>';
  padding: 0 7px;
  color: #555;
}

.breadcrumbBox .breadcrumb li:last-child:after {
  display: none;
}

.breadcrumbBox .breadcrumb li a {
  text-decoration: none;
  color: gray;
}

.breadcrumbBox .breadcrumb li a:hover {
  text-decoration: underline;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 12vw;
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  header {
    min-width: 1280px;
    height: 90px;
  }
}

header h1 {
  display: table;
  width: 26.66667vw;
  height: 26.66667vw;
}

@media print, screen and (min-width: 768px) {
  header h1 {
    width: 150px;
    height: 150px;
  }
}

header h1 a {
  background: #0a68bf;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 26.66667vw;
  height: 26.66667vw;
}

@media print, screen and (min-width: 768px) {
  header h1 a {
    width: 150px;
    height: 150px;
  }
}

@media print, screen and (min-width: 768px) {
  header h1 a:hover p {
    color: #48525b !important;
  }
}

header h1 a .img {
  width: 18.66667vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  header h1 a .img {
    width: 100px;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  header h1 a .txt {
    padding-left: 9px;
    padding-top: 4px;
  }
}

header h1 a .txt p {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}

header h1 a .txt p.eng {
  font-family: 'Roboto', sans-serif;
  font-size: 2.93333vw;
  line-height: 1;
  padding-top: 0.66667vw;
  padding-bottom: 0.66667vw;
}

@media print, screen and (min-width: 768px) {
  header h1 a .txt p.eng {
    font-size: 16px;
  }
}

header h1 a .txt p.jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.13333vw;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  header h1 a .txt p.jp {
    letter-spacing: -0.08em;
  }
}

@media print, screen and (min-width: 768px) {
  header h1 a .txt p.jp {
    font-size: 10px;
  }
}

header .menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: white;
  -webkit-transition: width .2s;
  -o-transition: width .2s;
  transition: width .2s;
  z-index: 50;
}

@media print, screen and (min-width: 768px) {
  header .menu {
    width: auto;
    height: auto;
    background: none;
  }
}

header .menu nav {
  display: none;
}

@media print, screen and (min-width: 768px) {
  header .menu nav {
    display: table;
  }
}

header .menu.menu--isOpen {
  width: 100%;
}

header .menu.menu--isOpen nav {
  display: table;
}

header .menu.menu--isOpen .menu__button span.menu__lineTop {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .menu.menu--isOpen .menu__button span.menu__lineMiddle {
  opacity: 0;
}

header .menu.menu--isOpen .menu__button span.menu__lineBottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .menu .menu__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 4.66667vw;
  top: 4vw;
  width: 5.33333vw;
  height: 4vw;
}

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

header .menu .menu__button span {
  display: block;
  width: 100%;
  margin: auto;
  height: 2px;
  background-color: #0a68bf;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

header .menu .menu__button span.menu__lineTop {
  -webkit-transform: translateY(-1.73333vw);
  -ms-transform: translateY(-1.73333vw);
  transform: translateY(-1.73333vw);
}

header .menu .menu__button span.menu__lineBottom {
  -webkit-transform: translateY(1.73333vw);
  -ms-transform: translateY(1.73333vw);
  transform: translateY(1.73333vw);
}

#menu-float {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2.13333vw 4.66667vw;
  width: 100%;
  background: #ffffff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1000;
}

#menu-float.on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu-float_inner {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) {
  #menu-float {
    padding: 17px 28px;
    min-width: 1280px;
  }
}

#menu-float .menu-logo {
  display: inline-block;
}

#menu-float .menu-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu-logo a:hover p {
    color: #48525b !important;
  }
}

#menu-float .menu-logo a .img {
  width: 16vw;
  padding-top: 0.66667vw;
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu-logo a .img {
    width: 100px;
    padding-top: 0;
  }
}

#menu-float .menu-logo a .txt {
  padding-left: 1.33333vw;
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu-logo a .txt {
    padding-left: 9px;
    padding-top: 4px;
  }
}

#menu-float .menu-logo a .txt p {
  color: #0a68bf;
}

#menu-float .menu-logo a .txt p.eng {
  font-family: 'Roboto', sans-serif;
  font-size: 2.93333vw;
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu-logo a .txt p.eng {
    font-size: 16px;
  }
}

#menu-float .menu-logo a .txt p.jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.13333vw;
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu-logo a .txt p.jp {
    font-size: 10px;
  }
}

#menu-float .menu_fix {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: white;
  -webkit-transition: width .2s;
  -o-transition: width .2s;
  transition: width .2s;
  z-index: 50;
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu_fix {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    background: none;
  }
}

@media print, screen and (min-width: 1200px) {
  #menu-float .menu_fix {
    position: fixed;
    background: #f00;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    background: none;
  }
}

#menu-float .menu_fix.menu--isOpen {
  width: 100%;
}

#menu-float .menu_fix.menu--isOpen .menu__button_fix span.menu__lineTop {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-float .menu_fix.menu--isOpen .menu__button_fix span.menu__lineMiddle {
  opacity: 0;
}

#menu-float .menu_fix.menu--isOpen .menu__button_fix span.menu__lineBottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu_fix ul {
    width: 900px;
  }
}

#menu-float .menu_fix .menu__button_fix {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: fixed;
  right: 4.66667vw;
  top: 4vw;
  width: 5.33333vw;
  height: 4vw;
}

@media print, screen and (min-width: 768px) {
  #menu-float .menu_fix .menu__button_fix {
    display: none;
  }
}

#menu-float .menu_fix .menu__button_fix span {
  display: block;
  width: 100%;
  margin: auto;
  height: 2px;
  background-color: #0a68bf;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#menu-float .menu_fix .menu__button_fix span.menu__lineTop {
  -webkit-transform: translateY(-1.73333vw);
  -ms-transform: translateY(-1.73333vw);
  transform: translateY(-1.73333vw);
}

#menu-float .menu_fix .menu__button_fix span.menu__lineBottom {
  -webkit-transform: translateY(1.73333vw);
  -ms-transform: translateY(1.73333vw);
  transform: translateY(1.73333vw);
}

@media all and (-ms-high-contrast: none) {
  #menu-float .menu_fix {
    position: absolute;
  }
}

nav {
  display: table;
  width: 100%;
  height: 100vh;
}

@media print, screen and (min-width: 768px) {
  nav {
    padding-top: 33px;
    width: auto;
    height: auto;
  }
}

nav ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  nav ul {
    vertical-align: bottom;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 930px;
    margin-right: 40px;
  }
}

nav ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0a68bf;
  font-size: 5.33333vw;
  line-height: 3;
}

@media print, screen and (min-width: 768px) {
  nav ul li a {
    font-size: 15px;
    line-height: 1;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  nav ul li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0a68bf;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  nav ul li a:hover {
    color: #48525b;
  }
  nav ul li a:hover:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.top header {
  height: 0;
  background: none;
}

footer #footer_wrpper {
  background: #d0d2d5;
  padding: 14.13333vw 9.33333vw 16vw;
  background: url(/assets/common/img/footer_bg_s.png) no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper {
    padding: 75px 0 100px;
    background: url(/assets/common/img/footer_bg.png) no-repeat center top;
    background-size: cover;
  }
}

footer #footer_wrpper h3 {
  color: #002e66;
  font-size: 5.33333vw;
  margin-bottom: 9.33333vw;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

footer #footer_wrpper p {
  color: #002e66;
  font-size: 3.46667vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper p {
    font-size: 15px;
  }
}

footer #footer_wrpper p.catch {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper p.catch {
    margin-bottom: 31px;
  }
}

footer #footer_wrpper p.catch::before {
  content: "";
  position: absolute;
  bottom: -3.46667vw;
  left: 50%;
  width: 13.33333vw;
  margin-left: -6.66667vw;
  height: 1px;
  background: #002e66;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper p.catch::before {
    width: 100px;
    margin-left: -50px;
    bottom: -16px;
  }
}

footer #footer_wrpper p.txt {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 9.33333vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper p.txt {
    margin-bottom: 50px;
    text-align: center;
  }
}

footer #footer_wrpper p.btn {
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  width: 65.6vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper p.btn {
    width: 260px;
  }
}

footer #footer_wrpper p.btn a {
  display: block;
  padding: 5.6vw 0;
  font-size: 4.8vw;
  border: 2px solid #002e66;
  color: #002e66;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper p.btn a {
    padding: 21px 0;
    font-size: 18px;
  }
}

footer #footer_wrpper p.btn a span {
  background: url(/assets/common/img/icon_blank_blue.png) no-repeat right center;
  background-size: 4vw 4vw;
  padding-right: 6.93333vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper p.btn a span {
    background: url(/assets/common/img/icon_blank_blue.png) no-repeat 98% center;
    background-size: 15px 15px;
    padding-right: 26px;
  }
}

@media print, screen and (min-width: 768px) {
  footer #footer_wrpper p.btn a:hover {
    border: 2px solid #002e66;
    background: #002e66;
    color: #ffffff;
  }
  footer #footer_wrpper p.btn a:hover span {
    background: url(/assets/common/img/icon_blank_white.png) no-repeat 98% center;
    background-size: 15px 15px;
  }
}

footer #footer_lower {
  padding: 13.33333vw 0 16vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower {
    padding: 50px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  footer #footer_lower .datasheet {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .datasheet {
    width: 100%;
  }
}

footer #footer_lower .datasheet p {
  color: #0a68bf;
  font-size: 3.2vw;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .datasheet p {
    font-size: 12px;
    text-align: left;
  }
}

footer #footer_lower .datasheet p.name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4vw;
  margin-bottom: 8vw;
  font-weight: bold;
  line-height: 1;
  padding: 2.66667vw 0 2.66667vw 21.33333vw;
  background: url(/assets/common/img/logo_blue.png) no-repeat left center;
  background-size: 18.66667vw 9.33333vw;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .datasheet p.name {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 0 10px 90px;
    background: url(/assets/common/img/logo_blue.png) no-repeat left center;
    background-size: auto 100%;
    font-size: 15px;
  }
}

footer #footer_lower .datasheet p.adress {
  margin-bottom: 8vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .datasheet p.adress {
    margin-bottom: 20px;
  }
}

footer #footer_lower .datasheet ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .datasheet ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 0;
  }
}

footer #footer_lower .datasheet ul li {
  padding: 0 4vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .datasheet ul li {
    padding: 0 30px 0 0;
  }
}

footer #footer_lower .datasheet ul li:first-of-type {
  border-right: 1px solid #0a68bf;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .datasheet ul li:first-of-type {
    border: none;
  }
}

footer #footer_lower .datasheet ul li a {
  color: #0a68bf;
  font-size: 2.93333vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .datasheet ul li a {
    font-size: 11px;
  }
}

footer #footer_lower .datasheet ul li a:hover {
  color: #48525b;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .info {
    width: 100%;
    vertical-align: bottom;
    text-align: right;
  }
}

footer #footer_lower .info p.copyright {
  color: #0a68bf;
  font-size: 2.93333vw;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .info p.copyright {
    font-size: 11px;
    text-align: right;
    line-height: 1;
  }
}

footer #footer_lower .info p.fb {
  width: 9.33333vw;
  margin: 0 auto 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .info p.fb {
    display: inline-block;
    width: 30.5px;
    margin: 0 0 21.5px 0;
  }
}

footer #footer_lower .info p.fb a {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  footer #footer_lower .info p.fb a {
    display: block;
    width: 30.5px;
    height: 30px;
    background: url(/assets/common/img/footer_sns_facebook.png) no-repeat;
    background-size: cover;
  }
}

footer #footer_lower .info p.fb a:hover {
  background: url(/assets/common/img/footer_sns_facebook_o.png) no-repeat;
  background-size: cover;
}

.res-pc {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .res-pc {
    display: inline !important;
  }
}

.res-sp {
  display: inline !important;
}

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

main {
  font-size: 62.5%;
  counter-reset: number 0;
}

@media only screen and (max-width: 374px) and (min-width: 320px) {
  main {
    font-size: calc( 62.5% * ( 640 / 750 ));
  }
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}

#contact-float {
  position: fixed;
  z-index: 10;
  width: 40vw;
  bottom: 6.66667vw;
  right: 4.66667vw;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}

@media print, screen and (min-width: 768px) {
  #contact-float {
    width: 215px;
    -webkit-transform: translateX(245px);
    -ms-transform: translateX(245px);
    transform: translateX(245px);
    bottom: 25px;
    right: 30px;
  }
}

#contact-float a {
  font-family: 'Roboto', sans-serif;
  font-size: 4vw;
  display: block;
  color: #0a68bf;
  background: #f3ea00;
  border-radius: 20px;
  text-align: center;
  padding: 1.33333vw 0;
}

@media print, screen and (min-width: 768px) {
  #contact-float a {
    font-size: 25px;
    padding: 25px 0;
    border-radius: 50px;
  }
}

#contact-float a span {
  background: url(../img/icon_mail.png) no-repeat left center;
  background-size: auto 80%;
  padding: 0 0 0 6.66667vw;
  display: inline-block;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  #contact-float a span {
    padding: 0 0 0 36px;
  }
}

#contact-float.on {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.anim-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.anim-fadeIn.anim-on {
  opacity: 1;
}

.anim-fadeInDown {
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  -o-transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
}

.anim-fadeInDown.anim-on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.anim-fadeInRight {
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  -o-transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
}

.anim-fadeInRight.anim-on {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
