@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Titillium+Web:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.shadow {
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
}

.shadow--light {
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.mb40 {
  margin-bottom: 40px;
}

.font__titillium {
  font-family: "Titillium Web", sans-serif;
}

.title__default {
  margin-bottom: 40px;
}

.title__default--english {
  color: #005093;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}

@media screen and (max-width: 828px) {
  .title__default--english {
    font-size: 50px;
  }
}

.title__default h1,
.title__default h2,
.title__default h3 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 828px) {
  .title__default h1,
  .title__default h2,
  .title__default h3 {
    font-size: 22px;
  }
}

.in_block{
  display: inline-block;
}

@media screen and (max-width: 828px) {
  .sp_inblock{
    display: inline-block;
  }
}

.title__catch {
  font-size: 20px;
  color: #005093;
  font-weight: bold;
  margin-bottom: 30px;
}

.title__catch > * {
  font-size: 20px;
}

.title__page {
  background: white;
  width: 100%;
  max-width: 700px;
  padding: 40px 0;
  margin: 0 auto 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title__page + * {
  margin-top: -95px;
}

@media screen and (max-width: 512px) {
  .title__default--english {
    font-size: 40px;
  }
  .title__catch br {
    display: none;
  }
  .title__page {
    width: 75%;
  }
}

.text__sign {
  color: #005093;
  font-size: 20px;
  margin-top: 1em;
}

.text__sign--name {
  font-size: 28px;
}

.text__default p {
  line-height: 2.5;
}
.text__default--left{
  text-align: left;
}

.button__default a {
  display: inline-block;
  background: #005093;
  color: white;
  font-size: 16px;
  padding: 22px 0;
  width: 265px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  border: 1px solid #005093;
}

.button__default a:hover {
  background: white;
  color: #005093;
  opacity: 1;
}
.footer__button.button__default a:hover::before{
  background: url(../../../uploads/2022/02/ico_recruit_blue.png) 50% 50% no-repeat;
}

.button__default--white a {
  background: white;
  border: 1px solid #005093;
  color: #005093;
}

.button__default--white a:hover {
  opacity: 1;
  background: #005093;
  color: white;
}

.button__default--white.button__icon a::after {
  background-image: url(../../../uploads/2022/02/ico_arrow_blue.png);
}

.button__default--white.button__icon a:hover::after {
  background-image: url(../../../uploads/2022/02/Icon-ionic-ios-arrow-dropright-circle.png);
}

.button__icon a::after {
  content: "";
  background: url(../../../uploads/2022/02/Icon-ionic-ios-arrow-dropright-circle.png) 50% 50% no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button__icon a:hover::after {
  background-image: url(../../../uploads/2022/02/ico_arrow_blue.png);
}

.menu__default ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 80px -6px 0;
  padding-bottom: 22px;
}
@media screen and (max-width: 512px) {
  .menu__default ul{
    margin: 40px -6px 0;
  }
}

.menu__default ul li {
  width: 100%;
  padding: 0 6px;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu__default ul li a {
  text-decoration: none;
  background: white;
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__default ul li a span {
  display: block;
}

.menu__default ul li a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
}

.menu__default ul li.active a {
  background-color: #005093;
  color: white;
}

.menu__default ul li.active a .menu__default--english {
  color: white;
}

.menu__default ul li.active a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 20px 0 20px;
  border-color: #005093 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu__default--english {
  font-size: 20px;
  color: #005093;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .menu__default ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }
  .menu__default ul > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .menu__default ul li a {
    padding: 15px 0;
  }
  .menu__default ul li.active a::after {
    display: none;
  }
}

@media screen and (min-width: 513px) and (max-width: 1200px) {
  .menu__default ul {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.header {
  background: #eff0f2;
}

.header > .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  padding: 0px 30px;
}

.header__logo a {
  display: inline-block;
}

.header__logo a img {
  max-width: 430px;
  height: auto;
}

.header__button {
  margin-left: 45px;
}

.header__button a {
  display: block;
  color: white;
  background: #005093;
  font-size: 16px;
  text-decoration: none;
  padding: 40px 45px;
  font-weight: bold;
}

.header__button a::before {
  content: "";
  background: url(../../../uploads/2022/02/ico_mail_white.png) 50% 50% no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .header__button a{
    display: none;
  }
}
.header__menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 15px 0;
  }
  .header__button {
    display: none;
  }
  .header__logo {
    padding: 0px 15px;
  }
  .header__logo a img {
    max-width: 50vw;
  }
}
@media screen and (max-width: 828px) {
  .header__logo a img {
    max-width: 80vw;
  }
}

.cta {
  background: #005093;
  color: white;
  padding: 80px 0;
}
@media screen and (max-width: 512px) {
  .cta{
    padding: 40px 0;
  }
}
.cta .title__default--english {
  color: white;
}

.cta__buttons {
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta__button {
  padding: 0 20px;
}

.cta__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 325px;
  height: 100%;
  border: 2px solid white;
  text-align: center;
  color: white;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}

.cta__button--phone a {
  font-size: 28px;
  font-weight: bold;
}

.cta__button--phone a::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../../../uploads/2022/02/ico_phone_white.png) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

