body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic",
    YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1;
  /* min-width: 1000px; */
  margin: 0;
  color: #1c2225;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
}
@media (max-width: 1000px) {
  body {
    min-width: 320px;
  }
}
body.open .header_nav {
  right: 0;
  transition: right 0.3s linear;
}
body,
html {
  height: 100%;
  background: #fff;
}
body,
figcaption,
figure,
h1,
h2,
h3,
input,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}
input,
svg {
  vertical-align: top;
  border: none;
}
select {
  border: none;
}
i {
  font-style: normal;
}
li {
  list-style: none;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[readonly] {
  cursor: default;
}
button {
  font-family: inherit;
}
input[type="button"],
input[type="submit"],
button,
select {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select[disabled] {
  opacity: 0.7;
}
table,
td,
th {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  text-decoration: none;
  color: inherit;
}
button:disabled,
input:disabled {
  cursor: default;
}
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  border-bottom: 1px solid #ddd;
}
.header._top {
  position: absolute;
  background: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  border: none;
}
.header_logo {
  font-size: 10px;
  padding: 10px 0 10px 20px;
  width: 50px;
}
.menu-trigger {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 15px;
    right: 15px;
  }
}
.menu-trigger._top span {
  /* background: #fff; */
  background: #000;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu_close {
  position: absolute;
  cursor: pointer;
  top: 25px;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .menu_close {
    top: 15px;
    right: 15px;
  }
}
.menu_close span {
  position: absolute;
  background: #fff;
}
.menu_close span:nth-of-type(1) {
  width: 100%;
  height: 2px;
  top: 9px;
  left: 0;
}
.menu_close span:nth-of-type(2) {
  width: 2px;
  height: 100%;
  top: 0;
  left: 9px;
}
.content_menu {
  position: fixed;
  top: -130%;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  width: 300px;
  height: 100%;
  transition: top 0.3s;

  overflow: auto;
}
@media screen and (max-width: 767px) {
  .content_menu {
    width: 100%;
  }
}
.content_menu._open {
  top: 0;
}
.content_menu_list {
  padding: 70px 0 0 0;
}
.content_menu_list li {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px 0;
  color: #fff;
}
.content_menu_list li a:hover {
  text-decoration: underline;
}
.content_sns_list {
  text-align: center;
}
.content_sns_list li {
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background: #282828;
}
.content_sns_list li img {
  width: 50px;
}
.mainvisual {
  position: relative;
  width: 100%;
  height: 600px;
  height: 100dvh;
  background: url(../images/main_image.jpg) no-repeat center center;
  background-size: cover;
}
.mainvisual_logo {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.content {
  border-bottom: 1px solid #ddd;
}
.content_inner {
  /* width: 940px; */
  padding: 40px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .content_inner {
    width: auto;
    padding: 25px 15px;
  }
}
.content_head_text {
  font-size: 28px;
  text-align: center;
  line-height: 1;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.content_head_text span {
  display: inline-block;
  position: relative;
  padding: 0 0 5px 0;
}
.content_head_text span:after {
  border-top: 2px solid #1c2225;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.about_block {
  zoom: 1;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.about_block_left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.about_block_left img {
  width: 100%;
}
.about_block_right {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.about_block_text {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
}
.about_block_text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about_block_left {
    width: auto;
    display: block;
    margin: 0;
  }
  .about_block_right {
    width: auto;
    display: block;
    padding: 0;
  }
  .about_block_text {
    font-size: 14px;
    background: #fff;
  }
}
.menu_blocks {
  zoom: 1;
  margin: 0 0 20px 0;
}
.menu_blocks:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}
.menu_block {
  width: 50%;
  float: left;
}
.menu_table {
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .menu_blocks {
    margin: 0 0 10px 0;
  }
  .menu_block {
    width: auto;
    float: none;
  }
  .menu_block:first-child {
    margin: 0 0 20px 0;
  }
  .menu_table {
    width: 100%;
  }
}
.menu_table thead th {
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}
.menu_table tbody td {
  border-bottom: 1px solid #f1f1f1;
}
.menu_table tbody tr td:last-child {
  text-align: right;
}
.menu_table td {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}
.menu_text {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.access_info {
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0 0 -20px 0;
}
.top_access_info_title {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.access_info_block {
  padding: 0 0 10px 0;
}
.access_info_text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.access_info_link {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1;
}
.access_info_link a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #282828;
  border-radius: 8px;
}
.access_info_link a:hover {
  background: #f1f1f1;
}
@media screen and (max-width: 1000px) {
  .top_map {
    width: auto;
    padding: 30px 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .access {
    display: block;
    width: auto;
    padding: 0;
  }
  .access_map {
    display: block;
    width: auto;
    padding: 0 0 20px 0;
  }
  .access_info {
    display: block;
    width: auto;
    padding: 0;
  }
}
.footer_menu {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
}
.footer_menu_inner {
  width: 940px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  .footer_menu_inner {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_inner {
    padding: 15px 0 25px 0;
  }
}
.footer_menu_logo {
  width: 100px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 767px) {
  .footer_menu_logo {
    width: 70px;
    margin: 0 auto 30px auto;
  }
}
.footer_menu_text_1 {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.footer_menu_text_2 {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.footer_menu_link_icon {
  text-align: center;
}
.footer_menu_link_icon a {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: #333;
  border-radius: 25px;
}
.footer_menu_link_icon a img {
  width: 100%;
}
.footer_menu_link_icon a:hover {
  opacity: 0.8;
}
.footer_menu_link {
  text-align: center;
}
.footer_menu_link a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #282828;
  border-radius: 8px;
}
.footer_menu_link a:hover {
  background: #fff;
}
.footer {
  background: #191919;
  padding: 10px 20px;
  zoom: 1;
}
.footer:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}
.footer_copy {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.footer_links {
  float: right;
}
.footer_links li {
  float: left;
  width: 30px;
  margin: 0 0 0 20px;
  border-radius: 100%;
  background: #282828;
}
.footer-image img {
  width: 100%;
  height: auto;
}

.contact {
  max-width: 500px;
  margin: 0 auto;
}
.form_input {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.form_textarea label,
.form_input label {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
}
.form_textarea span,
.form_input span {
  font-size: 12px;
  color: #d0021b;
  display: inline-block;
  padding: 0 0 0 10px;
}
.form_input input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  text-indent: 10px;
  color: #495057;
  box-sizing: border-box;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_input input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form_textarea textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #495057;
  box-sizing: border-box;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_submit {
  padding: 20px 0 40px 0;
}
.form_submit input {
  width: 200px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #1c2225;
  border-color: #1c2225;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_back {
  position: relative;
  top: -10px;
}
.form_back._complete {
  top: 0;
}
.form_complete {
  font-size: 28px;
  text-align: center;
  padding: 50px 0 80px;
}
.form_back a {
  width: 200px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #666;
  border-color: #666;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.error_text {
  text-align: center;
  padding: 10px 0 20px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #d0021b;
}
.form_confirm_text {
  font-size: 16px;
  line-height: 1.5;
}
.top_image_2 img {
  width: 100%;
}
.top_image_2 {
  padding: 25px 0 0 0;
}
