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

html {
  min-width: 1300px;
  color: #231815;
  font-size: 62.5%;
}

@media (max-width: 930px) {
  html {
    min-width: initial;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

body {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

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

img {
  max-width: 100%;
}

br.br-pc {
  display: block;
}

@media (max-width: 930px) {
  br.br-pc {
    display: none;
  }
}

p {
  line-height: 1.8;
}

@media (max-width: 930px) {
  p {
    font-size: 1.3rem;
  }
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 5;
}

.head-nav p {
  text-indent: 0;
  line-height: 1;
}

@media (max-width: 1300px) {
  .head-nav p {
    width: 200px;
  }
}

@media (max-width: 1000px) {
  .head-nav p {
    width: 50%;
    z-index: 99;
  }
}

.head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 0 40px;
}

@media (max-width: 1000px) {
  .head-nav ul {
    display: block;
  }
}

.head-nav ul li {
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .head-nav ul li:last-child {
    padding-right: 0;
  }
}

.head-nav ul li a {
  text-decoration: none;
  display: block;
  padding: 28px 20px 28px;
  color: #231815;
}

@media (max-width: 1000px) {
  .head-nav ul li a {
    padding: 15px;
    text-align: center;
    color: white;
  }
}

.head-nav.transition-nav {
  -webkit-transition: 2s ease;
  transition: 2s ease;
  position: fixed;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  background: white;
}

#top-page .head-nav {
  position: absolute;
  top: 0;
  min-width: 1300px;
}

@media (max-width: 1000px) {
  #top-page .head-nav {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
  }
}

@media (max-width: 930px) {
  #top-page .head-nav {
    min-width: auto;
  }
}

.contact-box {
  position: fixed;
  bottom: 80%;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e95519;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: -168px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 930px) {
  .contact-box {
    right: -150px;
  }
}

