@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Spartan:wght@300;400;500;700&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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 60px;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: inherit;
}

q, blockquote {
  quotes: none;
}

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

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

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

input, textarea, select, option, button {
  font: inherit;
  color: inherit;
}
input:focus, textarea:focus, select:focus, option:focus, button:focus {
  outline: none;
}

input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button],
button {
  font: inherit;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: none;
  transition: 0.5s;
}
input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-decoration: none;
}
a {
  transition: 0.7s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  zoom: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  min-height: 100vh;
}

@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO.otf") format("truetype")
}

.sec05_title{
  font-family: MOBO;
}

@media only screen and (max-width:767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrapper{
  max-width: 1200px;
  margin: 0 auto;
}

/* ------header------ */
header{
  display: flex;
  justify-content: space-between;
  max-height: 90px;
  background-color: #000000;
}


/* logo */
header h1{
  width: 20%;
  min-width:240px;
  max-width: 240px;
  font-size: 24px;
  font-weight: bold;
  padding: 1em 0.5em;
}


/* navi */
nav{
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.gnav-navi-1{
  padding: 0;
  text-align: center;
  margin-right: 40px;
}

ul.gnav-navi-1 li{
  display: inline-block;
}

ul.gnav-navi-1 li a{
  padding: 1em;
  color: #ffffff;
  text-decoration: none;
}

ul.gnav-navi-1 a::first-line{
  font-size: 18px;
  font-weight: bold;
}

ul.gnav-navi-1 li a:hover{
  opacity: 0.7;
}

ul.gnav-navi-1 li a span{
  font-size: 14px;
}

@media only screen and (max-width:1200px) {
 .pc_navi{
  display: none;
 }
 h1{
  display: none;
 }
}

.wrapper{
  max-width: 1200px;
  width: 100%;
  margin: auto;
  min-width: 1200px;
  padding: 80px 0;
}

@media only screen and (max-width: 1279px) {
  .wrapper {
    min-width: auto;
    max-width: 100%;
    padding: 60px 10px;
  }
}

/* header sns */

.header_sns{
  display: flex;
  padding-right: 1em;
}

.header_sns a + a{
  margin-left: 1em;
}

/* .contact_button a{
  display: block;
  color: #fff;
  background-color: #a90000;
  min-width: 180px;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.contact_button a span{
  font-weight: normal;
  font-size: 14px;
} */

.header_sns a:hover{
  opacity: 0.7;
}


/* SP navi */

.sp_navi{
  display: none;
  width: 100%;
}
/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 52px;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: rgb(55 55 55 / 95%);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  z-index: 5;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: absolute;
  right: 0px;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

/* Navbar Text */
/* .navtext {
  position: absolute;
  color: #333333;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 20px;
} */


@media only screen and (max-width:1200px) {
 .sp_navi{
  display: block;
 }
 .mv_wrap{
  margin-top: 52px;
 }
}

/* ------end header------ */


.wrapper, .contact__inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  width: 100%;
  max-width: calc(1260px*.9);
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .wrapper, .contact__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: calc(100vw * 30 / 750);
    padding-right: calc(100vw * 30 / 750);
  }
}

.contact {
  position: relative;
  z-index: 3;
  padding-bottom: calc(200px*.9);
}

@media only screen and (max-width: 991px) {
  .contact {
    padding-bottom: calc(100px*.9);
  }
}

