@charset "utf-8";

/* loading
------------------------------------------------ */
#loader-bg {
  /*
  display: block;
  display: none;
*/
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  z-index: 1002;
}

#loader img {
  max-width: 100%;
  vertical-align: middle;
}



@media screen and (max-width: 768px) {
  #loader {
    top: 30%;
    height: auto;
  }
}

/* max-width: 768px */


/* 共通
------------------------------------------------ */
.common_bg {
  background-color: #fff;
}

/* ボタン
------------------------------------------------ */
a.c_link {
  display: block;
  color: #141414;
  border: 2px solid #141414;
  text-align: center;
  padding: 18px 0 18px 0;
  position: relative;
  transition: .3s;
  text-decoration: none;
  overflow: hidden;
}

.c_link_txt {
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.c_link_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 8px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/common/icon_arrow_b2.png) no-repeat 0 center;
  z-index: 2;
}

a.c_link:hover {
  color: #fff;
}

.c_link:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #333;
  transition: .3s;
  width: 0;
  height: 100%;
}

.c_link:hover:before {
  width: 100%;
}

.c_link:hover .c_link_arrow {
  background: url(../img/common/icon_arrow_w.png) no-repeat 0 center;
}


/* TOP
------------------------------------------------ */
/* メイン画像 */
.top_main_block {
  position: relative;
  height: 568px;
  margin-top: 100px;

}

.top_main_box {
  position: absolute;
  left: 34px;
  bottom: 72px;
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .top_main_block {
    height: 708px;
  }
  .top_main_box {
    bottom: 310px;
  }
}

.top_main_ttl {
  line-height: 180%;
  font-size: 40px;
}

.top_main_sub_txt {
  line-height: 200%;
  margin-top: 20px;
}


@media screen and (max-width: 767px) {
  .top_main_block {
    position: relative;
    height: 590px;
    margin-top: 69px;
  }

  .top_main_box {
    position: absolute;
    /*top: 150px;*/
    top: 60px;
    left: 20px;
    bottom: auto;
  }

  .top_main_ttl {
    font-size: 23px;
  }

  .top_main_sub_txt {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* max-width: 767px */

/* Panel Service */
.top_panel_area {
  position: relative;
  overflow: hidden;
}

.top_panel_img_box {
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.top_panel_img_bg {
  width: 100%;
  height: 430px;
}

.top_panel_img_bg:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/top/panel_bg_img.jpg);
  background-size: cover;
}

.top_panel_scroll_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.top_panel_block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top_panel_content {
  position: relative;
}

.top_panel_scroll_box {
  position: absolute;
  top: 21px;
  left: 33px;
}

a.top_panel_scroll_link {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  background: url(../img/top/panel_arrrow.png) no-repeat 0 0;
  line-height: 1;
  padding: 22px 0 0 19px;
  height: 56px;
  box-sizing: border-box;
  text-decoration: none;
}


.top_panel_box {
  width: 500px;
  margin: 0 34px 32px 0;
  color: #fff;
  float: right;
  text-align: right;
  font-weight: 300;
}

.top_panel_box_logo {
  text-align: right;
  position: relative;
  margin-bottom: 80px;
}

.top_panel_box_logo img {
  position: relative;
}

.top_panel_box_logo:after {
  display: block;
  content: '';
  background-color: #fff;
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: -60px;
  right: 20px;
}

.top_panel_ttl {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 300;
}

.top_panel_txt {
  font-size: 14px;
}

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
  .top_panel_img_box {
    height: 335px;
  }

  .top_panel_scroll_box {
    position: absolute;
    top: 15px;
    left: 16px;
  }

  a.top_panel_scroll_link {
    padding: 22px 0 0 18px;
  }

  .top_panel_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .top_panel_box {
    width: auto;
    margin: 0 20px 50px 55px;
  }

  .top_panel_box_logo {
    margin-bottom: 50px;
  }

  .top_panel_box_logo img {
    width: 25px;
  }

  .top_panel_box_logo:after {
    height: 24px;
    bottom: -35px;
    right: 12px;
  }

  .top_panel_ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .top_panel_txt {
    font-size: 10px;
    line-height: 130%;
  }

}

/* /screens smaller than 767px */

.top_panel_info_block {
  padding: 110px 33px 100px;
}


.top_panel_info_box {
  width: 47%;
}

.top_panel_info_box_lf {
  float: left;
}

.top_panel_info_box_ri {
  float: right;
}

.top_panel_info_ttl {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 36px;
}

.top_panel_info_num_box {
  margin-bottom: 30px;
}

.top_panel_info_num {
  font-size: 20px;
  display: inline-block;
  padding: 0 16px 0 0;
  position: relative;
}

.top_panel_info_num:after {
  display: block;
  content: '';
  border-top: 1px solid #141414;
  margin-top: -2px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -50px;
}

.top_panel_info_txt {
  font-weight: 300;
}

.top_panel_info_link {
  width: 500px;
  margin: 30px auto 0;
  font-weight: 300;
}

.top_panel_img_block img {
  max-width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .top_panel_info_inblock {
    padding-bottom: 50px;
  }

  .top_panel_img_list {
    display: table;
    width: 100%;
  }

  .top_panel_img_list li {
    display: table-cell;
    width: 20%;
    text-align: center;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 105% auto;
    transition: 0.5s;
  }

  .top_panel_img_list li img {
    width: 100%;
    max-width: none;
  }

  .top_panel_img01 {
    background-image: url(../img/top/panel_img01_g.jpg);
  }

  .top_panel_img02 {
    background-image: url(../img/top/panel_img02_g.jpg);
  }

  .top_panel_img03 {
    background-image: url(../img/top/panel_img03_g.jpg);
  }

  .top_panel_img04 {
    background-image: url(../img/top/panel_img04_g.jpg);
  }

  .top_panel_img05 {
    background-image: url(../img/top/panel_img05_g.jpg);
  }

  .top_panel_img_list li.top_panel_img01:hover {
    background-image: url(../img/top/panel_img01.png);
  }

  .top_panel_img_list li.top_panel_img02:hover {
    background-image: url(../img/top/panel_img02.png);
  }

  .top_panel_img_list li.top_panel_img03:hover {
    background-image: url(../img/top/panel_img03.png);
  }

  .top_panel_img_list li.top_panel_img04:hover {
    background-image: url(../img/top/panel_img04.png);
  }

  .top_panel_img_list li.top_panel_img05:hover {
    background-image: url(../img/top/panel_img05.png);
  }

  .top_panel_info_link .c_link {
    padding: 25px 0 18px 0;
    height: 80px;
    font-size: 20px;
    box-sizing: border-box;
  }

}

/* min-width: 769px */

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
  .top_panel_info_block {
    padding: 57px 16px 50px;
  }

  .top_panel_info_box {
    width: 100%;
    padding-bottom: 60px;
  }

  .top_panel_info_box_lf,
  .top_panel_info_box_ri {
    float: none;
  }

  .top_panel_info_ttl {
    font-size: 26px;
    margin-bottom: 22px;
    text-align: center;
  }

  .top_panel_info_num_box {
    margin-bottom: 20px;
    text-align: center;
  }

  .top_panel_info_num {
    font-size: 16px;
    padding: 0 20px 0;
  }

  .top_panel_info_num:before {
    display: block;
    content: '';
    border-top: 1px solid #141414;
    margin-top: 0;
    width: 26px;
    position: absolute;
    top: 50%;
    left: -26px;
  }

  .top_panel_info_num:after {
    display: block;
    content: '';
    border-top: 1px solid #141414;
    margin-top: 0;
    width: 26px;
    position: absolute;
    top: 50%;
    right: -26px;
  }

  .top_panel_info_txt {
    font-size: 14px;
  }

  .top_panel_info_link {
    width: 295px;
    margin: -30px auto 0;
  }

  .top_panel_img_block img {
    width: 100%;
    vertical-align: top;
  }

}

/* /screens smaller than 767px */

.top_panel_lineup_list_area {
  margin-bottom: 65px;
}

.top_panel_lineup_ttl_block {
  text-align: center;
  margin: 0 0 66px;
  padding-top: 112px;
}

.top_panel_lineup_ttl {
  font-size: 36px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 36px;
}

.top_panel_lineup_num {
  font-size: 20px;
  display: inline-block;
  padding: 0 16px 0;
  position: relative;
}

.top_panel_lineup_num:before {
  display: block;
  content: '';
  border-top: 1px solid #141414;
  margin-top: -2px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: -50px;
}

.top_panel_lineup_num:after {
  display: block;
  content: '';
  border-top: 1px solid #141414;
  margin-top: -2px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -50px;
}

.top_panel_lineup_list li {
  width: 33.3%;
  float: left;
}

.top_panel_lineup_wrap {
  position: relative;
  height: 390px;
}