.cta__button--mail a {
  font-size: 20px;
  font-weight: bold;
}

.cta__button--mail a::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../../../uploads/2022/02/ico_mail_white-1.png) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media screen and (max-width: 512px) {
  .cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta__buttons > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cta__button + .cta__button {
    margin-top: 15px;
  }
  .cta__button--phone, .cta__button--mail {
    text-align: center;
  }
  .cta__button--phone a, .cta__button--mail a {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 77px;
  }
}

.footer {
  background: #eff0f2;
  padding: 55px 0 0px;
}
@media screen and (max-width: 512px) {
  .footer{
    padding: 50px 0 0px;
  }
}

.footer > .container > .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__detail{
  font-size: 1.4rem;
  font-weight: bold;
  color: #005093;
}

@media screen and (max-width: 1200px) {
  .footer > .container > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer > .container > .columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.footer__logo {
  max-width: 510px;
  margin-bottom: 20px;
}

.footer__logo img {
  max-width: 100%;
  height: auto;
}

.footer__address {
  margin-bottom: 35px;
}
@media screen and (max-width: 512px) {
  .footer__address {
    margin-bottom: 20px;
  }
}
.footer__address address {
  font-style: normal;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .footer__address address {
    text-align: center;
  }
  .footer__button.button__default{
    text-align: center;
  }
}


.footer__button.button__default a {
  width: 300px;
}

.footer__button.button__default a::before {
  content: "";
  display: inline-block;
  background: url(../../../uploads/2022/02/ico_recruit_white.png) 50% 50% no-repeat;
  background-size: contain;
  width: 38px;
  height: 28px;
  margin-right: 1em;
  vertical-align: middle;
}

.footer__right {
  max-width: 52%;
  -webkit-flex-basis: 52%;
      -ms-flex-preferred-size: 52%;
          flex-basis: 52%;
}

@media screen and (max-width: 1200px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__right {
    margin-top: 50px;
  }
}

.home__visual {
  width: 100%;
  height: 48.4375vw;
  position: relative;
  overflow: hidden;
}

/* @media screen and (min-width: 829px) and (max-width: 1200px) {
  .home__visual {
    height: 130vw;
  }
} */

@media screen and (max-width: 828px) {
  .home__visual {
    height: 123vw;
  }
}

.home__visual .scroll {
  position: absolute;
  left: 60px;
  top: 70vh;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 14px;
}

@media screen and (min-width: 829px) and (max-width: 1200px) {
  .home__visual .scroll{
    top: 45vh;
    left: 40px;
  }
}

@media screen and (max-width: 828px) {
  .home__visual .scroll {
    left: 0px;
    top: 100vw;
  }
}

.home__visual .scroll a {
  text-decoration: none;
  color: white;
}

.home__visual .scroll a::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 1px);
  left: calc(100% + 5px);
  width: 100px;
  height: 1px;
  background: #fff;
  -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  70%,
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  70%,
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}

.home__visual--video {
  position: absolute;
  width: 78.25%;
  right: 0;
  top: 0;
}