.contact-finish {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .contact-finish {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
}

.contact-finish__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .contact-finish__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.contact__inner {
  background-color: #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(40px*.9);
  padding-bottom: calc(60px*.9);
  margin-top: 60px;
}

@media only screen and (max-width: 991px) {
  .contact__inner {
    padding-top: calc(100vw * 50 / 750);
    row-gap: calc(100vw * 120 / 750);
  }
}

.contact__left {
  position: sticky;
  top: 100px;
  width: calc(300px*.9);
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .contact__left {
    position: static;
    width: 100%;
  }
}

.contact__right {
  max-width: calc(100% - 356px);
  width: 66.26984126984127%;
}

@media only screen and (max-width: 991px) {
  .contact__right {
    max-width: 100%;
    width: 100%;
  }
}

.contact-required {
  height: 40px;
  text-align: right;
  font-size: calc(1.3rem*.9);
  background: #ec3b29;
  background: -webkit-gradient(linear, left top, right top, from(#ec3b29), to(#db2476));
  background: linear-gradient(to right, #ec3b29, #db2476);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 991px) {
  .contact-form {
    font-size: calc(100vw * 24 / 750);
  }
}

.contact-form__table {
  width: 100%;
  border-bottom: solid 1px #fff;
}

.contact-form__table th {
  width: calc(220px*.9);
  vertical-align: top;
  text-align: right;
  font-size: calc(1.6rem*.9);
  line-height: calc(70px*.9);
  padding: 0 calc(20px*.9) calc(20px*.9) 0;
}

@media only screen and (max-width: 991px) {
  .contact-form__table th {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    font-size: calc(100vw * 26 / 750);
    padding: 0;
    margin-bottom: 0.3em;
  }
}

.contact-form__table td {
  padding-bottom: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .contact-form__table td {
    display: block;
    padding-bottom: calc(100vw * 36 / 750);
  }
}

.contact-form__label, .contact-form__label--req {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .25em;
    color: #ffffff;
  font-weight: 700;
}

.contact-form__label--req::after {
  color: #ffffff;
  content: '必須';
  background-color: #ed661a;
  display: inline-flex;
  border-radius: 5px;
  height: 25px;
  align-items: center;
  padding: 2px;
}

.contact-form__input, .contact-form__select select {
  width: 100%;
  height: calc(70px*.9);
  font-size: calc(1.6rem*.9);
  padding: 0 1.5em;
  background: #fff;
  border: none;
  outline: none;
  color: #000;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 991px) {
  .contact-form__input, .contact-form__select select {
    height: calc(100vw * 100 / 750);
    font-size: calc(100vw * 24 / 750);
    padding: 0 1em;
  }
}

.contact-form__select {
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact-form__select::after {
  content: "";
  width: calc(21px*0.8);
  height: calc(18px*0.8);
  background: url(../img/ic_select.webp) no-repeat 50%;
  background-size: cover;
  position: absolute;
  right: calc(20px*.9);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.contact-form__textarea {
  width: 100%;
  height: calc(200px*.9);
  font-size: calc(1.6rem*.9);
  padding: 1.5em;
  background: #fff;
  border: none;
  border-radius: 6px;
  resize: none;
  overflow: auto;
  outline: none;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 991px) {
  .contact-form__textarea {
    height: calc(100vw * 240 / 750);
    font-size: calc(100vw * 24 / 750);
    padding: 1em;
  }
}

.contact-form__flex, .contact-form__flex--nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: .25em;
}

.contact-form__flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contact-form__date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__privacy {
  position: relative;
  cursor: pointer;
  font-size: calc(1.3rem*.9);
  color: #333;
  margin: calc(40px*.9) auto calc(50px*.9);
  padding-left: 30px;
}

.contact-form__privacy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form__privacy input {
  display: none;
}

.contact-form__privacy input:checked + .contact-form__privacy-box::after {
  -webkit-transform: translateY(50%) scale(1);
          transform: translateY(50%) scale(1);
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy input:checked + .contact-form__privacy-box::after {
    -webkit-transform: translateY(35%) scale(1);
            transform: translateY(35%) scale(1);
  }
}

.contact-form__privacy-box {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #fff;
  font-size: calc(1.3rem*.9);
  line-height: 1;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box {
    padding-left: calc(100vw * 88 / 750);
    font-size: calc(100vw * 24 / 750);
    line-height: 1.8;
  }
}

.contact-form__privacy-box::before, .contact-form__privacy-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.contact-form__privacy-box::before {
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  background: #fff;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box::before {
    width: calc(100vw * 60 / 750);
    height: calc(100vw * 60 / 750);
    border-radius: 5px;
  }
}

.contact-form__privacy-box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #ec3b29;
  left: 4px;
  -webkit-transform: translateY(0%) scale(0);
          transform: translateY(0%) scale(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box::after {
    width: calc(100vw * 40 / 750);
    height: calc(100vw * 40 / 750);
    left: calc(100vw * 10 / 750 + 2px);
  }
}

.contact-form__privacy-link {
  color: #e12c5a;
  font-size: inherit;
  position: relative;
}

.contact-form__privacy-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e12c5a;
  position: absolute;
  left: 0;
  bottom: -40%;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-link::after {
    bottom: -4px;
  }
}

.contact-form__btn {
  width: calc(300px*.9);
  height: calc(60px*.9);
  margin: 0 auto;
}

.contact-form__btn-flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: calc(50px*.9);
}

@media only screen and (max-width: 767px) {
  .contact-form__btn-flex {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.contact-form__btn-flex .btn-color {
  height: calc(60px*.9);
  font-size: calc(1.6rem*.9);
}

.contact-wrap {
  width: 100%;
  color: #fff;
}

.contact-text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact-text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.sec05 > .contact__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: calc(50px*.9);
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .sec05 > .contact__inner {
    row-gap: calc(100vw * 60 / 750);
  }
}

.service-02 > .contact__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  padding-top: 200px;
}

@media only screen and (max-width: 767px) {
  .service-02 > .contact__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .service-02 > .contact__inner {
    padding-top: calc(100vw * 100 / 750);
  }
}

.white-area{
  background-color: #fff;
  border: solid 1px #b2b2b2;
  height: 200px;
  overflow-y: scroll;
  padding: 30px 20px;
  margin: 30px 0;
  color: #000;
}
.pr_area{
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}

.contct-ttl{
  font-size: 24px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contct-ttl span{
  display: inline-block;
  background-color: #ed661a;
  color: #fff;
  font-size: 16px;
  padding: 2px 5px;
  border-radius: 5px;
  max-height: 25px;
  margin-left: 15px;
}

.contact-txt span{
  font-weight: bold;
}

.contact-form__btn button{
  background-color: #ed661a;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
}

.form_title{
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.form_title span{
  font-size: 36px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.req_btn a,.req_btn button{
  background-color: #ed661a;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
  display: block;
}

.req_btn a:hover,.req_btn button:hover{
  opacity: 0.7;
}


@media only screen and (max-width: 991px) {
  .contct-ttl{
    font-size: 18px;
  }

  .form_title span{
    font-size:  24px;
  }
}


.contact .top_table{
  margin-top: 60px;
}

.contact .top_table th label{
  color: #000;
}

.contact .top_table th label span{
  font-size: 24px;
}

.contact .top_table  th{
  width: calc(400px*.9);
  vertical-align: top;
  text-align: right;
  font-size: calc(1.6rem*.9);
  line-height: calc(70px*.9);
  padding: 0 calc(20px*.9) calc(20px*.9) 0;
}

.mv_wrap{
  width: 100%;
  position: relative;
}

.mv_h{
  max-height: 670px;
  object-fit: cover;
}

.mv_wrap img{
  width: 100%;
}

.mv_text{
  font-family: MOBO;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: calc(100vw * 30 / 750);
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, 0%);
  white-space: nowrap;
}

.mv_text span{
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .mv_text{
    font-size: 24px;
  }

  .mv_text span{
    font-size: 18px;
  }
}

area:hover{
  cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-box {
    background-color: #fff;
    margin: 10% auto;
    max-width: 1200px;
    width: 90%;
    border-radius: 10px;
    animation-name: modalopen;
    animation-duration: 1s;
    position: relative;
    animation: show 0.6s linear 0s;
    position: relative;
}
.modal .modal-box .modalClose {
    position: absolute;
    top: 0;
    right: 0;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.modalClose {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
  border-radius: 10px;
}

.modalClose:hover {
  opacity: .6;
}

.modalClose:before,
.modalClose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modalClose:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modalClose:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-inner{
  position: relative;
  padding: 30px 20px;
}

.modal-box h3{
  font-family: MOBO;
  font-size: 36px;
  font-weight: bold;
  color: #636363;
}

.modal-box .logo_img{
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .modal-box h3{
    font-size: 24px;
  }
}

.sec02 {
  background-color: #000000;
  background-image: url('../img/img-bg1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.sec02 .rep_inner{
  position: relative;
  max-width: 1010px;
}

.sec_title{
  font-family: MOBO;
  font-size: 42px;
  border-bottom:1px solid #000000;
  position: relative;
}

.sec_title a{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.sec_title a:hover{
  opacity: 0.7;
}

.sec_title_white{
  font-family: MOBO;
  font-size: 42px;
  color: #ffffff;
  border-bottom:1px solid #ffffff;
}

.sec02 p{
  color: #ffffff;
  margin-top: 20px;
}

.sec02 p span{
  display: block;
  text-align: right;
}

.flex_b{
  display: flex;
}

.rep_bt{
  display: flex;
}

.rep_bt button{
  margin-top: auto;
  border-radius: 5px;
  border: solid 2px #ffffff;
  color: #ffffff;
  padding: 10px 25px;
  margin-left: 50px;
  white-space: nowrap;
}

.rep_bt button:hover{
  opacity: 0.7;
}

.rep_modal_inner p{
  color: #000000;
  line-height: 1.7;
  font-size: 24px;
}

.rep_top{
  display: flex;
}

.rep_modal_inner .rep_top p {
  margin-left: 5em;
  margin-top: 5em;
}

@media only screen and (max-width: 1200px) {
  .sec02 .wrapper{
    flex-direction: column;
  }
  .rep_bt {
    justify-content: flex-end;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .rep_top{
    flex-direction: column;
  }
  .rep_modal_inner .rep_top p {
    margin: 0;
    margin-top: 20px;
  }
  .sec_title,.sec_title_white{
    font-size: 34px;
  }
  .rep_modal_inner p{
    font-size: 18px;
  }
}

.com_top_inner{
  padding: 60px 20px;
}

.com_inner,.com_inner_b{
  padding: 0 20px;
}

.com_col{
  display: flex;
  position: relative;
  justify-content: center;
}

.com_col .com_left,.com_col .com_right{
  width: 50%;
  max-height: 340px;
  max-width: 600px;
}

.com_col .com_right{
  background-color: #000000;
  padding: 50px 70px;
  font-size: 18px;
  color: #ffffff;
}

.com_col .com_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.com_col .com_right h3{
  font-family: MOBO;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 40px;
}

.rev{
  margin-top: 100px;
  flex-direction: row-reverse;
}

.mr-2{
  margin-right: -2%;
}

.ml-2{
  margin-left: -2%;
  margin-top: 20%;
}

.sec04{
  background-color: #000000;
}

@media only screen and (max-width: 991px) {
  .rev,.com_col{
    flex-direction: column;
    align-items: center;
  }
  .mr-2{
    margin: 0;
  }

  .ml-2{
    margin: 0;
  }

  .com_col .com_left, .com_col .com_right {
    width: 100%;
  }

  .com_col .com_right {
    padding: 20px;
  }

  .com_col .com_right h3{
    font-size: 24px;
    margin-bottom: 20px;
  }

  .com_inner,.com_inner_b {
    padding: 0px;
  }

  .com_top_inner {
    padding: 60px 0px;
  }
}

.env_inner{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.env_link_wrap{
  width: 50%;
}

.env_link_wrap a:hover{
  opacity: 0.7;
}

@media only screen and (max-width: 991px) {
  .env_inner{
    flex-direction: column;
  }

  .env_link_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .sp_mt40{
    margin-top: 40px;
  }

  .env_inner{
    margin-top: 60px;
  }
}

.sec07{
  background-color: #000000;
}

.rec_col,.rec_col2{
  margin-top: 80px;
  text-align: center;
}

.rec_col a,.rec_col2 a{
  font-family: MOBO;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
}

.r_bt_wrap{
  position: relative;
}

.rec_col a span,.rec_col2 a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, 0%);
  white-space: nowrap;
}

.rec_col a:hover,.rec_col2 a:hover{
  opacity: 0.7;
}

.rec_col2{
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 991px) {
  .rec_col2{
    flex-direction: column;
  }

  .rec_col,.rec_col2{
    margin-top: 60px;
  }

  .sp_mt60{
    margin-top: 60px;
  }

  .rec_col a,.rec_col2 a{
    font-size: 32px;
  }
}

footer{
  background-color: #000000;
  padding: 80px 0 20px 0;
  text-align: center;
}

footer ul{
  display: flex;
  color: #fff;
  justify-content: center;
}

footer ul li + li{
  margin-left: 15px;
}

footer ul li a:hover{
  opacity: 0.7;
}

footer h3{
  margin-top: 40px;
  margin-bottom: 40px;
}

footer .foot_copy{
  margin-top: 40px;
  color: #ffffff;
}

footer h3 a:hover{
  opacity: 0.7;
}

.foot_sns a:first-of-type {
  margin-right: 10px;
}

.foot_sns a:hover{
  opacity: 0.7;
}

@media only screen and (max-width: 991px) {
  footer ul{
    flex-wrap: wrap;
  }
  footer ul li{
    width: 30%;
    white-space: nowrap;
  }
  footer ul li:nth-of-type(4),footer ul li:nth-of-type(5){
    margin-top: 10px;
  }
}

.com_inner dl,.com_inner_b dl{
  display: flex;
}

.com_inner dl dt{
  width: 30%;
  padding: 40px 0;
  border-right: solid 1px #000000;
  max-width: 300px;
}

.com_inner dl dd,.com_inner_b dl dd{
  width: 70%;
  padding: 40px 0;
  margin-left: 3em;
}

.com_inner dl dd span{
  display: block;
  margin-top: 20px;
  padding-left: 2em;
  margin-bottom: 40px;
}

.com_inner dl dd a:hover{
  opacity: 0.7;
}

.com_inner_b dl{
  color: #fff;
}

.com_inner_b dl dt{
  color: #fff;
  width: 30%;
  padding: 40px 0;
  border-right: solid 1px #ffffff;
}

.com_inner_b dl dd .map_wrap{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.com_inner_b dl dd .map_title{
  margin-bottom: 20px;
}

.com_inner_b dl dd .map_inner{
  margin-bottom: 60px;
}

.com_inner_b dl dd .map_lit{
  margin-top: 20px;
}

.com_inner_b dl dd .map_flex{
  display: flex;
}

.com_inner_b dl dd .map_flex div:first-of-type{
  margin-right: 30px;
}

.com_inner_b dl dd .map_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 32%;
  width: 400px;
  height: 250px;
}


.com_inner_b dl dd .map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 250px;
}

.m_flex{
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .com_inner_b dl dd .map_flex{
    flex-direction: column;
  }
  .com_inner_b dl dd .map_flex div:first-of-type{
    margin: 0;
  }
  .m_flex{
    margin-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .com_inner_b dl dd .map_wrap {
    width: 100%;
    height: 250px;
  }

  .m_flex{
    width: 100%;
  }

  .com_inner_b dl dd .map_wrap iframe {
    width: 100%;
    height: 250px;
  }

  .com_inner dl dt,.com_inner_b dl dt{
    width: 20%;
  }

  .com_inner dl dd,.com_inner_b dl dd{
    width: 80%;
    margin-left: 1em;
  }
}

.pd_ca{
  padding-bottom: 0px;
}

.pd_ca2{
  padding-top: 0;
  padding-bottom: 0;
}

.com_inner dl:last-of-type dt{
  padding-bottom: 80px;
}

.com_inner_b dl:first-of-type dt,.com_inner_b dl:first-of-type dd{
  padding-top: 80px;
}

.pd_ad dl:first-of-type dt,.pd_ad dl:first-of-type dd{
  padding-top: 80px;
}

.pd_ad dl:last-of-type dd{
  padding-bottom: 80px;
}

.sp_br{
  display: none;
}

@media only screen and (max-width: 991px) {
  .sp_br{
    display: block;
  }
}

.recruiting_inner,.num_inner{
  background-color: #000;
  padding: 60px 100px;
  color: #fff;
}

.guide_wrap dl dt{
  font-size: 30px;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}

.guide_wrap dl dd{
  padding-top: 20px;
  margin-bottom: 40px;
}

.rec_u{
  text-align: center;
  font-family: MOBO;
  font-size: 52px;
  font-weight: bold;
  color: #fff;
}

.rec_u span{
  color: #f08200;
}


@media only screen and (max-width: 991px) {
  .recruiting_inner,.num_inner{
    padding: 20px;
  }
  .guide_wrap dl dt{
    font-size: 24px;
  }
  .rec_u{
    font-size: 28px;
  }
}

.num_inner h3{
  font-family: MOBO;
  font-size: 30px;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}

.num_inner ul{
  display: flex;
  justify-content: space-around;
}

.num_inner ul li{
  width: 50%;
  text-align: center;
  margin-top: 30px;
}

.num_img_wrap{
  padding-top: 30px;
}

.num_u p{
  display: inline-block;
  padding: 20px;
  background-color: #fff;
  color: #000;
  text-align: left;
  font-weight: bold;
}

.num_u{
  text-align: center;
  margin-top: 60px;
}

.wel_inner h3{
  font-family: MOBO;
  font-size: 30px;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}

.wel_inner .wel_col_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 60px;
}

.wel_inner .wel_col_wrap li {
  counter-increment : num 1;
  width: 50%;
  position: relative;
  margin-top: 80px;
}

.wel_inner .wel_col_wrap li:before{
  font-family: "Arial", "メイリオ";
  content: counter(num,decimal-leading-zero);
  color: #e8e8e8;
  font-weight: bold;
  z-index: -1;
  font-size: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, 0%);
  white-space: nowrap;
}

.wel_inner .wel_col_wrap li .wel_title{
  color: #000;
  font-weight: bold;
  font-family: MOBO;
  font-size: 24px;
  text-align: center;
}

.wel_inner .wel_col_wrap li i{
  margin-right: 10px;
}

.wel_inner .wel_col_wrap li .wel_text{
  margin-top: 20px;
  text-align: center;
}

.wel_inner .wel_col_wrap li .wel_text span{
  display: block;
  font-size: 14px;
}
.new_i:before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/new.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}

@media only screen and (max-width: 991px) {
  .wel_inner .wel_col_wrap li {
    width: 100%;
  }
}


.grid-col3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.grid-col3 a:hover{
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .grid-col3 {
    margin: 0;
  }
}

.grid-col3 > * {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .grid-col3 > * {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.grid-col3 > *:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .grid-col3 > *:nth-last-child(-n + 3) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-col3 > *:last-child {
    margin-bottom: 0;
  }
}


.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
    box-sizing: border-box;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background: #000;
    border: 1px solid #000;
    min-width: 3em;
    transition: all .2s;
    margin: 0 1px 0 0;
    padding: calc(1em - 1px) 1em;
}
.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__btn--next:hover, .pagination__btn--prev:hover, .pagination__item a:hover, .pagination__item--current:hover {
    color: #000;
    background: #FFF;
}
.pagination {
    position: relative;
    display: flex;
    justify-content: center;
    color: #FFF;
    line-height: 1;
    margin: 0;
    padding: 2em 0;
    margin-top: 80px;
}
.pagination__list {
    display: none;
}
.pagination__item {
    margin: 0;
}
.pagination__item--current {
    background: #FFF;
    color: #000;
    font-weight: bold;
    border-color: #000;
    margin: 0 1px 0 0;
}
.pagination__pos {
    position: absolute;
    top: -.5em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #000;
}
.pagination__btn--prev {
    order: 2;
}
.pagination__btn--next {
    order: 4;
}
.pagination__btn--first {
    order: 1;
}
.pagination__btn--last {
    order: 5;
}
@media (min-width: 520px) {
    .pagination__list {
        order: 3;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .pagination__pos {
        display: none;
    }
}

.content__img {
  margin-bottom: .5em;
}

.content__title {
  margin-bottom: .25em;
  font-size: 18px;
  font-weight: bold;
}

.content__title--small {
  margin-bottom: .25em;
  font-size: 18px;
  font-weight: bold;
}

.content__text > * {
  margin-bottom: 1em;
}

.content__text > *:last-child {
  margin-bottom: 0;
}

.modal-box .bg_b{
  background-color: #000!important;
  border-radius: 10px;
}

.modal-box .rep_modal_inner .mem_title p{
  color: #fff;
  font-size: 24px;
}

.modal-box .rep_modal_inner .mem_title hr,.mem_u hr{
  height: 2px;
  background-color: #fff;
  width: 80%;
  border: none;
}

.mem_u{
  margin-top: 20px;
}
.u_top{
  display: flex;
  justify-content: space-between;
}

.u_top ul,.u_top figure{
  width: 48%;
}

.u_top ul,.under_l{
  margin-top: 20px;
  color: #fff;
}
ul .q_title{
  font-size: 24px;
  margin-top: 20px;
}

.mem_u li,.under_l li{
  padding: 5px;
}

.more_wrap{
  margin-top: 60px;
  text-align: right;
}

.more_wrap a:hover{
  opacity: 0.7;
}


@media only screen and (max-width: 991px) {
  .u_top{
    flex-direction: column-reverse;
  }
  .u_top ul,.u_top figure{
    width: 100%;
  }
  ul .q_title {
    font-size: 18px;
  }
}

body {
  cursor: url(../img/cr20.cur), default;
}


.typing{
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
/*   min-height: 330px; */
}


.TextTyping{
  white-space: break-spaces;
  font-family: MOBO;
  font-size: 5.7vw;
}

.TextTyping span {
  display: none;
}

.TextTyping span:first-of-type{
  color: #f18200;
}

.TextTyping span:nth-of-type(8){
  color: #ffe900;
}

/*文字列後ろの線の設定*/
/* .TextTyping::after {
  content: "|";
  animation: typinganime .8s ease infinite;
} */

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}

/* loader */

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}

#loader {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 100;
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
    animation: fadeOut 0.7s forwards;
}
/* 以降「SpinKit」で選んだアニメーションのCSSを貼付する */

.spinner {
  width: 40px;
  height: 40px;
  margin: 50vh auto;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.modal-inner i{
  padding-left: 10px;
}

#modal14 ul{
  padding-left: 5em;
  padding-top: 2em;
}

#modal14 ul li{
  margin: 15px 0;
}

@media only screen and (max-width: 767px){
  #modal14 ul{
    padding-left: 0em;
    padding-top: 2em;
  }
}