.top_panel_lineup_img {
  text-align: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.top_panel_lineup_img img {
  vertical-align: top;
  margin: 0 auto;
}

.top_panel_lineup_img01 {
  background-image: url(../img/top/panel_lineup_img01_g.png);
}

.top_panel_lineup_img02 {
  background-image: url(../img/top/panel_lineup_img02_g.png);
  background-position: center 30%;
}

.top_panel_lineup_img03 {
  background-image: url(../img/top/panel_lineup_img03_g.png);
}

.top_panel_lineup_list li:hover .top_panel_lineup_img01 {
  background-image: url(../img/top/panel_lineup_img01.png);
}

.top_panel_lineup_list li:hover .top_panel_lineup_img02 {
  background-image: url(../img/top/panel_lineup_img02.png);
}

.top_panel_lineup_list li:hover .top_panel_lineup_img03 {
  background-image: url(../img/top/panel_lineup_img03.png);
}

.top_panel_lineup_list li:hover .gsCanvas {
  display: none;
}

.top_panel_lineup_box {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
  height: 82%;
  color: #fff;
}

.top_panel_lineup_logo {
  text-align: center;
  padding: 0 0 20px;
}

.top_panel_lineup_logo img {
  vertical-align: top;
}

.top_panel_lineup_box_ttl {
  font-size: 20px;
  font-weight: normal;
  line-height: 160%;
  position: relative;
  padding: 0 0 22px 0;
}

.top_panel_lineup_box_txt {
  font-weight: 300;
}

.top_panel_lineup_cap_txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.top_panel_lineup_cap_txt .small_txt {
  font-size: 12px;
}

.top_panel_lineup_sp_cap_txt {
  display: none;
}

.top_dummy_img {
  overflow: hidden;
  width: 0;
  height: 0;
}

/* screens smaller than 768px
--------------------------------------------------- */
@media only screen and (min-width:768px) {
  .top_panel_lineup_wrap {
    overflow: hidden;
  }

  .top_panel_lineup_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
  }

  .top_panel_lineup_list li:hover .top_panel_lineup_cover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .top_panel_lineup_img {
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .top_panel_lineup_img .gsWrapper {
    width: 100%;
    min-height: 390px;
  }

  .top_panel_lineup_img img {
    width: 100%;
    min-height: 390px;
  }
}

/* /screens smaller than 768px */


/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
  .top_panel_lineup_ttl_block {
    text-align: center;
    margin: 0 20px 40px;
    padding-top: 60px;
  }

  .top_panel_lineup_ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .top_panel_lineup_num {
    font-size: 14px;
    display: inline-block;
    padding: 0 13px 0;
    position: relative;
  }

  .top_panel_lineup_num:before {
    display: block;
    content: '';
    border-top: 1px solid #141414;
    margin-top: 0;
    width: 26px;
    position: absolute;
    top: 50%;
    left: -26px;
  }

  .top_panel_lineup_num:after {
    display: block;
    content: '';
    border-top: 1px solid #141414;
    margin-top: 0;
    width: 26px;
    position: absolute;
    top: 50%;
    right: -26px;
  }

  .top_panel_lineup_list_area {
    margin: 0 16px;
  }

  .top_panel_lineup_list li {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }

  .top_panel_lineup_wrap {
    height: auto;
  }


  .top_panel_lineup_img {
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .top_panel_lineup_img img {
    vertical-align: top;
    width: 100%;
    min-height: auto;
    height: 100px;
    object-fit: contain;
  }

  .top_panel_lineup_sp_img {
    width: 41.8%;
    float: right;
    display: block;
  }

  .top_panel_lineup_sp_img img {
    vertical-align: top;
    width: 100%;
    min-height: auto;
    height: auto;
    filter: gray;
    -webkit-filter: grayscale(100%);
  }


  .top_panel_lineup_box {
    position: static;
    width: 100%;
    height: auto;
    color: #141414;
    float: left;
  }

  .top_panel_lineup_logo {
    display: none;
  }

  .top_panel_lineup_box_ttl {
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    position: relative;
    padding: 0;
    text-align: left;
    line-height: 190%;
  }

  .top_panel_lineup_box_ttl:after {
    display: none;
  }

  .top_panel_lineup_box_txt {
    font-weight: 300;
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
    line-height: 190%;
  }

  .top_panel_lineup_cap_txt {
    display: none;
  }

  .top_panel_lineup_sp_cap_txt {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 190%;
    margin-top: 5px;
  }

  .top_panel_lineup_sp_cap_txt .small_txt {
    font-size: 12px;
  }
}

/* /screens smaller than 767px */

.top_panel_lineup_bnr_area {
  display: table;
  width: 1140px;
  margin: 0 auto 100px;
}

.toppage .top_panel_lineup_bnr_area {
  margin: 0 auto;
}

.top_panel_lineup_bnr_box {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  padding: 0 25px;
}

.top_panel_lineup_bnr_wrap {
  position: relative;
}

.top_panel_lineup_bnr_img {
  text-align: center;
  overflow: hidden;
}

.top_panel_lineup_bnr_img img {
  vertical-align: middle;
  transition: 0.5s;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_panel_lineup_bnr_img01 {
  background-image: url(../img/top/panel_lineup_banner01_g.png);
}

.top_panel_lineup_bnr_img02 {
  background-image: url(../img/top/panel_lineup_banner02_g.png);
}

.top_panel_lineup_bnr_box:hover .top_panel_lineup_bnr_img img {}

.top_panel_lineup_bnr_box:hover .top_panel_lineup_bnr_img .top_panel_lineup_bnr_img01 {
  background-image: url(../img/top/panel_lineup_banner01.png);
}

.top_panel_lineup_bnr_box:hover .top_panel_lineup_bnr_img .top_panel_lineup_bnr_img02 {
  background-image: url(../img/top/panel_lineup_banner02.png);
}




.top_panel_lineup_bnr_box:hover .gsCanvas {
  display: none;
}


.top_panel_lineup_bnr_sp_img {
  display: none;
}

.top_panel_lineup_bnr_info_box {
  position: absolute;
  top: 36.3%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.top_panel_lineup_bnr_logo {
  display: inline-block;
  padding: 0 18px 0 0;
  position: relative;
  vertical-align: middle;
}

.top_panel_lineup_bnr_logo img {
  vertical-align: top;
}

.top_panel_lineup_bnr_logo:after {
  display: block;
  content: '';
  background-color: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  right: -30px;
  top: 50%;
}

.top_panel_lineup_bnr_box_ttl {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 160%;
  padding: 0 0 0 48px;
  vertical-align: middle;
}

.top_panel_lineup_link {
  width: 350px;
  margin: 50px auto 0;
  font-weight: 300;
  padding-bottom: 100px;
}


/* screens smaller than 1150px
--------------------------------------------------- */
@media only screen and (max-width:1150px) {
  .top_panel_lineup_bnr_area {
    width: 100%;
  }
}

/* /screens smaller than 1150px */

/* screens smaller than 768px
--------------------------------------------------- */
@media only screen and (min-width:768px) {
  .top_panel_lineup_bnr_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
  }

  .top_panel_lineup_bnr_box:hover .top_panel_lineup_bnr_cover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/* /screens smaller than 768px */

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
  .top_panel_lineup_bnr_area {
    width: 100%;
    margin: 0 auto 50px;
  }

  .top_panel_lineup_bnr_box {
    width: 47.1%;
    padding: 0 1.4% 0 15px;
  }

  .top_panel_lineup_bnr_box:last-child {
    width: 47.1%;
    padding: 0 15px 0 1.4%;
  }

  .top_panel_lineup_bnr_info_box {
    position: static;
    width: 100%;
    height: auto;
    color: #141414;
    float: left;
    text-align: left;
  }

  .top_panel_lineup_bnr_logo {
    display: none;
  }

  .top_panel_lineup_bnr_box_ttl {
    display: block;
    font-size: 14px;
    padding: 17px 0 0;
  }

  .top_panel_lineup_link {
    width: 295px;
    margin: 30px auto 0;
    padding-bottom: 50px;
  }

}

/* /screens smaller than 767px */

/* ABOUT US */
.top_about_tbl {
  width: 100%;
  font-size: 16px;
}

.top_about_tbl th {
  width: 35.3%;
  text-align: right;
  vertical-align: top;
  padding: 0 0 40px 0;
  font-weight: 300;
  box-sizing: border-box;
}

.top_about_tbl td {
  vertical-align: top;
  padding: 0 20px 40px 50px;
  font-weight: 300;
  box-sizing: border-box;
}

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
  .top_about_tbl {
    width: 100%;
    font-size: 14px;
  }

  .top_about_tbl th {
    width: 120px;
    text-align: right;
    padding: 0 10px 20px 16px;
    line-height: 150%;
  }

  .top_about_tbl td {
    padding: 0 16px 20px 3px;
    line-height: 150%;
  }
}

/* /screens smaller than 767px */

/* ACCESS */
.top_access_block {
  width: 86.3%;
  margin: 0 auto 70px;
}

.top_access_box {
  width: 47.7%;
}

.top_access_box_lf {
  float: left;
}

.top_access_box_ri {
  float: right;
}

.top_access_ttl {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}

.top_access_map {
  position: relative;
  height: 200px;
  overflow: hidden;
  margin-bottom: 5px;
}

.top_access_map iframe,
.top_access_map object,
.top_access_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_access_gmap {
  width: 100%;
  height: 200px;
}

.top_access_txt {
  font-weight: 300;
}

.top_access_contat {
  font-weight: 300;
}

.top_access_txt_space {
  padding-right: 8px;
}

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
  .top_access_content {
    padding-bottom: 30px;
  }

  .top_access_block {
    width: auto;
    margin: 0 16px 0px;
  }

  .top_access_box {
    width: 100%;
    margin-bottom: 32px;
  }

  .top_access_box_lf {
    float: none;
  }

  .top_access_ttl {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
  }

  .top_access_gmap {
    width: 100%;
    height: 210px;
  }

  .top_access_txt {
    font-size: 14px;
    line-height: 135%;
    margin-top: 6px;
  }

  .top_access_contat {
    font-size: 14px;
    line-height: 135%;
    margin-top: 3px;
  }

  .top_access_contat a {
    color: #141414;
    text-decoration: none;
  }

  .top_access_txt_space {
    padding-right: 4px;
  }

}

/* /screens smaller than 767px */



/* topics
------------------------------------------------ */

a.top_topics {
  position: absolute;
  right: 0;
  bottom: 65px;
  display: block;
  width: 540px;
  height: 200px;
  background: url("../img/top/topics_ukishima_g.png") no-repeat center;
  color: #fff;
  text-decoration: none;
}

a.top_topics.-white {
  position: absolute;
  right: 0;
  top: 130px;
  bottom: 65px;
  display: block;
  width: 540px;
  height: 150px;
  background: url("../img/top/topics_corporate_bg.png") no-repeat center;
  color: #141414;
  border: #141414 solid 1px;
  text-decoration: none;
  transition: .5s;
}

@media all and (max-width: 1023px) {
  a.top_topics {
    left: 0;
    bottom: 30px;
    width: 450px;
    height: 160px;
    margin-inline: auto 30px;
  }
  a.top_topics.-white {
    top: unset;
    bottom: 210px;
    width: 450px;
    height: 150px;
    margin-inline: auto 30px;
  }
}

@media all and (max-width: 767px) {
  a.top_topics {
    width: calc(100% - 32px);
    height: 150px;
    margin-inline: auto;
  }
  a.top_topics.-white {
    width: calc(100% - 32px);
    height: 120px;
    margin-inline: auto;
    bottom: 195px;
  }
}

a.top_topics:before,
a.top_topics:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
}

a.top_topics.-white:before,
a.top_topics.-white:after {
  content: unset;
}

a.top_topics:after {
  background: linear-gradient(315deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

a.top_topics:hover:after {
  opacity: .53;
}

a.top_topics:before {
  opacity: 0;
  background: url("../img/top/topics_ukishima.png") no-repeat center;
}

a.top_topics:hover:before {
  opacity: 1;
}

.top_topics_contents {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: end start;
  width: 100%;
  height: 100%;
  padding: 15px 25px 20px 20px;
  box-sizing: border-box;
}
.-white .top_topics_contents {
  display: block;
}

@media all and (max-width: 767px) {
  .top_topics_contents {
    padding: 10px 15px 10px 15px;
  }
}

.top_topics_txt {
  position: absolute;
  left: 0;
  top: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .top_topics_txt {
    top: 5px;
  }
}

.top_topics_txt:before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  margin: 1px 5px 0 0;
  background: #fff;
}
.-white .top_topics_txt:before {
  background: #141414;
}

.top_topics_click {
  transition: transform .3s;
  position: absolute;
  right: 25px;
  bottom: 15px;
  padding-right: 25px;
  background: url("../img/top/ico_click_here.svg") no-repeat right center;
  font-size: 16px;
}
.-white .top_topics_click {
  right: 25px;
  bottom: unset;
  top: 50%;
  background: url("../img/top/ico_click_here_bk.svg") no-repeat right center;
}

@media all and (max-width: 1023px) {
  .-white .top_topics_click {
    bottom: 8px;
    top: unset;
  }
}
@media all and (max-width: 767px) {
  .top_topics_click {
    bottom: 8px;
  }
}

a.top_topics:hover .top_topics_click {
  transform: translateX(10px);
}

.top_topics_ttl {
  margin-bottom: 15px;
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
}
.-white .top_topics_ttl {
  font-weight: 100;
  font-size: 32px;
}

@media all and (max-width: 767px) {
  .top_topics_ttl {
    font-size: 36px;
  }
}

.top_topics_ttl_en,
.top_topics_body {
  font-size: 12px;
  line-height: 1.4;
}

.top_topics_ttl_en {
  letter-spacing: .5em;
}

.top_topics_body {
  font-size: 12px;
  letter-spacing: .02em;
}

.top_topics_row {
  display: grid;
  grid-template-columns: 130px 170px;
}
.-white .top_topics_row {
  display: block;
  margin-top: 8px;
}

@media all and (max-width: 767px) {
  .top_topics_row {
    max-width: 170px;
    grid-template-columns: 1fr;
  }
  .-white .top_topics_row {
    max-width: 190px;
  }
  .-white .top_topics_body {
    font-size: 10px;
    font-weight: 300;
  }
}
.top_topics_pdf_img {
  position: absolute;
  right: 145px;
  top: -25px;
  transition: .6s;
}
a.top_topics:hover .top_topics_pdf_img {
  scale: 1.1;
}
@media all and (max-width: 1023px) {
  .top_topics_pdf_img {
    right: 45px;
  }
}
@media all and (max-width: 767px) {
  .top_topics_pdf_img {
    width: 90px;
    right: 30px;
  }
}
/* foru strengths
------------------------------------------------ */
/* strengths_main_area */
.strengths_main_block {
  padding: 157px 33px 67px;
}

.strengths_main_ttl {
  line-height: 100%;
  font-size: 36px;
  font-weight: 300;
}

.strengths_main_ttl_en {
  font-size: 18px;
  font-weight: 300;
  margin: 18px 0 0 1px;
}

.strengths_main_txt {
  font-weight: 300;
  line-height: 200%;
  margin-top: 22px;
}


@media screen and (max-width: 767px) {
  .strengths_main_block {
    padding: 60px 20px 35px;
  }

  .strengths_main_ttl {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
  }

  .strengths_main_ttl_en {
    font-size: 16px;
    margin: 14px 0 0;
    text-align: center;
  }

  .strengths_main_txt {
    font-size: 14px;
    line-height: 175%;
    margin-top: 15px;
  }
}

/* max-width: 767px */



/* strengths_list_area */
.strengths_list_area {
  padding-bottom: 70px;
}

.strengths_list_block {
  margin-bottom: 30px;
  padding: 0 33px;
  position: relative;
}

.strengths_list_box_img {
  width: 50%;
  position: relative;
  z-index: 5;
}

.strengths_list_box_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}

.strengths_list_box_img img:nth-child(1) {
  z-index: 1;
}

.strengths_list_box_img img:nth-child(2) {
  z-index: 2;
  opacity: 0;
}

