@charset "UTF-8";
/*------------------
  common
------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-lora {
  font-family: 'Lora', serif;
}

.font-montserrat {
  font-family: 'montserrat', serif;
}

img {
  max-width: 100%;
  height: auto;
}
a:hover {
  cursor: pointer;
}
section:not(:first-of-type) {
  margin: 180px auto;
}

.inner {
  max-width: 960px;
  margin: 0 auto 180px;
}

.heading-en {
  letter-spacing: 0.1em;
}

.section-heading {
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.section-heading .heading-en {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  margin: 40px auto 80px;
}

.section-text {
  max-width: 750px;
  line-height: 2.8;
  letter-spacing: 0.1em;
}

.section-text.upper {
  margin-bottom: 70px;
}

.section-image img {
  width: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.emphasis {
  font-size: 2rem;
  font-weight: bold;
}

a:hover, a:hover span {
  transition: .3s;
  opacity: .7;
}

/*------------------
  header
------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  position: fixed;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 2;
  padding: 0 5px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.logo {
  max-width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-image {
  max-width: 50px;
  margin-right: 15px;
}

.logo-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

/*------------------
  nav
------------------*/
nav {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  width: 445px;
  line-height: 1.6;
}

.nav-link {
  font-weight: bold;
  color: #fff;
}

