/* Scss Document */
html {
  font-size: 62.5%;
}

body {
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 160%;
  color: #333;
  background: url("../images/mv_bg.jpg") center top/100% auto no-repeat;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}
section {
  position: relative;
  z-index: 10;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
  }
}

.pc-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pc-flex.middle {
  -webkit-box-align: center;
  align-items: center;
}
.pc-flex.valign-top {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

header {
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 200;
  }
  header .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  header.fixed {
    background-color: #fff;
  }
}
header .logo {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 60%;
    margin: 0 auto;
  }
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  header nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
    z-index: 100;
  }
}
header ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  header ul {
    margin: 10px 0 0;
  }
}
header ul li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  header ul li {
    margin-left: 20px;
  }
}
header a {
  color: #333;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mv {
  height: calc(90vh - 90px);
  padding-top: 170px;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .mv {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    height: auto;
    padding-top: 2vw;
    padding-bottom: 10vw;
  }
}
.mv h1 {
  font-size: 7.2rem;
  color: #2052B7;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .mv h1 {
    font-size: 3.2rem;
    line-height: 140%;
    text-align: center;
  }
}
.mv h1 .small {
  font-size: 3.6rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .mv h1 .small {
    font-size: 2rem;
  }
}
.mv p {
  margin-top: 60px;
  font-size: 2rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .mv p {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

h2 {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  color: #B8D7E9;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 4rem;
  }
}
h2 .ja {
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  h2 .ja {
    font-size: 1.6rem;
  }
}
h2 .ja.shadow {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.read {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .read {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.feature, .company {
  margin: 120px auto 120px;
}
@media screen and (max-width: 767px) {
  .feature, .company {
    margin: 60px auto 80px;
  }
}

.feature .feature_detail {
  margin-top: 60px;
}
.feature .feature_detail img {
  width: 100%;
  max-width: 460px;
  height: auto;
}
.feature article {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature article {
    width: 48%;
  }
}
.feature article h3 {
  margin-top: 30px;
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .feature article h3 {
    font-size: 2rem;
  }
}
.feature article p {
  position: relative;
  margin: 10px 0 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .feature article p {
    text-align: left;
    font-size: 1.4rem;
  }
}
.feature article p::before, .feature article p::after {
  content: "";
  position: absolute;
  width: 99px;
  height: 38px;
  z-index: 10;
}
.feature article p::before {
  top: 10px;
  left: 10px;
  background: url("../images/feature_corner1.png") left top/100% auto no-repeat;
}
.feature article p::after {
  bottom: 10px;
  right: 10px;
  background: url("../images/feature_corner2.png") left top/100% auto no-repeat;
}
.feature .feature1 h3 {
  color: rgb(231, 171, 195);
  background: rgb(231, 171, 195);
  background: linear-gradient(90deg, rgb(231, 171, 195) 0%, rgb(241, 196, 179) 50%, rgb(220, 196, 145) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature .feature1 p {
  background: rgb(255, 229, 240);
  background: linear-gradient(90deg, rgb(255, 229, 240) 0%, rgb(255, 245, 225) 100%);
}
@media screen and (max-width: 767px) {
  .feature .feature2 {
    margin-top: 40px;
  }
}
.feature .feature2 h3 {
  color: rgb(153, 184, 160);
  background: rgb(153, 184, 160);
  background: linear-gradient(90deg, rgb(153, 184, 160) 0%, rgb(172, 213, 211) 50%, rgb(176, 198, 221) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature .feature2 p {
  background: rgb(233, 252, 238);
  background: linear-gradient(90deg, rgb(233, 252, 238) 0%, rgb(229, 254, 255) 50%, rgb(229, 242, 255) 100%);
}

.service {
  padding: 160px 0;
  background: url("../images/service_bg.jpg") center top/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 60px 0;
    background: url("../images/service_bg.jpg") center top/auto 100% no-repeat;
  }
}
.service h2 {
  color: #fff;
}
.service h3 {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .service h3 {
    font-size: 2rem;
  }
}
.service .consultation {
  margin: 30px 0 0;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .service .consultation {
    padding: 20px;
  }
}
.service .consultation h3 {
  color: #DD6DA0;
}
.service .consultation figure {
  margin: 20px 0 0;
}
.service .consultation img {
  width: 100%;
  height: auto;
}
.service .resource {
  margin: 30px 0 0;
  padding: 40px 40px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .service .resource {
    padding: 20px;
  }
}
.service .resource h3 {
  color: #437CAE;
}
.service .resource dl {
  margin-top: 20px;
}
.service .resource dt {
  display: inline-block;
  padding: 5px 15px;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  background: rgb(63, 121, 171);
  background: linear-gradient(90deg, rgb(63, 121, 171) 0%, rgb(131, 173, 222) 100%);
}
@media screen and (max-width: 767px) {
  .service .resource dt {
    font-size: 1.6rem;
  }
}
.service .resource dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .service .resource dd {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .company .company_detail {
    margin-top: 80px;
    width: 50%;
    max-width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .company .company_detail {
    width: 100%;
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.company .company_detail dt {
  padding: 10px 0;
  float: left;
}
.company .company_detail dd {
  padding: 10px 0 10px 9em;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .company .access {
    margin-top: 80px;
    width: 50%;
    max-width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .company .access {
    margin-top: 40px;
    width: 100%;
  }
}
.company .access h3 {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  color: #B8D7E9;
}
@media screen and (max-width: 767px) {
  .company .access h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .company .access p {
    margin: 10px 0 20px;
    font-size: 1.4rem;
  }
}
.company .access iframe {
  width: 100%;
  max-height: 400px;
}

.news {
  padding: 80px 0;
  background: url("../images/news_bg.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 40px 0;
  }
}
.news h2 {
  color: #fff;
}
.news dl {
  margin: 20px 0 0;
  padding: 20px 30px 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .news dl {
    padding: 3vw 5vw 1.5vw;
    font-size: 1.4rem;
  }
}
.news dl dt {
  padding: 10px 0 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .news dl dt {
    float: left;
  }
}
.news dl dd {
  padding: 10px 0 10px 100px;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .news dl dd {
    padding: 10px 0;
  }
}
.news dl dd:nth-last-of-type(1) {
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .news_pickup {
    padding: 40px 0 0;
  }
}
.news_pickup h2 {
  font-size: 2.4rem;
}
.news_pickup dl {
  margin: 10px 0 0;
}
.news_pickup dl dt {
  padding: 10px 0 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  float: left;
}
.news_pickup dl dd {
  padding: 10px 0 10px 100px;
  border-bottom: 1px dashed #ccc;
}
.news_pickup .more {
  text-align: right;
}
.news_pickup .more a {
  color: #333;
  font-size: 1.4rem;
}
.news_pickup .more a::after {
  margin: 0 0 0 10px;
  content: ">";
  display: inline-block;
  transform: rotate(90deg) scale(0.6, 1);
}

.contact {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 0;
  }
}
.contact p {
  color: #80A0D1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact p {
    font-size: 1.6rem;
  }
}
.contact a {
  position: relative;
  display: block;
  margin: 20px auto 0;
  padding: 30px 10px;
  width: 90%;
  max-width: 475px;
  border: 2px solid #80A0D1;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #80A0D1;
  font-size: 5rem;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact a {
    font-size: 3rem;
  }
}
.contact a::before, .contact a::after {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #80A0D1;
}
.contact a::before {
  right: 20px;
  width: 30px;
}
.contact a::after {
  width: 20px;
  right: 22px;
  transform: rotate(45deg) translateY(-9px);
}
.contact a:hover {
  background: #80A0D1;
  color: #fff;
  text-decoration: none;
}
.contact a:hover::before, .contact a:hover::after {
  background: #fff;
}

footer {
  background: #333;
  padding: 30px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  footer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 100px;
    text-align: center;
    font-size: 1.4rem;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer ul li {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  footer ul li:nth-of-type(1) {
    padding-left: 0;
    border-left: 0;
  }
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #999;
}
footer .copyright {
  margin: 0;
  padding: 0;
  color: #fff;
}

.wave {
  position: fixed;
  top: calc(100% - 400px);
  width: 100%;
  height: 400px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wave {
    top: auto;
    height: 200px;
    bottom: -40px;
    z-index: 1100;
  }
}

canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  canvas {
    height: 200px;
  }
}

.privacy_policy {
  max-width: 800px;
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .privacy_policy {
    padding: 30px 0 60px;
  }
}
.privacy_policy h1 {
  color: #2052B7;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .privacy_policy h1 {
    font-size: 2rem;
    text-align: center;
    line-height: 160%;
  }
}
.privacy_policy dt {
  margin-top: 40px;
  padding: 5px 10px;
  color: #fff;
  background-color: #80A0D1;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .privacy_policy dt {
    font-size: 1.6rem;
  }
}
.privacy_policy dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .privacy_policy dd {
    font-size: 1.4rem;
  }
}
.privacy_policy strong {
  font-weight: bold;
}
.privacy_policy ol {
  margin: 0 0 0 25px;
  padding: 0;
}
.privacy_policy ol li {
  margin: 30px 0 0;
}
.privacy_policy ol h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy_policy ol h3 {
    font-size: 1.4rem;
  }
}
.privacy_policy ol .contact {
  background: #efefef;
  margin: 10px 0 0;
  padding: 20px;
  text-align: left;
}
.privacy_policy .btn_area a {
  position: relative;
  display: block;
  margin: 60px auto 0;
  padding: 20px 10px;
  width: 100%;
  border: 2px solid #80A0D1;
  color: #80A0D1;
  font-size: 2rem;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .privacy_policy .btn_area a {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .privacy_policy .btn_area a {
    margin: 40px auto 0;
    padding: 10px 10px;
    font-size: 1.8rem;
  }
}
.privacy_policy .btn_area a::before, .privacy_policy .btn_area a::after {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #80A0D1;
}
.privacy_policy .btn_area a::before {
  right: 20px;
  width: 20px;
}
.privacy_policy .btn_area a::after {
  width: 15px;
  right: 22px;
  transform: rotate(45deg) translateY(-7px);
}
.privacy_policy .btn_area a:hover {
  background: #80A0D1;
  color: #fff;
  text-decoration: none;
}
.privacy_policy .btn_area a:hover::before, .privacy_policy .btn_area a:hover::after {
  background: #fff;
}

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