@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  color: #1A2130;
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #ffffff;
}
.header-inner {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
}
.logo {
  margin: 2% 4%;
}
.tel {
  width: 58%;
  padding-right: 10%;
  text-align: right;
  font-size: 40px;
  font-weight: 600;
  color: #32ADE6;
}
.tel img {
  vertical-align: middle;
  margin-right: 5px;
}
.drawer {
  max-width: 570px;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 15;
  overflow: auto;
  overscroll-behavior-y: contain;
  visibility: hidden
}
.drawer[aria-hidden=false] {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}
.drawer_position {
  position: fixed;
  top: 0;
  right: 0
}
.drawer__inner {
  padding-bottom: 100px;
  background-color: rgba(255, 255, 255, 0.8)
}
.drawer__top {
  width: 100%;
  height: 150px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--base);
  z-index: 1
}
.drawer__btn {
  max-width: 395px;
  width: 70%;
  margin: 60px auto 0;
}
.drawer__items {
  padding: 0 10%;
}
.drawer__item {
  border-bottom: solid 1px #C8DAE3;
}
.drawer__link {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 900;
  font-size: 48px;
  color: #3674B5;
}
.drawer__link_sub {
  padding-left: 40px
}
.drawer__link .line {
  font-size: 28px;
  color: #1A2130;
}
.drawer__button-wrapper {
  max-width: 260px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 30px auto 0
}
.is-drawer-active {
  overflow: hidden
}
@media(hover: hover)and (pointer: fine) {
  .drawer__link {
    -webkit-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s
  }
  .drawer__link:hover, .drawer__link:focus {
    opacity: 0.8;
  }
}
.drawer-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #a9a9a9;
  visibility: hidden;
  opacity: 0;
  z-index: 5
}
.is-drawer-active {
  height: 100%;
  overflow: hidden
}
.is-drawer-active .drawer-bg {
  visibility: visible;
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s
}
.hamburger {
  width: 73px;
  height: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 30;
  background-color: #3674B5;
  padding-bottom: clamp(.875rem, .4088263822rem + .9699321048vw, 1.5rem);
  position: fixed;
  top: 30px;
  right: 40px;
  border: none;
}
.hamburger[aria-expanded=true] .hamburger__line {
  background-color: rgba(0, 0, 0, 0)
}
.hamburger[aria-expanded=true] .hamburger__line::before {
  transform: translateY(-13px) rotate(135deg);
}
.hamburger[aria-expanded=true] .hamburger__line::after {
  transform: translateY(13px) rotate(-135deg)
}
.hamburger__line {
  width: 36px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s all;
  transition: .5s all;
  background-color: #ffffff;
}
.hamburger__line::before {
  content: "";
  width: 100%;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  background-color: #ffffff;
}
.hamburger__line::after {
  content: "";
  width: 100%;
  height: 4px;
  display: inline-block;
  position: absolute;
  bottom: 13px;
  left: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  background-color: #ffffff;
}
@media(hover: hover)and (pointer: fine) {
  .hamburger:hover {
    opacity: 0.9;
  }
}
.main {
  position: relative;
  line-height: 0;
  padding-top: 20px;
  margin-top: 130px;
  text-align: right;
  z-index: 1
}
.main::before {
  content: '';
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 959px;
  z-index: -1;
}
.main .lead {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: clamp(26px, 5vw, 80px);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.main .lead span {
  font-size: clamp(20px, 3vw, 50px);
}
.h2-ttl {
  font-size: 40px;
  color: #3674B5;
}
.h2-ttl .ja {
  font-size: 28px;
  color: #1A2130;
}
.inner {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-btn {
  display: block;
  text-align: center;
  background-color: #3674B5;
  color: #ffffff;
  font-weight: 700;
  width: 260px;
  padding: 10px 0;
  margin: 30px 0;
}
.about {
  position: relative;
  margin-top: 200px;
  background-image: url("../img/haruna-create.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1000px;
  text-align: center;
}
.about::after {
  content: '';
  background-image: url("../img/about-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  height: 735px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about .inner {
  padding-top: 40px;
}
.about .txt {
  margin-top: 84px;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
.service {
  background-color: #F3F3F3;
  padding: 50px 0 150px;
  background-image: url("../img/service-ttl.png");
  background-repeat: no-repeat;
  background-position: 50% 30px;
  background-size: auto;
  text-align: center;
}
.service .h2-ttl {
  margin: 70px 0 200px
}
.service .flex {
  margin-top: 50px;
  border-right: solid 6px #3674B5;
  background-color: #ffffff;
}
.service .flex:nth-child(odd) {
  flex-direction: row-reverse;
  border-left: solid 6px #3674B5;
  border-right: none;
}
.service .left {
  width: 38%;
  line-height: 0;
}
.service .right {
  text-align: left;
  width: 56%;
  padding: 0 3%;
  line-height: 2;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.service .right .ttl {
  color: #3674B5;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 600;
}
.area {
  padding: 50px 0 150px;
  background-image: url("../img/area-ttl.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 30px;
}
.area .h2-ttl {
  margin: 70px 23% 200px;
}
.area .flex {
  align-items: center;
}
.area .left {
  width: 45%;
  line-height: 0;
}
.area .right {
  width: 50%;
  line-height: 2;
}
.company {
  padding: 200px 0;
  background-color: #F3F3F3;
  background-image: url("../img/company.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 200px;
}
.company .h2-ttl {
  margin: 90px 15% 200px;
}
.company dl {
  margin: 100px auto;
  font-weight: 600;
}
.company .item {
  display: flex;
}
.company .item dt {
  width: max(100px, 22%);
  padding: 40px 2% 20px;
  border-bottom: 4px solid #3674B5;
  text-align: left;
}
.company .item dd {
  width: calc(100% - max(100px, 20%));
  padding: 40px 0 20px 20%;
  border-bottom: 4px solid #C8DAE3;
  text-align: left;
}
.company .map {
  height: 570px;
}
#page_top {
  position: fixed;
  right: 35px;
  bottom: 15%;
  z-index: 1;
}
#page_top a {
  position: relative;
  display: block;
}
.copyright {
  background-color: #3674B5;
  color: #ffffff;
  padding: 18px 0;
  text-align: center;
}
.sp {
  display: none;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1024px) {
  .about::after {
    height: 515px;
  }
  .service {
    background-size: 100%;
  }
  .company {
    background-size: 100%;
  }
  .tel {
    text-align: left;
    font-size: 30px;
  }
}
@media (max-width: 820px) {
  .about .inner {
    padding-top: 10px;
  }
  .service .h2-ttl {
    margin: 40px 0 150px;
  }
  .service .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .service .right {
    width: 100%;
  }
  .area .left {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .area .right {
    width: 100%;
  }
  .company .h2-ttl {
    margin: 45px 15% 150px;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .logo {
    width: 70%;
  }
  .header-inner {
    height: 85px;
  }
  .hamburger {
    width: 60px;
    height: 60px;
    top: 13px;
    right: 15px;
  }
  .drawer__link {
    font-size: 28px;
  }
  .drawer__link .line {
    font-size: 18px;
  }
  .service .h2-ttl {
    margin: 10px 0 100px;
  }
  .about {
    margin-top: 100px;
    height: 730px;
  }
  .about::after {
    background-position: bottom;
  }
  .about .txt {
    font-size: 18px;
    text-align: left;
  }
  .area {
    background-size: 100%;
  }
  .area .h2-ttl {
    margin: 30px 23% 100px;
  }
  .company {
    padding: 100px 0;
    background-position: right 100px;
  }
  .company .h2-ttl {
    margin: 15px 15% 100px;
  }
  .company .item dd {
    padding: 40px 0 20px 5%;
  }
  .company .map {
    height: 450px;
  }
  #page_top {
    right: 15px;
    bottom: 12%;
    width: 60px;
  }
}