@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
main {
  display: block;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  overflow-x: hidden;
  background-color: black;
  background-image   : url("../images/common/bg_contact.png");
  background-position: bottom, center;
  background-repeat  : no-repeat;
  background-size: 1280px;
}
.mp_text{
	transform:rotate(0.03deg);
}

.text_red {
  color: #b50000;
}
@media (max-width: 1280px) {
  body {
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  body {
    /**
    font-size: 10px;
    **/
    background-size: 980px;
  }
}
body * {
  box-sizing: border-box;
}
body *::before,
body *::after {
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}
p,
dl,
ul {
  line-height: 1.6;
}
.dib {
  display: inline-block;
}
.ieonly {
  display: none !important;
}
@media all and (-ms-high-contrast: none) {
  .ieonly {
    display: block !important;
  }
  .ieonly.pconly {
    display: none !important;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  .ieonly.pconly {
    display: block !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .ieonly.sponly {
    display: block !important;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  .ieonly.sponly {
    display: none !important;
  }
}
.pconly {
  display: block;
}
@media (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}
.sponly {
  display: none !important;
}
@media (max-width: 768px) {
  .sponly {
    display: block!important;
  }
}
.small_only {
  display: none!important;
}
@media (max-width: 350px) {
  .small_only {
    display: block;
  }
}
.baseW {
  width: 85%;
  max-width: 980px;
  padding: 0 10px;
  margin: auto;
}
@media (max-width: 768px) {
  .baseW {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
  }
}
.animation_load .fadein,
.animation_go .fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
}
.animation_load.active .fadein,
.animation_go.active .fadein {
  opacity: 1;
  transform: translateY(0);
}
.animation_load.fadein,
.animation_go.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
}
.animation_load.fadein.active,
.animation_go.fadein.active {
  opacity: 1;
  transform: translateY(0);
}
.margin0 {
	margin-bottom: 0px !important;
}
.margin5 {
	margin-bottom: 5px !important;
}
.margin10 {
	margin-bottom: 10px !important;
}
.margin15 {
	margin-bottom: 15px !important;
}
.margin20 {
	margin-bottom: 20px !important;
}
.margin25 {
	margin-bottom: 25px !important;
}
.margin30 {
	margin-bottom: 30px !important;
}
.margin40 {
	margin-bottom: 40px !important;
}
.margin60 {
	margin-bottom: 40px !important;
}
.margin80 {
	margin-bottom: 80px !important;
}
.txt-right{
	text-align:right;
}
.txt-center{
	text-align:center;
}
.txt-left{
	text-align:left;
}
.common_ttl {
  position: relative;
  margin-bottom: 2em;
  font-size: 24px;
}
@media (max-width: 768px) {
  .common_ttl {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
    font-size: 20px;
  }
}

.common_ttl .common_ttl_eng {
  letter-spacing: 0.05em;
}
.common_ttl small {
  font-size: 0.75em;
}
.common_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 340px;
  height: 35px;
  width: 90%;
  border: 1px solid #fff;
  margin: auto;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  .common_btn {
    max-width: 200px;
    height: 24px;
    font-size: 12px;
  }
}
.common_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
  transform: rotate(45deg) skew(-15deg, -15deg);
}
@media (max-width: 768px) {
  .common_btn::after {
    width: 7px;
    height: 7px;
  }
}
.mv .page_ttl {
  white-space: nowrap;
}
header{
	margin-bottom: 90px;
}
@media (max-width: 768px) {
  header{
	margin-bottom: 40px;
  }
}
header #menu_wrap {
  padding: 0 2% 0;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
header #menu_wrap .logo{
	display: none;
}
header #menu_wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
header #menu_wrap.is-fixed .logo{
	display: block;
}
header .menu_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    position: relative;

  position: relative;
}

