@charset "UTF-8";
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/

/*====================================

  ■トップページ

=====================================*/



.centertitle {
  display: block;
  text-align: center;
}

/*====================================

  ■下層共通

=====================================*/



.flexline_goal .block1 .titleone {
  font-weight: 500;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .flexline_goal .block1 .titleone {
    font-size: 19px;
  }
}
.flexline_goal .block1 .imgb {
  margin: 20px 0;
}

.centerimg {
  margin-bottom: 30px;
}
.centerimg img {
  border-radius: 30px;
}


.kasoucontentimg_base img {
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base img {
    max-height: 200px;
  }
}
.kasoucontentimg_base .kasou_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base .kasou_img {
    display: block;
    text-align: center;
  }
}


/**********************
TOPページ　ニュース一覧
***********************/
.top_news_tab *, .top_news_tab *:before, .top_news_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_news_tab {
	margin: 4em auto 0;
	position: relative;
}
.top_news_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.top_news_tab .top_news_tabpanel {
    display: none; /* デフォルトでは非表示 */
    padding: 0.5em 1em;
    min-height: 320px;
    box-sizing: border-box; /* 内部の余白やボーダーを含めた高さ調整 */
}
.top_news_tab > input:first-child:checked ~ .top_news_tabpanels > .top_news_tabpanel:first-child,
.top_news_tab > input:nth-child(3):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(2),
.top_news_tab > input:nth-child(5):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(3),
.top_news_tab > input:nth-child(7):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(4),
.top_news_tab > input:nth-child(9):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(5),
.top_news_tab > input:nth-child(11):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(6) {
	display: block;
}
.top_news_tab .top_news_tabpanels {
    position: relative;
    top: 0;
    left: 26%;
    display: block;
    width: 76%;
    padding-bottom: 20px;
    margin-top: -270px;
}
.top_news_tab > input + label {
    position: relative;
    z-index: 100;
    top: -15px;
    left: 1px;
    display: block;
    cursor: pointer;
    border-right: 0;
    margin-bottom: 10px;
    padding: 10px 0px;
    padding-left: 40px;
    line-height: 1;
    border-radius: 21px;
    width: 186px;
    font-weight: normal;
}
.top_news_tab > input + label:last-of-type {
	margin-bottom: 100px;
}
.top_news_tab > label:hover,
.top_news_tab > input:focus + label {
	color: #0066cc;
}
.top_news_tab > input:checked + label {
	border-color: #cccccc;
	border-right: 1px solid #ffffff;
	background-color: #F5F5F5;
    padding-left: 40px;
}
.top_news_tab > input:checked + label:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(images/circleblue.svg);
    background-size: contain;
    position: absolute;
    vertical-align: middle;
    left: 10px;
    display: flex;
    margin-top: -2px;
}
.top_news_tab .top_news_tabpanel ul{
    margin-top: -25px;
}
.top_news_tab .top_news_tabpanel li{
    padding: 40px 15px 40px 0;
    border-top: 1px solid #C5CDD8;
    width: 100%;
}
.top_news_tab .top_news_tabpanel li:last-child{
	    border-bottom: 1px solid #C5CDD8;
}
.top_news_tab .top_news_tabpanel {
    padding: 0.5em 1em;
    max-height: 620px;
}
.top_news_tabpanels .day_cate_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.top_news_tabpanels .day_cate_wrap .category-name{
    border-radius: 100px;
    color: #fff;
    width: 106px;
    padding: 4px 20px;
    line-height: 1;
    text-align: center;
    margin: 0 20px 0 10px;
    font-size: 14px;
}
.top_news_tabpanels .day_cate_wrap .category-info{
	background-color: #193C70;
}
.top_news_tabpanels .day_cate_wrap .category-activity_report{
	background: #A3AFBC;
}
.top_news_tabpanels .day_cate_wrap .category-media{
	background: #5A8DD6;
}
@media screen and (max-width: 768px) {
.top_news_tab .top_news_tabpanels {
    position: relative;
    top: 0;
    left: 0%;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 0px;
}
.top_news_tab > input + label:last-of-type {
    margin-bottom: 20px;
}
.top_news_tab > input + label {
    width: 100%;
	}
.top_news_tab .top_news_tabpanel li {
    padding: 15px 15px 15px 0;
}
.top_news_tabpanels .day_cate_wrap .category-name {
    padding: 2px 20px;
    font-size: 12px;
}
}

/**********************
投稿
***********************/
#archive_wrap,#sigle_page_wrap{
	padding: 100px 0px;
}
#archive_wrap .category_item_wrap{
    margin-bottom: 40px;
}
#archive_wrap .cate_btn_area{
    display: flex;
}
#archive_wrap .cate_btn_area a {
    margin-bottom: 10px;
    background-color: #EDEDED;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 21px;
    border: solid 1px #EDEDED;
    width: 186px;
    display: flex;
    margin-right: 20px;
    align-items: center;
}
#archive_wrap .cate_btn_area a.active{
	background-color: #0D193A;
	color: #ffffff;
}
#archive_wrap .cate_btn_area a.active:hover{
	color: #ffffff!important;
}
#archive_wrap .cate_btn_area a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./images/circleblue.svg);
  background-size: contain;
  vertical-align: middle;
    margin-right: 10px;
}
#archive_wrap h3.archive_page_title{
    border-bottom: solid 1px;
    margin-bottom: 40px;
}

