@charset "utf-8";

/* /////////////////////////////
      下層共通
///////////////////////////// */
.wrap{
  padding: 0 20px;
}
.lower_inner{
  margin: auto;
  max-width: 1440px;
  width: 100%;
}
.breadcrumb{
  background: var(--red);
  color: #fff;
  margin-bottom: 100px;
}
.breadcrumb ul{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  margin: auto;
  max-width: 1550px;
  width: 100%;
}
.breadcrumb li{
  align-items: center;
  display: flex;
}
.breadcrumb li::after{
  content: "";
  width: 7px;
  height: 7px;
  margin: 0 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  transform: rotate(45deg);
}
.breadcrumb li:last-child::after{
  content: none;
}
.breadcrumb li a{
  text-decoration: underline;
}

.lower_ttl{
  border-bottom: solid 1px #050505;
  padding-bottom: 45px;
}
.red_ttl{
  text-align: center;
}
.red_ttl span{
  color: var(--red);
  font-family: var(--poppins);
  font-size: 75px;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 2px;
}
.red_ttl span::after{
  content: "";
  background: var(--red);
  display: block;
  height: 3px;
  width: 100%;
}
.flex{
  display: flex;
}

/* 汎用パーツ */
.table_item{
  margin: 30px auto;
  border-collapse:collapse;
  width: 100%;
}
.table_item tr{
  border-bottom:1px solid #A3A3A3;
}
.table_item th{
  background: var(--lightgray);
  font-size: 20px;
  padding: 24px 10px;
  text-align: center;
  width: 180px;
}
.table_item td{
  font-size: 17px;
  padding: 24px 50px;
}
.single_inner table,
.table_item02 table{
  border-collapse:collapse;
  width: 100%;
}
.single_inner table tr,
.table_item02 tr{
  border-bottom: 1px dotted #A3A3A3;
}
.single_inner table tr:last-child,
.table_item02 tr:last-child{
  border-bottom: none;
}
.single_inner table td,
.table_item02 td{
  font-size: 18px;
  padding: 10px 20px;
}
.single_inner td:first-child,
.table_item02 td:first-child{
  border-right: 1px dotted #A3A3A3;
  font-weight: 500;
  text-align: left;
  min-width: 110px;
}
.single_inner table td:first-child,
.table_item02 td:first-child{
  color: #333;
}
.single_inner table tr:nth-child(even) td,
.table_item02 tr:nth-child(even) td{
  background: #F5F5F5;
}
.single_inner table tr:first-child,
.single_inner table tr:last-child ,
.table_item02 table td,
.table_item02 table td {
}
.width_130 td:first-child{
  width: 130px;
}
.width_220 td:first-child{
  width: 220px;
}
.width_260 td:first-child{
  width: 260px;
}
.width_110 td:first-child{
  width: 110px;
}
.wp-block-buttons.view_more{
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.wp-block-button a{
  border: solid 1px #000 !important;
  padding: 10px 80px 10px 20px !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  height: auto;
  line-height: 1.6;
	width: 100%;
}
.btn_red a{
  border: #bf0101 solid 1px !important;
	background: #bf0101;
}
.btn_gray a{
border: #dcd9d9 solid 1px !important;
	background: #dcd9d9;
	}
.view_more .btn_gray a::after, .view_more .btn_gray a::before{
  background: #333;
}
.view_more .btn_red a::after, .view_more .btn_red a::before{
  background: #fff;
}
.btn_gray a {
    background-color: #dcd9d9;
    color: #333333;
}
.btn_red a::before ,.btn_red a::after{
    background: #fff !important;
}
.wp-block-button {
  position: relative;
  margin:20px auto !important;
  min-width: 415px;
}
.wp-block-button a::after, .wp-block-button a::before {
  background: var(--red);
  content: '';
  position: absolute;
  height: 1px;
  right: 20px;
  transition: all .3s;
}
.wp-block-button a::after {
  top: calc(51% - 5px);
  transform: rotate(35deg);
  width: 14px;
}
.wp-block-button a::before {
  top: 51%;
  transform: translateY(-50%);
  width: 50px;
}
.wp-block-button a:hover::after, .wp-block-button a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .wp-block-button {
    max-width: 300px;
  }
  .wp-block-button  a{
    font-size: 14px;
  }

}
@media screen and (max-width: 540px) {
  .wp-block-button  a::after, .wp-block-button  a::before{
    right: 15px;
  }
  .wp-block-button  a::before {
    top: 50%;
    width: 25px;
  }
  .wp-block-button  a::after {
    top: calc(50% - 3px);
    width: 7px;
  }
}