header .menu_inner .site_ttl {
  padding-left: 120px;
  font-size: 26px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 768px) {
  header .menu_inner .site_ttl {
    padding-left: 56px;
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  header .menu_inner .site_ttl {
    padding-left: 44px;
    font-size: 12px;
  }
}


.g-header__hdg .logo img {
    display: block;
    width: auto;
    height: 40px;
}
@media (max-width: 768px) {
  .g-header__hdg .logo img {
    height: 30px;
}
}
header .menu_inner .site_ttl img{
  height: 100%;
  width: auto;
}
header .menu_inner .site_ttl .shihan_txt {
  display: block;
  padding-left: 0.3em;
  font-size: 18px;
}
@media (max-width: 768px) {
  header .menu_inner .site_ttl .shihan_txt {
    font-size: 10px;
  }
}
header .menu_inner .menu_area {
  display: flex;
  align-items: center;
  margin-right: 39px;
}
@media (max-width: 768px) {
  header .menu_inner .menu_area {
    margin-right: 5px;
  }
}
header .menu_inner .menu_area .company_name {
  margin-right: 2em;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  header .menu_inner .menu_area .company_name {
    margin-right: 1em;
    font-size: 10px;
  }
}
header .menu_inner .menu_area #nav_btn {
  display: block;
}
header .menu_inner .menu_area .btn-trigger {
  position: relative;
  width: 40px;
  height: 10px;
  cursor: pointer;
  z-index: 5;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .menu_inner .menu_area .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .menu_inner .menu_area .btn-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu_inner .menu_area .btn-trigger span:nth-of-type(2) {
  bottom: 0;
}
header .menu_inner .menu_area #nav_btn span:nth-of-type(1) {
  animation: bar01 0.75s forwards;
}
header .menu_inner .menu_area #nav_btn span:nth-of-type(2) {
  animation: bar03 0.75s forwards;
}
header .menu_inner .menu_area #nav_btn.active span:nth-of-type(1) {
  animation: active-bar01 0.75s forwards;
}
header .menu_inner .menu_area #nav_btn.active span:nth-of-type(2) {
  animation: active-bar03 0.75s forwards;
}

header .menu_inner .menu_area #gNav {
  bottom: auto;
  top: 5%;
  left: 3%;
  width: 100%;
  z-index: 10;
}
header .menu_inner .menu_area .nav_logo {
  margin: 0 auto 1.5em;
}
header .menu_inner .menu_area #gNav li a {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  header .menu_inner .menu_area #gNav li a {
    font-size: 13px;
  }
}
header .menu_inner .menu_area .nav_inner {
  
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}
@media (max-width: 768px) {
  header .menu_inner .menu_area .nav_inner {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
  }
}
header .menu_inner .menu_area .nav_inner.nav_active {
  height: 65px;
}
@media (max-width: 768px) {
  header .menu_inner .menu_area .nav_inner.nav_active {
    height: 180px;
  }
}
header .menu_inner .menu_area .nav_inner .nav_inner_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  header .menu_inner .menu_area .nav_inner .nav_inner_list {
    display: block;
    padding: 1.5em 2em;
  }
}

header .menu_inner .menu_area .nav_inner .nav_inner_list li {
  margin-left: 40px;
    position: relative;
}
@media (max-width: 768px) {
  header .menu_inner .menu_area .nav_inner .nav_inner_list li {
    margin: 0 auto 1.5em;
  }
}
header .menu_inner .menu_area .nav_inner .nav_inner_list li a {
  position: relative;
}

@keyframes bar01 {
  0% {
    transform: translateY(0px) rotate(15deg);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(0px) rotate(0);
  }
}
@keyframes bar03 {
  0% {
    transform: translateY(0px) rotate(-15deg);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(0px) rotate(0);
  }
}
@keyframes active-bar01 {
  0% {
    transform: translateY(0px) rotate(0);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(15deg);
  }
}
@keyframes active-bar03 {
  0% {
    transform: translateY(0px) rotate(0);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-15deg);
  }
}

header #gNav a::after {
	content: " 　";
	font-size: 12px;
}
header #gNav a.current::after {
    content: " ▼";
    padding-right: 0;
    
}

.tel_contact_ttl{
	font-size: 20px;
}
.tel_contact_ttl span{
	position: relative;
	padding-left: 1.5em;
}
.tel_contact_ttl span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 26px;
    height: auto;
    margin: auto;
    background: url(../images/common/icon_tel.png) center/contain no-repeat;
}
.tel_txt{
	font-size: 30px;
}
footer {
  padding: 40px 0 65px;
  text-align: center;
  /**
  background: url(../images/common/bg_footer.png) repeat;
  **/
}
footer .footer_class_img {
  max-width: 140px;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  footer .footer_class_img {
    margin: 0 auto 10px;
  }
}
.footer_list {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.4;
}
.footer_list .pconly {
    display: inline-block;
}

