*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fdfdfd;
}

a, p, h1 h2, h3 {
  color: #333;
  line-height: 1.7;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 100;
}

header .logo {
  font-size: 2.4rem;
  font-weight: 700;
}

header .logo a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .logo a:hover {
  color: #777;
}

header .header_nav_pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header_nav_pc ul li {
  margin-left: 30px;
}

header .header_nav_pc ul li a {
  font-size: 1.5rem;
  padding-bottom: 10px;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#53c3cc));
  background-image: linear-gradient(90deg, #333, #53c3cc);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  line-height: 40px;
  position: relative;
}

header .header_nav_pc ul li a:hover {
  background-size: 100% 1px;
}

header .header_nav_pc ul li a span {
  color: #fff;
  background-color: #53C3CC;
  height: 40px;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  line-height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header_nav_pc ul li a span:hover {
  background-color: #295d72;
}

header .header_nav_pc ul li a img {
  width: 20px;
  display: inline-block;
  height: 12px;
  margin-right: 6px;
}

header .header_nav_tb_sp {
  display: none;
}

header .header_nav_tb_sp .active a {
  color: #53c3cc;
}

header .btnMenu {
  display: none;
}

@media screen and (max-width: 751px) {
  header {
    padding: 0 20px;
  }
}

.show {
  visibility: visible;
  opacity: 1;
}

.topview {
  background-image: url(../img/kv_pc3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 100vw; */
  height: 100vh;
  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;
}

.topview .topview_text {
  color: #fff;
  text-align: center;
  font-size: 8.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  left: 0;
  margin-left: -600px;
  padding-top: 75px;
}

main {
  margin: 130px;
}

main .link {
  margin-right: -130px;
}

main .link:nth-child(2) {
  margin: 100px 0 100px -130px;
}

main .link:nth-child(2) .link_bg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main .link:nth-child(2) .link_bg .text {
  margin-right: 40px;
  margin-left: 0;
}

main .link:nth-child(2) .link_bg .link_img:nth-child(2) {
  margin: 0 70px 0 130px;
}

main .link .link_bg {
  background-color: #F2F4F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .link .link_bg .link_img {
  max-width: 440px;
  max-height: 320px;
  margin: 0 130px 0 70px;
}

main .link .link_bg .link_img img {
  width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main .link .link_bg .text {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}

main .link .link_bg .text h1 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 4.28rem;
  position: relative;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1px;
}

main .link .link_bg .text h1 span {
  font-size: 1.5rem;
  margin-bottom: 40px;
  display: block;
  font-weight: 500;
  font-style: italic;
  position: relative;
  padding-left: 50px;
  letter-spacing: 0.1em;
}

main .link .link_bg .text h1 span:before {
  content: "";
  display: block;
  /* width: calc(37em/15); */
  height: 1px;
  background-color: #53C3CC;
  /* margin-right: calc(13em/15); */
  position: absolute;
  top: 13px;
  left: 0;
  width: 40px;
}

main .link .link_bg .text a {
  color: #fff;
  background-color: #283135;
  height: 40px;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  line-height: 40px;
  width: 165px;
  font-size: 1.5rem;
  margin-top: 50px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main .link .link_bg .text a:hover {
  background-color: #295d72;
}

main .link .link_bg .text a svg {
  height: 1em;
  width: 1em;
  position: absolute;
  right: 15px;
  top: 12px;
}

main .link .link_bg .text a svg path {
  fill: currentColor;
}

@media screen and (max-width: 751px) {
  main .link .link_bg .text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  main .link .link_bg .text h1 span {
    margin-bottom: 10px;
  }
  main .link .link_bg .text a {
    font-size: 1.5rem !important;
  }
}

.underview {
  width: 100%;
  height: 400px;
}

.underview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  width: 100%;
  padding: 50px 50px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  background-color: #283135;
}

footer h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 50px;
}

footer ul {
  list-style: none;
}

footer ul li {
  margin-right: 70px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

footer ul li a {
  font-size: 2rem;
}

footer p {
  font-size: 1.4rem;
  margin-top: auto;
  text-align: center;
}

@media screen and (max-width: 751px) {
  footer {
    padding: 20px !important;
    display: block;
  }
  footer h4 {
    margin-bottom: 20px;
  }
  footer ul li {
    margin-right: 0;
  }
  footer ul li:last-child {
    margin-bottom: 0;
  }
}

.copy {
  text-align: center;
  font-size: 10px;
  background-color: #283135;
  color: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 5px;
}

.underview {
  margin-bottom: 120px;
}

#inquiry {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.form {
  margin: 0 auto 200px auto;
  text-align: center;
  margin-top: 120px;
}

.form h1 {
  margin-bottom: 30px;
  font-size: 3.8rem;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1px;
}

.form .form_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.form .form_area p {
  width: 160px;
}

.form form {
  max-width: 1000px;
  margin: 0 auto;
}

.form form p {
  text-align: left;
  display: block;
}

.form form p span {
  color: #ff0000;
  font-size: 2.4rem;
}

.form form input, .form form textarea {
  width: 600px;
  height: 50px;
  border: solid 1px #eeeeee;
  border-radius: 4px;
  padding: 10px 15px;
}

.form form input::-webkit-input-placeholder, .form form textarea::-webkit-input-placeholder {
  color: #c7c7c7;
}

.form form input:-ms-input-placeholder, .form form textarea:-ms-input-placeholder {
  color: #c7c7c7;
}

.form form input::-ms-input-placeholder, .form form textarea::-ms-input-placeholder {
  color: #c7c7c7;
}

.form form input::placeholder, .form form textarea::placeholder {
  color: #c7c7c7;
}

.form form textarea {
  height: 160px;
  margin-bottom: 50px;
  border-radius: 4px;
  padding: 15px;
}

.submit#submit {
  color: #fff;
  background-color: #53C3CC;
  height: 50px;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  line-height: 50px;
  width: 200px;
  font-size: 1.7rem;
  margin-top: 50px;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.submit#submit:hover {
  background-color: #295d72;
}

.page_back {
  color: #fff;
  background-color: #858585;
  height: 50px;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  line-height: 50px;
  width: 200px;
  font-size: 1.7rem;
  margin-top: 50px;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.confir_preview {
  padding-top: 80px;
  margin: 0 130px;
}

.confir_preview .confir_preview_inner {
  max-width: 600px;
  width: 100%;
  margin: 80px auto;
}

.confir_preview .confir_preview_inner h2 {
  text-align: center;
  font-size: 3.8rem;
  margin-bottom: 8rem;
  position: relative;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1px;
}

.confir_preview .confir_preview_inner p {
  margin: 80px 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 1px;
}

.confir_preview .confir_preview_inner .confir_preview_table {
  margin: 0 auto;
}

.confir_preview .confir_preview_inner .confir_preview_table dl {
  font-size: 2.4rem;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  color: #333;
}

.confir_preview .confir_preview_inner .confir_preview_table dl dt {
  text-align: left;
  width: 30%;
}

.confir_preview .confir_preview_inner .confir_preview_table dl dd {
  width: 70%;
}

.confir_preview .confir_preview_inner input {
  width: 100%;
}

.complete_view {
  padding-top: 80px;
  margin: 0 130px;
}

.complete_view .complete_view_inner {
  background-color: #f2f4f9;
  padding: 80px;
  margin: 80px auto;
  text-align: center;
}

.complete_view .complete_view_inner p {
  margin: 50px 0;
}

.complete_view .complete_view_inner a {
  font-size: 2rem;
  background-color: #53c3cc;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
}

.inquiry_form {
  background-color: #F2F4F9;
  /* border-radius: 20px; */
  text-align: center;
  margin: 0 130px 100px 130px;
  padding: 80px 60px;
}

.inquiry_form h3 {
  font-weight: 700;
  font-size: 3.2rem;
}

.inquiry_form p {
  margin: 40px 0;
}

.inquiry_form a {
  font-size: 1.8rem;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#53c3cc));
  background-image: linear-gradient(90deg, #333, #53c3cc);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  line-height: 50px;
  position: relative;
  height: 50px;
  width: 260px;
  display: block;
  margin: 0 auto;
}

.inquiry_form a span {
  color: #fff;
  background-color: #53C3CC;
  height: 40px;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  line-height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.inquiry_form a span:hover {
  background-color: #295d72;
}

.inquiry_form a img {
  width: 20px;
  display: inline-block;
  height: 12px;
  margin-right: 6px;
}
/*# sourceMappingURL=style.css.map */