@charset "UTF-8";
/* 変数の定義 */
/* 色の定義 */
html {
  font-size: 62.5%;
}

body {
  color: #141414;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color:;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

body.noscroll {
  overflow: hidden;
}

a,
p {
  text-decoration: none;
  color: #333333;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* 画面右端のリンクボタン */
#el_linkBtn {
  width: 80px;
  height: 80px;
  right: -40px;
  position: fixed;
  z-index: 1;
  top: 30%;
  background-color: #00B300;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.8px solid #ffffff;
}

#el_linkBtn a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

#el_linkBtn a P {
  text-align: end;
  position: absolute;
  left: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  text-indent: 0.5em; color:#FFFFFF;
}

#el_linkBtn:hover {
  right: -25px;
}

/* ページトップボタン */
.el_pagetopBtn {
  position: fixed;
  right: -40px;
  top: 74%;
  display: block;
  color: #ffffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: 0.5em;
}

/* header */
header {
  position: fixed;
  width: 100%;
  z-index: 1000; background-color:#FFFFFF;
}

.change-color {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: 1s;
  transition: 1s;
}

.bl_headerLogo {
  width: 200px;
}

.ly_header_inner {
  height: 80px;
  padding-right: 4vw;
  padding-left: 4vw;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_headerNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_headerNav_item {
  margin-right: 40px;
}

.bl_headerNav_item a {
  color: #4f4f4f;
  position: relative;
  display: inline-block;
}

.bl_headerNav_item a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #4f4f4f;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bl_headerNav_item a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bl_drawer {
  position: fixed;
  top: 0;
  right: -25px;
  width: 500px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 120px;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 9999;
  text-align: center;
}

.bl_drawer_list {
  margin-right: 20px;
}

.bl_drawer_item {
  margin-bottom: 50px;
}

.bl_drawer_item a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold; color:#CCCCCC;
}

.bl_drawerBtn {
  position: fixed;
  top: 10px;
  left: -100px;
  width: 60px;
  height: 60px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  cursor: pointer;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #999999;
  padding-bottom: 2px;
  z-index: 10000;
  display: none;
}

.hambarg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 4px;
  width: 40px;
  background: #333333;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.hambarg:nth-child(1) {
  top: 25%;
  left: 50%;
}

.hambarg:nth-child(2) {
  top: 45%;
  left: 50%;
}

.hambarg:nth-child(3) {
  top: 65%;
  left: 50%;
}

.hambarg_txt {
  font-size: 1rem;
}

.bl_drawer.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.bl_drawerBtn.action {
  left: 0;
}

.bl_drawerBtn.action .hambarg:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); background-color: #CCCCCC;
}

.bl_drawerBtn.action .hambarg:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0; color:#FFFFFF;
}

.bl_drawerBtn.action .hambarg:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); background-color: #CCCCCC;
}

/* fv */
.ly_fv {

  /*background-image: url(/img/bg3.jpg);*/
  background-position: center;
  background-repeat: cover;
}


video {
padding-top:80px;
  width: 100%;
  height: 100%;

  }


.el_arrowImg {
  position: absolute;
  left: 50%;
  top: 640px;
  z-index: 99;
}

.bl_fv_copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.4em;
  color: #111B28;
  text-shadow: 1px 2px 1px rgba(255, 255, 255, 1);
  padding-left: 20%;
  padding-top: 270px;
  text-indent: -2em;
}

/* section */
.ly_section {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-right: 4vw;
  padding-left: 4vw;
}

.ly_section:before {
  content: "";
  border-top: 2px solid #CCCCCC;
  width: 45%;
  display: block;
  position: absolute;
  right: 0;
}

.ly_section:after {
  content: "";
  border-top: 2px solid #CCCCCC;
  width: 25%;
  display: block;
  position: absolute;
  left: 0;
}

.ly_sectionWrapper {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.ly_sectionWrapper .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c329d8;
  border-radius: 10px;
  margin: 5px;
}

.el_sectionTtl {
  font-size: 30px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
}

.bl_section_inner {
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.bl_section_inner img {
  height: 408px;
  width: 50%;
  -webkit-box-shadow: -20px 20px #dddddd;
          box-shadow: -20px 20px #dddddd;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_section_cont {
  width: 40%;
  text-align: left;
}

.bl_section_cont_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}

.bl_section_cont_txt {
font-weight:bold;
}

#service img,
#contact img {
  -webkit-box-shadow: 20px 20px #dddddd;
          box-shadow: 20px 20px #dddddd;
}

.hp_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.hp_changeColor {
  background-color: #efefef;
}

#results .bl_section_inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_section_card {
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 50px;
}

.bl_section_card img {
  width: 90%;
  margin-bottom: 30px;
}

.bl_section_card .bl_section_cont {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.bl_section_card .bl_section_cont_ttl {
  text-align: center;
}

/* その他ヘルパークラス等 */
.el_telNumber {
  margin: 20px 10px;
  letter-spacing: 0.3rem;
}

.el_telNumber i,
.el_telNumber a {
  font-size: 20px;
  font-weight: bold;
}

i {
  width: 1rem;
  margin-right: 1rem;
}

.fa-phone-volume {
  color: #c329d8;
}

.hp_indent {
  text-indent: 1.6em;
}

.hp_spOnly {
  display: none;
}

#contact div {
  white-space: nowrap;
}

/* footer */
footer {
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}

footer small {
  font-size: 10px;
}
/*# sourceMappingURL=style.css.map */