@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #363636;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px;
}

.bg200 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #f0f6fa;
  padding: 30px 0;
}

.bg300 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-top: 150px;
  padding-bottom: 200px;
  margin-top: 110px;
}

@media screen and (max-width: 640px) {
  .bg300 {
    padding-bottom: 150px;
  }
}

.bg400 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
  top: 110px;
}

@media screen and (max-width: 640px) {
  .bg400 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #054577;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

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

#global_header {
  overflow: hidden;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9998;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 8px solid #042c4b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 15px 20px;
}

@media screen and (max-width: 1050px) {
  .header {
    padding: 10px 30px 10px 10px;
  }
}

.header__left {
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__left .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .header__left .header_logo {
    width: 350px;
  }
}

@media screen and (max-width: 1050px) {
  .header__left .header_logo {
    top: -10px;
  }
}

@media screen and (max-width: 1050px) {
  .header__left .header_logo img {
    width: 20%;
  }
}

.header__left .header_logo p, .header__left .header_logo h1 {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  color: #363636;
  position: relative;
  left: -10px;
}

@media screen and (max-width: 1050px) {
  .header__left .header_logo p, .header__left .header_logo h1 {
    font-size: 2.2rem;
    left: -5px;
  }
}

.header__left:hover p {
  opacity: 0.8;
}

.header__left:hover img {
  opacity: 0.8;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1050px) {
  .header__right {
    right: 30px;
  }
}

.header__right img {
  width: 160px;
}

@media screen and (max-width: 1200px) {
  .header__right img {
    width: 155px;
  }
}

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

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__contact .tel {
  color: #363636;
  font-size: 2.3rem !important;
  font-weight: 500;
  position: relative;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__contact .tel::before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Pro";
  color: #042c4b;
  position: absolute;
  top: 52%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.header__contact .tel:hover {
  opacity: 0.6;
}

.header__contact .fax {
  font-size: 2.3rem;
  font-weight: 500;
  margin-left: 50px;
  position: relative;
  line-height: 1;
}

.header__contact .fax::before {
  content: "\f1ac";
  font-family: "Font Awesome 5 Pro";
  color: #042c4b;
  position: absolute;
  top: 52%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.header__info {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
  padding-top: 7px;
}

.header__info span {
  padding-left: 10px;
}

.header__mail {
  margin-left: 15px;
}

.header__mail a {
  color: white;
  font-size: 1.8rem;
  display: block;
  width: 230px;
  height: 65px;
  text-align: center;
  background-color: #054577;
  padding-top: 12px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1050px) {
  .header__mail a {
    background-color: transparent;
    width: 50px;
    height: 50px;
  }
}

.header__mail a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  font-weight: 300;
  top: 46%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 2;
}

@media screen and (max-width: 1050px) {
  .header__mail a::before {
    display: none;
  }
}

.header__mail a::after {
  display: none;
}

@media screen and (max-width: 1050px) {
  .header__mail a::after {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    color: #054577;
    position: absolute;
    font-weight: 300;
    top: 61%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 4rem;
    font-weight: 900;
  }
}

@media screen and (max-width: 1050px) {
  .header__mail a span {
    display: none;
  }
}

.header__mail a:hover {
  background-color: #0b6cb6;
}

@media screen and (max-width: 1050px) {
  .header__mail a:hover {
    background-color: transparent;
  }
  .header__mail a:hover::after {
    opacity: 0.8;
  }
}

.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  padding: 20px 0 20px 0;
  margin: auto;
}

@media screen and (max-width: 1260px) {
  .header__nav > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 750px;
  }
}