.strengths_list_box_img img:hover:nth-child(1) {
  opacity: 0;
}

.strengths_list_box_img img:hover:nth-child(2) {
  opacity: 1;
}

.strengths_list_box_img img.is_show {
  transform: translate(0, 0);
}

.strengths_list_box_img img:nth-child(1).is_show {
  opacity: 1;
}

.strengths_list_box_img_two li {
  width: 49.33%;
  position: relative;
}

.strengths_list_box_img_three li {
  position: relative;
}

.strengths_list_box_img_three li:not(:first-child) {
  width: 49.33%;
  margin-top: 8px;
}

.strengths_list_box_txt {
  width: 44.98%;
  position: relative;
  z-index: 10;
}

.strengths_list_block01 .strengths_list_box_txt {
  padding-top: 50px;
}

.strengths_list_block02 .strengths_list_box_txt {
  padding-top: 17px;
}

.strengths_list_block03 .strengths_list_box_txt {
  padding-top: 104px;
}

.strengths_list_block04 .strengths_list_box_txt {
  padding-top: 65px;
}

.strengths_list_ttl {
  font-size: 36px;
  line-height: 140%;
  font-weight: 300;
  margin-bottom: 23px;
  opacity: 0;
  transform: translate(0, 70px);
  transition: 1s;
}

.strengths_list_ttl.is_show {
  transform: translate(0, 0);
  opacity: 1;
}

.strengths_list_num {
  font-weight: 300;
  margin-bottom: 12px;
  opacity: 0;
  transform: translate(0, 70px);
  transition: 1s;
}

.strengths_list_num.is_show {
  transform: translate(0, 0);
  opacity: 1;
}

.strengths_list_num_inr {
  font-size: 20px;
  display: inline-block;
  padding: 0 16px 0 0;
  position: relative;
}

.strengths_list_num_inr:after {
  display: block;
  content: '';
  border-top: 1px solid #141414;
  margin-top: -2px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -50px;
}

.strengths_list_txt {
  font-weight: 300;
  line-height: 200%;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translate(0, 70px);
  transition: 1s;
}

.strengths_list_txt.is_show {
  transform: translate(0, 0);
  opacity: 1;
}

.strengths_shape {
  background: #FAFAFA;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 1s;
}

.strengths_shape.is_show {
  opacity: 3;
}

.strengths_list_shape01 {
  max-width: 910px;
  max-height: 420px;
  top: 100px;
  right: 117px;
}

.strengths_list_shape02 {
  max-width: 1136px;
  max-height: 260px;
  top: 65px;
  left: 98px;
}

.strengths_list_shape03_01 {
  max-width: 388px;
  max-height: 357px;
  top: 216px;
  right: 33px;
}

.strengths_list_shape03_02 {
  max-width: 289px;
  max-height: 671px;
  top: 59px;
  right: 435px;
}

.strengths_list_shape04 {
  max-width: 693px;
  max-height: 440px;
  top: -50px;
  left: 134px;
}

.strengths_list_line01,
.strengths_list_line02 {
  max-width: 187px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 5;
  opacity: 0;
}

.strengths_list_line01#strengths_line01 {
  display: none;
}

.strengths_list_line01.line_show {
  animation: lineMove01 1.5s ease-in forwards;
}

.strengths_list_line01.line_show_return {
  animation: lineMove01_return 1.5s linear forwards;
}

@keyframes lineMove01 {
  0% {
    opacity: 0;
    transform: translate(180px, -180px);
  }

  20% {
    opacity: 1;
  }

  50% {
    transform: translate(0, 0);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-180px, 180px);
  }
}

@keyframes lineMove01_return {
  0% {
    opacity: 0;
    transform: translate(-180px, 180px);
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    transform: translate(0, 0);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(180px, -180px);
  }
}

.strengths_list_line02.line_show02 {
  animation: lineMove02 1.5s ease-in forwards;
}

.strengths_list_line02.line_show02_return {
  animation: lineMove02_return 1.5s linear forwards;
}

@keyframes lineMove02 {
  0% {
    opacity: 0;
    transform: translate(-180px, -180px);
  }

  20% {
    opacity: 1;
  }

  50% {
    transform: translate(0, 0);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(180px, 180px);
  }
}

@keyframes lineMove02_return {
  0% {
    opacity: 0;
    transform: translate(180px, 180px);
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    transform: translate(0, 0);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-180px, -180px);
  }
}

.strengths_list_line_sp {
  display: none;
}


@media screen and (max-width: 1350px) {
  .strengths_list_shape02 {
    max-width: 830px;
  }
}

/* max-width: 1280px */


@media screen and (max-width: 950px) {
  .strengths_list_shape02 {
    max-width: 650px;
  }

  .strengths_list_shape04 {
    left: inherit;
    right: 0;
  }
}

/* max-width: 950px */


@media screen and (max-width: 767px) {
  .strengths_list_area {
    padding-bottom: 30px;
  }

  .strengths_list_block {
    margin-bottom: 60px;
    padding: 0 20px;
  }

  .strengths_list_box_img {
    width: 100%;
    float: none !important;
  }

  .strengths_list_box_img_two li {
    width: 49.25%;
  }

  .strengths_list_box_img_three li:not(:first-child) {
    display: none;
  }

  .strengths_list_box_txt {
    width: 100%;
    float: none !important;
  }

  .strengths_list_head {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 20px;
  }

  .strengths_list_block01 .strengths_list_box_txt,
  .strengths_list_block02 .strengths_list_box_txt,
  .strengths_list_block03 .strengths_list_box_txt,
  .strengths_list_block04 .strengths_list_box_txt {
    padding-top: 0;
  }

  .strengths_list_ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .strengths_list_num {
    margin-bottom: 17px;
  }

  .strengths_list_num_inr {
    font-size: 16px;
    padding: 0 20px;
  }

  .strengths_list_num_inr:before {
    display: block;
    content: '';
    border-top: 1px solid #141414;
    margin-top: 0;
    width: 26px;
    position: absolute;
    top: 50%;
    left: -26px;
  }

  .strengths_list_num_inr:after {
    display: block;
    content: '';
    border-top: 1px solid #141414;
    margin-top: 0;
    width: 26px;
    position: absolute;
    top: 50%;
    right: -26px;
  }

  .strengths_list_txt {
    font-size: 14px;
    line-height: 186%;
  }

  .strengths_list_shape01,
  .strengths_list_shape02,
  .strengths_list_shape03_01,
  .strengths_list_shape03_02,
  .strengths_list_shape04 {
    display: none;
  }

  .strengths_list_line01,
  .strengths_list_line02 {
    max-width: 80px;
    max-height: 80px;
  }

  .strengths_list_line01.line_show {
    display: none !important;
  }

  .strengths_list_line01.line_show_return {
    display: none !important;
  }

  .strengths_list_line02.line_show02 {
    display: none !important;
  }

  .strengths_list_line02.line_show02_return {
    display: none !important;
  }

  .strengths_list_line_sp {
    display: block;
    max-width: 80px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 5;
    opacity: 0;
    transform: translate(0, 100px);
    transition: 1s;
  }

  .strengths_list_line_sp img {
    max-width: 100%;
  }

  .strengths_list_line_sp.is_show {
    opacity: 1;
    transform: translate(0, 0);
  }

  .strengths_list_line01 img,
  .strengths_list_line02 img {
    max-width: 100%;
    max-height: 100%;
  }
}

/* max-width: 767px */


/* CONTACT
------------------------------------------------ */
.contact_main_block {
  padding: 157px 33px 67px;
}

.form_step_block {
  width: 78.1%;
  margin: 0 auto 60px auto;
}

.form_step_list li {
  width: 33.3%;
  height: 60px;
  float: left;
}

.form_step_box {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: light;
  color: #ffffff;
  background-color: #DCDCDC;
}

.form_step_current .form_step_box {
  background-color: #141414;
}

.form_block {
  width: 78.1%;
  margin: 0 auto 30px auto;
}

.form_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 180%;
}

.form_tbl th {
  width: 228px;
  text-align: left;
  font-weight: 300;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 10px 15px 0;
}

.form_tbl td {
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 0 15px 0;
  font-weight: 300;
}

.form_ttl_block {
  position: relative;
  padding: 0 70px 0 0;
}

.form_req_box {
  position: absolute;
  top: 0;
  right: 5px;
  width: 60px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #141414;
  box-sizing: border-box;
}

.form_any_box {
  position: absolute;
  top: 0;
  right: 5px;
  width: 60px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #141414;
  text-align: center;
  background-color: #DCDCDC;
  box-sizing: border-box;
}

.form_inp01 {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #505050;
  font-size: 16px;
  padding: 3px 10px;
  margin-top: -8px;
}

.form_inp02 {
  width: 390px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #505050;
  font-size: 16px;
  padding: 3px 10px;
  margin-top: -8px;
}

.form_textarea01 {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  border: 1px solid #505050;
  font-size: 16px;
  padding: 3px 10px;
  margin-top: -8px;
}

.err {
  border: 1px solid #FF2626;
  background-color: #FFF7F7;
}

.err_txt {
  color: #ff4b4b;
  font-weight: bold;
}

.form_btn {
  text-align: center;
  padding-bottom: 95px;
}

.form_btn li {
  display: inline;
  padding: 0 5px;
}

.form_btn_one {
  width: 350px;
  margin: 0 auto;
}

.form_btn_two {
  width: 620px;
  margin: 0 auto;
}

.form_btn .form_btn_two li {
  width: 280px;
  padding: 0 10px;
  display: block;
}

.form_btn_right {
  float: right;
}

.form_btn_left {
  float: left;
}

.form_btn input[type="submit"] {
  -webkit-appearance: none;
}

.form_btn_wrap {
  display: block;
  border: 2px solid #141414;
  text-align: center;
  position: relative;
  transition: .3s;
  text-decoration: none;
  overflow: hidden;
}

.btn_back,
.btn_send,
.btn_conf {
  color: #141414;
  padding: 18px 0;
  position: relative;
  border: none;
  z-index: 2;
  width: 100%;
  background: none;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
}

.form_btn_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 8px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/common/icon_arrow_b2.png) no-repeat 0 center;
  z-index: 2;
}

.form_btn_back .form_btn_arrow {
  right: 0;
  left: 20px;
  background: url(../img/common/icon_arrow_b2.png) no-repeat 0 center;
  transform: scale(-1, 1);
}

.btn_back:hover,
.btn_send:hover,
.btn_conf:hover {
  color: #fff;
}

.form_btn_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #333;
  transition: .3s;
  width: 0;
  height: 100%;
}

.form_btn_wrap:hover:before {
  width: 100%;
}

.form_btn_wrap:hover .form_btn_arrow {
  background: url(../img/common/icon_arrow_w.png) no-repeat 0 center;
}