/***お知らせ***/
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box {
    display: flex;
    border-bottom: solid 1px #C5CDD8;
    padding: 20px 0px;
    position: relative;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .image_wrap {
    overflow: hidden;
    width: 280px;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .image .archive_img {
    aspect-ratio: 4.3 / 3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-radius: 10px;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .textcont_wrap {
    width: calc(100% - 280px);
    padding-left: 40px;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .textcont_wrap .top_box{
    display: flex;
    align-items: center;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .textcont_wrap .top_box .archive_day{
	margin-right: 10px;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .textcont_wrap h4.title {
    font-size: 1.8rem;
    font-weight: bold;
}
#sigle_page_wrap.news_single_page_wrap .top_box .flexbox{
    display: flex;
    margin-bottom: 15px;
}
#sigle_page_wrap.news_single_page_wrap .top_box .flexbox .day{
    margin-right: 10px;
}
#sigle_page_wrap .titlewrap h3.title{
    font-size: 21px;
    border-bottom: solid 1px;
    margin-bottom: 40px;
}

/***一覧ページボタン***/
#archive_wrap .more_btn_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    position: absolute;
    bottom: 15px;
    right: 0;
}
#archive_wrap .more_btn_wrap .more_btn{
    margin-bottom: 10px;
    background-color: #EDEDED;
    padding: 5px 15px;
    line-height: 1;
    border-radius: 21px;
    width: 135px;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.category_wrap .category {
    background: #193C70;
    color: #ffffff;
    font-size: 14px;
    width: 110px;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
}
.category_wrap .category.info{
	background: #193C70;
	color: #ffffff;	
}
.category_wrap .category.media{
	background: #5A8DD6;
	color: #ffffff;
}
.category_wrap .category.activity_report{
	background: #A3AFBC;
	color: #ffffff;
}

/***ページネーション***/
.post-pagination-wrapper{
    margin: 40px 0px;
    text-align: center;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers li span {
    width: 34px;
    height: 34px;
    background: #ffffff;
    display: block;
    text-align: center;
    color: #3F70B7;
    border-radius: 30px;
    border: solid 1px #3F70B7;
	font-weight: bold;
    line-height: 33px;
	font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0 5px;
}
.page-numbers li a {
    width: 34px;
    height: 34px;
    background: #3F70B7;
    display: block;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    border: solid 1px #3F70B7;
	font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 33px;
    margin: 0 5px;
}
.page-numbers li{
    padding: 0 0px;
}
.single_bottom_arrowbox {
    display: flex;
    justify-content: center;
    margin: 60px 20px 40px;
}
.single_bottom_arrowbox .before a, .single_bottom_arrowbox .after a {
    margin: 0px 30px;
    display: flex;
    align-items: center;
}
.single_bottom_arrowbox a {
    color: #3F70B7;
    font-weight: bold;
}
.single_bottom_arrowbox i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
    border-radius: 40px;
    margin: 0 10px;
}
@media screen and (max-width: 768px) {
.category_wrap .category {
    font-size: 12px;
	}
#archive_wrap, #sigle_page_wrap {
    padding: 40px 0px;
}
#archive_wrap .cate_btn_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#archive_wrap .cate_btn_area a {
    width: 48%;
    margin-right: 0px;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .textcont_wrap h4.title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0px;
}
#archive_wrap .more_btn_wrap .more_btn {
    font-size: 13px;
	}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box {
    display: block;
	}
#archive_wrap .category_item_wrap {
    margin-bottom: 0px;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box {
    padding: 20px 0px;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .image_wrap {
    width: 100%;
    margin-bottom: 20px;
}
#archive_wrap.news_item_archive_wrap ul.news_item_wrap .archive_item_box .textcont_wrap {
    width: 100%;
    padding-left: 0px;
}
#archive_wrap .more_btn_wrap {
    margin-top: 15px;
    position: relative;
    bottom: 0px;
    right: 0;
}
#sigle_page_wrap .titlewrap h3.title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.single_bottom_arrowbox i {
    width: 30px;
    height: 30px;
	}
}

/*********************
地盤調査、地盤改良、地震対策共通　
*********************/
.survey .footer_bigblock{
	background: #F7F7F7!important;
}
.earthquakelp .footer_bigblock{
	background: #ffffff!important;
}
.lp_contents_wrap .lp_title01 .top_text{
	text-align: center;
    font-size: 19px;	
}
.lp_contents_wrap .lp_title01 h3{
	font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 78px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
    color: #06184B;
}
#survey.lp_contents_wrap .lp_page_header{
	background: url(images/survey/survey_header_bk.jpg);
    width: 100%;
    margin-top: 0;
    background-size: cover;
    padding: 160px 14px 160px;
    position: relative;
    border-radius: 24px;
	}
#improvement.lp_contents_wrap .lp_page_header{
	background: url(images/improvement/improvement_header_bk.jpg);
    width: 100%;
    margin-top: 0;
    background-size: cover;
    padding: 160px 14px 160px;
    position: relative;
    border-radius: 24px;
	}
#earthquakelp.lp_contents_wrap  .lp_page_header{
	background: url(images/earthquakelp/earthquakelp_header_bk.jpg);
    width: 100%;
    margin-top: 0;
    background-size: cover;
    padding: 160px 14px 160px;
    position: relative;
    border-radius: 24px;
	}
.lp_contents_wrap .ptb80_110{
	padding: 80px 0px 110px 0px;
}
.lp_contents_wrap .ptb110{
	padding: 110px 0px;
}
.lp_contents_wrap .pb110{
	padding: 0px 0px 110px;
}
.lp_contents_wrap .lp_page_header h2{
	color:#06184B!important;
	font-size: 62px;
}
.lp_contents_wrap .lp_page_header .m_text{
	font-size: 30px;
    color: #06184B;
    margin-bottom: 30px;
    line-height: 1.5;
}
.lp_contents_wrap .lp_page_header .s_text{
	font-size: 17px;
    color: #06184B;
    border-bottom: solid 1px;
    display: inline-block;
    line-height: 2.4;
}
.lp_contents_wrap .lp_h3 {
    font-size: 36px;
    color: #06184B;
    margin-bottom: 40px;
}
.lp_contents_wrap .gray_en_text {
    font-size: 140px;
    position: absolute;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #E8EBEE;
    line-height: 1;
    top: 0;
    right: 0;
    margin-right: -60px;
}
.lp_contents_wrap .top_contets_wrap{
    padding: 110px 0;
}
.lp_contents_wrap .container{
	position: relative;
}
.lp_contents_wrap .top_contets_wrap .container{
	padding: 0 60px;
}
.lp_contents_wrap .top_contets_wrap .info_text{
    margin-bottom: 50px;
	color: #06184B;
}
.lp_contents_wrap .top_contets_wrap .imagebox img{
    border-radius: 56px;
}
.lp_contents_wrap .top_contets_wrap .image_after_box{
    margin: 60px;
    border: solid 1px #707070;
    border-radius: 16px;
    padding: 60px 80px;
}
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox .leftbox{
    padding-right: 20px;
}
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title{
	font-size: 27px;
	color: #06184B;
	margin-bottom: 10px;
}
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title .en_text{
	font-size: 30px;
	color: #E8EBEE;
}
@media screen and (min-width: 1601px) {
  .lp_cont .container {
    width: 1408px;
  }
}
@media screen and (min-width: 1200px) {
.lp_contents_wrap .container {
    position: relative;
    width: 90%;
}
}