.contact-box p {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box p.inner-content {
  padding: 0 40px 2px 30px;
  white-space: nowrap;
  background-image: url(../images/lang_arrow.png);
  background-repeat: no-repeat;
  background-position: center left;
}

@media (min-width: 770px) {
  .contact-box:hover {
    right: 0;
    cursor: pointer;
    opacity: 0.8;
    width: 230px;
  }
}

@media (max-width: 930px) {
  .contact-box.on-contact {
    right: 0;
    cursor: pointer;
    opacity: 0.8;
    width: 230px;
  }
}

.lang-box {
  position: fixed;
  bottom: 74%;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333333;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: -176px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 930px) {
  .lang-box {
    right: -164px;
    bottom: 70%;
  }
}

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

.lang-box p.inner-content {
  padding: 2px 80px 2px 30px;
  white-space: nowrap;
  background-image: url(../images/lang_arrow.png);
  background-repeat: no-repeat;
  background-position: center left;
}

@media (min-width: 770px) {
  .lang-box:hover {
    right: 0;
    cursor: pointer;
    opacity: 0.8;
    width: 230px;
  }
}

@media (max-width: 930px) {
  .lang-box.on-lang-box {
    right: 0;
    cursor: pointer;
    opacity: 0.8;
    width: 230px;
  }
}

.min-span {
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
}

.title-01 {
  font-size: 3.4rem;
  color: white;
  font-weight: 500;
  margin: 40px 0 30px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.1em;
}

.title-01.bb:after {
  content: "";
  display: inline-block;
  width: 30px;
  background-color: white;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -12px;
}

@media (max-width: 930px) {
  .title-01.bb:after {
    bottom: -5px;
  }
}

.title-01.bb-black:after {
  content: "";
  display: inline-block;
  width: 30px;
  background-color: #231815;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -12px;
}

@media (max-width: 930px) {
  .title-01.bb-black:after {
    bottom: -5px;
  }
}

@media (max-width: 930px) {
  .title-01 {
    font-size: 2rem;
    margin: 15px 0 20px;
  }
}

.title-01.center::after {
  left: 0;
  bottom: -12px;
  right: 0;
  margin: 0 auto;
}

.title-02 {
  font-size: 2.8rem;
  color: #231815;
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-align: center;
}

.title-02.bb:after {
  content: "";
  display: inline-block;
  width: 30px;
  background-color: #231815;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -16px;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 930px) {
  .title-02.bb:after {
    bottom: -14px;
  }
}

@media (max-width: 930px) {
  .title-02 {
    font-size: 2rem;
    margin: 30px 0 20px;
  }
}

.title-03 {
  font-size: 1.6rem;
}

.wc-black {
  color: #231815;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.roboto.italic {
  font-style: italic;
}

.virtual {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 930px) {
  .virtual {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
}

.virtual .word-box {
  padding-left: 30px;
  margin-top: 75px;
}

@media (max-width: 930px) {
  .virtual .word-box {
    margin-top: 0;
    position: absolute;
    padding: 0;
    left: 5%;
  }
}

.virtual .left, .virtual .right {
  width: 50%;
  height: 290px;
}

@media (max-width: 930px) {
  .virtual .left, .virtual .right {
    width: 100%;
    height: 200px;
  }
}

.virtual .left {
  background-image: url(../images/bg_04.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.virtual .left::before {
  width: 98%;
  height: 95%;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: black;
  opacity: 0;
  outline: white 1px solid;
}

.virtual .left:hover::before {
  opacity: 0.7;
}

.virtual .right {
  background-image: url(../images/bg_05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (max-width: 930px) {
  .virtual .right {
    margin-top: 5px;
  }
}

.virtual .right::before {
  width: 98%;
  height: 95%;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: black;
  opacity: 0;
  outline: white 1px solid;
}

.virtual .right:hover::before {
  opacity: 0.7;
}

@media (max-width: 930px) {
  .virtual .title-01 {
    margin-bottom: 20px !important;
  }
}

section.contact {
  background-color: #f3f4f5;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 930px) {
  section.contact {
    margin-top: 0;
    height: auto;
  }
}

section.contact a {
  color: #231815;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.contact .inner-wrap {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 930px) {
  section.contact .inner-wrap {
    width: 100%;
    display: block;
    padding: 15px;
  }
}

section.contact .inner-wrap .left, section.contact .inner-wrap .right {
  width: 49.97%;
  background-color: white;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (max-width: 930px) {
  section.contact .inner-wrap .left, section.contact .inner-wrap .right {
    width: 98%;
    margin: 8px auto 10px;
  }
}

section.contact .inner-wrap .left h2, section.contact .inner-wrap .right h2 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

section.contact .inner-wrap .left h2 span, section.contact .inner-wrap .right h2 span {
  display: block;
}

section.contact .inner-wrap .left h2 span.en, section.contact .inner-wrap .right h2 span.en {
  font-style: italic;
  position: relative;
}

section.contact .inner-wrap .left h2 span.en:after, section.contact .inner-wrap .right h2 span.en:after {
  content: "";
  display: inline-block;
  width: 25px;
  background-color: #231815;
  position: absolute;
  height: 2px;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.contact .inner-wrap .left h2 span.jp, section.contact .inner-wrap .right h2 span.jp {
  margin-top: 20px;
}

section.contact .inner-wrap .left:hover, section.contact .inner-wrap .right:hover {
  background: #ff8316;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

section.contact .inner-wrap .left:hover h2, section.contact .inner-wrap .right:hover h2 {
  color: white;
}

section.contact .inner-wrap .left:hover h2 span.en:after, section.contact .inner-wrap .right:hover h2 span.en:after {
  background: white;
}

@media (max-width: 930px) {
  section.contact .inner-wrap .right {
    margin-top: 15px;
  }
}

.footer {
  height: 520px;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 930px) {
  .footer {
    min-height: initial;
    height: auto;
  }
}

.footer .footer-wrap {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 930px) {
  .footer .footer-wrap {
    width: 100%;
    display: block;
  }
}

.footer .footer-wrap table {
  line-height: 1.7;
  table-layout: fixed;
}

@media (max-width: 930px) {
  .footer .footer-wrap table {
    width: 100%;
  }
}

.footer .footer-wrap table tr:nth-of-type(1) td, .footer .footer-wrap table tr:nth-of-type(2) td, .footer .footer-wrap table tr:nth-of-type(3) td, .footer .footer-wrap table tr:nth-of-type(4) td, .footer .footer-wrap table tr:nth-of-type(5) td, .footer .footer-wrap table tr:nth-of-type(6) td {
  padding: 0 15px 30px 15px;
}

@media (max-width: 930px) {
  .footer .footer-wrap table tr:nth-of-type(1) td, .footer .footer-wrap table tr:nth-of-type(2) td, .footer .footer-wrap table tr:nth-of-type(3) td, .footer .footer-wrap table tr:nth-of-type(4) td, .footer .footer-wrap table tr:nth-of-type(5) td, .footer .footer-wrap table tr:nth-of-type(6) td {
    padding-bottom: 5px;
  }
}

@media (max-width: 930px) {
  .footer .footer-wrap table td:nth-of-type(1) {
    width: 25%;
  }
}

@media (max-width: 930px) {
  .footer .footer-wrap table td:nth-of-type(2) {
    width: 25%;
  }
}

@media (max-width: 930px) {
  .footer .footer-wrap table td:nth-of-type(3) {
    width: 30%;
  }
}

@media (max-width: 930px) {
  .footer .footer-wrap table td:nth-of-type(4) {
    width: 30%;
  }
}

.footer .footer-wrap table td.td-title {
  padding-right: 25px;
}

.footer .footer-wrap table td.td-title3 {
  padding-left: 25px;
}

@media (max-width: 930px) {
  .footer .footer-wrap table td {
    display: block;
    width: 90% !important;
    margin: 0 auto 0;
  }
  .footer .footer-wrap table td.td-title {
    margin-top: 15px;
    padding: 0;
  }
  .footer .footer-wrap table td.td-title2 {
    font-weight: bold;
  }
  .footer .footer-wrap table td.td-title3 {
    padding-left: 0;
  }
}

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

.footer .left {
  margin-right: 30px;
  width: 865px;
}

@media (max-width: 930px) {
  .footer .left {
    width: auto;
    margin-right: 0;
  }
}

.footer .right {
  position: relative;
  width: 190px;
}

@media (max-width: 930px) {
  .footer .right {
    width: 100%;
    margin-top: 40px;
  }
}

.footer .right:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 105%;
  background-color: white;
  left: -50px;
}

.footer .right ul li {
  margin-bottom: 25px;
  line-height: 1.7;
}

@media (max-width: 930px) {
  .footer .right ul li {
    margin-bottom: 15px;
  }
}

.footer .right ul li a {
  position: relative;
  display: block;
}

.footer .right ul li a:after {
  content: '';
  position: absolute;
  content: url(../images/footer_arrow.svg);
  right: 10px;
}

@media (max-width: 930px) {
  .footer .right ul li.first a:after {
    content: '';
    position: absolute;
    content: url(../images/footer_arrow.svg);
    right: 35%;
  }
}

@media (max-width: 930px) {
  .footer .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .right ul li {
    width: 45%;
  }
}

.footer .right .cap {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 930px) {
  .footer .right .cap {
    position: static;
    text-align: right;
    margin: 15px 15px 15px;
    font-size: 12px;
  }
}

div.small-wrap {
  background-color: #333333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 8px;
}

div.small-wrap small {
  color: white;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1em;
}

p.txt1 {
  text-indent: 0;
  margin-top: 60px;
  margin-bottom: 70px;
}

.double {
  line-height: 1.5;
}

.pc {
  display: block !important;
}

@media (max-width: 930px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 930px) {
  .sp {
    display: block !important;
  }
}

.hov {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.hov:hover {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  opacity: 0.8;
}

.img-box {
  text-align: center;
  margin: 40px auto 40px;
  text-indent: 0;
}

@media (max-width: 930px) {
  .img-box {
    margin: 15px auto 15px;
  }
}

.img-box img {
  max-width: 100%;
}

ul.ul-list {
  padding-left: 1em;
  margin: 30px auto 20px;
}

@media (max-width: 930px) {
  ul.ul-list {
    margin: 15px auto 10px;
    font-size: 1.3rem;
    padding-left: 1.5em;
  }
}

ul.ul-list li {
  line-height: 2;
  position: relative;
}

ul.ul-list li::before {
  content: url(../img/ul_disc.png);
  position: absolute;
  left: -1.2em;
  top: -0.1em;
}

ol.ol-list {
  padding-left: 1em;
  margin: 30px auto 20px;
}

@media (max-width: 930px) {
  ol.ol-list {
    margin: 15px auto 10px;
    font-size: 1.3rem;
    padding-left: 1.54em;
  }
}

ol.ol-list li {
  line-height: 2;
  list-style-type: decimal;
}

.page-title-block {
  background-color: #f1f2f3;
  padding: 68px 0 82px;
}

.page-title-block-2 {
  height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 930px) {
  .page-title-block-2 {
    min-height: initial;
    height: 220px;
  }
}

#info .page-title-block-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../../info/images/mv_profile.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #info .page-title-block-2 {
    background-size: 1300px;
  }
}

@media (max-width: 930px) {
  #info .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
  }
}

#staff-door .page-title-block-2 {
  background-image: url(../../staff/images/mv_staff.jpg);
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1300px) {
  #staff-door .page-title-block-2 {
    background-size: auto;
  }
}

@media (max-width: 930px) {
  #staff-door .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
  }
}

#staff-1 .page-title-block-2 {
  background-image: url(../../staff/images/mv_staff_1.jpg);
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1300px) {
  #staff-1 .page-title-block-2 {
    background-size: auto;
  }
}

@media (max-width: 930px) {
  #staff-1 .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

#staff-2 .page-title-block-2 {
  background-image: url(../../staff/images/mv_staff_2.jpg);
  background-size: cover;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1300px) {
  #staff-2 .page-title-block-2 {
    background-size: auto;
  }
}