.form_thanks_txt {
  text-align: center;
  padding: 40px 0 300px 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contact_main_block {
    padding: 60px 20px 35px;
  }

  .form_step_block {
    width: 100%;
    margin: 0 auto 25px auto;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .form_step_list li {
    height: 35px;
  }

  .form_step_box {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .form_block {
    width: 100%;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .form_tbl {
    width: 100%;
    display: block;
  }

  .form_tbl th {
    width: 100%;
    display: block;
    padding: 15px 0px 8px 0;
  }

  .form_tbl td {
    width: 100%;
    display: block;
    padding: 0 0 15px 0;
  }

  .form_ttl_block {
    position: relative;
    padding: 0 0 0 57px;
  }

  .form_any_box,
  .form_req_box {
    top: 0;
    right: 0;
    left: 0;
    width: 50px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }

  .form_inp01 {
    font-size: 14px;
    margin-top: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .form_inp02 {
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .form_textarea01 {
    width: 100%;
    height: 160px;
    font-size: 14px;
    margin-top: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .form_btn {
    padding: 0 20px 40px;
  }

  .form_btn_one,
  .form_btn_two {
    width: auto;
    margin: 0 auto;
  }

  .form_btn .form_btn_two li {
    width: auto;
    padding: 10px 0;
  }

  .form_btn_right {
    float: none;
  }

  .form_btn .form_btn_two li.form_btn_left {
    float: none;
    padding-top: 30px;
  }

  .form_thanks_txt {
    text-align: center;
    padding: 40px 0 150px 0;
    font-size: 16px;
  }

}

/* max-width: 767px */

/* 会社概要
------------------------------------------------ */
.about_main_block {
  padding: 157px 33px 67px;
}

.about_block {
  width: 740px;
  margin: 0 auto 130px auto;
}

.about_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 180%;
  border-top: 1px solid #E5E5E5;
}

.about_tbl tr {
  border-bottom: 1px solid #E5E5E5;
}

.about_tbl th {
  width: 220px;
  text-align: left;
  font-weight: 300;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 10px 15px 30px;
  box-sizing: border-box;
}

.about_tbl td {
  font-weight: 300;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 0 15px 0;
}

.about_icon_link img {
  width: 16px;
  vertical-align: -1px;
  margin-left: 10px;
}

.about_tbl td a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .about_main_block {
    padding: 60px 20px 35px;
  }

  .about_block {
    width: 100%;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .about_tbl th {
    width: 100%;
    display: block;
    padding: 15px 15px 2px 15px;
    box-sizing: border-box;
  }

  .about_tbl td {
    display: block;
    padding: 0 15px 15px;
  }

}

/* max-width: 767px */


/* プライバシーポリシー
------------------------------------------------ */
.privacy_main_block {
  padding: 157px 33px 67px;
}

.privacy_block {
  width: 78.6%;
  margin: 0 auto 130px auto;
  font-weight: 300;
}

.privacy_lead_txt {
  line-height: 200%;
  margin-bottom: 60px;
}

.privacy_ttl {
  font-size: 20px;
  position: relative;
  padding: 0 0 0 26px;
  margin-bottom: 35px;
}

.privacy_ttl_num {
  position: absolute;
  top: 0;
  left: 0;
}

.privacy_box {
  margin: 0 20px 50px 20px;
  line-height: 200%;
}

.privacy_box p {
  margin-bottom: 20px;
}

.privacy_dl dd {
  margin: 0 0 20px 20px;
}

.privacy_list {
  list-style-type: disc;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .privacy_main_block {
    padding: 60px 20px 35px;
  }

  .privacy_block {
    width: 100%;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .privacy_lead_txt {
    margin-bottom: 40px;
  }

  .privacy_ttl {
    font-size: 16px;
    padding: 0 0 0 26px;
    margin-bottom: 20px;
  }

  .privacy_box {
    margin: 0 0 25px 0;
  }

  .privacy_dl dd {
    margin: 0 0 20px 15px;
  }

}

/* max-width: 767px */

/* アクセス
------------------------------------------------ */
.access_list_box_img {
  width: 50%;
  position: relative;
  z-index: 5;
}

.access_list_subttl {
  font-size: 16px;
}

.access_gmap {
  width: 100%;
  height: 520px;
}

@media screen and (min-width: 769px) {
  .access_box_pt01 {
    padding-top: 60px;
  }

  .access_list_tel_box {
    display: block;
  }

  .access_list_box_lf {
    margin-left: min(31%,70px);
  }
}

/* min-width: 769px */

@media screen and (max-width: 767px) {
  .strengths_list_block.access_list_block {
    margin-bottom: 30px;
  }

  .access_list_subttl {
    font-size: 14px;
  }

  .access_gmap {
    height: 200px;
  }

  .access_list_box_img {
    width: 100%;
    float: none !important;
  }

  .access_list_txt {
    padding-top: 10px;
  }

  .access_list_tel {
    display: table;
    width: 92.4%;
  }

  .access_list_tel_box {
    display: table-cell;
    width: 50%;
  }

  .access_list_tel_box a {
    color: #141414;
  }

}

/* max-width: 767px */

/* プライバシーポリシー
------------------------------------------------ */
.download_main_block {
  padding: 157px 33px 40px;
}

.download_lead_txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 60px;
  padding: 0 33px;
}

.download_block {
  width: 78.6%;
  margin: 0 auto 130px auto;
  font-size: 16px;
  font-weight: 300;
}

.download_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #E5E5E5;
}

.download_tbl tr {
  border-bottom: 1px solid #E5E5E5;
}

.download_tbl_ttl {
  padding: 19px 15px;
}

.download_tbl_size {
  width: 200px;
  padding: 19px 0;
}

.download_tbl_date {
  width: 215px;
  padding: 19px 0;
}

.download_tbl_icon {
  width: 110px;
  text-align: center;
  padding: 11px 0;
}

@media screen and (max-width: 767px) {
  .download_main_block {
    padding: 60px 20px 25px;
  }

  .download_lead_txt {
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .download_block {
    width: 100%;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
  }

  .download_tbl_wrap {
    overflow-x: auto;
    padding-bottom: 25px;
  }

  .download_tbl {
    width: 990px;
  }
}

/* max-width: 767px */

/* 枠足場用　防音パネル
------------------------------------------------ */
.low_catch.scaffold_catch {
  background: url("../img/product/soundproof_panel/scaffold/page-ttl-bg.jpg") no-repeat center/cover;
}

.scaffold_lead_img {
  text-align: center;
}

/* 工事
------------------------------------------------ */
.low_catch_construction {
  background-image: url("../img/construction/catch_bg.jpg");
}

@media all and (min-width: 768px) {
  .low_catch_construction {
    margin-bottom: 35px;
  }
}

.construction_area {
  padding-bottom: 85px;
}

@media all and (max-width: 767px) {
  .construction_area {
    padding-bottom: 45px;
  }
}

@media all and (max-width: 767px) {
  .construction_slider {
    margin-bottom: 35px;
  }
}

.construction_slider .slick-dots {
  bottom: -20px;
  width: 100%;
}

.construction_slider img {
  display: block;
}

@media all and (max-width: 767px) {
  .construction_slider img {
    width: 100%;
  }
}

.construction_img_wrap {
  position: relative;
}

.construction_img_wrap img {
  transition: opacity 1s;
}

.construction_img_wrap img:nth-child(1) {
  position: relative;
  z-index: 2;
}

.construction_img_wrap img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .construction_img_wrap:hover img:nth-child(1) {
    opacity: 0;
  }
}

.construction_safety {
  padding: 75px 0 117px 0;
}

@media all and (max-width: 767px) {
  .construction_safety {
    padding: 0 0 50px 0;
  }
}

.construction_safety_banner {
  position: relative;
}

.construction_safety_banner img {
  vertical-align: top;
  width: 100%;
}

.construction_safety_banner_txt {
  position: absolute;
  top: 50%;
  right: 54px;
  transform: translate(0, -50%);
  color: #ECECEC;
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

@media all and (max-width: 767px) {
  .construction_safety_banner_txt {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 130%;
  }

}

/* 防音アフィラウォール
------------------------------------------------ */
.modal_unit {
  width: 85%;
  max-width: 589px;
}

.low_afira_wall_lead_txt {
  font-size: 18px;
}

@media all and (max-width: 767px) {
  .low_afira_wall_lead_txt {
    font-size: 16px;
  }
}


/* hタイトル
------------------------------------------------ */
/* 基本のスタイル */
.c_main_ttl_wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}

.c_main_ttl_wrap.delighter:after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  transition: all 1.5s ease-out;
}

/* スタート時のスタイル */
.c_main_ttl_wrap.delighter.started:after {
  transform: translateX(0%);
}

/* エンド時のスタイル */
.c_main_ttl_wrap.delighter.started.ended:after {
  transform: translateX(110%);
}

/* 基本のスタイル */
.c_ttl_wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c_ttl_wrap:after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  transition: all 1.5s ease-out;
  transform: translateX(0%);
}

.c_ttl_wrap.bg_white:after {
  background: #fff;
}

.sc_fade_item.is_show .c_ttl_wrap:after {
  transform: translateX(110%);
}

/*--------------------------------------
scrool
----------------------------------------*/
.sc_fade_item {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  transform: translate(0, 70px);
  transition-duration: 1s;
}

@media all and (max-width: 767px) {
  .sc_fade_item {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
}

.sc_fade_item.delay01 {
  transition-delay: .1s;
}

.sc_fade_item.delay02 {
  transition-delay: .2s;
}

.sc_fade_item.delay03 {
  transition-delay: .3s;
}

.sc_fade_item.delay04 {
  transition-delay: .4s;
}

.sc_fade_item.delay05 {
  transition-delay: .5s;
}

.sc_fade_item.delay06 {
  transition-delay: .6s;
}

.sc_fade_item.delay07 {
  transition-delay: .7s;
}

.sc_fade_item.delay08 {
  transition-delay: .8s;
}

.sc_fade_item.delay09 {
  transition-delay: .9s;
}

.sc_fade_item.delay10 {
  transition-delay: 1s;
}

.sc_fade_item.delay11 {
  transition-delay: 1.1s;
}

.sc_fade_item.delay12 {
  transition-delay: 1.2s;
}

.sc_fade_item.is_show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*--------------------------------------
mdoal
----------------------------------------*/
.modal_bg {
  transition: opacity .4s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal_bg_show {
  pointer-events: auto;
  opacity: 1;
}

.modal_unit {
  position: relative;
  width: 85%;
  max-width: 589px;
  padding: 10px;
  background: #fff;
}

.modal_unit.modal_unit_wall {
  width: 85%;
  max-width: 639px;
}

.modal_unit .modal_unit_exclusive-wide {
  max-height: 70vh;
  overflow-y: auto;
}

.modal_unit:before {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -60px;
  display: block;
  width: 22px;
  height: 44px;
  background: url("../img/product/ico_close.svg") no-repeat center top;
}

@media all and (max-width: 767px) {
  .modal_unit:before {
    right: 8px;
    top: -32px;
    width: 16px;
    background-size: contain;
  }
}

.modal_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  padding: 8px 40px;
  background: #323232;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .modal_ttl {
    padding-left: 26px;
    font-size: 14px;
    font-weight: 300;
  }
}

.modal_table_wrap {
  overflow: scroll;
  max-height: calc(100vh - 200px);
}

@media all and (max-width: 767px) {
  .modal_table {
    overflow: scroll;
    padding-bottom: 30px;
  }
}

.modal_table table {
  table-layout: fixed;
  width: 100%;
}

@media all and (max-width: 767px) {
  .modal_table table {
    min-width: 589px;
  }
}

.modal_table th,
.modal_table td {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.8;
}

@media all and (max-width: 767px) {

  .modal_table th,
  .modal_table td {
    font-size: 12px;
  }
}

.modal_table th:first-child,
.modal_table td:first-child {
  width: 27%;
  padding: 12px 0 12px 40px;
  text-align: left;
}

.modal_unit_wall .modal_table th:first-child {
  padding: 12px 0 12px 20px;
}

.modal_unit_wall .modal_table td:first-child {
  width: auto;
  padding: 12px 0 12px 20px;
  text-align: left;
}

@media all and (max-width: 767px) {

  .modal_table th:first-child,
  .modal_table td:first-child {
    padding: 12px 0 12px 26px;
  }
}

.modal_table th {
  background: #F0F0F0;
  font-weight: 400;
}

.modal_table td {
  border-bottom: solid 1px #f0f0f0;
  font-weight: 300;
}

.modal_table tr:last-child td {
  border-bottom: solid 1px #f0f0f0;
}

.modal_table tr:nth-child(2) td {
  padding: 2px;
}

.modal_unit_wall .modal_table th,
.modal_unit_wall .modal_table td {
  white-space: nowrap;
}

/*--------------------------------------
low
----------------------------------------*/
.low_font_s {
  font-size: 12px;
}

.low_space_ll {
  margin-bottom: 100px;
}

@media all and (max-width: 767px) {
  .low_space_ll {
    margin-bottom: 50px;
  }
}

.low_space_l {
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .low_space_l {
    margin-bottom: 30px;
  }
}

.low_space_m {
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .low_space_m {
    margin-bottom: 30px;
  }
}

.low_space_s {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .low_space_s {
    margin-bottom: 10px;
  }
}

.low_btn {
  position: relative;
  display: block;
  width: 350px;
  margin: 0 auto;
  color: #141414 !important;
  border: 2px solid #141414;
  text-align: center;
  padding: 13px 0;
  position: relative;
  transition: .3s;
  text-decoration: none !important;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .low_btn {
    width: 295px;
    padding: 15px 0;
  }
}

@media all and (min-width: 768px) {
  .low_btn:hover {
    color: #fff !important;
  }
}

.low_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: '';
  background: #333;
  transition: .3s;
  width: 0;
  height: 100%;
}

@media all and (min-width: 768px) {
  .low_btn:hover:before {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .low_btn:hover:after {
    background: url(../img/common/icon_arrow_w.png) no-repeat 0 center;
  }
}

.low_btn:after {
  position: absolute;
  top: 50%;
  right: 17px;
  content: '';
  width: 8px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/common/icon_arrow_b2.png) no-repeat 0 center;
  z-index: 3;
}

.low_btn_txt {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 768px) {
  .low_btn_pc_left {
    margin-left: 0;
  }
}

/* btn shine */
.low_btn_shine {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.low_btn_shine:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(224, 224, 224, 0) 25%, rgba(224, 224, 224, 0.5) 50%, rgba(224, 224, 224, 0) 75%);
  z-index: 1;
}

