@charset "UTF-8";
.under_mv {
  position: relative;
}
.under_mv .under_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  .under_mv .under_line {
    top: 40%;
  }
}

@keyframes nuru {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
#nuru-test {
  animation: nuru 0.4s linear 0s forwards;
}

.company1 {
  display: grid;
  grid-template-columns: 1fr 60%;
  padding: 0 40px;
  margin: 100px 0 0 0;
}
.company1 h2 {
  font-family: "deg_sb", sans-serif;
  font-size: 4.5rem;
  color: #223061;
  line-height: 1;
}
.company1 .sub {
  font-family: serif;
  font-size: 1.8rem;
  margin-top: 20px;
  font-weight: bold;
}
@media all and (max-width: 1120px) {
  .company1 {
    grid-template-columns: 1fr;
  }
  .company1 .left {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .company1 {
    padding: 0 5%;
    margin: 60px 0 0 0;
  }
  .company1 h2 {
    font-size: 3.2rem;
  }
  .company1 .sub {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .company1 .left {
    margin-bottom: 50px;
  }
}

.lead .gr {
  margin-top: 40px;
  font-size: 1.4rem;
  background: #f2f3f4;
  padding: 15px 20px;
  box-sizing: border-box;
}

.lead2 {
  display: none;
}

.lines {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-top: 1px solid #CBC5C0;
  box-sizing: border-box;
  padding: 30px 0;
  align-items: center;
}
.lines .ttl {
  font-weight: bold;
  position: relative;
}
.lines .ttl i {
  position: absolute;
  background: #000;
  color: white;
  font-size: 1.2rem;
  top: 3px;
  right: 30px;
  padding: 0 5px;
  border-radius: 2px;
}
.lines .tximg {
  line-height: 1;
  display: flex;
  place-items: center;
}
.lines img {
  height: 16px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .lines {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
  .lines img {
    height: 14px;
  }
  .lines .ttl i {
    top: 1px;
    right: 0;
  }
}

.liness {
  align-items: flex-start;
}

.form_w {
  max-width: 1280px;
  margin: 100px auto 0 auto;
}
@media all and (max-width: 767px) {
  .form_w {
    margin: 60px 0 0 0;
  }
}

.forms {
  margin: 100px 0 0 0;
}
@media all and (max-width: 767px) {
  .forms {
    margin: 60px 0 0 0;
  }
}

.contact1 {
  margin: 100px 0 0 0;
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .contact1 {
    margin: 60px 0 0 0;
    padding: 0 20px;
  }
  .contact1 .inp {
    margin-top: 10px;
  }
}

input, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
}

input[type=text], input[type=tel], textarea {
  padding: 10px 20px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #FCFCFC;
  border: 1px solid #E3E3E3;
}
@media all and (max-width: 767px) {
  input[type=text], input[type=tel], textarea {
    padding: 7px 14px;
  }
}

input[type=text] {
  max-width: 500px;
}
@media all and (max-width: 1000px) {
  input[type=text] {
    width: 100%;
  }
}

textarea {
  width: 100%;
  resize: vertical;
  min-height: 200px;
}

.ad1 input {
  margin-left: 10px;
  width: 200px;
}

.ad2 {
  margin-top: 20px;
}
.ad2 input {
  width: 100%;
  max-width: 800px;
}

.fct {
  font-size: 4rem;
}
@media all and (max-width: 767px) {
  .fct {
    font-size: 2.8rem;
    text-align: center;
    margin: 30px 0 0 0;
  }
}

.fctx {
  margin: 30px 0;
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .fctx {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
}

.times_ct {
  background: #333;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 40px 0 50px 0;
  padding: 10px 30px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .times_ct {
    font-size: 1.2rem;
    margin: 40px auto;
    width: 100%;
    text-align: center;
    padding: 9px 30px;
    background: white;
    display: block;
    color: #333;
  }
}

.top_btn_w a {
  text-decoration: none;
  display: block;
  color: white;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 400px;
  width: 100%;
  border-radius: 100px;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
  transition: all 0.3s ease;
  background: url("../images/arw_contact.png") center right 25px no-repeat, #223061;
  background-size: 15px auto;
}
.top_btn_w a:hover {
  background: url("../images/arw_contact.png") center right 20px no-repeat, #000;
  background-size: 15px auto;
}
@media all and (max-width: 767px) {
  .top_btn_w a {
    font-size: 1.6rem;
    padding: 12px 0;
  }
}

.subs {
  margin: 60px 0 0 0;
}
.subs .btns {
  display: block;
  color: white;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 400px;
  width: 100%;
  border-radius: 100px;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
  transition: all 0.3s ease;
  background: url("../images/arw_contact.png") center right 25px no-repeat, #223061;
  background-size: 15px auto;
}
.subs .btns:hover {
  background: url("../images/arw_contact.png") center right 20px no-repeat, #000;
  background-size: 15px auto;
}
@media all and (max-width: 767px) {
  .subs {
    margin: 20px 0 0 0;
  }
  .subs .btns {
    font-size: 1.6rem;
    max-width: 400px;
    padding: 12px 0;
    background: url("../images/arw_contact.png") center right 25px no-repeat, #223061;
    background-size: 15px auto;
  }
  .subs .btns:hover {
    background: url("../images/arw_contact.png") center right 20px no-repeat, #000;
    background-size: 15px auto;
  }
}

.mw_wp_form_confirm .lead1 {
  display: none;
}
.mw_wp_form_confirm .lead2 {
  display: block;
}
.mw_wp_form_confirm .subs {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.mw_wp_form_confirm .subs .ret .btns {
  background: url("../images/arw_contact.png") center right 25px no-repeat, #ccc;
  background-size: 15px auto;
}
.mw_wp_form_confirm .subs .ret .btns:hover {
  background: url("../images/arw_contact.png") center right 20px no-repeat, #000;
  background-size: 15px auto;
}
.mw_wp_form_confirm .inp {
  padding: 8px;
}
.mw_wp_form_confirm .ad2 {
  margin-top: 0;
}
.mw_wp_form_confirm .liness {
  align-items: center;
}
@media all and (max-width: 767px) {
  .mw_wp_form_confirm .subs {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}

.move_txt {
  margin: 100px 0;
  position: relative;
  bottom: -1.6vw;
  left: 0;
  color: #EFEFEF;
  font-size: 11.5vw;
  line-height: 1;
  font-family: "deg_t", sans-serif;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.move_txt .in {
  display: flex;
  gap: 0 20px;
  animation: loop-slide 120s infinite linear 1s both;
}
.move_txt i {
  font-size: 8vw;
  align-items: center;
  position: relative;
  top: -1vw;
}
@media all and (max-width: 767px) {
  .move_txt {
    font-size: 21.5vw;
    margin: 50px 0;
  }
}

.ac {
  position: relative;
  width: 100%;
  padding-top: 36.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.ac iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .ac {
    padding-top: 86.25%;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

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