@media screen and (max-width:1000px){
  .breadcrumb{
    margin-bottom: 60px;
  }
}
@media screen and (max-width:767px){
  .red_ttl span{
    font-size: 45px;
  }
  .about_table {
    margin-top: 40px;
  }
  .about_table .table_item02 {
    margin-top: 15px;
  }
  .single_inner table th,
  .single_inner table td,
  .table_item02 td,
  .width_110 td:first-child,
  .width_130 td:first-child,
  .width_220 td:first-child,
  .width_260 td:first-child{
    display: block;
    width: 100%;
  }
  .single_inner table th,
  .table_item02 td:first-child{
    padding-bottom: 0;
  }
  .single_inner table td,
  .table_item02 td:last-child{
    padding-top: 0;
  }
  .single_inner table th,
  .table_item02 td:first-child{
    border-right: none;
  }
  .single_inner table th:first-child,
  .single_inner table th:last-child,
  .table_item02 th:first-child,
  .table_item02 th:last-child{
    width: auto;
  }
}
@media screen and (max-width:540px){
  .wp-block-button a{
    padding-right: 60px !important;
  }
}
/* /////////////////////////////
      下層ページ
///////////////////////////// */
/* 施工実績*/
.actual_caption{
  margin-top: 20px;
}

.actual_detail{
  padding: 50px 0;
}
.actual_detail ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.actual_detail ul::after{
  content: "";
  display: block;
  width: 32.5%;
}
.actual_detail ul li{
  position: relative;
  margin-bottom: 70px;
  width: 32.5%;
}
.actual_detail ul li a{
  display: block;
  position: relative;
}
.actual_detail .actual_img{
  height: 262px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
	.actual_detail .actual_img {
		background-size: contain;
	}
}

/*
.single_slider_thumbnail{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single_slider_thumbnail::after{
  content: "";
    display: block;
  width: calc((100% - 40px) / 3);
}
.single_slider_thumbnail li{
  margin-bottom: 10px;
  width: calc((100% - 40px) / 3);
}
.actual_thumbnail{
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/
.single_actual_detail .table_item{
  margin: 50px auto 30px;
}
.actual_detail .actual_category{
  position: absolute;
  top: 0;
  width: 138px;
  left: 0;
}
.actual_detail .ttl{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.actual_detail .ttl p{
  color: #fff;
  font-size: 17px;
  letter-spacing: 4px;
  position: relative;
  padding: 4px 20px;
  z-index: 1;
  width: 100%;
}
.actual_detail .ttl::after{
  content: "";
  background: rgba(57,57,57,0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  height: 100%;
}
.actual_detail .ttl::before{
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  margin-top: 4px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  right: 16px;
  top: 12px;
  z-index: 1;
}
/* ページャー */
.wp-pagenavi{
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  display: block;
  font-size: 22px;
  text-align: center;
}
.wp-pagenavi .page{
  padding: 0 25px;
}
.current {
  border-bottom: solid 1px var(--red);
  margin: 0 25px;
}
.nextpostslink, .previouspostslink {
  background: url(../img/lower/pager_arrow.svg)no-repeat center / contain;
  display: block;
  height: 35px;
  margin: 5px;
  text-indent: 100%;
  overflow: hidden;
  width: 35px;
  white-space: nowrap;
}
.previouspostslink {
  transform: rotate(180deg);
}