.home__visual--video video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 828px) {
  .home__visual--video {
    width: 86.93%;
    padding-top: 103.06%;
    overflow: hidden;
  }
  .home__visual--video video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.home__visual--lead {
  position: absolute;
  left: 8%;
  bottom: calc(48.4375vw - 44.015vw);
  z-index: 3;
  color: white;
}

@media screen and (max-width: 1200px) {
  .home__visual--lead {
    left: 10vw;
  }
}

@media screen and (min-width: 512px) and (max-width: 1200px) {
  .home__visual--lead {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    left: 22vw;
    bottom: 10vw;
  }
}
@media screen and (max-width: 828px) {
  .home__visual--lead {
      bottom: 14vw;
  }
}
@media screen and (max-width: 415px) {
  .home__visual--lead {
    left: 10vw;
    bottom: 35px;
  }
}

.home__visual--lead p {
  font-size: 35px;
  line-height: 1.6;
  letter-spacing: 8px;
}

@media screen and (max-width: 1200px) {
  .home__visual--lead p {
    font-size: 22px;
  }
}
@media screen and (max-width: 418px) {
  .home__visual--lead p{
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.home__visual--catch {
  font-size: 113px;
  font-weight: bold;
  letter-spacing: 8px;
  line-height: 1;
  margin-bottom: -0.3em;
}

@media screen and (max-width: 1200px) {
  .home__visual--catch {
    font-size: 50px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 415px) {
  .home__visual--catch{
    font-size: 35px;
  }
} 

.home__visual::after {
  content: "";
  width: 100%;
  height: 89.03%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#005093), to(#00284a));
  background: -webkit-linear-gradient(left, #005093 0%, #00284a 100%);
  background: linear-gradient(to right, #005093 0%, #00284a 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .home__visual::after {
    height: 85.62%;
  }
}

.home__strength {
  background: #eff0f2;
  padding-bottom: 130px;
}
@media screen and (max-width: 415px) {
  .home__strength{
    padding-bottom: 80px;
  }
}
.home__strength > .columns {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .home__strength > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home__strength > .columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.home__strength--content {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  background: white;
  padding: 75px 0 100px;
  padding-right: calc((100vw - 1200px) / 2);
  padding-left: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .home__strength--content {
    padding: 50px 20px 40px;
    text-align: center;
  }
  .home__strength--content .text__default {
    text-align: left;
  }
}

.home__strength .text__default p {
  line-height: 2.5;
}

.home__strength .button__default {
  margin-top: 30px;
}

.home__strength--image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% + 140px);
}

@media screen and (max-width: 1200px) {
  .home__strength--image {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}

.home__works {
  padding-bottom: 80px;
  position: relative;
}

.home__works .title__default,
.home__works .container {
  position: relative;
  z-index: 3;
}

.home__works::after {
  content: "";
  background: white;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.home__works .title__default--english {
  margin-top: -0.5em;
}

.home__works--columns {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

.home__works--column {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  padding: 10px 10px;
}

.home__works--column a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 44.06%;
}

.home__works--column a:hover {
  opacity: 1;
}

.home__works--column a:hover .home__works--image img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.home__works--image {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home__works--image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 10s;
  transition: all 10s;
}

.home__works--name {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
}

.home__works--name span {
  font-size: 18px;
  display: block;
}

.home__works--name::after {
  content: "";
  background: url(../../../uploads/2022/02/Icon-ionic-ios-arrow-dropright-circle.png) 50% 50% no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px auto 0;
}

.home__works .button__default {
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .home__works {
    position: relative;
    padding-bottom: 50px;
  }
  .home__works::after {
    height: calc(100% - 25px) !important;
  }
  .home__works .container {
    padding-left: 0;
    padding-right: 0;
    z-index: 5;
  }
  .home__works--columns {
    display: block;
  }
  .home__works--columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .home__works .button__default {
    margin-top: 50px;
  }
  .home__works::after {
    content: "";
    width: 100%;
    height: calc(100% - 70px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: inherit;
    background: white;
  }
  .home__works .title__default {
    position: relative;
    z-index: 5;
  }
}

.home__products {
  padding: 80px 0;
  background: #eff0f2;
}

.home__products .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home__products .title__default a {
  text-decoration: none;
}

.home__products .title__default a h2 {
  display: block;
}

.home__products .title__default a h2::after {
  width: 25px;
  height: 23px;
  content: "";
  display: inline-block;
  background: url(../../../uploads/2022/02/ico_externallink_black_big.png) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
}

@media screen and (max-width: 1200px) {
  .home__products {
    padding: 50px 0;
  }
  .home__products .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home__products .title__default {
    text-align: center;
  }
  .home__products .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__products .columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .home__products--content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 828px) {
  .home__products--content p {
    text-align: center;
  }
}

.home__products p {
  font-weight: bold;
}

.home__products--button {
  max-width: 750px;
  -webkit-flex-basis: 750px;
      -ms-flex-preferred-size: 750px;
          flex-basis: 750px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__products--button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../../../uploads/2022/02/img_home6.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.home__products--button a > div {
  max-width: 340px;
  -webkit-flex-basis: 340px;
      -ms-flex-preferred-size: 340px;
          flex-basis: 340px;
  margin-right: 55px;
}

.home__products--button a > div span {
  display: block;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -1px;
  white-space: nowrap;
}

.home__products--button a > div span::after {
  content: "";
  display: inline-block;
  background: url(../../../uploads/2022/02/ico_externallink_white_big.png) 50% 50% no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  vertical-align: middle;
  margin-left: 0.25em;
}

@media screen and (max-width: 1200px) {
  .home__products--button a {
    margin-top: 35px;
    background-image: url(../../../uploads/2022/02/img_home6_sp.jpg);
    padding: 45px 0;
    text-align: center;
  }
  .home__products--button a > div {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0;
  }
  .home__products--button a > div span {
    font-size: 30px;
  }
}

.home__others {
  padding: 80px 0;
  background-size: auto 490px;
  position: relative;
}

.home__others .container {
  position: relative;
  z-index: 3;
}

.home__others::after {
  content: "";
  display: block;
  width: 100%;
  height: 490px;
  background: #eff0f2 url(../../../uploads/2022/02/bg_home1-scaled.jpg) 50% 0% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 415px) {
  .home__others::after{
    background: #eff0f2 url(../../../uploads/2022/02/sp_bg_home1.jpg) 50% 0% no-repeat;
    background-size: cover;
  }
}

.home__others--columns {
  margin: 0 -50px;
}

.home__others--column {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  padding: 0 50px;
}

.home__others--column a {
  text-decoration: none;
}

.home__others--column a * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home__others--column a:hover {
  opacity: 1;
}

.home__others--column a:hover .title__default,
.home__others--column a:hover .home__others--text {
  opacity: 0.6;
}

.home__others--column .title__default * {
  color: white;
}

.home__others--image{
  overflow: hidden;
}

.home__others--image img {
  max-width: 100%;
  height: auto;
  transition: all 10s;
}

.home__others--column a:hover .home__others--image img{
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.home__others--text {
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 50px;
}

@media screen and (min-width: 512px) and (max-width: 1200px) {
  .home__others--column {
    padding: 0 15px;
  }
  .home__others--text p {
    text-align: left;
  }
}

@media screen and (max-width: 512px) {
  .home__others{
      padding: 60px 0;
  }
  .home__others {
    background-size: cover;
  }
  .home__others::after {
    height: 100%;
  }
  .home__others .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__others .columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .home__others--column {
    padding-left: 0;
    padding-right: 0;
  }
  .home__others--column + .home__others--column {
    margin-top: 50px;
  }
}

.home__news {
  background: #eff0f2;
  padding-bottom: 100px;
}

.home__news--list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
}

.home__news--list ul li {
  padding: 20px 0;
  border-bottom: 3px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home__news--list ul li time {
  -webkit-flex-basis: 8em;
      -ms-flex-preferred-size: 8em;
          flex-basis: 8em;
  color: #005093;
  font-weight: bold;
  font-size: 18px;
}

.home__news--list ul li a {
  text-decoration: none;
}

.news__area{
  padding: 80px 0 55px;
}
@media screen and (max-width: 512px) {
  .news__area{
    padding: 40px 0;
  }
}
@media screen and (max-width: 1200px) {
  .home__news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home__news--list ul li {
    display: block;
  }
  .home__news--list ul li > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    display: block;
  }
}

.lower {
  background: #eff0f2;
}

.lower__section {
  padding: 80px 0 55px;
  position: relative;
}

.lower__section .title__catch {
  margin-bottom: 55px;
}
@media screen and (max-width: 512px) {
  .title__catch{
    font-size: 1.8rem;
  }
}
.lower__section::after {
  content: "";
  background: white;
  width: 100%;
  height: calc(100% - 160px);
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

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

.lower__section > .container > .columns {
  margin: 0 -50px;
}

.lower__section > .container > .columns > * {
  padding: 0 50px;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.lower__section > .container > .columns + .text__default {
  margin-top: 40px;
}

.lower__section > .container > .columns.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lower__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.lower + aside {
  margin-top: 100px;
}
@media screen and (max-width: 512px) {
  .lower + aside {
    margin-top: 40px;
  }
}

.lower__iframe {
  margin-top: 80px;
  margin-bottom: 40px;
}

.lower__iframe iframe {
  width: 100%;
}

.lower__content {
  padding-top: 1.25em !important;
}

.lower__content .text__default p {
  line-height: 2.5;
}

@media screen and (max-width: 1200px) {
  .lower__section > .container > .columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .lower__section > .container > .columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .lower__section .title__catch {
    margin-bottom: 35px;
    padding-bottom: 40px;
  }
  .lower__content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 512px) {
  .lower__content {
    margin-top: 20px;
  }
  .lower__section {
    padding-top: 40px;
  }
  .lower__section .title__catch {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}

.black_link::after{
  content: "";
  display: inline-block;
  background: url(../../../uploads/2022/02/ico_externallink_black_big.png) 50% 50% no-repeat;
  width: 18px;
  height: 16px;
  background-size: contain;
  vertical-align: sub;
  margin-left: 10px;
}

.requirement__section {
  background: white;
  margin-top: 80px;
  padding: 70px 0;
}

.requirement__section .button__default {
  margin-top: 80px;
}

.requirement__title {
  -webkit-flex-basis: 280px;
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
  max-width: 280px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.requirement__title h2 {
  font-size: 20px;
}

.requirement__title h2 span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  margin-top: 6px;
}

.requirement__title h2 span::before {
  content: "";
  width: 1.25em;
  height: 0.25em;
  border-top: 1px solid #333333;
  margin-right: 0.25em;
  display: inline-block;
}

.requirement__title--english {
  font-size: 18px;
  color: #005093;
  font-weight: bold;
  margin-bottom: 10px;
}

.requirement__content table {
  width: 100%;
}

.requirement__content table th,
.requirement__content table td {
  background: none;
  border: none;
  border-bottom: 1px solid #dbdbdb !important;
}

.requirement__content table th {
  min-width: 200px;
  color: #005093;
  font-weight: bold;
}

.requirement__text {
  margin-bottom: 40px;
}

.requirement__text p {
  font-weight: bold;
  line-height: 2.5;
}

.requirement__list ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -13px -25pz;
}

.requirement__list ul li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  padding: 0 13px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 230px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 512px) {
  .requirement__list ul li{
    font-size: 1.7rem;
  }
}

.requirement__list ul li > div {
  background: #eff0f2;
  height: 100%;
  position: relative;
}

.requirement__list ul li:nth-of-type(1) .requirement__list--icon img {
  max-width: 70px;
}

.requirement__list ul li:nth-of-type(2) .requirement__list--icon img {
  max-width: 78px;
}

.requirement__list ul li:nth-of-type(3) .requirement__list--icon img {
  max-width: 78px;
}

.requirement__list ul li:nth-of-type(4) .requirement__list--icon img {
  max-width: 97px;
}

.requirement__list ul li:nth-of-type(5) .requirement__list--icon img {
  max-width: 90px;
}

.requirement__list ul li:nth-of-type(6) .requirement__list--icon img {
  max-width: 110px;
}

.requirement__list ul li:nth-of-type(7) .requirement__list--icon img {
  max-width: 98px;
}
.requirement__list ul li:nth-of-type(8) .requirement__list--icon img{
  max-width: 60px;
}

.requirement__list--icon {
  height: 150px;
  position: relative;
}

.requirement__list--icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.requirement__list--name {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.requirement__list--small{
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 415px) {
  .requirement__list--small{
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .requirement__section {
    margin-top: 25px;
    padding: 50px 0;
  }
  .requirement__section .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .requirement__section .columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .requirement__title {
    text-align: center;
  }
  .requirement__title h2 span::before {
    display: none;
  }
  .requirement__content {
    margin-top: 50px;
    padding-left: 0;
  }
  .requirement__content table th,
  .requirement__content table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .requirement__content table th {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  .requirement__content table td {
    border-top: none !important;
  }
  .requirement__list--name {
    position: static;
    padding-bottom: 20px;
  }
  .requirement__list .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -5px;
    margin-right: -5px;
  }
  .requirement__list .columns li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 513px) and (max-width: 828px) {
  .requirement__list .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .requirement__list .columns li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    height: auto;
  }
}

.voice__section {
  background: white;
  padding: 0px 0 80px;
  margin-top: 150px;
}

.voice__section .container {
  overflow: visible;
}

.voice__section .columns {
  margin: 0 -50px;
}

.voice__section .columns > * {
  padding: 0 50px;
}

.voice__title {
  background: #005093;
  color: white;
  padding: 35px 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -20px;
}

.voice__title h2 {
  font-size: 24px;
}

.voice__title--person {
  font-size: 18px;
  padding-top: 10px;
  display: block;
}

.voice__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 40px;
}

.voice__content--text p {
  font-size: 16px;
  line-height: 2.5;
}

@media screen and (max-width: 1200px) {
  .voice__title {
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-bottom: 50px;
    text-align: left;
  }
  .voice__title h2 {
    font-size: 20px;
  }
  .voice__section {
    margin-top: 50px;
    padding-top: 20px;
    overflow-x: hidden;
  }
  .voice__section .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice__section .columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.works__list {
  margin-top: 80px;
}

.works__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.works__list ul li {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 0 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.works__list ul li a {
  display: block;
  text-decoration: none;
}

.works__list ul li a:hover {
  opacity: 1;
}

.works__list ul li a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.works__list--image {
  width: 100%;
  padding-top: 65.85%;
  position: relative;
  overflow: hidden;
}

.works__list--image img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 10s;
  transition: all 10s;
}

.works__list--name {
  background: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}

.works__images {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.works__images img {
  max-width: 100%;
  height: auto;
}

.works__slide {
  display: none;
  padding-top: calc((2 / 3) * 100%);
  position: relative;
}

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

.works__thumbnails {
  margin: 20px -10px 0;
}

.works__thumbnail {
  width: 100%;
  padding: 0 10px 0;
}

.works__thumbnail > div {
  width: 100%;
  padding-top: 65.83%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

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

.works__thumbnail.current {
  opacity: 0.6;
}

.works__title {
  background: #005093;
  color: white;
  padding: 10px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__title--name h2, .works__title--tags {
  font-size: 22px;
  font-weight: bold;
}

.works__title--tags {
  border-right: 3px solid white;
  padding-right: 0.5em;
  margin-right: 0.5em;
}

.works__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 50px;
}

.works__content table {
  width: 100%;
}

.works__content table th,
.works__content table td {
  background: none;
  border: none;
  border-bottom: 3px solid white !important;
}

.works__content table th {
  min-width: 80px;
  color: #005093;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .works__list {
    margin-top: 35px;
  }
  .works__list ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .works__list ul li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .works__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works__columns > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .works__content {
    margin-top: 50px;
    padding-left: 0;
  }
  .works__content table th,
  .works__content table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .works__content table th {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  .works__content table td {
    border-top: none !important;
  }
}

#works-single .button__default {
  margin-top: 100px;
}

body {
  background: #eff0f2;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

#gNavi ul li a {
  font-size: 16px;
  font-weight: bold;
}

#gNavi ul li a[target]::after {
  content: "";
  display: inline-block;
  background: url(../../../uploads/2022/02/ico_externallink_black_big.png) 50% 50% no-repeat;
  width: 18px;
  height: 16px;
  background-size: contain;
  vertical-align: sub;
  margin-left: 0.25em;
}

@media screen and (max-width: 1200px) {
  #gNavi ul li a[target]::after {
    background-image: url(../../../uploads/2022/02/ico_externallink_white_big.png);
  }
}

#gNavi ul li + li {
  margin-left: 30px;
}

#menu-footer > li#menu-item-141,
#menu-footer > li#menu-item-138 {
  -webkit-flex-basis: 27%;
      -ms-flex-preferred-size: 27%;
          flex-basis: 27%;
  max-width: 27%;
}
@media screen and (max-width: 1200px) {
#menu-footer > li#menu-item-141,
#menu-footer > li#menu-item-138{
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
}
#menu-footer img{
  position: absolute;
  max-width: 18px;
  height: auto;
  margin-left: 10px;
}

@media screen and (max-width: 415px) {
  #menu-footer img{
    vertical-align: bottom;
    max-width: 15px;
  }
}
#breadcrumbs {
  background: #eff0f2;
  margin-bottom: 0;
  padding-bottom: 300px;
  background-position: 50% 50%;
  background-size: cover;
  color: white;
}

#breadcrumbs a {
  color: white;
}

#copyright {
  background: #333333;
  color: white;
  font-size: 14px;
  padding: 20px 0;
  margin-top: 100px;
}
@media screen and (max-width: 415px) {
  #copyright{
    font-size: 12px;
    padding-bottom: 60px;
  }
}

#news .section01 .news__date {
  color: #005093;
}