/*********************
地盤改良
*********************/ 
#improvement #about_hyspeed,#improvement #flow,#improvement #auger,#improvement #casing{
	margin-top: -140px;
	padding-top: 140px;
}
#improvement #five_point{
	margin-top: -180px;
	padding-top: 180px;
}
#improvement.lp_contents_wrap .top_contets_wrap {
    padding: 110px 0 0;
}
#improvement.lp_contents_wrap .gray_en_text {
    margin-right: -120px;
}
#improvement.lp_contents_wrap .top_contets_wrap .info_text {
    margin-bottom: 91px;
}
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box{
    background: #F0F4F7;
    border: none;
    padding: 50px 60px;
}
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title {
    display: flex;
    align-items: center;
}
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox .leftbox {
    padding-right: 40px;
}
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title img{
	margin-right: 5px;
}
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box .s_text{
    font-size: 14px;
    margin-top: 10px;
}
#improvement.lp_contents_wrap .five_flow_wrap{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); 
}
#improvement.lp_contents_wrap .five_point_wrap .contactcover{
	position: relative;
}
#improvement.lp_contents_wrap .five_point_wrap .contactcover .c_contact {
    background: rgb(235, 240, 243);
    background: linear-gradient(180deg, rgba(235, 240, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 100px 14px 40px !important;
}
#improvement.lp_contents_wrap .five_point_wrap .contactcover .c_contact .lp_title01{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin-top: -70px;
}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 40px;
}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item{
    width: 30%;
	margin: 0 16px 0;
    border-radius: 22px;
    margin-bottom: 80px;
	background: #D5DFEC;
	padding-top: 5px;
	position: relative;
}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox{
	background: #ffffff;
	padding: 30px;
	height: 100%;
    border-radius: 22px;
}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox .numer{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: 30px;
}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox .title_wrap h4{
    font-size: 24px;
    font-weight: 600;
}
#improvement.lp_contents_wrap .flow_wrap{
    padding: 100px 0px 0px;
}
#improvement.lp_contents_wrap .flow_wrap .gray_en_text {
    margin-top: -60px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .flexbox{
    display: flex;
    justify-content: space-between;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .flexbox .leftbox {
    border-left: solid 1px #707070;
    padding: 40px 15px 60px 40px;
    margin-left: 40px;
    width: calc(100% - 320px);
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item.step_item04 .flexbox .leftbox{
	border-left: none;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .flexbox .rightbox{
    width: 320px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .step_number{
    background: #3F68B7;
    display: flex;
    width: 130px;
    height: 38px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 1;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .step_number .en_text{
	border-right: solid 1px #ffffff;
	padding-right: 5px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .step_number .number{
	padding-left: 5px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item h4{
    font-size: 27px;
	margin-bottom: 10px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item p{
    font-size: 17px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_after_box{
    border: solid 1px #707070;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_after_box h4 {
    color: #06184B;
    font-size: 27px;
    letter-spacing: -1px;
	margin-bottom: 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .hyspeed_type_auger {
	padding-bottom: 100px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    padding-bottom: 100px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info{
    background: rgb(48,82,171);
	background: linear-gradient(90deg, rgba(48,82,171,1) 0%, rgba(77,123,193,1) 100%);
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info h3{
    text-align: center;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 40px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info p{
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info .flexbox{
    display: flex;
    justify-content: space-between;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info .flexbox a{
    width: 48%;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .top_title_wrap .text_title{
    position: relative;
    padding-top: 130px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .top_title_wrap .gray_en_text {
    margin-right: 6%;
    bottom: 0;
    top: inherit;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .top_title_wrap img{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -90px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box{
    margin-top: 80px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box h5 {
    font-size: 26px;
    margin: 20px 0 30px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box h5 img{
    margin-right: 5px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    margin: 0 auto 40px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_box{
    width: 30%;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_box p.title {
    background: #193D71;
    color: #ffffff;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 50px;
    font-size: 22px;
    margin-bottom: 25px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_box img{
    width: 100%;
    aspect-ratio: 337 / 248;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_arrow{
    width: 53px;
    margin: 0 15px 0 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap{
	margin-top: 30px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .title{
	font-size: 23px;
    font-weight: 500;
	margin-bottom: 10px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .table_flex{
	display: flex;
	justify-content: space-between;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .table_flex table{
    width: calc(100% - 330px);
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .table_flex .right_box{
    width: 254px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap{
    display: flex;
    justify-content: space-between;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item{
    background: #ffffff;
    border: solid 1px #C5CDD8;
    padding: 20px;
    width: 30%;
    border-radius: 15px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item h5 {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item h5 .leftbox {
    display: block;
    border-right: solid 1px #C5CDD8;
    padding-right: 5px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item h5 .rightbox{
	padding-left: 10px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item h5 .en_text{
    font-size: 12px;
    display: block;
    line-height: 1;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item h5 .en_text .number{
    line-height: 1;
    font-size: 26px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item .flexbox{
    display: flex;
	justify-content: space-between;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item .flexbox p {
    width: 52%;
    padding-right: 0px;
    line-height: 1.4;
    letter-spacing: 0;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item .flexbox .img{
    width: 45%;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item ul{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
    line-height: 1.4;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_arrow_wrap {
    position: relative;
    width: 3.3%;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_arrow_wrap img {
    width: 40px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .long_arrow_img{
    width: 94%;
    margin: 0 3%;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .construction_process {
    width: 100%;
    align-items: inherit;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .construction_process .process_box img {
    width: 100%;
    aspect-ratio: 274 / 320;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .construction_process .process_arrow {
    margin: -100px 15px 0 20px;
    display: flex;
    align-items: center;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_box .text{
    line-height: 1.6;
    margin-top: 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .mieruka .flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 40px;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .mieruka .flexbox img{
    margin: 0 3%;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .top_title_wrap img {
    width: 94px;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap {
    margin: 0 20px 20px;
    border-radius: 45px;
    padding-top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100%);
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .movie_flex{
    display: flex;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .movie_flex .movie_item{
	width: 480px;
	margin-right: 30px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .movie_flex .movie_item h5 {
    font-size: 19px;
    margin: 10px 0 0px;
    text-align: center;
	color: #06184B;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .movie_flex.slick-slider{
    width: 100vw;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .movie_flex .slick-slide {
    display: block;
    margin: 0 10px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .custom-next.slick-arrow img,#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .custom-prev.slick-arrow img{
    width: 67px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .custom-arrows{
    width: 160px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .custom-next.slick-arrow, #improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .custom-prev.slick-arrow {
    background: none;
    border: none;
    margin: 0 5px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .dots-design {
    display: flex;
    justify-content: center;
    margin-right: 15px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .dots-design li {
    width: 164px;
    height: 4px;
    margin: 0 0px;
    background: #E6E6E6;
    cursor: pointer;
    border-radius: 10px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .slick-dots {
    position: relative;
    bottom: 0px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .dots-design li:hover, #improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .dots-design li.slick-active {
    background: #0D4BA4;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .dots-design li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.improvement .footer_bigblock {
    position: relative;
    background-color: #F7F7F7;
}

/*********************
地震対策
*********************/
#prepare,#ufo_e,#boshin,#movie_cm_area{
	padding-top: 100px;
	margin-top: -100px;
}
#earthquakelp .top_contets_wrap{
	position: relative;
	padding-bottom: 0px;
}
#earthquakelp .top_contets_wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #fff;
}
#earthquakelp .top_contets_wrap .flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item{
    width: 31%;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item h4 {
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 48px;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item h4 .s_text{
	font-size: 17px;
	line-height: 1;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item h4 .b_text{
	font-size: 24px;
	margin-left: 5px;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item.item01 h4{
    background: #3F70B7;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item.item02 h4{
    background: #193D71;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item.item03 h4{
    background: #7A8A9C;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item p{
    line-height: 1.4;
    margin-top: 15px;
	color: #06184B;
}
#earthquakelp .contets_wrap02 {
    background: #EBF0F3;
    padding-top: 160px;
}
#earthquakelp .contets_wrap02 h4.lp_h3{
    text-align: center;
}
#earthquakelp .contets_wrap02 .info_text {
    text-align: center;
    margin-bottom: 80px;
    font-size: 17px;
	color:#06184B;              
}
#earthquakelp .contets_wrap02 .flexbox{
    display: flex;
    justify-content: space-between;
}
#earthquakelp .contets_wrap02 .flexbox .bnr_item{
    position: relative;
	width: 48%;
}
#earthquakelp .contets_wrap02 .flexbox .bnr_item .icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -41px;
    margin-left: -20px;
}
#earthquakelp .contets_wrap02 .bk_gray_box{
    background: #F9F9F9;
    margin-top: 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 50px 90px;
}
#earthquakelp .contets_wrap02 .bk_gray_box p                     {
	color:#06184B; 
}
#earthquakelp .contets_wrap02 .bk_gray_box img{
    margin-right: 40px;
}
#earthquakelp .movie_cm_area .movie_wrap p{
    text-align: center;
    font-size: 19px;
}
#earthquakelp .movie_cm_area .movie_wrap{
    text-align: center;
}
#earthquakelp .movie_cm_area .movie_wrap p{
    margin-top: 20px;
}
#earthquakelp .earthquake_item .title_wrap{
	position: relative;
	background: rgb(48,82,171);
	background: linear-gradient(90deg, rgba(48,82,171,1) 0%, rgba(77,123,193,1) 100%);
    overflow: hidden;
}
#earthquakelp .earthquake_item .title_wrap .container {
    height: 200px;
    display: flex;
    align-items: center;
}
#earthquakelp .earthquake_item .title_wrap h3 {
    display: flex;
    align-items: center;
    margin-left: -100px;
}
#earthquakelp .earthquake_item .title_wrap h3 .b_text{
    color: #ffffff;
    font-size: 42px;
    border-right: solid 1px #ffffff;
    line-height: 1;
    padding-right: 30px;
}
#earthquakelp .earthquake_item .title_wrap h3 .s_text{
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    padding-left: 30px;
}
#earthquakelp .earthquake_item .title_wrap .en_title {
    font-size: 230px;
    line-height: 1;
    color: rgb(255, 255, 255, 0.08);
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -33px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -3px;
}
#earthquakelp .earthquake_item .flexbox{
	display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#earthquakelp .earthquake_item .flexbox .leftbox{
    width: 50%;
    padding-right: 40px;
}
#earthquakelp .earthquake_item .flexbox .leftbox h4{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    margin: 40px 0px 30px;
}
#earthquakelp .earthquake_item .flexbox .leftbox .text{
    margin-bottom: 20px;
	color:#06184B;  
}
#earthquakelp .earthquake_item .flexbox .leftbox .text02{
    font-size: 15px;
    margin-bottom: 20px;
	color:#06184B; 
}
#earthquakelp .earthquake_item .flexbox .rightbox{
    width: 50%;
    padding-right: 40px;
}
#earthquakelp .earthquake_item .point_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#earthquakelp .earthquake_item .point_area .point_item{
    width: 49%;
	margin-bottom: 30px;
	display: flex;
}
#earthquakelp .earthquake_item .point_area .point_item .number_wrap {
    background: linear-gradient(135deg, #3d69ab 0%, #3d69ab 50%, #3865a9 50%, #3865a9 100%);
    height: 142px;
    width: 142px;
	position: relative;
}
#earthquakelp .earthquake_item .point_area .point_item .number_wrap .innerbox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
#earthquakelp .earthquake_item .point_area .point_item .number_wrap .s_text{
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    display: block;
    line-height: 1;
	width: 100%;
}
#earthquakelp .earthquake_item .point_area .point_item .number_wrap .number{
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 44px;
    line-height: 1;
	width: 100%;
}
#earthquakelp .earthquake_item .point_area .point_item .text_wrap{
    width: calc(100% - 142px);
    margin-left: 20px;
}
#earthquakelp .earthquake_item .point_area .point_item .text_wrap h5.s_text {
    font-size: 23px;
    letter-spacing: -1px;
	font-weight: 500;
}
#earthquakelp .earthquake_item .point_area .point_item .text_wrap p{
    letter-spacing: 0;
}
#earthquakelp .earthquake_item .point_after_contents{
	padding: 90px 0px;
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
}
#earthquakelp .earthquake_item.earthquake_item02 .point_after_contents{
	border-bottom: none;
	padding: 90px 0px 0px;
}
#earthquakelp .earthquake_item .point_after_contents .bottom_arrow_text{
    display: flex;
    justify-content: center;
    background: #3255AC;
    width: 264px;
    height: 46px;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
}
#earthquakelp .earthquake_item.earthquake_item02 .point_after_contents .bottom_arrow_text{
    width: 374px;
}
#earthquakelp .earthquake_item .point_after_contents .bottom_arrow_text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 17px solid #3255AC;
}
#earthquakelp .earthquake_item .point_after_contents h4{
    font-size: 34px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: #06184B;
}
#earthquakelp .earthquake_item .point_after_contents a.link_btn{
    width: 800px;
    max-width: 800px;
	height: 96px;
    background: #3F70B7;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
	margin: 50px auto 0px;
}
#earthquakelp .earthquake_item .point_after_contents a.link_btn:hover{
	color: #ffffff!important;
}
#earthquakelp .earthquake_item .point_after_contents a.link_btn img{
	margin-right: 5px;
}
#earthquakelp .earthquake_item .flexbox.second_flexbox{
	padding-top: 110px;
}

/***右上の追従ボタン***/
#earthquakelp,#improvement{
	position: relative;
}
#earthquakelp .lp_right_nav,#improvement .lp_right_nav {
    top: 0;
    right: 0;
    margin-top: 230px;
    position: fixed;
	z-index: 99;
}
#earthquakelp .lp_right_nav ul li:first-child a,#improvement .lp_right_nav ul li:first-child a{
    background: #014099;
    border-radius: 14px 0px 0px 0px;
    margin-bottom: 1px;
}
#earthquakelp .lp_right_nav ul li.two_line, #improvement .lp_right_nav ul li.two_line {
    line-height: 1.1;
}
#earthquakelp .lp_right_nav ul li:last-child a,#improvement .lp_right_nav ul li:last-child a{
    background: #014099;
    border-radius: 0px 0px 0px 14px;
    margin-bottom: 1px;
}
#earthquakelp .lp_right_nav ul li a,#improvement .lp_right_nav ul li a {
    font-size: 15px;
    padding: 10px 20px;
    color: #ffffff;
    display: flex;
    background: #014099;
    margin-bottom: 1px;
    align-items: center;
    height: 48px;
	border-bottom: solid 3px #014099;
}
#earthquakelp .lp_right_nav ul li a,#improvement .lp_right_nav ul li a .text02{
    margin-top: 3px;
    display: block;
    margin-left: -10px;
    font-size: 14px;
}
#earthquakelp .lp_right_nav ul li a:hover,#improvement .lp_right_nav ul li a:hover {
    color: #014099!important;
	background: #ffffff;
	border-bottom: solid 3px #06184B;
}
#earthquakelp .lp_right_nav ul li a img,#improvement .lp_right_nav ul li a img{
	margin-right: 5px;
}

/*********************
地盤調査
*********************/
#survey #item01,#survey #item02,#survey #item03,#survey #item04,#survey #item05,#survey #item06{
	margin-top: -140px;
	padding-top: 140px;
}
#survey.lp_contents_wrap .top_contets_wrap {
    padding: 110px 0 0;
}
#survey.lp_contents_wrap .top_contets_wrap .image_after_box {
    margin: 60px 60px 0;
}
#survey .survey_type_wrap {
    background: #F7F7F7;
    padding: 0 0 135px 0px;
    overflow: hidden;
}
#survey .survey_type_wrap .gray_en_text{
    margin-top: -60px;
}
#survey .survey_type_wrap .top_circle_area {
    background: #ffffff;
    border-bottom-left-radius: 1000px 150px;
    border-bottom-right-radius: 1000px 150px;
    height: 150px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 140px;
}
#survey .survey_type_wrap .item_btn_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#survey .survey_type_wrap .item_btn_area .item_btn {
    background: #E5E8EC;
    padding-top: 5px;
    width: 31%;
    border-radius: 35px;
    margin-bottom: 40px;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white {
    background: #ffffff;
    padding: 50px 0px 0px;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white .number {
    background: #F2F5F9;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white .images{
    padding: 10px 30px 30px;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white h4 {
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white h4 .s_text {
    font-size: 16px;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white a {
    background: #3F70B7;
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
	font-size: 17px;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white a img{
    margin-right: 5px;
}
#survey .survey_type_wrap .item_contents_area{
    margin-top: 40px;
}
#survey .survey_type_wrap .item_contents_area .item_contents{
    background: #ffffff;
    border-radius: 28px;
    padding: 60px 70px;
	margin-bottom: 60px;
}
#survey .survey_type_wrap .item_contents_area .item_contents.item_contents06{
	margin-bottom: 0px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox{
    display: flex;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox{
    width: calc(100% - 530px);
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#survey .survey_type_wrap .item_contents_area .item_contents.item_contents02 .flexbox .leftbox .title_wrap,#survey .survey_type_wrap .item_contents_area .item_contents.item_contents03 .flexbox .leftbox .title_wrap,#survey .survey_type_wrap .item_contents_area .item_contents.item_contents04 .flexbox .leftbox .title_wrap,#survey .survey_type_wrap .item_contents_area .item_contents.item_contents05 .flexbox .leftbox .title_wrap,#survey .survey_type_wrap .item_contents_area .item_contents.item_contents06 .flexbox .leftbox .title_wrap {
    align-items: end;
    margin-bottom: 20px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .gra_btn{
    background: rgb(6, 24, 75);
    background: linear-gradient(90deg, rgba(6, 24, 75, 1) 0%, rgba(46, 88, 185, 1) 49%, rgba(82, 176, 200, 1) 100%);
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 0 9px;
    font-size: 17px;
    line-height: 1.8;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap h4{
    font-size: 35px;
    line-height: 1.4;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap h4 .s_text{
    font-size: 18px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap .type_number {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    line-height: 1;
    margin-right: 20px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap .type_number .s_text {
    font-size: 20px;
    display: block;
    line-height: 1;
    text-align: center;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap {
    display: flex;
    margin: 10px 0px 30px;
    flex-wrap: wrap;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon{
    width: 92px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 40px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 5px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon01{
    background: #1F57AC;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon02{
    background: #859DB7;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon03{
    background: #2B3E58;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon04{
    background: #5A8DD6;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon05{
    background: #2D9AA2;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon06{
    background: #193C70;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon07{
    background: #106FAE;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .gray_bk_box {
    background: #F9F9F9;
    border-radius: 21px 0 0 21px;
    padding: 20px 30px;
    box-shadow: 0px -2px 0px 0px rgba(112, 112, 112, 0.1);
    height: 200px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .rightbox{
    aspect-ratio: 532 / 410;
	width: 530px;
}
.lp_pc_hidden_br{
		display: none!important;
	}
.lp_sp_hidden_br{
		display: block;
	}
#improvement .hy_speed_br{
	display: none;
	}
@media screen and (max-width: 1600px) {
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title {
    font-size: 21px;
	}
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title .en_text {
    font-size: 26px;
	}
.lp_contents_wrap .top_contets_wrap .image_after_box {
    padding: 30px 40px;
}
#survey.lp_contents_wrap .top_contets_wrap .image_after_box {
    margin: 40px 40px 0;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white .number {
    width: 42px;
    height: 42px;
	}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white h4 {
    font-size: 20px;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white .images {
    padding: 5px 20px 20px;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white a {
    height: 46px;
    font-size: 15px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap {
    padding-right: 20px;
}
#survey .survey_type_wrap .item_contents_area .item_contents {
    padding: 30px 40px;
    margin-bottom: 60px;
}
#earthquakelp .earthquake_item .title_wrap .container {
    width: 100%;
}
#earthquakelp .earthquake_item .title_wrap h3 {
    margin-left: 0px;
}
#earthquakelp .earthquake_item .title_wrap .en_title {
    font-size: 150px;
    margin-bottom: -20px;
	}
}
@media screen and (max-width: 1480px) {
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_box p.title {
    font-size: 18px;
	}
#improvement .hy_speed_br{
	display: block;
	}
}
@media screen and (max-width: 1280px) {
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .construction_process .process_arrow {
    margin: -100px 5px 0 10px;
}
    #improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_box p.title {
        font-size: 16px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 1100px) {
#improvement.lp_contents_wrap .lp_page_header,#survey.lp_contents_wrap .lp_page_header,#earthquakelp.lp_contents_wrap .lp_page_header {
    padding: 60px 14px 60px;
}
.lp_contents_wrap .lp_page_header h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
.lp_contents_wrap .lp_page_header .m_text {
    font-size: 24px;
    margin-bottom: 5px;
}
.lp_contents_wrap .lp_page_header .s_text {
    font-size: 14px;
	}
.lp_contents_wrap .gray_en_text {
        font-size: 80px;
        margin-right: 0;
    }
.lp_contents_wrap .top_contets_wrap .container {
    padding: 0 0px;
}
.lp_contents_wrap .gray_en_text {
        font-size: 60px!important;
        margin-right: 0;
        position: relative;
        margin-bottom: 10px;
    }
.lp_contents_wrap .gray_en_text {
    font-size: 100px;
	}
#survey.lp_contents_wrap .top_contets_wrap {
        padding: 60px 20px 0;
    }
#survey .survey_type_wrap .item_btn_area .item_btn {
    width: 48%;
}
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white {
    padding: 30px 0px 0px;
	}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .rightbox{
    width: 360px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox{
    width: calc(100% - 360px);
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap h4 {
    font-size: 24px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap .type_number {
    font-size: 48px;
	}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .gra_btn {
    font-size: 14px;
	}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap .type_icon {
    height: 22px;
    font-size: 12px;
	}
#earthquakelp .earthquake_item .title_wrap .container {
    padding: 0 20px;
}
}
@media screen and (max-width: 992px) {
.lp_pc_hidden_br{
		display: block!important;
	}
.lp_sp_hidden_br{
		display: none;
	}
#improvement.lp_contents_wrap .lp_page_header, #survey.lp_contents_wrap .lp_page_header,#earthquakelp.lp_contents_wrap .lp_page_header {
        margin-top: 60px;
    }
#survey .survey_type_wrap .item_contents_area .item_contents {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox {
    display: block;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox {
        width: 100%;
    }
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .type_icon_wrap {
    margin: 10px 0px 15px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .gray_bk_box {
    border-radius: 21px 21px 21px 21px;
    padding: 20px 20px;
    height: auto;
    margin-bottom: 15px;
}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .rightbox {
        width: 80%;
        margin: 0 auto;
        aspect-ratio: auto;
    }
#survey .survey_type_wrap {
    padding: 0 0 0px 0px;
}
#earthquakelp .earthquake_item .title_wrap .en_title {
        font-size: 98px;
        margin-bottom: -13px;
    }  
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box {
    padding: 20px 20px;
    margin: 30px 0 0;
}
#improvement.lp_contents_wrap .five_point_wrap .contactcover .c_contact {
    padding: 60px 14px 40px !important;
}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item {
        width: 46%;
        margin-bottom: 40px;
    }    
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox .title_wrap h4 {
    font-size: 21px;
}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox .title_wrap img{
    width: 70px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item h4 {
    font-size: 21px;
    margin-bottom: 10px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_after_box h4 {
    font-size: 21px;
	}
#improvement.lp_contents_wrap .flow_wrap .step_item_after_box {
        padding: 20px;
        display: block;
    }
#improvement.lp_contents_wrap .flow_wrap .step_item_after_box .rightbox{
    width: 100%;
    margin: 20px auto 0px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info h3 {
    font-size: 26px;
	}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process {
    width: 100%;
	display: block;
	}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_box {
    width: 100%;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_box p.title {
    height: 40px;
    font-size: 18px;
	}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .top_title_wrap img {
    margin-right: 0px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .top_title_wrap img {
        margin-right: 0px;
        width: 60px;
    }
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .construction_process .process_arrow {
    width: 44px;
    margin: 15px auto 10px auto;
    transform: rotate(90deg);
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .table_flex {
    display: block;
    justify-content: space-between;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .table_flex table {
    width: 100%;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .table_flex .right_box {
        width: 100%;
        margin: 20px auto;
    }
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .title {
    font-size: 21px;
	}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item {
    width: 100%;
	margin-bottom: 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap {
    display: block;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_arrow_wrap {
    position: relative;
    width: 100%;
    height: 45px;
    transform: rotate(90deg);
    margin-bottom: 10px;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .top_title_wrap img {
    width: 60px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .long_arrow_img {
    width: 94%;
    margin: 0 3%;
    display: none;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .construction_process .process_arrow {
    margin: 20px auto 20px auto;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .movie_flex {
    display: block;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .movie_flex .movie_item {
    width: 480px;
    margin-right: 0px;
    margin-bottom: 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap {
    padding-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
.lp_contents_wrap .pb110 {
    padding: 0px 0px 60px;
}
.lp_contents_wrap .ptb80_110{
	padding: 50px 0px 50px 0px;
}
.lp_contents_wrap .ptb110 {
    padding: 60px 0px;
}
.lp_contents_wrap .lp_page_header h2 {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: left;
    }
.lp_contents_wrap .lp_page_header .m_text {
        font-size: 18px;
        margin-bottom: 5px;
    }
.lp_contents_wrap .lp_h3 {
    font-size: 26px;
    margin-bottom: 25px;
}
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox {
    flex-wrap: wrap;
}
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox .leftbox {
    padding-right: 0px;
    order: 2;
    margin-top: 10px;
}
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox .rightbox{
    width: 60px;
    margin: 0 auto;
}
.lp_contents_wrap .lp_title01 h3 {
    font-size: 50px;
    margin-bottom: 30px;
}
#survey .survey_type_wrap .item_btn_area .item_btn {
        width: 100%;
    }  
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white .images{
        width: 80%;
        margin: 0 auto;
    }
#survey .survey_type_wrap .top_circle_area {
    margin-bottom: 100px;
}
#survey .survey_type_wrap .top_circle_area {
    border-bottom-left-radius: 1000px 90px;
    border-bottom-right-radius: 1000px 90px;
    height: 90px;
	}
#survey.lp_contents_wrap .top_contets_wrap {
        padding: 20px 20px 0;
    }
#survey.lp_contents_wrap .top_contets_wrap .image_after_box {
	margin: 40px 0px 0;
	padding: 20px 20px;
    } 
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white {
        padding: 15px 0px 0px;
    }
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white .number {
        width: 40px;
        height: 40px;
    }    
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white h4 {
        margin-bottom: 10px;
        font-size: 18px;
	    font-weight: bold;
        padding-left: 60px;
        text-align: left;
    }
#earthquakelp .earthquake_item .title_wrap h3 .s_text {
    font-size: 18px;
	}
#earthquakelp .earthquake_item .title_wrap .container {
    height: 130px;
	}
#earthquakelp .earthquake_item .title_wrap .en_title {
    font-size: 80px;
    margin-bottom: -9px;
}
#earthquakelp .lp_right_nav ul li a, #improvement .lp_right_nav ul li a {
    font-size: 13px;
    padding: 10px 10px;
    height: 40px;
	}
#earthquakelp .lp_right_nav ul li a, #improvement .lp_right_nav ul li a .text02 {
    margin-top: 3px;
    display: block;
    margin-left: -10px;
    font-size: 12px;
}
#earthquakelp .lp_right_nav, #improvement .lp_right_nav {
    margin-top: 100px;
}
#earthquakelp .top_contets_wrap {
    padding: 30px 0px;
}
#earthquakelp .top_contets_wrap .flexbox .flex_item h4 .b_text {
    font-size: 21px;
	}
#earthquakelp .top_contets_wrap .flexbox .flex_item h4 .s_text {
    font-size: 16px;
	}
#earthquakelp .top_contets_wrap .flexbox {
    display: block;
	}
#earthquakelp .top_contets_wrap .flexbox .flex_item {
    width: 100%;
    margin-bottom: 20px;
}
#earthquakelp .contets_wrap02 .flexbox {
    display: block;
    justify-content: space-between;
}
#earthquakelp .contets_wrap02 .flexbox .bnr_item {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
#earthquakelp .contets_wrap02 .flexbox .bnr_item .icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px;
    margin-left: 0px;
}
#earthquakelp .contets_wrap02 .bk_gray_box {
    margin-top: 0px;
    border-radius: 15px;
    display: block;
    padding: 20px 20px;
}
#earthquakelp .contets_wrap02 .bk_gray_box img {
    margin-right: 0px;
    margin-bottom: 20px;
}
#earthquakelp .earthquake_item .flexbox {
    display: block;
	}
#earthquakelp .earthquake_item .flexbox .leftbox,#earthquakelp .earthquake_item .flexbox .rightbox {
    width: 100%;
    padding: 0px 4%;
    margin: 0 auto;
}
#earthquakelp .earthquake_item .point_area .point_item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}
#earthquakelp .earthquake_item .point_area {
        padding: 0px 4%;
    }
#earthquakelp .earthquake_item .point_area .point_item .number_wrap {
    height: 100px;
    width: 100px;
	}
#earthquakelp .earthquake_item .point_area .point_item .text_wrap {
    width: calc(100% - 100px);
    margin-left: 20px;
}
#earthquakelp .earthquake_item .point_area .point_item .number_wrap .number {
    font-size: 34px;
	}