@media (max-width: 930px) {
  #staff-2 .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

#staff-3 .page-title-block-2 {
  background-image: url(../../staff/images/mv_staff_3.jpg);
  background-size: cover;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1300px) {
  #staff-3 .page-title-block-2 {
    background-size: auto;
  }
}

@media (max-width: 930px) {
  #staff-3 .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

.content-wrap-1 {
  width: 1100px;
  margin: 0 auto;
  padding: 90px 0 90px;
}

@media (max-width: 930px) {
  .content-wrap-1 {
    width: 100%;
    padding: 45px 15px 45px;
  }
}

.content-wrap-1 p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 5px;
}

@media (max-width: 930px) {
  .content-wrap-1 p {
    font-size: 1.3rem;
  }
}

.content-wrap-1 .orange-title {
  font-size: 1.8rem;
  color: #e95519;
  line-height: 1.5;
  margin-top: 40px;
  font-weight: 500;
}

@media (max-width: 930px) {
  .content-wrap-1 .orange-title {
    font-size: 1.5rem;
  }
}

.content-wrap-1 .title-border {
  border: 1px solid #b0b0b0;
  font-size: 2.1rem;
  padding: 12px 0 10px 24px;
  color: #231815;
}

@media (max-width: 930px) {
  .content-wrap-1 .title-border {
    font-size: 1.5rem;
  }
}