#news .section01 .news__title a {
  color: #333333;
}

#news .news__button {
  margin: 80px 0 100px;
}

#privacy-policy dt {
  color: #005093;
}

#menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#menu-footer > li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 24%;
  margin-bottom: 20px;
}

#privacy-policy .title__page {
  margin-bottom: 80px;
}
@media screen and (max-width: 415px) {
  #privacy-policy .title__page{
    margin-bottom: 45px;
  }
}

.footer-nav li + li {
  margin-left: 0;
}

.footer-nav a {
  font-size: 15px;
}

.sub-menu li {
  margin-top: 15px;
  display: list-item;
}

.sub-menu li::before {
  content: "-";
  margin-right: 0.5em;
}

#contact .wrap-form {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

#contact .title__page + * {
  margin-top: 0;
}
@media screen and (max-width: 512px) {
  #contact .title__page + *{
    margin-top: -45px;
  }
}
@media screen and (min-width: 1200px) {
  #contact table td.radio_td{
    padding-top: 25px;
  }
  #contact.confirm table td.radio_td{
    padding-top: 15px;
  }
   
}
#contact input[type="radio"]:checked+.mwform-radio-field-text::after{
  background: #B4B4B7;
  width: 9px;
  height: 9px;
  left: 3px;
}
#contact input[type="radio"]+.mwform-radio-field-text::before{
  border: solid #B4B4B7 1px;
}
@media screen and (min-width: 1201px) {
  #gNavi ul li#menu-item-169,
  #menu-footer li#menu-item-159{
    display: none;
  }
}

@media screen and (max-width: 512px) {
  #breadcrumbs {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 1200px) {
  #menu-footer {
    display: initial;
  }
  #menu-footer li {
    margin-bottom: 0;
  }
  .sub-menu {
    display: none;
  }
  #copyright {
    margin-top: 0;
  }
  #gNavi ul li + li {
    margin-left: 0;
  }
  #gNavi ul li#menu-item-169 a {
    background-color: #005093;
  }
  #header a.menu-trigger {
    top: 15px;
    background: none;
  }
  #header a.menu-trigger span {
    background-color: #005093;
  }
  #header a.menu-trigger.active span {
    background-color: white;
  }
}
@media screen and (max-width: 512px) {
  #header a.menu-trigger{
    top: 7px;
  }
}
/*# sourceMappingURL=customize.css.map */