.low_btn_shine.panel_bnr_shine:before {
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}

/* btn shine */
.sc_fade_item.is_show .low_btn_shine:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.sc_fade_item.delay01 .low_btn_shine:before {
  animation-delay: .1s;
}

.sc_fade_item.delay02 .low_btn_shine:before {
  animation-delay: .2s;
}

.sc_fade_item.delay03 .low_btn_shine:before {
  animation-delay: .3s;
}

.sc_fade_item.delay04 .low_btn_shine:before {
  animation-delay: .4s;
}

.sc_fade_item.delay05 .low_btn_shine:before {
  animation-delay: .5s;
}

.sc_fade_item.delay06 .low_btn_shine:before {
  animation-delay: .6s;
}

.sc_fade_item.delay07 .low_btn_shine:before {
  animation-delay: .7s;
}

.sc_fade_item.delay08 .low_btn_shine:before {
  animation-delay: .8s;
}

.sc_fade_item.delay09 .low_btn_shine:before {
  animation-delay: .9s;
}

.sc_fade_item.delay10 .low_btn_shine:before {
  animation-delay: 1.0s;
}

.sc_fade_item.delay11 .low_btn_shine:before {
  animation-delay: 1.1s;
}

.sc_fade_item.delay12 .low_btn_shine:before {
  animation-delay: 1.2s;
}


