@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

.top {
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/topkey.jpeg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top {
    height: 50vh;
  }
}
.top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(11, 10, 48, 0.85);
}
.top .h_top_inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.logotext {
  font-size: 30px;
  font-weight: bold;
  padding: 30px;
  color: #fff;
  margin: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .logotext {
    font-size: 18px;
    padding: 15px 30px 30px 15px;
  }
}

.top-inner {
  width: 70%;
  height: 170px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 520px) {
  .top-inner {
    width: 100%;
  }
}
.top-inner p.read {
  font-size: 4.2em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .top-inner p.read {
    font-size: 18px;
    padding-top: 70px;
  }
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .button1 {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .btn-wrap .button1 {
    padding: 10px 14px;
    letter-spacing: normal;
    line-height: 1;
    font-size: 14px;
  }
}
.btn-wrap .button1 span {
  display: inline-block;
  transform: rotate(180deg);
  color: #fff;
}
@media screen and (max-width: 520px) {
  .btn-wrap .button1 span {
    font-size: 13px;
    line-height: 1;
  }
}

/* Common Button Style */
.button {
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
}

.sub-title {
  font-size: 50px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .sub-title {
    font-size: 3.2em;
    margin-bottom: 14px;
  }
}

.sub-desc {
  margin-bottom: 24px;
  font-size: 1.6em;
  color: #333;
}
@media screen and (max-width: 1112px) {
  .sub-desc {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .sub-desc {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .sub-desc {
    width: 100%;
    height: auto;
    font-size: 13px;
    margin-bottom: 14px;
  }
}

.concept {
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .concept {
    display: block;
  }
}
.concept .con-left {
  width: 50%;
  background-image: url(../images/sky.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .concept .con-left {
    width: 100%;
    height: 50vh;
  }
}
.concept .con-right {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .concept .con-right {
    height: 50vh;
  }
}
@media screen and (max-width: 520px) {
  .concept .con-right {
    width: 100%;
  }
}

.con-heading {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1112px) {
  .con-heading {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .con-heading {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .con-heading {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}

.con-text {
  margin: 24px 0 0 0;
  padding: 20px;
  text-align: center;
  font-size: 1.6em;
}
@media screen and (max-width: 1112px) {
  .con-text {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .con-text {
    width: 100%;
    height: auto;
    padding: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .con-text {
    width: 100%;
    height: auto;
    padding: 0px;
    font-size: 14px;
  }
}

.service {
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .service {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .service {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.service .ser-left {
  width: 50%;
  background-image: url(../images/mountain.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .service .ser-left {
    width: 100%;
    height: 50vh;
  }
}
@media screen and (max-width: 520px) {
  .service .ser-left {
    width: 100%;
    height: 20vh;
    display: none;
  }
}
.service .ser-right {
  width: 50%;
  text-align: left;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.service .ser-right .inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1112px) {
  .service .ser-right .inner {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  .service .ser-right {
    height: 50vh;
  }
}
@media screen and (max-width: 520px) {
  .service .ser-right {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
}

.ser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
  row-gap: 5%;
}
@media screen and (max-width: 520px) {
  .ser-grid {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
.ser-grid .item {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s linear;
  opacity: 0;
  top: 30px;
}
.ser-grid .item.js_view {
  opacity: 1;
  top: 0;
}
.ser-grid .item a {
  display: grid;
  width: 100%;
  height: 100%;
  background: #efefef;
}
.ser-grid .item a .txt {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
.ser-grid .item a .pic {
  display: inline-block;
  width: 100%;
  height: 150px;
}
.ser-grid .item a .pic img {
  display: inline-block;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .ser-grid {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 520px) {
  .ser-grid {
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

.office {
  display: flex;
  background-color: #fff;
  width: 100%;
  max-height: 100%;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .office {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .office {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.office .off-left {
  width: 50%;
  background-image: url(../images/office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .office .off-left {
    width: 100%;
    height: 50vh;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .office .off-left {
    width: 100%;
    height: 25vh;
    display: block;
  }
}
.office .off-right {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
.office .off-right div.inner {
  width: 90%;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .office .off-right div.inner {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .office .off-right {
    width: 100%;
    height: 50vh;
    display: block;
  }
  .office .off-right div.inner {
    padding: 20px;
    background: #fff;
    position: relative;
    top: -60%;
  }
}
@media screen and (max-width: 520px) {
  .office .off-right {
    width: 100%;
    height: 100%;
    display: block;
  }
  .office .off-right div.inner {
    top: auto;
    padding: 20px 0;
  }
}

.off-info {
  margin-top: 40px;
  position: relative;
  transition: all 0.35s linear 0.15s;
  opacity: 0;
  top: 30px;
}
.off-info.js_view {
  opacity: 1;
  top: 0;
}
.off-info dl {
  margin: 0 auto;
}
.off-info dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.off-info dl div dt {
  width: 24%;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  letter-spacing: 0.15em;
}
.off-info dl div dd {
  width: 76%;
  font-size: 16px;
  color: #2a2a2a;
  letter-spacing: 0.15em;
}
.off-info dl div dd br {
  display: none;
}
.off-info dl div dd ul.normal_list li {
  margin-bottom: 15px;
  line-height: 1;
  font-feature-settings: "palt";
}
.off-info dl div dd ul.normal_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  .off-info dl div dd ul.normal_list li {
    margin-bottom: 8px;
  }
}
.off-info dl div dd ul.sep_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 15px;
}
@media screen and (max-width: 520px) {
  .off-info dl div dd ul.sep_list {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
}
.off-info dl div dd ul.sep_list li {
  padding: 3px 0;
  list-style: none;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1112px) {
  .off-info dl div dt {
    font-size: 1.4em;
  }
  .off-info dl div dd {
    font-size: 1.4em;
  }
  .off-info dl div dd br {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .off-info dl {
    width: 98%;
    margin: 0 auto;
  }
  .off-info dl div dt {
    width: 20%;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .off-info dl div dd {
    width: 80%;
    font-size: 1.4em;
    line-height: 1.8;
    color: #333;
  }
  .off-info dl div dd br {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .off-info {
    margin-top: 0;
  }
  .off-info dl div {
    display: block;
  }
  .off-info dl div dt {
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .off-info dl div dd {
    width: 100%;
    font-size: 13px;
  }
}

.inquiry {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .inquiry {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .inquiry {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.inquiry .inq-left {
  width: 50%;
  position: relative;
  background-image: url(../images/iphone.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .inquiry .inq-left {
    width: 100%;
    height: 35vh;
    position: static;
  }
}
@media screen and (max-width: 520px) {
  .inquiry .inq-left {
    width: 100%;
    height: 25vh;
  }
}
.inquiry .inq-right {
  width: 50%;
  text-align: left;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .inquiry .inq-right {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 520px) {
  .inquiry .inq-right {
    width: 100%;
    padding: 40px 20px 60px;
  }
}
.inquiry .inq-right .inner {
  position: relative;
  transition: all 0.35s linear;
  top: 40px;
  opacity: 0;
}
.inquiry .inq-right .inner.js_view {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  .inquiry .inq-right .inner {
    width: 100%;
  }
}
.inquiry .inq-right .inner .contact_body .telnumber a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 10px 15px;
  background: #2a2a2a;
  color: #fff;
  outline: 1px solid #2a2a2a;
  outline-offset: -1px;
  transition: 0.2s;
}
@media screen and (max-width: 520px) {
  .inquiry .inq-right .inner .contact_body .telnumber a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.inquiry .inq-right .inner .contact_body .telnumber a:hover {
  background: #fff;
  color: #2a2a2a;
}

.copy {
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 24px;
  width: 100%;
}
.copy small {
  color: #1a1a1a;
}
@media screen and (max-width: 1112px) {
  .copy {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  .copy {
    width: 100%;
    margin: 0;
    bottom: 16px;
  }
  .copy small {
    color: #1a1a1a;
  }
}
@media screen and (max-width: 520px) {
  .copy {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

/* フォーム */
.form {
  padding: 40px 0;
}
.form div {
  margin: 14px 0;
}
.form label {
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: block;
}
.form input[type=text], .form input[type=email], .form input[type=tel] {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  width: 100%;
  max-width: 480px;
  background-color: #f1f1f1;
}
.form textarea {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  background-color: #f1f1f1;
  width: 100%;
  max-width: 480px;
  height: 6rem;
}
@media screen and (max-width: 1112px) {
  .form {
    padding: 0;
  }
}
@media screen and (max-width: 415px) {
  .form label {
    font-size: 1.3em;
  }
}

#inquiry button[type=submit],
#inquiry button[type=reset] {
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 12px 30px;
  font-size: 1.6em;
}
#inquiry button[type=reset] {
  margin-right: 16px;
  background: #efefef;
}
#inquiry button[type=submit] {
  background: #2a2a2a;
  color: #ffffff;
}
#inquiry .buttons {
  display: flex;
  margin: 24px 0;
}
@media screen and (max-width: 415px) {
  #inquiry button[type=submit],
#inquiry button[type=reset] {
    font-size: 1.4em;
  }
}

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