/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://use.typekit.net/ros4lld.css");
@import url(https://fonts.googleapis.com/css?family=Vollkorn|Roboto);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1a1d1f;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* ---------------------- */
/* ------ variable ------ */
/* ---------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

header {
  position: relative;
  overflow: hidden;
  /* ---------------------- */
  /* ------ variable ------ */
  /* ---------------------- */
}
header .logo_wrapper {
  position: absolute;
  z-index: 200;
  top: 25px;
  left: 30px;
}
@media screen and (max-width: 1000px) {
  header .logo_wrapper {
    position: absolute;
    z-index: 200;
    top: 20px;
    left: 20px;
  }
  header .logo_wrapper img {
    width: 80%;
  }
}
header .main-nav {
  position: absolute;
  z-index: 300;
  background-color: black;
  width: 910px;
  top: 0;
  right: 0;
}
header .main-nav ul {
  font-size: 0;
}
header .main-nav ul li {
  float: left;
  width: 190px;
  height: 120px;
  text-align: center;
}
header .main-nav ul li a {
  padding-top: 38px;
  position: relative;
  color: white;
  font-family: agency-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 2.6rem;
  padding-bottom: 8px;
}
header .main-nav ul li a:after {
  position: absolute;
  content: "";
  background-color: #0076b9;
  display: block;
  width: 0;
  height: 2px;
  left: -10px;
  top: 46px;
  transition: all 0.5s ease;
}
header .main-nav ul li a:hover:after {
  width: calc(100% + 20px);
  transition: all 0.5s ease;
}
header .main-nav ul li a .bottom_text {
  color: #7b7b7b;
  font-size: 1.2rem;
  padding-bottom: 0;
}
header .main-nav ul li.contact {
  width: 150px;
  height: 120px;
}
header .main-nav ul li.contact a {
  width: 100%;
  height: 100%;
  color: white;
  z-index: 0;
  position: relative;
}
header .main-nav ul li.contact a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.8s;
  background: linear-gradient(270deg, #00a5c8, #0074b8);
}
header .main-nav ul li.contact a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  transition: 0.8s;
  background: linear-gradient(90deg, #00a5c8, #0074b8);
}
header .main-nav ul li.contact a:hover:before {
  transition: 0.8s;
  opacity: 0;
}
header .main-nav ul li.contact a .bottom_text {
  color: #ffffff;
  font-size: 1.2rem;
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  header .main-nav {
    display: none;
  }
}

footer {
  background-color: black;
  height: 530px;
  margin-top: 200px;
  position: relative;
}
footer .content_wrapper {
  width: calc(100% - 140px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
footer .content_wrapper .left_content {
  float: left;
  padding-top: 40px;
}
footer .content_wrapper .left_content .logo_wa {
  float: left;
}
footer .content_wrapper .left_content .conpany_wa {
  float: left;
  color: white;
  font-size: 1.4rem;
  margin: 7px 0 0 20px;
}
footer .content_wrapper .left_content .conpany_wa .eng {
  font-family: agency-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: 10px;
}
footer .content_wrapper .right_content {
  float: right;
  color: white;
  font-size: 1.2rem;
  line-height: 160%;
}
footer .content_wrapper .right_content .conpany_info {
  float: right;
}
footer .content_wrapper .right_content .conpany_info .title {
  font-family: agency-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #0092c2;
  margin-bottom: 15px;
}
footer .content_wrapper .right_content .conpany_info a {
  width: 240px;
  height: 60px;
  font-size: 1.4rem;
  padding: 20px 0 0 20px;
  border: solid 1px #fff;
  display: inline-block;
  color: white;
  position: relative;
  margin-bottom: 25px;
  transition: 0.5s;
}
footer .content_wrapper .right_content .conpany_info a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #0092c2;
  position: absolute;
  right: 10px;
  top: 30px;
}
footer .content_wrapper .right_content .conpany_info a:hover:after {
  content: "";
  width: 0;
  transition: 0.5s;
}
footer .content_wrapper .right_content .conpany_info a:before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  right: 60px;
  top: 30px;
  background-color: #0092c2;
  transition: 1.5s;
}
footer .content_wrapper .right_content .conpany_info a:hover:before {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  right: 10px;
  top: 30px;
  background-color: #0092c2;
  transition: 1.5s;
}
footer .content_wrapper .right_content .conpany_info a:hover {
  background-color: white;
  transition: 0.5s;
  color: black;
}
footer .content_wrapper .right_content .menu {
  float: right;
  margin-right: 90px;
}
footer .content_wrapper .right_content .menu .title {
  margin-bottom: 15px;
  font-family: agency-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #0092c2;
}
footer .content_wrapper .right_content .menu a {
  color: white;
  font-family: agency-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 200%;
  position: relative;
  display: inline-block;
}
footer .content_wrapper .right_content .menu a:after {
  position: absolute;
  content: "";
  background-color: #0076b9;
  display: inline-block;
  width: 0;
  height: 2px;
  left: -10px;
  top: 16px;
  transition: all 0.5s ease;
}
footer .content_wrapper .right_content .menu a:hover:after {
  width: calc(100% + 20px);
  transition: all 0.5s ease;
}
footer .copywriter {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: agency-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 1.8rem;
  padding-top: 5px;
  height: 30px;
  text-align: center;
  background: linear-gradient(270deg, #00a5c8, #0074b8);
}

/* ---------------------- */
/* ------ variable ------ */
/* ---------------------- */
@media screen and (max-width: 1000px) {
  footer {
    height: 700px;
    margin-top: 100px;
  }
  footer .content_wrapper {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: static;
    transform: none;
  }
  footer .content_wrapper .left_content {
    float: none;
    padding-top: 40px;
  }
  footer .content_wrapper .left_content .logo_wa {
    float: none;
  }
  footer .content_wrapper .left_content .conpany_wa {
    margin: 15px 0 0 0;
  }
  footer .content_wrapper .right_content {
    float: none;
  }
  footer .content_wrapper .right_content .conpany_info {
    float: none;
    margin-top: 50px;
  }
  footer .content_wrapper .right_content .conpany_info .title {
    font-family: agency-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    color: #0092c2;
    margin-bottom: 15px;
  }
  footer .content_wrapper .right_content .conpany_info a {
    width: 100%;
    height: 60px;
    font-size: 1.4rem;
    padding: 20px 0 0 20px;
    border: solid 1px #fff;
    display: inline-block;
    color: white;
    position: relative;
    margin-bottom: 25px;
    transition: 0.5s;
  }
  footer .content_wrapper .right_content .conpany_info a:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #0092c2;
    position: absolute;
    right: 10px;
    top: 30px;
  }
  footer .content_wrapper .right_content .conpany_info a:hover:after {
    content: "";
    width: 0;
    transition: 0.5s;
  }
  footer .content_wrapper .right_content .conpany_info a:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    right: 60px;
    top: 30px;
    background-color: #0092c2;
    transition: 1.5s;
  }
  footer .content_wrapper .right_content .conpany_info a:hover:before {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    right: 10px;
    top: 30px;
    background-color: #0092c2;
    transition: 1.5s;
  }
  footer .content_wrapper .right_content .conpany_info a:hover {
    background-color: white;
    transition: 0.5s;
    color: black;
  }
  footer .content_wrapper .right_content .menu {
    float: none;
    margin-right: 0;
    margin-top: 50px;
  }
  footer .content_wrapper .right_content .menu .title {
    margin-bottom: 15px;
    font-family: agency-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    color: #0092c2;
  }
  footer .content_wrapper .right_content .menu a {
    color: white;
    font-family: agency-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 200%;
    position: relative;
    display: inline-block;
  }
  footer .content_wrapper .right_content .menu a:after {
    position: absolute;
    content: "";
    background-color: #0076b9;
    display: inline-block;
    width: 0;
    height: 2px;
    left: -10px;
    top: 16px;
    transition: all 0.5s ease;
  }
  footer .content_wrapper .right_content .menu a:hover:after {
    width: calc(100% + 20px);
    transition: all 0.5s ease;
  }
  footer .copywriter {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: agency-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 1.8rem;
    padding-top: 15px;
    height: 50px;
    text-align: center;
    background: linear-gradient(270deg, #00a5c8, #0074b8);
  }
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.scllor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  background-color: white;
}