#earthquakelp .earthquake_item .point_area .point_item .text_wrap h5.s_text {
    font-size: 18px;
	}
#earthquakelp .earthquake_item .point_after_contents a.link_btn {
        width: 96%;
        max-width: 96%;
        height: 70px;
        font-size: 18px;
        padding: 10px;
    }    
#earthquakelp .earthquake_item .flexbox .leftbox h4,#earthquakelp .earthquake_item .point_after_contents h4,#earthquakelp .earthquake_item .point_after_contents h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin: 25px 0px 20px;
}
#earthquakelp .earthquake_item .point_after_contents {
    padding: 40px 4%;
	}
#earthquakelp .earthquake_item .point_after_contents .bottom_arrow_text {
    height: 38px;
    font-size: 18px;
	}
#earthquakelp .earthquake_item.earthquake_item02 .point_after_contents .bottom_arrow_text {
    width: 320px;
}
#earthquakelp .earthquake_item .title_wrap h3 .b_text {
    font-size: 24px;
	}
#earthquakelp .movie_cm_area .movie_wrap p {
    text-align: center;
    font-size: 16px;
}
#earthquakelp .earthquake_item.earthquake_item02 .point_after_contents {
    border-bottom: none;
    padding: 40px 4% 0px;
}
#earthquakelp .earthquake_item .title_wrap h3 {
    display: block;
	}