#contact {
	/**
	background-image   : url("../images/common/bg_contact.png");
	background-position: bottom, center;
	background-repeat  : no-repeat;
	background-size: contain;
	**/
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
@media (max-width: 768px) {
  #contact {
    padding-bottom: 10px;
  }
}
.contact_catch {
  margin-bottom: 1.5em;
  text-align: center;
}

.form_list {
  width: 95%;
  max-width: 845px;
  margin: 0 auto;
}
.form_list .form_con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0 0 1.7em auto;
}
@media (max-width: 768px) {
  .form_list .form_con {
    width: 85%;
    margin: 0 auto 2em;
  }
}
.form_list .form_con.form_con_full {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .form_list .form_con.form_con_full {
    width: 85%;
    margin: 0 auto 2em;
  }
}
.form_list .form_con.form_con_full dd {
  width: 100%;
}
.form_list .form_con.form_con_full dd textarea {
  width: 100%;
}
.form_list .form_con dt {
  min-width: 7.5em;
  margin-right: 1em;
}
.form_list .form_con dt .required_txt {
  margin-left: 0.5em;
  color: #b50000;
}
.form_list .form_con dd {
  width: calc(100% - 8em);
}
.form_list .form_con dd input {
  width: 100%;
  height: 30px;
  padding: 0 0.5em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .form_list .form_con dd input {
    height: 20px;
  }
}
.policy {
  width: 95%;
  max-width: 845px;
  max-height: 20em;
  margin: 0 auto 3em;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .policy {
    width: 85%;
  }
}
.policy .policy_txt {
  font-size: 14px;
}
@media (max-width: 768px) {
  .policy .policy_txt {
    font-size: 10px;
  }
}
.policy .policy_txt .policy_head {
  display: block;
  font-size: 16px;
}
@media (max-width: 768px) {
  .policy .policy_txt .policy_head {
    font-size: 12px;
  }
}
.policy_consent {
  text-align: center;
  padding-left: 1em;
  margin-bottom: 4em;
}
.policy_consent input[type="checkbox"] {
  display: none;
}
.policy_consent input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.policy_consent label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .policy_consent label {
    padding-left: 24px;
  }
}
.policy_consent label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  background-color: #fff;
}
@media (max-width: 768px) {
  .policy_consent label::before {
    width: 14px;
    height: 14px;
  }
}
.policy_consent label::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-color: #000;
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .policy_consent label::after {
    width: 10px;
    height: 10px;
  }
}
.submit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 42px;
    max-width: 480px;
    margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .submit_wrap {
    display: block;
  }
  .submit_wrap button, .submit_wrap input[type="submit"] {
    max-width: 400px;
    margin: 0 auto;
    font-size: 24px;
    padding: 5px 0;
    }
    .submit_wrap button:not(:last-child), .submit_wrap input[type="submit"]:not(:last-child) {
    margin-bottom: 1em;
}
.submit_wrap button:not(:last-child), .submit_wrap input[type="submit"]:not(:last-child) {
    margin-bottom: 20px;
}
}
.submit_wrap button, .submit_wrap input[type="submit"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 46%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-image: url(../images/common/bg_color_03.png);
}

.tel_contact {
  text-align: center;
}
.tel_contact .tel_txt {
  font-size: 30px;
  letter-spacing: 0.1em;
}

.tel_contact .tel_txt a {
  color: #fff;
  text-decoration: none;
}
#page_top {
  position: fixed;
  z-index: 5;
  bottom: 66px;
  right: 12px;
  width: 63px;
  height: 63px;
  transition: all 0.3s ease;
}
#page_top:hover {
  transform: scale(1.08);
}
@media (max-width: 768px) {
  #page_top {
    bottom: 160px;
    width: 70px;
    height: 70px;
  }
}

.anim-typewriter{/*アニメーションセッティング*/
  animation: typewriter 3s steps(15) 1s 1 normal both,
  blinkCursor 500ms steps(15) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 100%;}
}
@keyframes blinkCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

.text_mid_wrap{
display: table;
    width: 100%;
    height: 100%;
}
.text_mid_wrap .text_mid_inner{
display: table-cell;
    vertical-align: middle;
}
@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

#page_loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 6;
}

#page_loading img {
  width: 350px;
  max-width: 350px;
}

#page_loading p {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 45px;
  font-weight: bold;
  color: #f4ebe5;
  text-align: center;
}