.nav-ja {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.btn-trigger {
  display: none;
}

/*------------------
  kv
------------------*/
.kv {
  display: flex;
  align-items: center;
  background: url("../images/kv_pc.png") no-repeat;
  background-size: cover;
  height: 60vw;
  color: #fff;
}

.copy {
  margin: -6% 0 0 10%;
  font-size: 7.8rem;
  font-weight: bold;
}

.copy-ja {
  display: block;
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.copy-en {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.12em;
}

/*------------------
  business
------------------*/
.business .handyman {
  max-width: 500px;
  margin-bottom: 10px;
}
.business .handyman:hover {
  cursor: pointer;
}
.business .section-heading .heading-en {
  line-height: inherit;
  margin: 20px auto 40px;
}
.business .section-btn {
  position: relative;
  width: 200px;
  border: 1px solid #222;
  margin-top: 20px;
}
.business .section-btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  transform: translate(0,-52%);
  content: "";
  background: url("../images/new-window.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.business .section-btn .link {
  display: block;
  padding: 15px 20px;
  color: #222;
}
/*----------------------
 company
----------------------*/
.company .section-heading {
  font-size: 4.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.company .section-heading .heading-en {
  margin: 10px auto 80px;
}

.company .main-item {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.1em
}

.company .main-item .list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.company .main-item .list:last-of-type {
border-bottom: none;
}

.company .main-item .list dt {
  min-width: 140px;
}

.company .main-item .list:last-of-type a {
  text-decoration: underline;
}

.company .map {
  position: relative;
  width: 120px;
  height: 27px;
  margin: 0 30px 0 auto;
  font-size: 1.2rem;
  line-height: 2.2;
  border: 1px solid #dddddd;
}

.map-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #707070;
}

.map-arrow {
  position: relative;
  margin-left: 8px;
}

.map-arrow:before {
  position: absolute;
  top: 4px;
  right: -10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  transform: rotate(45deg);
}

.map-arrow:after {
  position: absolute;
  top: 4px;
  right: -10px;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #707070;
  transform: rotate(-45deg);
}

/*----------------------
 news
----------------------*/
.news {
  background-color: #41b1f0;;
  color: #fff;
}

.news .cloud {
  max-width: 730px;
  margin: -30px 0 -60px auto;
}

.news .inner {
  padding: 80px 0;
}

.news .section-heading {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.news .section-heading .heading-en {
  margin: 10px auto 60px;
  font-size: 1.4rem;
}

.news .main-item {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.news .main-item .list {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}

.news .category {
  margin-right: 30px;
  padding: 0 15px;
  background: #fff;
  color: #41b1f0;
}

.news .date {
  margin-right: 20px;
}

/*----------------------
 contact
----------------------*/
section.complete {
  height: 100vh;
}

section.contact {
  margin: 180px auto 0;
}

section.contact.confirm, section.contact.complete {
  margin: 0 auto;
}

section.contact.complete .inner {
  max-width: none;
  padding: 0;
}

.contact .section-heading {
  font-size: 4.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.contact .section-heading .heading-en {
  margin: 10px auto 80px;
}

.confirm .main-item {
  text-transform: none;
}

.confirm .inner {
  padding: 105px 0;
}

.confirm .heading, .complete .heading {
  padding-bottom: 40px;
  background: #41b1f0;
  color: #fff;
}

.contact h1 {
  font-size: 2.6rem;
  text-align: center;
  margin: -35px 0 60px;
}

.confirm h1, .complete h1 {
  padding: 160px 0 20px;
  margin: 0 auto;
}

.confirm .heading-text, .complete .heading-text {
  text-align: center;
  line-height: 2.5rem;
}

.contact .main-item {
  max-width: 760px;
  margin: 0 auto;
}

.contact.confirm .main-item, .contact.complete .main-item {
  max-width: 510px;
  margin: 0 auto;
}

.contact.complete .main-item {
  padding: 100px 10px 200px;
}

.contact.complete .main-item p {
  margin-bottom: 40px;
}

.contact .select-item {
  width: 100%;
  position: relative;
  display: inline-block;
}

.contact .select-item::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 53%;
  right: 20px;
  margin-top: -4px;
}

.contact.confirm .select-item::after {
  content: none;
}

.contact .select-item p {
  margin-bottom: 15px;
}

.contact.confirm .select-item p:first-child {
  margin-bottom: 0;
}

.contact .select-item .select-box {
  margin-bottom: 30px;
  width: 100%;
  height: 50px;
  display: block;
  font-size: 1.6rem;
  color: #333;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.contact .select-item .select-box .arrow {
  color: #333;
}

.contact .form ul li {
  margin-bottom: 15px;
}

.contact.confirm .form ul li {
  margin-bottom: 30px;
}

.contact .form ul li label {
  display: block;
  margin-bottom: 15px;
}

.contact.confirm .form ul li label {
  margin-bottom: 0;
}

.contact .form ul li input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 5px;
  background: #f0f0f0;
  font-size: 1.6rem;
}

.contact .form textarea {
  width: 100%;
  height: 300px;
  margin-bottom: 150px;
  background: #f0f0f0;
  padding: 5px;
  font-size: 1.6rem;
}

.contact .form-btn {
  display: block;
  width: 290px;
  height: 60px;
  background: #298acc;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

.confirm .form-btn, .complete .form-btn {
  margin: 65px auto 20px;
}

.contact .form-btn button, .contact .form-btn input {
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  line-height: 3.4;
  cursor: pointer;
}

.contact.complete .form-btn {
  position: relative;
}

.contact.complete .form-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #fff;
  line-height: 3;
  cursor: pointer;
}

/*----------------------
 contact
----------------------*/
footer {
  margin-top: -150px;
}

.page-top {
  width: 133px;
  margin: 0 70px -3px auto;
  line-height: 1;
}

.page-top_image {
  vertical-align: bottom;
}

.copy-right {
  display: block;
  background: #41b1f0;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

@media screen and ( max-width: 768px ) {
  /*------------------
    common
  ------------------*/
  section:not(:first-of-type) {
    margin: 100px auto;
  }

  .inner {
    margin: 0 auto 100px;
    padding: 0 10px;
  }

  .section-heading {
    font-size: 3rem;
  }

  .section-heading .heading-en {
    margin: 30px auto 40px;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
  }

  .section-text {
    padding: 0;
  }

  .section-text.upper {
    margin-bottom: 60px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /*------------------
    header
  ------------------*/
  header {
    height: 60px;
  }

  .header-inner {
    display: block;
    padding: 7px 0;
  }

  .logo {
    position: relative;
    z-index: 1;
    margin-left: 10px;
  }

  .logo-image {
    max-width: 45px;
    margin-right: 10px;
  }

  .logo-text {
    line-height: 1.2;
  }

  /*------------------
    nav
  ------------------*/
  .header-item_sp {
    display: none;
    position: relative;
    transition: .3s;
  }

  body.active .header-item_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    transition: .3s;
  }

  nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url("../images/bg-image_drawer.png") no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .nav-inner {
    width: 100%;
    height: 50%;
    align-items: center;
    flex-direction: column;
    line-height: 1.8;
  }

  .nav-item {
    text-align: center;
  }

  .nav-ja {
    font-size: 1.2rem;
  }

  /*=============================
  .btn-trigger
  =============================*/
  .btn-trigger {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 28px;
    cursor: pointer;
    z-index: 1;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }

  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }

  .btn-trigger span:nth-of-type(2) {
    top: 13px;
  }

  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /*=============================
  .btn-trigger
  =============================*/
  .btn-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    margin: -20px 0 0 -24px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .75s;
  }

  body.active .btn-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(18px) rotate(-45deg);
    transform: translateY(18px) rotate(-45deg);
  }

  body.active .btn-trigger span:nth-of-type(2) {
    left: 60%;
    opacity: 0;
    -webkit-animation: active-btn19-bar02 .8s forwards;
    animation: active-btn19-bar02 .8s forwards;
  }

  @-webkit-keyframes active-btn19-bar02 {
    100% {
      height: 0;
    }
  }

  @keyframes active-btn19-bar02 {
    100% {
      height: 0;
    }
  }

  body.active .btn-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  body.active .btn-trigger::after {
    -webkit-animation: active-btn19 .7s .25s forwards;
    animation: active-btn19 .7s .25s forwards;
  }

  @-webkit-keyframes active-btn19 {
    0% {
      border-color: transparent;
      -webkit-transform: rotate(0);
    }
    25% {
      border-color: transparent #fff transparent transparent;
    }
    50% {
      border-color: transparent #fff #fff transparent;
    }
    75% {
      border-color: transparent #fff #fff #fff;
    }
    100% {
      border-color: #fff;
      -webkit-transform: rotate(-680deg);
    }
  }

  @keyframes active-btn19 {
    0% {
      border-color: transparent;
      transform: rotate(0);
    }
    25% {
      border-color: transparent #fff transparent transparent;
    }
    50% {
      border-color: transparent #fff #fff transparent;
    }
    75% {
      border-color: transparent #fff #fff #fff;
    }
    100% {
      border-color: #fff;
      transform: rotate(-680deg);
    }
  }

  /*------------------
    kv
  ------------------*/
  .kv {
    background: url("../images/kv_sp.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100vh;
  }

  .copy {
    font-size: 6rem;
    margin: -70% 0 0 10px;
  }

  .copy-ja {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }

  .copy-en {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  /*------------------
    business
  ------------------*/

  /*----------------------
   company
  ----------------------*/
  .company .section-heading {
    font-size: 2.9rem;
  }

  .company .section-heading .heading-en {
    margin: 5px auto 55px;
    font-size: 1.4rem;
  }

  .company .main-item .list {
    display: block;
    padding: 0 0 30px 10px;
    margin-bottom: 30px;
  }

  .company .map {
    width: 140px;
    height: 35px;
    margin: 15px 20px 0 auto;
    line-height: 2.9;
  }

  .map-arrow {
    margin-left: 15px;
  }

  .map-arrow:before {
    top: 3px;
    right: -18px;
    width: 8px;
    height: 8px;
  }

  .map-arrow:after {
    top: 3px;
    right: -18px;
    width: 8px;
    height: 8px;
  }

  /*----------------------
   news
  ----------------------*/

  .news .cloud {
    margin: 0;
  }

  .news .inner {
    padding: 80px 10px;
  }

  .news .section-heading {
    font-size: 2.9rem;
  }

  .news .section-heading .heading-en {
    margin: 5px auto 20px;
  }

  .news .main-item .list {
    display: block;
    padding: 30px 0 15px 10px;
  }

  .news .category {
    margin-right: 30px;
    padding: 0 15px;
    background: #fff;
    color: #41b1f0;
  }

  .news .date {
    display: block;
    margin: 10px 0 0;
  }

  /*----------------------
    contact
  ----------------------*/
  .contact .inner {
    padding: 0 20px;
  }

  .contact .section-heading {
    font-size: 2.9rem;
  }

  .contact .section-heading .heading-en {
    font-size: 1.4rem;
    margin: 5px auto 60px;
  }

  .contact.confirm .inner {
    padding: 105px 10px;
  }

  .confirm h1, .complete h1 {
    padding: 100px 0 0;
  }

  .confirm .heading-text {
    font-size: 1.6rem;
    padding: 0;
  }

  .contact .form ul li {
    margin-bottom: 0;
  }

  .contact .form textarea {
    margin-bottom: 80px;
  }

  .after {
    padding: 45px 0 200px;
  }

  /*----------------------
   contact
  ----------------------*/
  footer {
    margin-top: 0;
  }

  .page-top {
    width: 120px;
    margin: 0 15px -3px auto;
  }

}

@media screen and ( max-width: 410px ) {
  .copy {
    font-size: 5.5rem;
  }
}

@media screen and ( max-width: 390px ) {
  .copy {
    font-size: 4.5rem;
  }
}

@media screen and ( max-width: 320px ) {
  .copy {
    margin: -75% 0 0 5px;
  }
  .copy-en {
    font-size: 1.1rem;
  }

  .section-heading {
    font-size: 2.6rem;
  }

  .section-text {
    font-size: 1.4rem;
    line-height: 2.4;
  }
  .page-top {
    width: 100px;
  }
}