@media screen and (max-width: 1050px) {
  .header__nav > ul {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .header__nav > ul li {
    width: 25%;
  }
}

.header__nav > ul li a {
  display: block;
  color: #363636;
  position: relative;
  padding-top: 7px;
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 160px;
  height: 50px;
  text-align: center;
  border: 2px solid #363636;
  margin: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #363636;
  position: absolute;
  top: 51%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.header__nav > ul li a:hover {
  background-color: #054577;
  color: white;
  border: 2px solid #054577;
}

.header__nav > ul li a:hover::before {
  color: white;
}

.header__contact2 {
  display: none;
  background-color: #f6f6f6;
  padding: 10px;
}

@media screen and (max-width: 1050px) {
  .header__contact2 {
    display: block;
  }
}

.header__contact2 .tel, .header__contact2 .fax {
  font-size: 2.2rem;
  position: relative;
  line-height: 1.6;
}

.header__contact2 .tel::before, .header__contact2 .fax::before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Pro";
  color: #042c4b;
  position: absolute;
  top: 52%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2.6rem;
}

.header__contact2 .fax {
  width: 170px;
  margin: auto;
}

.header__contact2 .fax::before {
  content: "\f1ac";
  font-family: "Font Awesome 5 Pro";
  color: #042c4b;
  position: absolute;
  top: 52%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2.4rem;
}

.header__info2 {
  display: none;
}

@media screen and (max-width: 1050px) {
  .header__info2 {
    display: block;
  }
}

.header__info2 ul {
  margin-top: 20px;
}

.header__info2 ul li {
  line-height: 1;
  font-size: 1.5rem;
}

.slider_wrap {
  position: relative;
  margin-top: 110px;
}

.slider_wrap .slider {
  max-width: 85%;
  margin: auto;
}

.slider_wrap h1 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 23%;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 5px;
  color: #3b4b57;
  display: inline;
  line-height: 1.4;
}

@media screen and (max-width: 1500px) {
  .slider_wrap h1 {
    top: 28%;
  }
}

@media screen and (max-width: 1200px) {
  .slider_wrap h1 {
    top: 25%;
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .slider_wrap h1 {
    top: 17%;
  }
}

.main {
  position: relative;
}

.footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  margin: auto;
  text-align: center;
}

.footer img {
  margin-bottom: 20px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__logo img {
  margin-bottom: 10px !important;
}

.footer__logo p {
  font-size: 2.7rem;
  color: white;
}

.footer__info {
  margin: auto;
}

.footer__info li {
  color: white;
}

.footer__info .tel, .footer__info .fax {
  color: white;
}

.footer__nav {
  padding: 20px 0 40px 0;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.footer__nav ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    width: 30%;
    margin-bottom: 10px;
    background-color: #0a436e;
    margin: 5px;
  }
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  .footer__nav ul li {
    width: 100%;
  }
}

.footer__nav ul li a {
  display: block;
  color: white;
  padding: 5px 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  -webkit-transition: 0.3;
  transition: 0.3;
}

.footer__nav ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 52%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li a {
    padding: 5px 5px;
  }
}

.footer__nav ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li:hover {
    background-color: #1d59b4;
  }
  .footer__nav ul li:hover a {
    color: white !important;
  }
  .footer__nav ul li:hover a::after {
    color: white;
  }
}

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

.footer__contact a {
  padding-right: 10px;
}

.footer__contact span {
  padding-left: 10px;
}

.footer small a {
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
}

#contents_wrap {
  overflow: hidden !important;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding: 0px 20px;
  }
}

.pankuzu {
  font-size: 1.4rem;
}

.pankuzu a {
  color: #363636;
}

.main_title {
  max-width: 1000px;
}

@media screen and (max-width: 834px) {
  .main_title {
    margin: 70px auto 0 auto !important;
  }
}

.main_title h1 {
  font-size: 3.8rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  text-align: center !important;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .main_title h1 {
    font-size: 3rem;
  }
}

.main_title h1::before {
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  background-color: #054577;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
  display: block;
}

.main_title h1 span {
  font-size: 2rem;
  font-style: italic;
  display: block;
}

@media screen and (max-width: 834px) {
  .main_title h1 span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .main_title div {
    word-break: keep-all;
  }
}

@media screen and (max-width: 834px) {
  .home_image01 {
    margin: 60px auto 0 auto !important;
  }
}