#earthquakelp .earthquake_item .title_wrap h3 .b_text {
        font-size: 24px;
        width: 100%;
        display: block;
        margin-bottom: 10px;
        border-right: none;
        padding-right: 0;
    }
#earthquakelp .earthquake_item .title_wrap h3 .s_text {
        font-size: 18px;
        padding-left: 0px;
        line-height: 1.4;
    }    
#earthquakelp .top_contets_wrap .container {
        padding: 0 4%;
    }
#improvement.lp_contents_wrap .top_contets_wrap {
    padding: 60px 4% 0;
}
#improvement.lp_contents_wrap .top_contets_wrap .info_text {
    margin-bottom: 40px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item p {
    font-size: 14px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info .flexbox {
    display: block;
	}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info .flexbox a {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .top_title_wrap .text_title {
    position: relative;
    padding-top: 40px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box {
    margin-top: 40px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .movie_flex .movie_item h5 {
    font-size: 16px;
	}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item h5 {
    font-size: 21px;
	}
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox .rightbox {
        width: 180px;
        margin: 0 auto 10px;
    }
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox .leftbox {
    padding-right: 0px;
}
#improvement.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title {
        font-size: 16px;
        font-weight: bold;
    }
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap {
    display: block;
	}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item {
        width: 100%;
        margin: 0 0 40px;
    }
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox .title_wrap h4 {
        font-size: 18px;
    }    
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox {
    padding: 15px;
	}
#improvement.lp_contents_wrap .five_point_wrap .point_item_wrap .point_item .innerbox .numer {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -25px;
    margin-left: 10px;
    width: 51px;
}
#improvement.lp_contents_wrap .lp_title01 h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }
#improvement.lp_contents_wrap .flow_wrap {
    padding: 0px 0px 0px;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .flexbox {
    display: block;
    justify-content: space-between;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .flexbox .leftbox {
    border-left: solid 1px #707070;
    padding: 20px 0px 20px 20px;
    margin-left: 5%;
    width: 95%;
}
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item h4,#improvement.lp_contents_wrap .flow_wrap .step_item_after_box h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
#improvement.lp_contents_wrap .flow_wrap .step_item_wrap .step_item .flexbox .rightbox {
    width: 95%;
    border-left: solid 1px #707070;
    margin-left: 5%;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}
#improvement.lp_contents_wrap .hyspeed_type_wrap .type_info h3 {
        font-size: 21px;
        font-weight: bold;
    }
    #improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .table_wrap .title {
        font-size: 18px;
    }
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap {
    margin: 0 0px 20px;
	}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .mieruka .flexbox {
    display: block;
	}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item h5 .rightbox {
    padding-left: 10px;
    line-height: 1.6;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .custom-next.slick-arrow img, #improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .custom-prev.slick-arrow img {
    width: 33px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .slide_after_box .dots-design li {
    width: 70px;
	}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .movie_flex .slick-slide {
    display: block;
    margin: 0 10px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .movie_flex.slick-slider {
    width: 100%;
}
}
@media screen and (max-width: 480px) {
.lp_contents_wrap .lp_page_header h2 {
    font-size: 24px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    } 
.lp_contents_wrap .lp_page_header .m_text {
    font-size: 16px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    }
.lp_contents_wrap .lp_page_header .s_text {
    line-height: 1.6;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    } 
.lp_contents_wrap .lp_h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    } 
.lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title {
        font-size: 18px;
    }
    .lp_contents_wrap .top_contets_wrap .image_after_box .flexbox h4.title .en_text {
        font-size: 21px;
    }
#improvement.lp_contents_wrap .lp_page_header, #survey.lp_contents_wrap .lp_page_header,#earthquakelp.lp_contents_wrap .lp_page_header {
        padding: 30px 0px 30px;
        background-position: right;
    }    