/* 詳細ページ */
.single_actual{
  padding: 0 20px 130px;
}
.actual_category{
  background: var(--red);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
}
.single_actual h2{
  font-size: 30px;
  letter-spacing: 2px;
  padding-top: 40px;
}
.single_actual h2::after{
  content: "";
  background: #000;
  display: block;
  height: 1px;
  margin: 10px 0 16px;
  width: 100%;
}
.single_actual .actual_category{
  font-size: 22px;
  width: 172px;
}
.single_actual_detail{
  margin: auto;
  max-width: 1080px;
  width: 100%;
}
.single_actual_detail .bx-wrapper{
  margin: 80px 0 30px;
}
.post_link_btn{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}
.post_link_btn a{
  font-size: 17px;
  text-decoration: underline;
  position: relative;
}
.post_link_btn .previous_post_link,
.post_link_btn .next_post_link{
  min-width: 150px;
}
.post_link_btn .previous_post_link a::before,
.post_link_btn .next_post_link a::after{
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--red);
  border-right: 1px solid var(--red);
  display: block;
  margin-top: 4px;
  position: absolute;
}
.post_link_btn .next_post_link a{
  padding-right: 18px;
}
.post_link_btn .next_post_link a::after{
  transform: rotate(45deg) translateY(-50%);
  right: 0;
  top: 8px;
}
.post_link_btn .previous_post_link a{
  padding-left: 18px;
}
.post_link_btn .previous_post_link a::before{
  transform: rotate(225deg) translateY(-50%);
  top: 2px;
  left: 0;
}
.search{
  align-items: center;
  background: var(--red);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 56px 20px 70px;
  margin: 85px auto;
  max-width: 1080px;
  width: 100%;
}
.search_ttl{
  align-items: center;
  display: flex;
  margin-right: 35px;
}
.search_ttl p{
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
}
.search_ttl img{
  display: block;
  margin-top: 2px;
  width: 15px;
}
.search_form{
  align-items: center;
  display: flex;
  max-width: 542px;
  width: calc(100% - 180px);
}
.search_form_txt{
  background: var(--lightgray);
  border: solid 1px var(--lightgray);
  width: 130px;
  text-align: center;
}
.search_form_select{
  position: relative;
  height: 28px;
  max-width: 390px;
  width: 100%;
}
.search_form select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #000;
  border: none;
  height: 28px;
  padding-left: 10px;
  margin-top: -2px;
  max-width: 390px;
  width: 100%;
}
.search_form select option::after{
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #000;
}
.search_form_select::after{
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--red);
  border-right: 1px solid var(--red);
  display: block;
  position: absolute;
  right: 12px;
  top: 40%;
  transform: translateY(-50%)  rotate(135deg);
}