.back-orange {
  color: white;
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 500;
}

.back-orange span {
  display: inline-block;
  padding: 2px 10px 2px;
  background-color: #e95519;
}

.back-orange-2 {
  color: white;
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 930px) {
  .back-orange-2 {
    font-size: 1.6rem;
  }
}

.back-orange-2 span {
  display: inline-block;
  padding: 6px 13px 9px;
  background-color: #e95519;
}

@media (max-width: 930px) {
  .back-orange-2 span {
    padding: 3px 5px 6px;
  }
}

.back-white {
  color: #e95519;
  font-size: 2rem;
  font-weight: 500;
}

.back-white span {
  display: inline-block;
  padding: 2px 10px 2px;
  background-color: #FFF;
}

.page-title01 {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-title01::after {
  content: "";
  background-color: #FFF;
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 7px;
}

.page-title02 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 930px) {
  .page-title02 {
    font-size: 20px;
  }
}

.title-txt {
  margin: 20px 0 0 0;
}

.page-title-block-3 {
  margin: 0 0 0 5%;
  color: #FFF;
}

@media (max-width: 930px) {
  .page-title-block-3 {
    margin: 0;
  }
}

.btn-01 {
  background-color: #e95519;
  width: 330px;
  margin: 65px auto 0;
  font-size: 1.8rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
}