#survey .survey_type_wrap .item_btn_area .item_btn .inner_white .images{
        width: 100%;
    }
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .rightbox {
        width: 100%;
	}
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap h4 {
        font-size: 18px;
    }
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap .type_number {
        font-size: 38px;
    }    
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .title_wrap .type_number .s_text {
    font-size: 15px;
    display: block;
    line-height: 1;
    text-align: center;
}
#survey .survey_type_wrap .item_contents_area .item_contents {
        padding: 25px 10px;
        margin-bottom: 30px;
    }
#survey .survey_type_wrap .item_contents_area .item_contents .flexbox .leftbox .gra_btn {
        font-size: 12px;
    } 
#earthquakelp .earthquake_item .point_area .point_item .number_wrap {
    height: 80px;
    width: 80px;
	}
#earthquakelp .earthquake_item .point_area .point_item .text_wrap {
    width: calc(100% - 80px);
	margin-left:10px; 
}
#earthquakelp .earthquake_item .title_wrap .en_title {
        font-size: 50px;
        margin-bottom: -7px;
    }  
#earthquakelp .contets_wrap02 .info_text {
    text-align: left;
    margin-bottom: 80px;
    font-size: 15px;
	}
#earthquakelp .earthquake_item .point_after_contents a.link_btn img {
    margin-right: 5px;
    width: 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .movie_flex .movie_item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