@media screen and (max-width:1000px){
  .actual_detail ul li {
    margin-bottom: 35px;
    width: 48.5%;
  }
}
@media screen and (max-width:767px){
  .actual_detail ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .single_actual h2{
    font-size: 30px;
  }
  .single_actual_detail .bx-wrapper{
    margin: 40px 0 15px;
  }
  .table_item th,.table_item td{
    font-size: 16px;
    padding: 15px 10px;
  }
  .search{
    padding: 30px 20px 45px;
    margin: 50px auto;
  }
  .search_ttl{
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .search_form{
    max-width: 100%;
    width: 100%;
  }
  .single_actual {
    padding: 0 20px 50px;
  }
  .single_slider_thumbnail::after,
  .single_slider_thumbnail li{
    width: calc((100% - 20px) / 3);
  }
  .actual_thumbnail{
    height: 100px;
  }
}
@media screen and (max-width:540px){
  .table_item th, .table_item td{
    display: block;
    padding: 10px;
    width: 100%;
  }
  .post_link_btn a{
    font-size: 12px;
  }
  .post_link_btn .previous_post_link, .post_link_btn .next_post_link {
    min-width: 100px;
  }
  .post_link_btn .previous_post_link a::before,
  .post_link_btn .next_post_link a::after{
    width: 6px;
    height: 6px;
    margin-top: 2px;
  }
  .post_link_btn .previous_post_link a {
    padding-left: 10px;
  }
  .post_link_btn .next_post_link a {
    padding-right: 10px;
  }
}

/* 採用情報 */
.recruit_top{
  margin-top: 120px;
  display: flex;
  max-width: 1680px;
  width: 100%;
}
.recruit_top_img{
  max-width: 1285px;
  width: 100%;
}
.recruit_top_txtarea{
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding-right: 40px;
  margin-top: 220px;
  margin-left: 60px;
  white-space: nowrap;
}
.recruit_top_ttl{
  font-size: 26px;
  margin-left: 20px;
}
.recruit_top_txt{
  font-size: 18px;
  line-height: 2.4;
}
.recruit_detail01{
  padding: 100px 0;
}
.recruit_detail01 ul{
  margin: 85px auto;
}
.recruit_detail01 li{
  margin-bottom: 66px;
  position: relative;
}
.recruit_detail01_txt{
  left: 0;
  top: 55px;
  line-height: 2;
  padding: 40px 55px;
  position: absolute;
  max-width: 560px;
  width: 100%;
}
.recruit_img03 .recruit_detail01_txt{
  left: auto;
  right: 0;
}
.recruit_detail01 .recruit_img02,
.recruit_detail01 .recruit_img03,
.recruit_detail01 .recruit_img04{
  height: 340px;
  max-width: 1200px;
  width: 95%;
}
.recruit_detail01 .recruit_img02{
  background: url(../img/recruit/recruit_img02.png)no-repeat center left / cover;
}
.recruit_detail01 .recruit_img03{
  background: url(../img/recruit/recruit_img03.png)no-repeat center right / cover;
  margin-left: auto;
}
.recruit_detail01 .recruit_img04{
  background: url(../img/recruit/recruit_img04.png)no-repeat center left / cover;
}
.recruit_detail01 li p{
  color: #fff;
  position: relative;
  max-width: 436px;
  text-align: justify;
  width: 100%;
  z-index: 1;
}

.interview .red_ttl{
  margin-bottom: -35px;
}
.interview_detail{
  background: #FAF2F2;
}
.interview_detail .lower_inner{
  padding: 90px 65px 140px;
  margin-bottom: 85px;
}
.interview_detail .lower_inner .flex{
  justify-content: space-between;
}
.voice_img{
  width: 49.5%;
}
.voice_txt{
  margin-top: 50px;
  width: 43%;
}
.voice_txt .main_ttl{
  margin-bottom: 60px;
}
.voice_txt .main_ttl h2{
  font-size: 32px;
}
.voice_txt .main_ttl p{
  font-size: 20px;
}
.voice_txt .main_ttl h2::before {
  background: url(../img/lower/main_ttl_left_black.svg)no-repeat center / contain;
}
.voice_txt .main_ttl h2::after {
  background: url(../img/lower/main_ttl_right_black.svg)no-repeat center / contain;
}
.voice_name{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 2px;
}
.voice_article{
  text-align: justify;
  line-height: 2.4;
}
.voice_article.font18{
  line-height: 2;
  margin: 30px auto 40px;
}
.voice_img_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice_img_list figure{
  width: 31.5%;
}
.recruit_view_more{
  padding: 35px 20px 150px;
}
.recruit_view_more .view_more a{
  font-size: 22px;
  text-align: left;
  padding-left: 20px;
}

@media screen and (max-width:1440px){
  .recruit_top_txtarea{
    margin-top: 10vw;
    margin-left: 30px;
  }
  .voice_txt {
    margin-top: 3vw;
    width: 45%;
  }
  .voice_txt .main_ttl {
    margin-bottom: 4vw;
  }
  .voice_name{
    margin-bottom: 1vw;
  }
}
@media screen and (max-width:1000px){
  .recruit_detail01 .recruit_img02,
  .recruit_detail01 .recruit_img03,
  .recruit_detail01 .recruit_img04{
    height: 30vw;
    width: 100%;
  }
  .recruit_detail01_txt{
    top: 5vw;
    padding: 2vw 3vw;
    max-width: 48vw;
  }
  .recruit_detail01_txt p{
    font-size: 1.7vw;
  }
  .interview_detail .lower_inner .flex{
    flex-wrap: wrap;
  }
  .voice_img ,.voice_txt{
    width: 100%;
  }
}
@media screen and (max-width:767px){
  .recruit_top {
    margin-top: 60px;
  }
  .recruit_top{
    flex-wrap: wrap;
  }
  .recruit_top_txtarea{
    margin: 40px auto 0;
    padding: 0;
  }
  .recruit_detail01 .recruit_img02,
  .recruit_detail01 .recruit_img03,
  .recruit_detail01 .recruit_img04{
    height: 90vw;
  }
  .recruit_detail01 .recruit_img02{
    background: url(../img/recruit/recruit_img02_sp.png)no-repeat center left / cover;
  }
  .recruit_detail01 .recruit_img03{
    background: url(../img/recruit/recruit_img03_sp.png)no-repeat center right / cover;
  }
  .recruit_detail01 .recruit_img04{
    background: url(../img/recruit/recruit_img04_sp.png)no-repeat center left / cover;
  }
  .recruit_detail01_txt {
    top: 50vw;
    padding: 3vw 4vw;
    max-width: 80vw;
  }
  .recruit_detail01_txt p {
    font-size: 16px;
    line-height: 1.5;
  }
  .recruit_view_more .view_more a {
    font-size: 14px;
  }
}
@media screen and (max-width:540px){
  .recruit_detail01 {
    padding: 50px 0;
  }
  .interview .red_ttl {
    margin-bottom: -28px;
  }
  .recruit_detail01 ul {
    margin: 40px auto;
  }
  .interview_detail .lower_inner {
    padding: 60px 20px 50px;
    margin-bottom: 45px;
  }
  .voice_img_list li {
    margin-bottom: 10px;
    width: 100%;
  }
  .interview_detail .voice_txt{
    margin-top: 20px;
  }
  .recruit_view_more {
    padding: 25px 20px 75px;
  }
}

/* 企業情報 */

.about_topxtxarea{
  max-width: 656px;
  width: 60%;
}
.about_top_ttl{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 45px;
}
.about_top_txt{
  font-size: 18px;
}
.mb35{
  margin-bottom: 35px;
}

.business_inner h2{
  font-size: 26px;
  font-weight: 500;
}

.about_message_detail{
  background: #FAF2F2;
}
.about_message .red_ttl {
  margin-bottom: -35px;
}
.about_message_detail .lower_inner{
  padding: 100px 20px 85px;
  max-width: 1160px;
}
.about_message_detail .lower_inner .flex{
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_message_detail .lower_inner .flex .voice_txt{
  max-width: 430px;
  width: 40%;
}
.page_about_img02{
  max-width: 620px;
  width: 58%;
}
.about_message_detail .voice_txt .main_ttl {
  margin-bottom: 25px;
}
.about_message_detail .voice_name{
  margin-bottom: 70px;
}
.about_message_detail .voice_name,
.about_message_detail .voice_article{
  padding-left: 30px;
}
.about_message_detail .voice_article{
  font-size: 18px;
  line-height: 2;
}
.voice_article.mt20{
  margin-top: 20px;
}
.about_view_more{
  padding: 100px 20px 30px;
}
.about_view_more .view_more a{
  font-size: 22px;
}
@media screen and (max-width:1130px){
  .about_message_detail .voice_name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:1000px){
  .about_inner{
    padding-top: 50px;
  }
  .about_top{
    padding: 0 40px;
  }
  .about_top_ttl{
    margin-bottom: 25px;
  }
  .about_top_txt{
    text-align: justify;
  }
  .about_top_txt br{
    display: none;
  }
  .about_top_txt.mb35 {
    margin-bottom: 20px;
  }
  .about_message_detail .lower_inner{
    padding: 60px;
  }
  .about_top{
    align-items: flex-start;
  }
  .about_topxtxarea,
  .page_about_img01,
  .about_message_detail .lower_inner .flex .voice_txt,
  .page_about_img02{
    max-width: 100%;
    width: 100%;
  }
  .page_about_img01,
  .page_about_img02{
    margin-top: 20px;
  }
  .about_message_detail .voice_name, .about_message_detail .voice_article {
    padding-left: 0;
  }
  .about_view_more .view_more a {
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  .about_top {
    padding: 0;
  }
  .about_inner{
    margin-bottom: 100px;
  }
}
@media screen and (max-width:540px){
  .about_inner {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  .about_message .red_ttl {
    margin-bottom: -25px;
  }
  .about_message_detail .lower_inner .flex .voice_txt{
    margin-top: 40px;
  }
  .about_message_detail .lower_inner {
    padding: 20px;
  }
  .about_message_detail .voice_name {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .about_message_detail .voice_article {
    font-size: 16px;
  }
  .about_view_more {
    padding: 50px 20px 20px;
  }
}

/* 事業内容 */
.business_inner{
  padding: 60px 0 200px;
  margin: auto;
  max-width: 1260px;
  width: 100%;
	line-height: 2;
}
.business_top_txt{
  margin-bottom: 50px;
  line-height: 2;
}
.page_business_list{
  margin-top: 100px;
}
.page_business_list li{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.business_icon{
  max-width: 165px;
}
.page_business_list li .page_business_list_txt{
  max-width: 895px;
  width: 70%;
}
.page_business_list_txt .flex{
  align-items: flex-end;
}
.page_business_list_txt h2{
  font-size: 26px;
  font-weight: bold;
  margin-right: 20px;
	display:inline-block;
}
.page_business_list_txt span{
  font-size: 15px;
  font-family: var(--poppins);
  color: var(--red);
}
.page_business_article{
  line-height: 2;
  text-align: justify;
}
.business_inner p {
    margin-bottom: 10px;
}
@media screen and (max-width:767px){
  .page_business_list {
    margin-top: 50px;
  }
 .business_icon{
    margin: auto;
    width: 100%;
  }
  .page_business_list li .page_business_list_txt{
    margin: 20px auto 0;
    max-width: 440px;
    width: 100%;
  }
  .page_business_list_txt .flex{
    justify-content: center;
    margin-bottom: 10px;
  }
  .page_business_article br{
    display: none;
  }
}
@media screen and (max-width:540px){
  .business_inner {
    padding: 30px 0px 100px;
  }
  .business_top_txt {
    margin-bottom: 25px;
  }
}

/* お知らせ一覧 */
.page_news_list{
  padding: 100px 0 185px;
  margin: auto;
  max-width: 1220px;
  width: 100%;
}
.page_news_list ul{
  padding-bottom: 80px;
}
.page_news_list ul li{
  border-bottom: 1px dotted #707070;
  padding: 20px 40px;
}
.page_news_list ul li a{
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
.page_news_list ul li a .day{
  font-size: 13px;
  font-family: var(--poppins);
  min-width: 110px;
}
.page_news_list ul li a .ttl{
  font-size: 18px;
}

/* 記事詳細 */
.single_inner{
  padding: 40px 20px;
  margin: auto;
  max-width: 1160px;
  width: 100%;
}
.single_inner h2{
  font-size: 26px;
  margin: 10px auto;
}
.single_inner h2::after{
  content: none;
}
.single_inner strong{
  font-weight: bold;
}
.single_inner h3{
  font-size: 23px;
  color: var(--red);
  margin: 10px auto;
}
.single_inner ul{
  list-style: disc;
}
.single_inner ul,
.single_inner ol{
  margin-bottom: 10px;
  margin-left: 20px;
}
.single_inner ul li::marker,
.single_inner ol li::marker{
  color: var(--red);
}
.single_inner p,.single_inner table,
.wp-block-buttons.view_more{
  margin-bottom: 10px;
}
.single_inner a{
  text-decoration: underline;
}
.wp-block-image img{
  height: 100%;
}
@media screen and (max-width:540px){
  .page_news_list{
    padding: 50px 0 80px;
  }
  .page_news_list ul{
    padding-bottom: 40px;
  }
  .page_news_list ul li{
    padding: 10px 20px;
  }
  .single_actual h2{
    font-size: 24px;
    padding-top: 0;
  }
  .single_inner {
    padding: 20px 0px;
  }
}
.wp-block-columns {
    gap: 30px;
}
.wp-element-caption {
    font-size: 15px;
    text-align: right;
    color: #7d7d7d;
}
.wp-block-table td {
    border: none !important;
}

/*画像の横幅を100%にしてレスポンシブ化*/
/*メイン画像下に余白をつける*/
.gallery{
	margin:0 0 5px 0;
}

.gallery li{
list-style:none;
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

/*コンタクトフォーム*/
input {
    line-height: 2;
    border: solid #464646 1px;
    padding: 5px;
	max-width: 100%;
}
input[type="submit"] {
    background: #bf0101;
    border: none;
    max-width: 380px;
    width: 100%;
    color: #fff;
    padding: 10px 5px;
    font-size: 16px;
}
input[type="radio"] {
    width: 25px;
    height: 25px;
}
.contact-inner {
    margin: 50px auto;
}
.contact-inner dt{
    margin-top: 20px;
}
.contact-inner dd {
    margin: 25px auto 10px;
    border-bottom: solid #bf0101;
    display: inline-block;
}
.settlement-list{
    border-bottom: dotted 1px #ddd;
    padding: 10px 5px;
    margin: 20px auto;
}
.settlement-list a{
    text-decoration:underline;
}
.business_inner h3{
  font-size: 23px;
  color: var(--red);
  margin: 10px auto;
}
.slick-slide img {
    display: block;
    aspect-ratio: 16/9;
    object-fit: contain;
}