.low_page {
  padding: 135px 0 0 0;
  line-height: 2;
  font-weight: 300;
  color: #141414;
  text-align: left;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .low_page {
    padding-top: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.low_page img {
  max-width: 100%;
}

.low_page * {
  box-sizing: border-box;
}

.low_inner {
  max-width: 1196px;
  margin: 0 auto;
}

@media all and (max-width: 1195px) {
  .low_inner {
    padding: 0 20px;
  }
}

@media all and (max-width: 767px) {
  .low_inner {
    padding: 0 20px;
  }
}

.low_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.low_row_col {
  width: calc(50% - 30px);
}

@media all and (max-width: 767px) {
  .low_row_col {
    width: 100%;
  }
}

.low_head {
  margin-bottom: 90px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .low_head {
    margin-bottom: 40px;
    text-align: left;
  }
}

.low_head.-space-l {
  margin-bottom: 130px;
}

@media all and (max-width: 767px) {
  .low_head.-space-l {
    margin-bottom: 40px;
  }
}

.low_ttl {
  margin-bottom: 10px;
  text-align: left;
}

@media all and (max-width: 767px) {
  .low_ttl {
    text-align: center;
  }
}

.low_ttl_jp {
  font-size: 36px;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .low_ttl_jp {
    font-size: 26px;
  }
}

.low_ttl_en {
  font-size: 18px;
  font-family: "Josefin Sans";
}

@media all and (max-width: 767px) {
  .low_ttl_en {
    font-size: 16px;
  }
}

.low_sub_ttl {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 32px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .low_sub_ttl {
    margin-bottom: 25px;
    font-size: 22px;
  }
}

.low_summary {
  text-align: left;
}

@media all and (max-width: 767px) {
  .low_summary {
    font-size: 14px;
  }
}

.low_sec {
  padding: 100px 0;
}

@media all and (max-width: 767px) {
  .low_sec {
    padding: 50px 0;
  }
}

.low_sec_bg {
  background: #fafafa;
}

.low_page_ttl {
  font-size: 36px;
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .low_page_ttl {
    font-size: 26px;
  }
}

@media all and (max-width: 374px) {
  .low_page_ttl {
    font-size: 22px;
  }
}

.low_page_ttl_s {
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .low_page_ttl_s {
    font-size: 16px;
  }
}

.low_page_ttl_m {
  font-size: 26px;
}

@media all and (max-width: 767px) {
  .low_page_ttl_m {
    font-size: 18px;
  }
}

.low_page_ttl.space_m {
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .low_page_ttl.space_m {
    margin-bottom: 30px;
  }
}

.low_catch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 40px;
  background: url("../img/product/page-ttl-bg.jpg") no-repeat center/cover;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

@media all and (max-width: 900px) {
  .low_catch {
    font-size: 28px;
  }
}

@media all and (max-width: 767px) {
  .low_catch {
    height: 160px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
}

@media all and (max-width: 374px) {
  .low_catch {
    font-size: 19px;
  }
}

.low_catch_maintenance {
  background-image: url("../img/maintenance/catch_bg.jpg");
}

@media all and (min-width: 768px) {
  .low_catch_maintenance {
    margin-bottom: 35px;
  }
}

.low_catch_panel {
  background-image: url("../img/panel/catch_bg.jpg");
}

.low_catch_wall {
  padding: 0 5px;
  background-image: url("../img/wall/catch-bg.jpg");
}

.low_catch_1800 {
  margin-bottom: 0;
  background-image: url("../img/panel1800/catch_bg.jpg");
}

.low_catch_s {
  font-size: 22px;
}

.low_catch_low {
  display: block;
  line-height: 1.5;
}

.low_order_ttl {
  margin-bottom: 50px;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 767px) {
  .low_order_ttl {
    margin-bottom: 30px;
  }
}

.low_order_ttl_txt {
  font-size: 32px;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .low_order_ttl_txt {
    font-size: 22px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.low_order_ttl_num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 20px;
  font-family: "Josefin Sans";
  font-weight: 300;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .low_order_ttl_num {
    font-size: 16px;
  }
}

.low_order_ttl_num:before,
.low_order_ttl_num:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #141414;
}

@media all and (max-width: 767px) {

  .low_order_ttl_num:before,
  .low_order_ttl_num:after {
    width: 25px;
  }
}

.low_order_ttl_num:before {
  margin-right: 15px;
}

.low_order_ttl_num:after {
  margin-left: 15px;
}

.low_order_ttl_s {
  font-size: 20px;
}

.low_order_ttl_space_s {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .low_table {
    overflow: scroll;
    padding-bottom: 15px;
  }
}

.low_table table {
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
  text-align: center;
}

.low_table th,
.low_table td {
  font-weight: 300;
}

.low_table th:first-child,
.low_table td:first-child {
  padding-left: 40px;
  text-align: left;
}

@media all and (max-width: 767px) {

  .low_table th:first-child,
  .low_table td:first-child {
    padding-left: 25px;
  }
}

.low_table th {
  vertical-align: bottom;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #323232;
  color: #fff;
  font-size: 12px;
}

.low_table td {
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: solid 1px #F0F0F0;
  font-size: 14px;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .low_table td {
    font-size: 12px;
  }
}

@media all and (max-width: 767px) {
  .low_table [width="180"] {
    width: 3em;
  }
}

@media all and (max-width: 767px) {
  .low_table [width="140"] {
    width: 4em;
    padding-right: 20px;
  }
}

.low_table_bg {
  background: #f3f3f3;
}

.low_table_bg td {
  font-weight: 400;
}

@media all and (min-width: 768px) {
  .low_table_ttl {
    font-size: 16px !important;
  }
}

@media all and (max-width: 767px) {
  .low_table_ttl {
    font-size: 14px !important;
  }
}

.low_table_notes {
  margin-top: 13px;
  padding-left: 45px;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .low_table_notes {
    padding-left: 25px;
    font-size: 12px;
  }
}

.low_tab {
  display: flex;
  border-bottom: 1px solid #B3B3B3;
}

.low_tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 40px;
  cursor: pointer;
  text-align: center;
  background: #B3B3B3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 1% 0;
}

.low_tab_item:hover {
  background: #141414;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .low_tab {
    padding: 0 10%
  }
}

/* min-width: 769px */

@media screen and (max-width: 374px) {
  .low_tab_item {
    font-size: 10px;
  }
}

.js_tab_unit:not(:first-child) {
  display: none;
}

.js_tab_menu_show {
  background: #141414;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  margin-top: 0;
}

/*--------------------------------------
product top
----------------------------------------*/
.product_top_sec:last-child {
  margin-bottom: 100px;
}

.product_top_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product_top_row_img {
  width: 50%;
}

@media all and (max-width: 767px) {
  .product_top_row_img {
    display: none;
  }
}

.product_top_row_img img {
  vertical-align: bottom;
}

.product_top_row_img p:not(:first-child) {
  margin-top: 6px;
}

.product_top_row_body_r {
  width: 50%;
  padding: 60px 0 0 60px;
}

@media all and (max-width: 1199px) {
  .product_top_row_body_r {
    padding: 30px 0 0 30px;
  }
}

@media all and (max-width: 767px) {
  .product_top_row_body_r {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}

.product_top_row_body_l {
  width: 50%;
  padding: 60px 60px 0 0;
}

@media all and (max-width: 1199px) {
  .product_top_row_body_l {
    padding: 30px 30px 0 0;
  }
}

@media all and (max-width: 767px) {
  .product_top_row_body_l {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.product_top_row_body_l_low {
  padding-top: 40px;
}

@media all and (max-width: 767px) {
  .product_top_row_body_l_low {
    margin-bottom: 35px;
    padding: 0;
  }
}

.product_top_ttl {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 300 !important;
  line-height: 1.33;
}

@media all and (max-width: 1199px) {
  .product_top_ttl {
    font-size: 3vw;
  }
}

@media all and (max-width: 767px) {
  .product_top_ttl {
    margin-bottom: 13px;
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
  }
}

.product_top_cnt {
  margin-bottom: 25px;
}

.product_top_cnt_mb {
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .product_top_cnt {
    margin-bottom: 15px;
  }

  .product_top_cnt_mb {
    margin-bottom: 30px;
  }
}

.product_top_cnt p {
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .product_top_cnt p {
    margin-bottom: 5px;
  }
}

.product_top_cnt p:last-child {
  margin-bottom: 0;
}

.product_top_sp_img {
  display: none;
}

@media all and (max-width: 767px) {
  .product_top_sp_img {
    display: block;
    margin-bottom: 8px;
  }
}

.product_on {
  position: relative;
}

.product_on img {
  transition: opacity .4s;
  display: block;
}

@media all and (max-width: 767px) {
  .product_on img {
    width: 100%;
  }
}

.product_on img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.product_on img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .product_on:hover img:nth-child(1) {
    opacity: 0;
  }
}

@media all and (max-width: 767px) {
  .product_on img.is_hide {
    opacity: 0;
  }
}

.product_top_mb {
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .product_top_mb {
    margin-bottom: 30px;
  }
}

/*--------------------------------------
product
----------------------------------------*/
.product_lead {
  padding: 0 0 85px 0;
}

@media all and (max-width: 767px) {
  .product_lead {
    padding: 0 0 50px 0;
  }
}

.product_lead_img {
  width: 42%;
  padding: 30px 30px 0 0;
}

@media all and (max-width: 767px) {
  .product_lead_img {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.product_lead_img img {
  display: block;
}

@media all and (max-width: 767px) {
  .product_lead_img img {
    margin: 0 auto;
  }
}

.product_lead_img_r {
  padding-top: 20px;
}

@media all and (max-width: 767px) {
  .product_lead_img_r {
    padding-top: 0;
  }
}

.product_lead_img_r img {
  margin-left: 30px;
}

@media all and (max-width: 767px) {
  .product_lead_img_r img {
    margin-left: auto;
  }
}

.product_lead_txt {
  width: 58%;
  max-width: 690px;
}

@media all and (max-width: 767px) {
  .product_lead_txt {
    width: 100%;
  }
}

.product_lead_maker {
  font-weight: 400;
}

@media all and (min-width: 768px) {
  .product_lead_maker {
    display: inline-block;
    background: linear-gradient(transparent 60%, #e4e4e4 70%, #e4e4e4 90%, transparent 91%);
  }
}

.product_parts {
  padding: 85px 0 110px 0;
  background: #fafafa;
}

@media all and (max-width: 767px) {
  .product_parts {
    padding: 50px 0;
  }
}

.product_parts_wrap {
  position: relative;
  display: inline-block;
}

.product_parts_list {
  overflow: hidden;
  margin-bottom: 75px;
}

@media all and (max-width: 767px) {
  .product_parts_list {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 768px) {
  .product_parts_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px;
  }
}

@media all and (max-width: 767px) {
  .product_parts_list ul {
    margin: 0 0 40px 0;
  }
}

.product_parts_list li {
  position: relative;
  width: 33.3%;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .product_parts_list li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.product_parts_list li img {
  transition: opacity 1s;
  display: block;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .product_parts_list li img {
    display: inline-block;
  }
}

.product_parts_list_02 {
  overflow: hidden;
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .product_parts_list_02 {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 768px) {
  .product_parts_list_02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px;
  }
}

@media all and (max-width: 767px) {
  .product_parts_list_02 ul {
    margin: 0 0 40px 0;
  }
}

.product_parts_list_02 li {
  position: relative;
  width: 33.3%;
  margin-bottom: 15px;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .product_parts_list_02 li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.product_parts_list_02 li:nth-child(6),
.product_parts_list_02 li:nth-child(4) {
  margin-left: 1%;
}

.product_parts_list_02 li:nth-child(7),
.product_parts_list_02 li:nth-child(5) {
  margin-right: 1%;
}

.product_parts_list_02 li img {
  transition: opacity 1s;
  vertical-align: bottom;
}

@media all and (max-width: 767px) {
  .product_parts_list_02 li img {
    display: inline-block;
  }
}

.product_parts_on {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (max-width: 767px) {
  .product_parts_on {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.product_parts_on.is_show {
  opacity: 1;
}

.product_parts_off {
  position: relative;
  z-index: 1;
}

.product_parts_off.is_hide {
  opacity: 0;
}

@media all and (min-width: 768px) {

  .product_parts_list_02 li:hover .product_parts_off,
  .product_parts_list li:hover .product_parts_off {
    opacity: 0;
  }

  .product_parts_list_02 li:hover .product_parts_on,
  .product_parts_list li:hover .product_parts_on {
    opacity: 1;
  }
}

.product_parts_col {
  width: 48%;
  max-width: 568px;
  margin-bottom: 75px;
}

@media all and (max-width: 767px) {
  .product_parts_col {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.product_parts_btn {
  position: relative;
  display: block;
  width: 350px;
  margin: 0 auto;
  color: #141414;
  border: 2px solid #141414;
  text-align: center;
  padding: 13px 0;
  position: relative;
  transition: .3s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .product_parts_btn {
    width: 295px;
    padding: 15px 0;
  }
}

.product_parts_btn:hover {
  color: #fff;
}

.product_parts_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #333;
  transition: .3s;
  width: 0;
  height: 100%;
}

.product_parts_btn:hover:before {
  width: 100%;
}

.product_parts_btn:hover:after {
  background: url(../img/common/icon_arrow_w.png) no-repeat 0 center;
}

.product_parts_btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 8px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/common/icon_arrow_b2.png) no-repeat 0 center;
  z-index: 2;
}

.product_parts_btn_txt {
  position: relative;
  z-index: 2;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .product_parts_table_01 {
    width: 446px !important;
  }
}

@media all and (max-width: 767px) {
  .product_parts_table_02 {
    width: 568px !important;
  }
}

@media all and (max-width: 767px) {
  .product_parts_slider {
    height: auto !important;
    margin-bottom: 20px;
  }
}

.product_parts .slick-counter {
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -35px;
  line-height: 1;
  text-align: center;
}

.product_parts .current {
  font-size: 32px;
}

.product_parts_txt {
  display: block;
  padding-top: 15px;
}

.product_setup_cnt {
  overflow: hidden;
  max-width: 994px;
  margin: 0 auto;
  padding-top: 20px;
}

.product_setup_img {
  height: 495px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .product_setup_img {
    height: auto;
    margin-bottom: 6px;
  }
}

.product_setup_img img {
  display: block;
}

.product_setup_thum li,
.product_setup_thum_img {
  cursor: pointer;
  position: relative;
  max-width: 158px;
}

@media screen and (min-width: 769px) {
  .product_setup_thum {
    width: 100% !important;
    max-width: 994px !important;
    height: 79px;
    overflow: hidden;
  }

  .product_setup_thum .slick-track {
    width: 100% !important;
    max-width: 994px !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .product_setup_thum .slick-slide {
    padding: 0 5px;
    max-width: 16.6% !important;
    box-sizing: border-box;
  }
}

/* min-width: 769px */

@media all and (max-width: 767px) {
  .product_setup_thum li {
    /*
    width: calc(33.3% - 6px);
*/
    margin: 0 3px 6px 3px;
  }

  .product_setup_thum .slick-slide {
    padding: 0 5px;
  }
}

.product_setup_thum li:before,
.product_setup_thum_img:before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.product_setup_thum li img,
.product_setup_thum_img img {
  display: block;
}

.product_setup_thum .slick-current li:before,
.product_setup_thum .slick-current .product_setup_thum_img:before,
.product_setup_thum_show:before {
  content: none !important;
}

.product_detail_box {
  position: relative;
  display: flex;
  max-width: 994px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .product_detail_box {
    display: block;
  }
}

.product_detail_img {
  max-width: 744px;
  width: 75%;
  padding: 10px;
  font-size: 14px;
  background: #fff;
}

@media all and (max-width: 767px) {
  .product_detail_img {
    display: none;
  }
}

.product_detail_img img {
  display: block;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .product_detail_sp_img {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .product_detail_sp_img {
    display: none;
    border-top: solid 1px #141414;
    background: #fff;
    padding: 10px;
  }
}

.product_detail_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 13px;
  line-height: 1.2;
  background: #DCDCDC;
  color: #fff;
}


@media all and (min-width: 768px) {
  .product_detail_txt {
    width: calc(100% - 10px);
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
  }

  .product_detail_txt:hover {
    width: 100%;
    margin-left: 0;
    background: #141414 !important;
  }

  .product_detail_txt.js_detail_menu_show {
    width: 100%;
    margin-left: 0;
  }

}

@media all and (max-width: 767px) {
  .product_detail_txt {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0 25px;
    border: solid 1px #141414;
    border-bottom: none;
    color: #141414;
    line-height: 1.4;
    background: #fff url("../img/product/ico_plus.svg") no-repeat 95% center;
  }
}

.product_detail_menu {
  max-width: 250px;
  width: 25%;
  padding-right: 10px;
}

@media all and (max-width: 767px) {
  .product_detail_menu {
    width: 100%;
    max-width: 768px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .product_detail_menu li:last-child {
    border-bottom: solid 1px #141414;
  }
}

@media all and (min-width: 768px) {
  .product_detail_txt.js_detail_menu_show {
    background: #141414 !important;
  }
}

@media all and (max-width: 767px) {
  .product_detail_txt.js_detail_menu_show {
    background: #141414 url("../img/product/ico_minus.svg") no-repeat 95% center !important;
    color: #fff;
  }
}

@media all and (min-width: 768px) {
  .product_detail_contact {
    position: absolute;
    bottom: -40px;
    right: 0;
    max-width: 744px;
    width: 75%;
    font-size: 14px;
    font-weight: 300;
  }
}

@media all and (max-width: 767px) {
  .product_detail_contact {
    padding: 0 20px;
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
  }
}

.product_data dl {
  margin-bottom: 1em;
  line-height: 1.75;
}

.product_data dl:last-child {
  margin-bottom: 0;
}

.product_data dl dd {
  padding-left: 1em;
}

/*--------------------------------------
works
----------------------------------------*/
.works_ttl {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .works_ttl {
    font-size: 22px;
    text-align: center;
  }
}

.works_sec_01 {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .works_sec_01 {
    margin-bottom: 40px;
  }
}

.works_sec_02 {
  margin-bottom: 80px;
}

@media all and (max-width: 767px) {
  .works_sec_02 {
    margin-bottom: 50px;
  }
}

.works_list {
  overflow: hidden;
}

.works_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

@media all and (max-width: 767px) {
  .works_list ul {
    justify-content: space-between;
    margin: 0;
  }
}

.works_list li {
  width: 25%;
  margin-bottom: 18px;
  padding: 0 9px;
}

@media all and (max-width: 767px) {
  .works_list li {
    width: calc(50% - 2px);
    margin-bottom: 5px;
    padding: 0;
  }
}

.works_list li img {
  transition: opacity 1s;
  display: block;
  width: 100%;
}

.works_list li a {
  position: relative;
  display: block;
}

.works_list li a img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.works_list li a:hover img:nth-child(1) {
  opacity: 0;
}

.works_list li a:hover img:nth-child(2) {
  opacity: 1;
}

/*--------------------------------------
maintenance
----------------------------------------*/
.maintenance_ttl {
  margin-bottom: 12px;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .maintenance_ttl {
    margin-bottom: 30px;
    text-align: center;
  }
}

.maintenance_ttl_jp,
.maintenance_ttl_num {
  font-weight: 300;
}

.maintenance_ttl_jp {
  display: block;
  font-size: 32px;
}

@media all and (max-width: 767px) {
  .maintenance_ttl_jp {
    font-size: 22px;
  }
}

.maintenance_ttl_num {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-family: "Josefin Sans";
  font-size: 20px;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .maintenance_ttl_num {
    margin-top: 23px;
    justify-content: center;
    font-size: 16px;
  }
}

.maintenance_ttl_num:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 0 0 3px 15px;
  background: #141414;
}

@media all and (max-width: 767px) {
  .maintenance_ttl_num:after {
    width: 25px;
    margin: 0 0 3px 10px;
  }
}

@media all and (max-width: 767px) {
  .maintenance_ttl_num:before {
    content: "";
    width: 25px;
    height: 1px;
    margin: 0 15px 3px 0;
    background: #141414;
  }
}

.maintenance_wash {
  padding-bottom: 85px;
}

@media all and (max-width: 767px) {
  .maintenance_wash {
    padding-bottom: 45px;
  }
}

.maintenance_wash_img {
  width: 50%;
}

@media all and (max-width: 767px) {
  .maintenance_wash_img {
    width: 100%;
  }
}

.maintenance_wash_img_wrap {
  position: relative;
}

.maintenance_wash_img_wrap img {
  transition: opacity 1s;
}

.maintenance_wash_img_wrap img:nth-child(1) {
  position: relative;
  z-index: 2;
}

.maintenance_wash_img_wrap img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .maintenance_wash_img_wrap:hover img:nth-child(1) {
    opacity: 0;
  }
}

.maintenance_wash_cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 60px;
}

@media all and (max-width: 900px) {
  .maintenance_wash_cnt {
    padding-left: 20px;
  }
}

@media all and (max-width: 767px) {
  .maintenance_wash_cnt {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  .maintenance_wash_slider {
    margin-bottom: 35px;
  }
}

.maintenance_wash_slider .slick-dots {
  bottom: 25px;
  right: -160px;
  width: 100px;
}

@media all and (max-width: 900px) {
  .maintenance_wash_slider .slick-dots {
    bottom: -20px;
    right: -120px;
  }
}

@media all and (max-width: 767px) {
  .maintenance_wash_slider .slick-dots {
    right: 0;
    bottom: -20px;
    width: 100%;
  }
}

.maintenance_wash_slider img {
  display: block;
}

@media all and (max-width: 767px) {
  .maintenance_wash_slider img {
    width: 100%;
  }
}

.maintenance_movie {
  padding: 75px 0 117px 0;
  background: #fafafa;
}

@media all and (max-width: 767px) {
  .maintenance_movie {
    padding: 50px 0;
  }
}

.maintenance_movie_img {
  position: relative;
  cursor: pointer;
  display: block;
  max-width: 825px;
  margin: 0 auto;
}

.maintenance_movie_img img {
  position: absolute;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .maintenance_movie_img img {
    display: block;
  }
}

.maintenance_movie_player {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.maintenance_movie_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.maintenance_sec {
  padding: 100px 0 80px 0;
}

@media all and (max-width: 767px) {
  .maintenance_sec {
    padding: 50px 0 55px 0;
  }
}

.maintenance_head {
  width: 48.2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media all and (max-width: 767px) {
  .maintenance_head {
    width: 100%;
    margin-bottom: 20px;
  }
}

.maintenance_repair_01,
.maintenance_repair_02,
.maintenance_repair_03 {
  position: relative;
  text-align: center;
}

.maintenance_repair_wrap {
  position: relative;
  display: inline-block;
}

.maintenance_repair_01 {
  width: 51.8%;
}

@media all and (max-width: 767px) {
  .maintenance_repair_01 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.maintenance_repair_02 {
  width: 51.8%;
}

@media all and (max-width: 767px) {
  .maintenance_repair_02 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.maintenance_repair_03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48.2%;
}

@media all and (max-width: 900px) {
  .maintenance_repair_03 img {
    width: 70%;
  }
}

@media all and (max-width: 767px) {
  .maintenance_repair_03 {
    width: 100%;
  }

  .maintenance_repair_03 img {
    width: 100%;
  }
}

.maintenance_on img {
  transition: opacity .4s;
  display: block;
}

@media all and (max-width: 767px) {
  .maintenance_on img {
    width: 100%;
  }
}

.maintenance_on img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.maintenance_on img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .maintenance_on:hover img:nth-child(1) {
    opacity: 0;
  }
}

@media all and (max-width: 767px) {
  .maintenance_on img.is_hide {
    opacity: 0;
  }
}

@media all and (max-width: 767px) {
  .maintenance_repair_slider {
    margin-bottom: 35px;
  }
}

.maintenance_repair_slider .slick-dots {
  bottom: 25px;
  left: -160px;
  width: 100px;
}

@media all and (max-width: 900px) {
  .maintenance_repair_slider .slick-dots {
    bottom: -20px;
    left: -120px;
  }
}

@media all and (max-width: 767px) {
  .maintenance_repair_slider .slick-dots {
    left: 0;
    bottom: -20px;
    width: 100%;
  }
}

.maintenance_repair_slider img {
  display: block;
}

@media all and (max-width: 767px) {
  .maintenance_repair_slider img {
    width: 100%;
  }
}


/*--------------------------------------
panel top
----------------------------------------*/
.panel_bnr {
  position: relative;
  display: flex;
  margin-top: 5px;
}

@media all and (max-width: 767px) {
  .panel_bnr {
    margin-top: 35px;
  }
}

.panel_bnr_bg {
  width: calc(100% - 423px);
  height: 170px;
  background: url("../img/panel/head_img.jpg") no-repeat left center/cover;
}

@media all and (max-width: 767px) {
  .panel_bnr_bg {
    width: 100%;
  }
}

.panel_bnr_cnt {
  display: flex;
  width: 423px;
  padding: 25px 20px 10px 20px;
  background: #141414;
  color: #fff;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .panel_bnr_cnt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px 20px 10px 20px;
    background: rgba(20, 20, 20, 0.7);
  }
}

.panel_bnr_cnt dl {
  margin: 0 auto;
}

.panel_bnr_cnt dl dt {
  width: 100%;
  margin-bottom: 15px;
  font-size: 26px;
}

@media all and (max-width: 767px) {
  .panel_bnr_cnt dl dt {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.panel_bnr_cnt dl dd {
  width: 100%;
}

.panel_bnr_btn {
  position: relative;
  display: block;
  width: 260px;
  color: #fff !important;
  border: 2px solid #fff;
  text-align: center;
  padding: 6px 0;
  position: relative;
  transition: .3s;
  text-decoration: none !important;
  overflow: hidden;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .panel_bnr_btn {
    width: 100%;
    padding: 12px 0;
  }
}

@media all and (min-width: 768px) {
  .panel_bnr_btn:hover {
    color: #141414 !important;
  }
}

.panel_bnr_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #fff;
  transition: .3s;
  width: 0;
  height: 100%;
}

@media all and (min-width: 768px) {
  .panel_bnr_btn:hover:before {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .panel_bnr_btn:hover:after {
    background: url(../img/common/icon_arrow_b2.png) no-repeat 0 center;
  }
}

.panel_bnr_btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 8px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/common/icon_arrow_w.png) no-repeat 0 center;
  z-index: 2;
}

.panel_bnr_btn_txt {
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.panel_name {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

@media all and (max-width: 767px) {
  .panel_name {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
  }
}

.panel_name_01 {
  display: block;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .panel_name_01 {
    font-size: 14px;
  }
}

.panel_name_02 {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .panel_name_02 {
    font-weight: 300;
  }
}

.panel_name_03 {
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .panel_name_03 {
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  .panel_name_sp_center {
    text-align: center;
  }
}

.panel_box {
  display: flex;
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .panel_box {
    flex-wrap: wrap;
    max-width: 295px;
    margin: 0 auto 15px auto;
  }
}

.panel_box_col {
  width: 50%;
  padding-right: 30px;
}

@media all and (max-width: 767px) {
  .panel_box_col {
    width: 100%;
    padding-right: 0;
  }
}

.panel_box_img {
  padding-top: 30px;
}

@media all and (max-width: 767px) {
  .panel_box_img {
    margin-bottom: 20px;
    padding-top: 0;
  }
}

.panel_box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.panel_box_list li {
  width: calc(50% - 2px);
  margin-bottom: 8px;
}

@media all and (max-width: 767px) {
  .panel_box_list li {
    width: 100%;
    margin-bottom: 4px;
  }
}

.panel_box_list li img {
  display: block;
}

@media all and (max-width: 767px) {
  .panel_box_list li img {
    width: 100%;
  }
}

.panel_box_list_txt {
  display: block;
  text-align: right;
  font-size: 14px;
}

.panel_top_sec {
  padding-bottom: 90px;
}

@media all and (max-width: 767px) {
  .panel_top_sec {
    padding-bottom: 45px;
  }
}

.panel_top_sec_02 {
  padding: 80px 0 90px 0;
  background: #FAFAFA;
}

@media all and (max-width: 767px) {
  .panel_top_sec_02 {
    padding: 45px 0;
  }
}

.panel_top_sec_03 {
  padding: 90px 0;
}

@media all and (max-width: 767px) {
  .panel_top_sec_03 {
    padding: 45px 0;
  }
}

.panel_img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .panel_img_list {
    max-width: 295px;
    margin: 0 auto 20px auto;
  }
}

.panel_img_list li {
  width: calc(25% - 4px);
  margin: 0 2px 8px 2px;
}

@media all and (max-width: 767px) {
  .panel_img_list li {
    width: 100%;
    margin-bottom: 4px;
  }
}

.panel_img_list li:first-child {
  display: flex;
  align-items: center;
  width: calc(50% - 4px);
  padding-right: 30px;
}

@media all and (max-width: 767px) {
  .panel_img_list li:first-child {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.panel_img_list li:not(:first-child) img {
  display: block;
}

@media all and (max-width: 767px) {
  .panel_img_list li img {
    width: 100%;
  }
}

.panel_img_list_txt {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
}

/*--------------------------------------
panel
----------------------------------------*/
.panel_sec {
  margin-bottom: 200px;
}

@media all and (max-width: 767px) {
  .panel_sec {
    margin-bottom: 60px;
  }
}

.panel_sec_02 {
  margin-bottom: 80px;
}

@media all and (max-width: 767px) {
  .panel_sec_02 {
    margin-bottom: 40px;
  }
}

.panel_row {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .panel_row {
    flex-wrap: wrap;
  }
}

.panel_img {
  width: 38%;
  padding-right: 20px;
}

@media all and (max-width: 767px) {
  .panel_img {
    width: 100%;
    margin-bottom: 15px;
  }

  .panel_img img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.panel_spec {
  width: 29%;
}

@media all and (max-width: 767px) {
  .panel_spec {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
}

.panel_spec_col {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .panel_spec_col {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
}

.panel_spec dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .panel_spec dl {
    display: block;
  }
}

.panel_spec dl dd {
  line-height: 2;
  padding-left: 30px;
}

@media all and (max-width: 767px) {
  .panel_spec dl dd {
    padding-left: 10px;
  }
}

.panel_spec dl:last-child {
  margin-bottom: 0;
}

.panel_spec li {
  margin-bottom: 5px;
}

.panel_list {
  width: 34%;
}

@media all and (max-width: 767px) {
  .panel_list {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .panel_list ul {
    display: flex;
  }
}

.panel_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .panel_list ul li {
    flex-wrap: wrap;
    width: 50%;
    margin-bottom: 0;
  }
}

.panel_list ul li:last-child {
  margin-bottom: 0;
}

.panel_list_txt {
  padding-left: 20px;
}

@media all and (max-width: 767px) {
  .panel_list_txt {
    width: 100%;
  }
}

.panel_ttl {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .panel_ttl {
    font-size: 22px;
  }
}

.panel_ttl_space {
  margin-bottom: 30px;
}

.panel_txt_01 {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .panel_txt_01 {
    margin-bottom: 20px;
  }
}

.panel_txt_02 {
  margin-bottom: 30px;
  line-height: 1.75;
}

@media all and (max-width: 767px) {
  .panel_txt_02 {
    margin-bottom: 20px;
  }
}

.panel_table table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.panel_table table th {
  width: 200px;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .panel_table table th {
    width: 80px;
  }
}

.panel_table table th,
.panel_table table td {
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid rgba(80, 80, 80, 0.3);
}

.panel_table table tr:last-child th,
.panel_table table tr:last-child td {
  border-bottom: 1px solid rgba(80, 80, 80, 0.3);
}

.panel_table table img {
  display: block;
}

@media all and (max-width: 767px) {
  .panel_table table td {
    padding-left: 20px;
  }
}

.panel_table_v_top {
  vertical-align: top;
}

.panel_block {
  width: calc(50% - 45px);
}

@media all and (max-width: 767px) {
  .panel_block {
    width: 100%;
    margin-bottom: 60px;
  }

  .panel_block:last-child {
    margin-bottom: 0;
  }
}

.panel_on {
  position: relative;
  display: inline-block;
}

.panel_on img {
  transition: opacity .4s;
  display: block;
}

@media all and (max-width: 767px) {
  .panel_on img {
    width: 100%;
  }
}

.panel_on img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.panel_on img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .panel_on:hover img:nth-child(1) {
    opacity: 0;
  }
}

@media all and (max-width: 767px) {
  .panel_on img.is_hide {
    opacity: 0;
  }
}

/*--------------------------------------
wall
----------------------------------------*/
.wall_page {
  line-height: 1.75;
}

.wall_ttl {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.56;
}

@media all and (max-width: 767px) {
  .wall_ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.wall_ttl_space_s {
  margin-bottom: 25px;
}

.wall_ttl_space_m {
  margin-bottom: 45px;
}

.wall_ttl_space_m2 {
  margin-bottom: 55px;
}

@media all and (max-width: 767px) {
  .wall_ttl_space_m {
    margin-bottom: 25px;
  }

  .wall_ttl_space_m2 {
    margin-bottom: 35px;
  }
}

.wall_ttl_space_l {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .wall_ttl_space_l {
    margin-bottom: 25px;
  }
}

.wall_ttl_center {
  text-align: center;
}

.wall_txt_c {
  text-align: center;
}

@media all and (max-width: 767px) {
  .wall_txt_c {
    text-align: left;
  }
}

.wall_tec {
  width: calc(50% - 28px);
}

@media all and (max-width: 767px) {
  .wall_tec {
    width: 100%;
    margin-bottom: 30px;
  }

  .wall_tec:last-child {
    margin-bottom: 0;
  }
}

.wall_tec_ttl {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .wall_tec_ttl {
    font-size: 24px;
  }
}

.wall_tec_ttl_support {
  display: block;
  font-size: 16px;
}

.wall_tec_message {
  margin-bottom: 7px;
  padding: 8px 20px;
  background: #323232;
  color: #fff;
}

.wall_tec_txt {
  margin-bottom: 40px;
  min-height: 5em;
}

@media all and (max-width: 767px) {
  .wall_tec_txt {
    margin-bottom: 20px;
    min-height: 1em;
  }
}

.wall_tec_img {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .wall_tec_img {
    margin-bottom: 10px;
  }
}

.wall_tec_price {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .wall_tec_price {
    margin-bottom: 30px;
  }

  .wall_tec_price:last-child {
    margin-bottom: 0;
  }
}

.wall_tec_price_01 {
  padding-right: 20px;
  font-size: 32px;
}

@media all and (max-width: 767px) {
  .wall_tec_price_01 {
    font-size: 26px;
  }
}

.wall_tec_price_02 {
  font-size: 12px;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .wall_tec_price_02 {
    font-size: 10px;
  }
}

.wall_item {
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .wall_item {
    margin-bottom: 3px;
  }
}

.wall_item_txt {
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
  .wall_item_txt {
    margin-bottom: 15px;
  }
}

.wall_item_img {
  text-align: center;
}

@media all and (max-width: 767px) {
  .wall_item_img {
    width: 80%;
    margin: 0 auto;
  }
}

.wall_btn_block {
  padding-top: 30px;
}

.wall_item_col {
  width: calc(50% - 30px);
}

@media all and (max-width: 767px) {
  .wall_btn_block {
    padding-bottom: 30px;
  }

  .wall_item_col {
    width: 100%;
    margin-bottom: 30px;
  }
}

.wall_feature {
  padding: 100px 0 60px 0;
  background: #FAFAFA;
}

@media all and (max-width: 767px) {
  .wall_feature {
    padding: 50px 0 30px 0;
  }
}

.wall_feature_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

@media all and (max-width: 767px) {
  .wall_feature_list {
    margin-bottom: 0px;
  }
}

.wall_feature_list li:nth-child(1) {
  width: 45.1%;
  max-width: 538px;
  margin-right: 14.4%;
}

.wall_feature_list li:nth-child(2) {
  width: 40.5%;
  max-width: 483px;
}

@media all and (max-width: 767px) {
  .wall_feature_list li {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}

.wall_feature_list li img {
  display: block;
}

.wall_feature_txt {
  text-align: center;
}

.wall_feature_note {
  width: 40%;
  max-width: 240px;
}

@media all and (max-width: 767px) {
  .wall_feature_note {
    order: 2;
    width: 100%;
    max-width: 768px;
    margin-bottom: 30px;
  }
}

.wall_feature_note li {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.75;
}

@media all and (max-width: 767px) {
  .wall_feature_note li {
    margin-bottom: 20px;
  }
}

.wall_feature_note li:last-child {
  margin-bottom: 0;
}

.wall_feature_note_num {
  position: absolute;
  left: 0;
  top: 0;
}

.wall_feature_figure {
  width: 60%;
  max-width: 342px;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 767px) {
  .wall_feature_figure {
    width: 80%;
    margin: 0 auto;
  }
}

.wall_effect {
  padding: 100px 0 60px 0;
}

@media all and (max-width: 767px) {
  .wall_effect {
    padding: 50px 0 30px 0;
  }
}

.wall_effect_01 {
  width: 51.4%;
  max-width: 615px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .wall_effect_01 {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 15px;
  }
}

.wall_effect_02 {
  width: 48.6%;
  padding-left: 35px;
}

@media all and (max-width: 767px) {
  .wall_effect_02 {
    width: 100%;
    padding-left: 0;
  }
}

.wall_effect_lead {
  margin-bottom: 50px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .wall_effect_lead {
    margin-bottom: 25px;
    text-align: left;
  }
}

.wall_effect_txt {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .wall_effect_txt {
    margin-bottom: 25px;
  }
}

.wall_effect_data dt {
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .wall_effect_data dt {
    font-size: 16px;
  }
}

.wall_over {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 100px;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .wall_over {
    flex-wrap: wrap;
    padding-left: 0;
  }
}

.wall_over_01 {
  padding-right: 60px;
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .wall_over_01 {
    padding-right: 20px;
    font-size: 16px;
  }
}

.wall_over_02 {
  padding-right: 30px;
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .wall_over_02 {
    padding-right: 10px;
    font-size: 14px;
  }
}

.wall_comparison {
  padding: 60px 0 65px 0;
}

@media all and (max-width: 767px) {
  .wall_comparison {
    padding: 30px 0;
  }
}

.wall_comparison_lead {
  margin-bottom: 25px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .wall_comparison_lead {
    text-align: left;
  }
}

.wall_comparison_col01 {
  max-width: 505px;
  width: 42.3%;
}

@media all and (max-width: 767px) {
  .wall_comparison_col01 {
    width: 100%;
    max-width: 768px;
    text-align: center;
  }
}

.wall_comparison_col02 {
  padding-left: 30px;
  width: 57.7%;
}

@media all and (max-width: 767px) {
  .wall_comparison_col02 {
    width: 100%;
    padding-left: 0;
  }
}

.wall_comparison_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.wall_comparison_list_ttl {
  font-size: 20px;
  font-weight: 500;
}

.wall_comparison_list_subttl {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 500;
}

.wall_comparison_list_subttl_pt {
  padding-top: 18px;
}

@media screen and (min-width: 769px) {
  .wall_comparison_list li {
    width: calc(50% - 5px);
  }

}

/* min-width: 769px */

@media all and (max-width: 767px) {
  .wall_comparison_list {
    margin-bottom: 30px;
  }

  .wall_comparison_list_ttl {
    font-size: 16px;
  }

  .wall_comparison_list_subttl {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .wall_comparison_list_subttl_pt {
    padding-top: 15px;
  }
}

@media all and (max-width: 767px) {
  .wall_comparison_list li {
    width: calc(50% - 5px);
  }
}

.wall_comparison_list img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}

.wall_comparison_support {
  font-size: 15px;
}

.wall_comparison_txt {
  max-width: 590px;
  padding-top: 67px;
  padding-left: 15px;
  line-height: 1.75;
  box-sizing: border-box;
}

.wall_comparison_txt02 {
  margin-bottom: 28px;
  padding-top: 45px;
}

.wall_comparison_summary {
  margin-bottom: 5px;
  padding-left: 80px;
  font-size: 19px;
}

@media all and (max-width: 767px) {
  .wall_comparison_txt {
    padding-top: 25px;
    padding-left: 0;
  }

  .wall_comparison_summary {
    padding-left: 0;
    text-align: center;
  }
}

.wall_movie {
  position: relative;
  padding: 100px 0 60px 0;
  background: #FAFAFA;
}

@media all and (max-width: 767px) {
  .wall_movie {
    padding: 50px 0 30px 0;
  }
}

.wall_movie_unit {
  position: relative;
  cursor: pointer;
  max-width: 994px;
  margin: 0 auto;
  font-size: 14px;
}

.wall_movie_txt {
  max-width: 994px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 16px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .wall_movie_txt {
    text-align: left;
    font-size: 14px;
  }
}


.wall_movie img {
  position: relative;
  z-index: 1;
}

.wall_movie_img {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  background: url("../img/wall/movie.jpg") no-repeat center/cover;
}

.wall_movie_i {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wall_movie_i.-show:before {
  content: none;
}

.wall_movie_i iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.wall_dl {
  padding: 100px 0;
}

@media all and (max-width: 767px) {
  .wall_dl {
    padding: 50px 0;
  }
}

.wall_on {
  position: relative;
}

.wall_on img {
  transition: opacity .4s;
  display: block;
}

@media all and (max-width: 767px) {
  .wall_on img {
    width: 100%;
  }
}

.wall_on img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.wall_on img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .wall_on:hover img:nth-child(1) {
    opacity: 0;
  }
}

@media all and (max-width: 767px) {
  .wall_on img.is_hide {
    opacity: 0;
  }
}

/*--------------------------------------
clump
----------------------------------------*/
.clamp_sec {
  padding: 63px 0 70px 0;
}

@media all and (max-width: 767px) {
  .clamp_sec {
    padding: 45px 0 55px 0;
  }
}

@media all and (max-width: 767px) {
  .clamp_sec_top {
    padding-top: 20px;
  }
}

.clamp_sec_bg {
  background: #FAFAFA;
}

.clamp_ttl {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
}

.clamp_ttl_mb {
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .clamp_ttl {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
}

.clamp_ttl_01 {
  font-size: 20px;
}

.clamp_ttl_center {
  text-align: center;
}

.clamp_sub_leadtxt {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .clamp_sub_leadtxt {
    font-size: 18px;
  }
}

.clamp_lead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clamp_lead li:nth-child(1) {
  width: 58.2%;
}

@media all and (max-width: 767px) {
  .clamp_lead li:nth-child(1) {
    width: 100%;
    margin-bottom: 8px;
  }
}

.clamp_lead li:nth-child(2) {
  width: calc(41.8% - 8px);
}

@media all and (max-width: 767px) {
  .clamp_lead li:nth-child(2) {
    width: 100%;
  }
}

.clamp_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clamp_list li {
  width: calc(50% - 7px);
  margin-bottom: 26px;
}

@media all and (max-width: 767px) {
  .clamp_list li {
    width: 100%;
    margin-bottom: 22px;
  }
}

.clamp_list img {
  vertical-align: bottom;
}

@media all and (max-width: 767px) {
  .clamp_list img {
    width: 100%;
  }
}

.clamp_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

@media all and (max-width: 767px) {
  .clamp_row {
    margin-bottom: 20px;
  }
}

.clamp_row_col_01 {
  width: 53%;
}

@media all and (max-width: 767px) {
  .clamp_row_col_01 {
    width: 100%;
  }
}

.clamp_row_col_02 {
  width: calc(47% - 17px);
}

@media all and (max-width: 767px) {
  .clamp_row_col_02 {
    width: 100%;
  }
}

.clamp_txt_01 {
  display: block;
  font-size: 14px;
  text-align: center;
}

.clamp_txt_02 {
  display: block;
  font-size: 14px;
  text-align: right;
}

@media all and (max-width: 767px) {
  .clamp_txt_02 {
    text-align: center;
  }
}

.clamp_on img {
  transition: opacity .4s;
  display: block;
}

@media all and (max-width: 767px) {
  .clamp_on img {
    width: 100%;
  }
}

.clamp_on img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.clamp_on img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .clamp_on:hover img:nth-child(1) {
    opacity: 0;
  }
}

@media all and (max-width: 767px) {
  .clamp_on img.is_hide {
    opacity: 0;
  }
}

.linkcolor {
  color: #141414 !important;
}

/* 防音パネル
------------------------------------------------ */
.soundproof_panel_lead {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}

@media all and (max-width: 767px) {
  .soundproof_panel_lead {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.soundproof_panel_sublead {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .soundproof_panel_sublead {
    font-size: 18px;
  }
}

/* 防音パネルビルガードの特長
------------------------------------------------ */
.fw_type1 {
  font-weight: 300;
}

.fw_type2 {
  font-weight: 500;
}

.f_maker {
  display: inline;
  background: linear-gradient(transparent 60%, #e4e4e4 70%, #e4e4e4 90%, transparent 91%);
}

/* 番号
------------------------------------------------ */
.low_ttl_num {
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  padding: 0 16px 0 0;
  position: relative;
  font-family: "Josefin Sans";
}

.low_ttl_num:after {
  display: block;
  content: '';
  border-top: 1px solid #141414;
  margin-top: -2px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -50px;
}

.low_ttl_num_mt01 {
  margin-top: -15px;
  margin-bottom: 20px;
}

.low_ttl_num_mt02 {
  margin-top: -30px;
  margin-bottom: 20px;
}

.low_ttl_num_mt03 {
  margin-top: -40px;
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .low_ttl_num {
    font-size: 16px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .low_ttl_num:before {
    display: block;
    content: '';
    border-top: 1px solid #141414;
    margin-top: 0;
    width: 26px;
    position: absolute;
    top: 50%;
    left: -26px;
  }

  .low_ttl_num:after {
    display: block;
    content: '';
    border-top: 1px solid #141414;
    margin-top: 0;
    width: 26px;
    position: absolute;
    top: 50%;
    right: -26px;
  }

  .low_ttl_num_mt01,
  .low_ttl_num_mt02,
  .low_ttl_num_mt03 {
    text-align: center;
  }

  .low_ttl_num_mt02 {
    margin-top: -20px;
  }

  .low_ttl_num_mt03 {
    margin-top: -20px;
  }
}

.low_ttl_num_cn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Josefin Sans";
  font-weight: 300;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .low_ttl_num_cn {
    font-size: 16px;
  }
}

.low_ttl_num_cn:before,
.low_ttl_num_cn:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #141414;
}

@media all and (max-width: 767px) {

  .low_ttl_num_cn:before,
  .low_ttl_num_cn:after {
    width: 25px;
  }
}

.low_ttl_num_cn:before {
  margin-right: 15px;
}

.low_ttl_num_cn:after {
  margin-left: 15px;
}

.cnstrct_top_block {
  display: block;
  margin: 30px 0 50px;
  padding-right: 20px;
}

.cnstrct_top_left {
  width: 34%;
  padding-right: 20px;
  float: left;
}

.cnstrct_top_right {
  width: 55%;
  float: left;
  margin-left: 50px;
}

.cnstrct_top_right p {
  margin: 40px 0 30px;
  text-align: left;
}

.cnstrct_top_right img {
  margin: 10px 0 10px;
  width: 100%;
}


@media all and (max-width: 767px) {
  .cnstrct_top_block {
    margin: 20px 0 30px;
    padding-right: 0px;
  }

  .cnstrct_top_right {
    width: 100%;
    padding-right: 0px;
    margin-left: 0px;
  }
}