#improvement.lp_contents_wrap .hyspeed_type_item_wrap .inner_box .construction_step_item_wrap .construction_step_item h5 {
    font-size: 18px;
	}
    #improvement.lp_contents_wrap .hyspeed_type_wrap .type_info .flexbox a {
        width: 100%;
        display: block;
        margin: 0 auto 20px;
    }
    #improvement.lp_contents_wrap .hyspeed_type_casing.hyspeed_type_item_wrap .top_title_wrap img {
        width: 34px;
    }
}

/**************
施工実績
***************/
.works_item_archive_wrap .works_item_wrap .work_item_box{
    margin-bottom: 40px;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .title{
	background: #d5dfec;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 10px;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;
    border-bottom: solid 2px #5A8DD6;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .work_contents_area .work_number{
	text-align: center;
    line-height: 1.4;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .work_contents_area .work_number .text01{
    font-family: "Montserrat", sans-serif;
    font-size: 90px;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .work_contents_area .work_number .text02{
    font-size: 30px;
    margin-left: 10px;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .work_contents_area .work_year{
    text-align: right;
    font-weight: bold;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .work_contents_area .work_year .text01{
    font-family: "Montserrat", sans-serif;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .work_contents_area .info_text{
    margin-bottom: 15px;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .work_contents_area .images{
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
.works_item_archive_wrap .works_item_wrap .work_item_box .work_contents_area .work_number .text01 {
    font-size: 48px;
}
.works_item_archive_wrap .works_item_wrap .work_item_box .title {
    font-size: 18px;
	}
}

/**************
戸建て以外の施工実績
***************/
#other_works .flexbox {
    display: flex;
    justify-content: space-between;
    margin: 60px 0px 40px;
}
#other_works .flexbox .leftbox{
    width: 48%;
}
#other_works .flexbox .rightbox{
    width: 48%;
}
#other_works .flexbox02 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px 40px;
}
#other_works .flexbox02 .leftbox{
    width: 66%;
}
#other_works .flexbox02 .rightbox{
    width: 30%;
}
#other_works .other_works01 .contents01 ul{
	display: flex;
	flex-wrap: wrap;
}
#other_works .other_works01 .contents01 ul li{
	width: 25%;
	margin:10px 0px;
}
#other_works .other_works01 .contents01 ul li img{
    margin-right: 5px;
}
#other_works .other_works01 .contents01 .inpage_link {
    padding: 20px 40px;
}
#other_works .other_works01 .contents02 .point_item_wrap{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#other_works .other_works01 .contents02 .point_item_wrap .point_item {
    border-bottom: 4px solid #d5dfec;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    width: 31%;
    background: #F2F5F9;
}
#other_works .other_works01 .contents02 .point_item_wrap .point_item h4{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
#other_works .other_works01 .contents02 .point_item_wrap .point_item p{
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
}
#other_works .other_works02 .other_works_title {
    padding: 15px 10px;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;
    background: rgb(48, 82, 171);
    background: linear-gradient(90deg, rgba(48, 82, 171, 1) 0%, rgba(77, 123, 193, 1) 100%);
    color: #ffffff;
}
#other_works .works_item_info .flexbox02 .list_box p{
    background: #F2F5F9;
    border-left: solid 3px #193C70;
    padding: 5px 10px;
    margin-top: 15px;
}
#other_works table{
	width: 100%;
}
#other_works table th {
    padding: 15px;
    border: solid 1px #cccccc;
}
#other_works table .bk_skyblue{
	background: #F2F5F9;
}
#other_works table .fon_bold{
	font-weight: bold;
}
#other_works table .fon_normal{
	font-weight: normal;
}
#other_works table .red_maru{
	color: red;
}
#other_works table td{
	padding: 15px;
	border: solid 1px #cccccc;
}
#other_works .bottom_image_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#other_works .bottom_image_area img{
    height: 100%;
    object-fit: cover;
}
#other_works .bottom_image_area .drawing{
    width: 55%;
}
#other_works .bottom_image_area .building{
    width: 36%;
}
#other_works .bottom_image_area02{
	margin: 40px 0px 60px;
}
#other_works .bottom_image_area02 .flexbox {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px 40px;
}
@media screen and (max-width: 768px) {
#other_works .other_works01 .contents01 ul li {
    width: 50%;
}
#other_works .other_works01 .contents02 .point_item_wrap .point_item {
    width: 48%;
	}
}
@media screen and (max-width: 480px) {
#other_works .flexbox {
        display: block;
        margin: 20px 0px;
    }