@media screen and (max-width: 640px) {
  .home_image01 img {
    height: 45vw !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home_title02 {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.home_title02 h2 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.2rem;
  display: inline-block;
  padding: 30px 80px;
  background-image: url(../images/contents/recruit.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1200px) {
  .home_title02 h2 {
    font-size: 2.8rem;
    background-size: contain;
    padding: 25px 50px;
  }
}

@media screen and (max-width: 834px) {
  .home_title02 h2 {
    font-size: 2.4rem;
  }
}

.home_title02 h2 span {
  display: block;
  font-size: 1.8rem;
  font-style: italic;
}

.inner_wrap {
  max-width: 1000px;
  margin: auto;
}

.home_text div {
  font-weight: 500;
}

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

@media screen and (max-width: 1000px) {
  .home_contents01 {
    margin: 70px auto 0 auto !important;
  }
}

@media screen and (max-width: 550px) {
  .home_contents01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home_contents01 a {
  width: 31%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .home_contents01 a {
    width: 46%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 550px) {
  .home_contents01 a {
    width: 75%;
  }
}

@media screen and (max-width: 480px) {
  .home_contents01 a {
    width: 85%;
  }
}

.home_contents01 a .box {
  position: relative;
}

.home_contents01 a .box::before {
  content: "";
  background-image: url(../images/contents/facility.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: 55px;
  margin: auto;
  width: 300px;
  height: 100px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .home_contents01 a .box::before {
    top: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .home_contents01 a .box::before {
    width: 60%;
    background-size: contain;
    top: 20px;
  }
}

@media screen and (max-width: 834px) {
  .home_contents01 a .box::before {
    top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .home_contents01 a .box::before {
    top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .home_contents01 a .box::before {
    top: 20px;
  }
}

@media screen and (max-width: 550px) {
  .home_contents01 a .box::before {
    top: 15%;
  }
}

.home_contents01 a .box div {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  color: white;
  font-size: 2.8rem;
  font-weight: 500;
  background-color: rgba(4, 33, 55, 0.5);
  padding: 25px;
  display: block;
  width: 88%;
  height: 88%;
  padding-top: 32%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .home_contents01 a .box div {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_contents01 a .box div {
    font-size: 2.2rem;
  }
}

.home_contents01 a:nth-child(2) .box::before {
  content: "";
  background-image: url(../images/contents/products.png);
}

@media screen and (max-width: 1000px) {
  .home_contents01 a:nth-child(2) .box::before {
    width: 72%;
  }
}

.home_contents01 a:nth-child(3) .box::before {
  content: "";
  background-image: url(../images/contents/technology.png);
}

@media screen and (max-width: 1000px) {
  .home_contents01 a:nth-child(3) .box::before {
    width: 90%;
  }
}

.home_contents01 a:hover div {
  width: 100%;
  height: 100%;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 834px) {
  .bg100 {
    display: block;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1500px) {
  .home_left_image {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .home_left_image {
    width: 60%;
  }
}

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

.home_right {
  width: 55%;
  right: 0;
  top: 40%;
  background-color: white;
  padding: 50px 120px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .home_right {
    width: 60%;
    padding: 30px 90px;
  }
}

@media screen and (max-width: 1000px) {
  .home_right {
    padding: 20px 70px;
  }
}

@media screen and (max-width: 834px) {
  .home_right {
    position: relative;
    width: 100%;
    padding: 20px;
  }
}

.home_title01 h2 {
  background-image: url(../images/contents/title01.png);
}

@media screen and (max-width: 1000px) {
  .home_btn {
    margin: 25px auto 0 auto !important;
  }
}

.home_btn a {
  display: inline-block;
  border: 2px solid #363636;
  padding: 10px 60px;
  color: #363636 !important;
  position: relative;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #363636;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.home_btn a:hover {
  background-color: #054577;
  border: 2px solid #054577;
  color: white !important;
}

.home_btn a:hover::before {
  color: white;
}

.home_title03 {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 1500px) {
  .home_title03 {
    margin: 230px auto 50px auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .home_title03 {
    margin: 230px auto 30px auto !important;
  }
}

@media screen and (max-width: 834px) {
  .home_title03 {
    margin: 70px auto 20px auto !important;
    text-align: left;
  }
}

.home_title03 h2 {
  padding: 10px 70px;
  background-image: url(../images/contents/access.png);
}

@media screen and (max-width: 1200px) {
  .home_title03 h2 {
    font-size: 2.8rem;
    background-size: contain;
    padding: 25px 50px;
  }
}

@media screen and (max-width: 834px) {
  .home_title03 h2 {
    font-size: 2.4rem;
  }
}

.map_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 125px;
}

@media screen and (max-width: 1260px) {
  .map_wrap {
    max-width: 1000px;
    margin: 0 auto 125px auto;
  }
}

.map_wrap .map {
  width: 50%;
}

.map_wrap .map iframe {
  height: 350px !important;
}

@media screen and (max-width: 834px) {
  .map_wrap .map iframe {
    height: 300px !important;
  }
}

@media screen and (max-width: 640px) {
  .map_wrap .map iframe {
    height: 250px !important;
  }
}

.map_wrap .street {
  width: 50% !important;
}

.map_wrap .street iframe {
  height: 350px !important;
}

@media screen and (max-width: 834px) {
  .map_wrap .street iframe {
    height: 300px !important;
  }
}

@media screen and (max-width: 640px) {
  .map_wrap .street iframe {
    height: 250px !important;
  }
}

/*  事業内容　 */
.page_title {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
  .page_title {
    background-position: 10% 10%;
  }
}

@media screen and (max-width: 640px) {
  .page_title {
    padding: 90px 0 90px 0 !important;
  }
}

.page_title h1 {
  color: white;
  font-size: 2.2rem;
  line-height: 1.5;
  font-style: italic;
}

@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 2rem;
  }
}

.page_title h1 span {
  font-size: 4.5rem;
  display: block;
  font-style: italic;
}

@media screen and (max-width: 640px) {
  .page_title h1 span {
    font-size: 4rem;
  }
}

.works_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 40px auto 50px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .works_wrap {
    display: block;
  }
}

.works_wrap .works_left {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .works_wrap .works_left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.works_wrap .works_left .works_title01 h2 {
  font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .works_wrap .works_left .works_title01 h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .works_wrap .works_left .works_title01 h2 {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .works_wrap .works_left .works_title01 div {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .works_wrap .works_left .works_text01 div {
    text-align: center !important;
  }
}

.works_wrap .works_right {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .works_wrap .works_right {
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .works_wrap .works_right {
    width: 80%;
  }
}

.works_wrap .works_right img {
  width: 100% !important;
}

.works_wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 40px auto 80px auto;
}

@media screen and (max-width: 640px) {
  .works_wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.works_wrap02 .works_left02 {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .works_wrap02 .works_left02 {
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .works_wrap02 .works_left02 {
    width: 80%;
  }
}

.works_wrap02 .works_left02 img {
  width: 100% !important;
}

.works_wrap02 .works_right02 {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .works_wrap02 .works_right02 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .works_wrap02 .works_right02 {
    width: 80%;
  }
}

.works_wrap02 .works_right02 .works_title02 h2 {
  font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
  text-align: right !important;
}

@media screen and (max-width: 834px) {
  .works_wrap02 .works_right02 .works_title02 h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .works_wrap02 .works_right02 .works_title02 h2 {
    text-align: center !important;
  }
}

.works_wrap02 .works_right02 .works_text02 div {
  text-align: right !important;
}

@media screen and (max-width: 640px) {
  .works_wrap02 .works_right02 .works_text02 div {
    text-align: center !important;
  }
}

/*  スタッフ紹介　*/
.staff_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .staff_wrap {
    display: block;
  }
}

.staff_wrap .staff_left {
  width: 35%;
}

@media screen and (max-width: 834px) {
  .staff_wrap .staff_left {
    width: 100%;
    margin: auto;
  }
}

.staff_wrap .staff_left img {
  width: 350px !important;
  height: 350px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 1200px) {
  .staff_wrap .staff_left img {
    width: 300px !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 1000px) {
  .staff_wrap .staff_left img {
    width: 250px !important;
    height: 250px !important;
  }
}

@media screen and (max-width: 834px) {
  .staff_wrap .staff_left img {
    width: 300px !important;
    height: 300px !important;
    margin: auto;
    display: block;
    float: none !important;
    margin-bottom: 20px;
  }
}

.staff_wrap .staff_right {
  width: 65%;
}

@media screen and (max-width: 834px) {
  .staff_wrap .staff_right {
    width: 100%;
  }
}

.staff_wrap .staff_right .staff_name h3 {
  font-size: 3rem;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .staff_wrap .staff_right .staff_name h3 {
    text-align: center !important;
  }
}

.staff_wrap .staff_right .staff_name div {
  font-style: italic;
  color: #ccc;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .staff_wrap .staff_right .staff_name div {
    text-align: center !important;
  }
}

.staff_wrap .staff_right .staff_list dl:nth-of-type(odd) {
  background-color: #f3f3f3;
}

.staff_wrap .staff_right .staff_list dt {
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: transparent !important;
  color: #363636 !important;
}

.staff_wrap .staff_right .staff_list dd {
  border: none !important;
  background-color: transparent !important;
}

@media screen and (max-width: 1000px) {
  .facility_table {
    margin: 0 80px !important;
  }
}

@media screen and (max-width: 640px) {
  .facility_table {
    margin: 0 20px !important;
  }
}

/*  求人募集　　*/
@media screen and (max-width: 834px) {
  .recruit_list dl {
    display: block !important;
    margin-bottom: 10px;
  }
}

.recruit_list dl:nth-of-type(odd) {
  background-color: #f3f3f3;
}

@media screen and (max-width: 834px) {
  .recruit_list dl:nth-of-type(odd) {
    background-color: transparent;
  }
}

.recruit_list dt {
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: transparent !important;
  color: #363636 !important;
  padding: 10px !important;
}

@media screen and (max-width: 834px) {
  .recruit_list dt {
    background-color: #f3f3f3 !important;
    width: 100% !important;
  }
}

.recruit_list dd {
  border: none !important;
  background-color: transparent !important;
  padding: 10px !important;
}

.recruit_list dd .recruit_contact {
  color: white !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  display: block;
  width: 230px;
  height: 65px;
  text-align: center;
  background-color: #054577;
  padding-top: 12px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recruit_list dd .recruit_contact::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  font-weight: 300;
  top: 46%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 2;
}

.recruit_list dd .recruit_contact:hover {
  background-color: #0b6cb6;
}

.recruit_list dd .header__mail {
  margin-left: 0;
  margin-top: 10px;
}

.recruit_list dd .header__mail a {
  color: white !important;
}

.recruit_list dd a {
  display: block;
  color: #042c4b !important;
  position: relative;
}

@media screen and (max-width: 834px) {
  .recruit_list dd {
    width: 100% !important;
  }
}

.recruit_banner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .recruit_banner {
    display: block;
  }
}

.recruit_banner a {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .recruit_banner a {
    width: 100%;
    display: block;
    margin: 0 auto 20px auto;
  }
}

.recruit_banner a img {
  height: 250px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 834px) {
  .recruit_banner a img {
    height: 200px !important;
  }
}

@media screen and (max-width: 640px) {
  .recruit_banner a img {
    height: 180px !important;
    -o-object-position: center 20%;
       object-position: center 20%;
  }
}

.recruit_banner a .box {
  position: relative;
}

.recruit_banner a .box div {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #fff;
  background-color: rgba(4, 33, 55, 0.5);
  margin: 30px;
  padding-top: 60px;
  font-style: italic;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .recruit_banner a .box div {
    margin: 20px;
    padding-top: 50px;
  }
}

.recruit_banner a:hover .box div {
  background-color: rgba(0, 0, 0, 0.5);
}

/*  会社概要　*/
.company_list dl {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .company_list dl {
    display: block !important;
  }
}

.company_list dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #054577 !important;
  color: white;
  border: none !important;
  padding: 13px !important;
}

@media screen and (max-width: 640px) {
  .company_list dl dt {
    width: 100% !important;
  }
}

.company_list dl dd {
  border: none !important;
  background-color: #f6f6f6 !important;
  padding: 13px !important;
}

.company_list dl dd a {
  color: #858282;
}

@media screen and (max-width: 640px) {
  .company_list dl dd {
    width: 100% !important;
  }
}

/*  お問い合わせ　　*/
.contact_title h2 {
  background-color: #054577;
  color: white;
  font-size: 2rem;
  padding: 8px;
  margin-bottom: 10px;
}

.contact_text02 div a {
  color: #7e7e7e;
}

.contact_text div {
  font-size: 2.2rem;
  padding: 5px;
  font-style: italic;
}

.contact_text div a {
  color: #7e7e7e;
  font-style: italic;
}

.form_wrap label {
  color: #054577 !important;
}

form .mail {
  display: none !important;
}

/*   プライバシーポリシー　　*/
.policy_contents h3 {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  background-color: #042c4b;
  color: white;
  padding: 3px 10px;
  margin-bottom: 10px;
}

/*   ブログ　　*/
.blog_header {
  position: absolute;
  margin-bottom: 110px;
}

.blog {
  margin-bottom: 60px;
}

.blog_title {
  background-image: url(../images/contents/page-title.jpg);
}

.blog_link {
  text-align: left !important;
  margin-top: 110px;
}

.blog .wrap {
  max-width: 1200px !important;
}

@media screen and (max-width: 1000px) {
  .blog .wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.blog #contents {
  width: 65%;
  background-color: #f3f3f3;
  padding: 30px;
  margin: 20px;
}

.blog #contents h2 {
  font-weight: 500;
  font-size: 2rem;
  background-color: #1d59b4;
  color: white;
  padding: 10px !important;
  letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
  .blog #contents {
    width: 90%;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .blog aside {
    width: 60%;
    display: block;
    margin: auto;
  }
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

/*  responsive  */
@media screen and (max-width: 1200px) {
  .slider img {
    height: 70vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 20%;
       object-position: 100% 20%;
  }
}

@media screen and (max-width: 640px) {
  .slider img {
    height: 45vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}

.news_title {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.news_title h2 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.2rem;
  display: inline-block;
  padding: 30px 80px;
  background-image: url(../images/contents/news.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1200px) {
  .news_title h2 {
    font-size: 2.8rem;
    background-size: contain;
    padding: 25px 50px;
  }
}

@media screen and (max-width: 834px) {
  .news_title h2 {
    font-size: 2.4rem;
  }
}

.news_title h2 span {
  display: block;
  font-size: 1.8rem;
  font-style: italic;
}

.home_news {
  height: 230px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .home_news dl {
    display: block !important;
  }
}

.home_news dl dt, .home_news dl dd {
  background-color: transparent !important;
  border: none !important;
  padding: 13px !important;
}

@media screen and (max-width: 768px) {
  .home_news dl dt, .home_news dl dd {
    width: 100% !important;
  }
}

.home_news dl dt {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .home_news dl dt {
    padding: 13px 13px 0 13px !important;
  }
}

.home_news dl:nth-child(even) {
  background-color: #f7f7f7;
}

#sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  #sp {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 36px;
    right: 17px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  z-index: 9998;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li:not(:last-child) {
  opacity: 1;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_wrap ul li:not(:last-child) a {
  color: #363636;
  padding: 8px;
  display: block;
  position: relative;
}

.nav_wrap ul li:not(:last-child) a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #5f5f5f;
  position: absolute;
  top: 52%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 1050px) {
  .nav_wrap ul li:not(:last-child) a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li:not(:last-child) a {
    font-size: 1.6rem;
  }
}

.nav_wrap ul li:not(:last-child) a span {
  font-size: 1.4rem;
  color: #054577;
  margin-left: 10px;
}

.nav_wrap ul li:hover {
  border: 1px solid #042c4b;
}

.nav_wrap ul li:hover a {
  color: white;
  background-color: #042c4b;
}

.nav_wrap ul li:hover a::after {
  color: white;
}

.nav_wrap ul .sp_nav a {
  background-color: transparent;
  width: 60%;
  margin: auto;
  display: block;
}

.nav_wrap ul .sp_nav .tel {
  padding: 0 0 30px 0 !important;
}

.nav_wrap ul .sp_nav .tel span {
  color: white;
}

.sp_menu {
  width: 30px;
  height: 24px;
  display: block;
  z-index: 9999;
  position: relative;
  display: none;
}

@media screen and (max-width: 1050px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  left: 0;
  background-color: #363636;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 11px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
/*# sourceMappingURL=common_style.css.map */