@media (max-width: 930px) {
  .btn-01 {
    width: 60%;
    font-size: 1.3rem;
    margin-top: 15px;
  }
}

.btn-01 img {
  display: inline-block;
  position: relative;
  right: -30px;
  top: 2px;
}

@media (max-width: 930px) {
  .btn-01 img {
    right: -10px;
    top: 3.5px;
  }
}

.btn-01 a {
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 13px 0 17px;
  position: relative;
  display: block;
}

@media (max-width: 930px) {
  .btn-01 a {
    padding: 8px 10px 10px 10px;
  }
}

@media (min-width: 1200px) {
  .btn-01 a:hover {
    color: #e95519;
  }
}

.btn-01 a:after {
  content: '';
  position: absolute;
  content: url(../images/btn_arrow.svg);
  right: 20px;
}

.btn-01 a {
  position: relative;
}

.btn-01 a span {
  width: 100%;
  height: 100%;
}

.btn-01 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: white;
  z-index: -1;
  -webkit-transition: .1s;
  transition: .1s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (min-width: 1200px) {
  .btn-01 a:hover:before {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .head-nav.UpMove {
    position: fixed;
    width: 100%;
    background-color: white;
    -webkit-animation: UpAnime 0.5s forwards;
    animation: UpAnime 0.5s forwards;
  }
  .head-nav.DownMove {
    position: fixed;
    width: 100%;
    background-color: white;
    -webkit-animation: DownAnime 0.5s forwards;
    animation: DownAnime 0.5s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

.menu__single {
  position: relative;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.menu__second-level li {
  border-top: 1px solid #111;
  text-align: center;
}

@media (max-width: 930px) {
  .menu__second-level li {
    width: auto;
  }
}

.head-nav .menu__second-level li:last-child {
  padding-right: 0;
}

.head-nav .menu__second-level li a {
  color: white !important;
  padding: 10px 15px 10px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.head-nav .menu__second-level li a:hover {
  opacity: 0.5;
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 68px;
  width: auto;
  background: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  li.menu__single ul.menu__second-level {
    background-color: transparent;
  }
}

li.menu__single:hover ul.menu__second-level {
  top: 68px;
  visibility: visible;
  opacity: 1;
  width: 250px;
}

@media (max-width: 1000px) {
  li.menu__single:hover ul.menu__second-level {
    visibility: hidden;
    width: auto;
  }
}

li.menu__single.menu__single-2:hover ul.menu__second-level {
  width: auto;
}

.head-nav .menu__second-level {
  display: block;
}

@media (max-width: 1000px) {
  .head-nav .menu__second-level.on {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.head-nav .menu__second-level li {
  text-align: left;
}

@media (max-width: 1000px) {
  .head-nav .menu__second-level.on {
    display: block !important;
    position: static !important;
  }
}

@media (max-width: 1000px) {
  .head-nav nav {
    overflow-y: scroll;
  }
}

.head-nav nav::-webkit-scrollbar {
  display: none;
}
/*# sourceMappingURL=common.css.map */