#other_works .flexbox .leftbox {
    width: 100%;
	margin-bottom: 20px;
}
#other_works .flexbox .rightbox {
    width: 100%;
}
#other_works .flexbox02 {
    display: block;
	}
#other_works .flexbox02 .leftbox {
    width: 100%;
	margin-bottom: 20px;
}
#other_works .flexbox02 .rightbox {
    width: 100%;
}
#other_works .bottom_image_area {
    display: block;
    margin-bottom: 40px;
}
#other_works .bottom_image_area .drawing {
    width: 100%;
    margin-bottom: 20px;
}
#other_works .bottom_image_area .building {
    width: 100%;
}
#other_works .bottom_image_area02 .flexbox {
    display: block;
	margin: 20px 0px 40px
	}
#other_works .other_works01 .contents02 .point_item_wrap .point_item {
        width: 100%;
        margin-bottom: 15px;
	padding: 10px;
    }
#other_works .other_works01 .contents01 .inpage_link {
    padding: 15px 15px;
}
#other_works .other_works01 .contents01 ul li img {
    margin-right: 5px;
    width: 10px;
}
#other_works .other_works01 .contents01 ul li {
        width: 100%;
        margin-bottom: 0px;
    }  
#other_works .other_works02 .other_works_title {
    font-size: 18px;
	}
#other_works .other_works01 .contents02 .point_item_wrap .point_item p {
    font-size: 14px;
    margin-top: 5px;
}
}