@charset "utf-8";
@media screen and (max-width: 768px) {
html {
  font-size: 50%;
}

body {
  min-width: auto;
}

.ly_cont {
  /* padding: 0 5.3333%; */
}

.sp_ta_l {text-align: left;}
.sp_ta_c {text-align: center;}
.sp_ta_r {text-align: right;}

/******************************
 header
*******************************/
.ly_header {
  min-width: auto;
  height: 70px;
}

.ly_header_logo {
  width: 180px !important;
}

.page_sub .ly_header .logo_wh,
.ly_header.is_scroll .logo_wh {
  display: none;
}

.page_sub .ly_header .logo_bk,
.ly_header.is_scroll .logo_bk {
  display: inline;
}

.page_sub .ly_header .el_menubtn span,
.ly_header.is_scroll .el_menubtn span {
  background: #000;
}


.menu_open .ly_header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent !important;
  z-index: 1001;
}

.menu_open .ly_header_logo {
  opacity: 1 !important;
  z-index: 1001;
}

.menu_open .logo_bk {
  display: none !important;
}

.menu_open .logo_wh {
  display: inline !important;
}

.el_menubtn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  z-index: 100000;
  width: 70px;
  height: 70px;
}

.el_menubtn span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  width: 30px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.el_menubtn .top {
  -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
      transform: translateY(-3px);
}

.el_menubtn .bottom {
  -webkit-transform: translateY(3px);
          -ms-transform: translateY(3px);
      transform: translateY(3px);
}

.menu_open .el_menubtn .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
          -ms-transform: rotate(-45deg) translateY(0px);
      transform: rotate(-45deg) translateY(0px);
}

.menu_open .el_menubtn .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
          -ms-transform: rotate(45deg) translateY(0px);
      transform: rotate(45deg) translateY(0px);
}

.page_sub .ly_header .el_menubtn span,
.ly_header.is_scroll .el_menubtn span {
  background: #000;
}

.menu_open .el_menubtn span {
  background: #fff !important;
}








.ly_nav {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #0c3b2e;
  overflow-y: scroll;
  height: 100%;
  z-index: 100;
}

.ly_nav .bl_nav_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.ly_nav .bl_nav_list li {
  margin-left: 0;
}

.ly_nav .bl_nav_list li a {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  padding: 20px 9%;
  position: relative;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.menu_open .ly_nav .bl_nav_list li a {
  color: #fff !important;
  font-size: 2.5rem !important;
}






/******************************
 kv
*******************************/
.bl_kv {
  height: 100vh;
}

.bl_kv .ly_cont {
  padding: 0 5.3333%;
}

.bl_kv_bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100vw;
  height: 50vh;
}


.bl_kv_txt {
  font-size: 5.5vw;
  margin-bottom: 15px;
  text-align: left;
}

.bl_kv_ttl {
  font-size: 22vw;
  line-height: 0.85;
}

.bl_kv_ttl span {
  display: block;
}

.bl_kv_ttl01 {
  text-align: left;
}

.bl_kv_ttl02 {
  text-align: left;
}





/******************************
 container
*******************************/
.bl_sec {
  padding-top: 100px;
}


.el_lv2Heading {
  margin-bottom: 5rem;
}

.el_lv3Heading {
  margin-bottom: 40px;
}

.el_lv3Heading .el_en {
  font-size: 4.5rem;
}


.bl_pageheader {
  padding: 180px 0 0;
}

.bl_pageheader .el_pagettl .el_en {
  font-size: 5rem;
}

.bl + .bl {
  margin-top: 100px;
}



/******************************
 about
*******************************/
#about .el_about_txt01 {
  font-size: 8vw;
  line-height: 1.4;
  margin-bottom: 30px;
}

#about .el_about_txt02 {
  font-size: 4.5vw;
  margin-bottom: 70px;
}

#about .bl_imgarea {
  /* width: calc(100% + 5.3333vw); */
  height: 60vw;
  margin-top: 70px;
}

#about .bl_imgarea img {
  width: 140% !important;
  position: relative;
  /* top: 30%; */
  left: -20%;
}




/******************************
 service
*******************************/
.bl_2col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_2col > * {
  width: 100% !important;
}

#service .bl_2col_imgarea img {
  margin-bottom: 20px;
}


#service .bl_imgarea_w100 {
  height: 60vw;
  margin-top: 70px;
}

#service .bl_imgarea_w100 img {
  width: 160% !important;
  position: relative;
  /* top: 30%; */
  left: -30%;
}


/******************************
 outline
*******************************/
#outline .bl_outline_list {
  border-top: 1px solid rgba(0,0,0,0.3);
}

#outline .bl_outline_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding: 1.5em 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#outline .bl_outline_list .el_label {
  width: 100%;
}

#outline .bl_outline_list .bl_outline_txtarea {
  width: 100%;
  font-weight: 400;
  font-size: 0.95em;
}

#outline .bl_2col_imgarea {
  height: 110vw;
}




/******************************
 footer
*******************************/
.ly_footer {
  margin-top: 100px;
  padding: 30px 0;
}

.ly_footer .bl_contact {
  padding: 70px 0 100px;
}

.el_contact_txt01 .el_arr_link {
  padding-right: 45px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.el_contact_txt01 .el_arr_link:before {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
}

.el_contact_txt02 {
  font-size: 1.6rem;

}






/******************************
 contact form
*******************************/
.bl_formbox {
  padding: 40px 0;
}

.form {
  width: 100%;
}

.form-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 30px;
}

.form-line-textarea {
  margin-bottom: 30px;
}

.form-label {
  width: 100%;
  padding-left: 0;
  margin-bottom: 10px;
}

.form-line-textarea .form-label {
  padding-top: 0;
}

/* .required:before {
  font-size: 10px;
  padding: 3px 10px;
  margin-top: -2px;
  position: relative;
  margin-right: 10px;
} */

.form-control-wrap {
  width: 100%;
}

.form-control {
  padding: 10px;
  font-size: 14px;
}

textarea.form-control {
  width: 100%;
  height: 200px;
}

.select-a:after {
  font-size: 13px;
  line-height: 45px;
  right: 10px;
}

.form-note {
  font-size: 14px;
  line-height: 1.5;
}

.form-note span {
  font-size: 14px;
}

.form-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-btn button {
  font-size: 14px;
  width: 100% !important;
  margin: 10px 0 0 !important;
  height: 60px;
}








}