.effect-fade {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.5s;
}
.effect-fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* ---------------------- */
/* ------ variable ------ */
/* ---------------------- */
.button_container {
  display: none;
}

.overlay {
  display: none;
}

/* ---------------------- */
/* ------ variable ------ */
/* ---------------------- */
@media screen and (max-width: 1000px) {
  .button_container {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background-color: black;
    cursor: pointer;
    z-index: 400;
    transition: opacity .25s ease;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #FFF;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
  }
  .button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 60%;
    position: absolute;
    top: 15px;
    left: 12px;
    transition: all .35s ease;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 26px;
  }
  .button_container span:nth-of-type(3) {
    top: 37px;
  }

  .overlay {
    display: inline-block;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: 300;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
  }
  .overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
  }
  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-align: center;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay ul li {
    display: block;
    height: calc(100% / 5);
    min-height: 50px;
    position: relative;
    opacity: 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
}
.sh_none {
  display: none;
}

section {
  width: 95%;
  height: 100%;
  margin: 20px auto;
}
section .ca_title {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 150%;
}
section .ca_title h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
section form {
  width: 100%;
}
section form textarea {
  outline: none;
  width: 100%;
  height: 200px;
  background-color: #f2f2f2;
  font-size: 1.6rem;
  padding-left: 20px;
  padding-top: 20px;
  border-radius: 5px;
  line-height: 160%;
  border: none;
}
section form .co_title {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: block;
}
section form .va_co_title {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
section form .value {
  font-size: 1.6rem;
}
section form .but_box_2 {
  width: 100%;
}
section form .but_box_2 .submit {
  margin-top: 50px;
}
section form .but_box_2 .submit input[type=submit] {
  width: 100%;
  height: 60px;
  float: right;
  background-color: #F2A62D;
  color: white;
  border-radius: 8px;
  font-size: 1.8rem;
}
section form .help-block {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 10px;
  display: block;
}
section .button_ra {
  width: 100%;
  height: 60px;
  display: block;
}
section .button_ra .button {
  width: 100%;
  height: 60px;
  display: block;
  background-color: #F2A62D;
  text-align: center;
  font-size: 1.8rem;
  color: white;
  border-radius: 8px;
}
section .button_ra a.button {
  padding-top: 18px;
}

.panel-body {
  font-size: 1.4rem;
  line-height: 160%;
}
.panel-body .panel-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.panel-body .bot_wa {
  width: 100%;
  margin-top: 50px;
}
.panel-body .bot_wa .btn-primary {
  float: right;
  width: 49%;
  height: 60px;
  display: block;
  background-color: #F2A62D;
  text-align: center;
  font-size: 1.8rem;
  color: white;
  border-radius: 8px;
}
.panel-body .bot_wa .btn {
  float: left;
  width: 49%;
  height: 60px;
  display: block;
  background-color: #7b7b7b;
  text-align: center;
  font-size: 1.8rem;
  color: white;
  border-radius: 8px;
}

.thanks {
  font-size: 1.4rem;
  line-height: 160%;
}
.thanks .sub {
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.thanks h1 {
  font-size: 2rem;
  padding-bottom: 10px;
}

/*# sourceMappingURL=contact.css.map */
