@charset "utf-8";
/* ===================================================================
CSS information

  file name  :page.css
  style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
  トップページ
----------------------------------------------------------- */
:root {
  --top-main-height: calc(100vh - 120px);
}

#top .m_main .main {
  background-image: url(../img/top/mv01.jpg);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  height: var(--top-main-height);
}

#top .m_main .main .headline {
  display: flex;
  justify-content: flex-end;
}

#top .m_main .main .headline .headline_ttl {
  font-family: "Shippori Mincho", serif;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.25em;
  line-height: 1.2;
}

#top .m_main .main .headline .headline_ttl>span {
  font-weight: 700;
}

#top .m_main .main .headline .headline_ttl .f_l {
  font-size: 6.0rem;
}

#top .m_main .main .headline .headline_ttl .f_s {
  font-size: 3.0rem;
}

#top .m_main .main .headline .headline_ttl .f_clr_g {
  color: #00756a;
}

#top #company_sec {
  /* padding: 10vw 0; */
}

#top #company_sec .company_sec_box {
  display: flex;
  justify-content: space-between;
  gap: 7.5vw;
}

#top #company_sec .company_sec_box .txt_box {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_ttl {
  color: #00756a;
  font-size: 4.4rem;
  font-weight: 700;
}

#top #company_sec .company_sec_box .txt_box .company_sec_hgroup .company_sec_sub {
  font-size: 3.0rem;
  font-weight: 500;
  margin-top: 2.5vw;
}

#top #company_sec .company_sec_box .txt_box .company_sec_lead {
  flex: 1 1;
  font-size: 1.8rem;
  line-height: 2;
  margin-right: 3vw;
  margin-top: 2vw;
}

#top #company_sec .company_sec_box .img_box {
  flex: 0 1 750px;
}

#top #services_sec {
  background-color: #eef6f6;
  padding: 10vw 0;
}

#top #services_sec .contents>section {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: calc(10vw / 2);
}

#top #services_sec .contents>section:first-of-type {
  margin-top: 0;
}

#top #services_sec .contents>section:nth-of-type(2n) {
  flex-direction: row;
}

#top #services_sec .contents>section .txt_box {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1;
  padding: 4vw;
  position: relative;
}

#top #services_sec .contents>section:nth-of-type(2n+1) .txt_box {
  margin-left: -10vw;
}

#top #services_sec .contents>section:nth-of-type(2n) .txt_box {
  margin-right: -10vw;
}

#top #services_sec .contents>section .txt_box .services_ttl {
  color: #00756a;
  font-size: 3.2rem;
  font-weight: 700;
}

#top #services_sec .contents>section .txt_box .services_txt {
  line-height: 1.8;
  margin-top: 2.5vw;
}

#top #services_sec .contents>section .txt_box .link_txt {
  margin-top: 2.5vw;
}

#top #services_sec .contents>section .img_box {
  flex: 0 1 70%;
}

#top #services_sec .contents>section .img_box picture img {
  object-fit: cover;
  height: 550px;
}

#top #environment_sec{
  background-image: url("../img/top/environment_sec_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  padding: 7.5vw 0;
  position: relative;
  z-index: 0;
}

#top #environment_sec:before {
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 0%,rgba(10, 33, 6, 0.5) 25%,rgba(10, 33, 6, 0.4) 50%,rgba(10, 33, 6, 0) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_ttl {
  font-size: 6.0rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_sub {
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 2.5vw;
}

#top #environment_sec .environment_sec_box .environment_box .environment_box_lead {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 1.5vw;
}

#top #environment_sec .environment_sec_box .environment_box .link_txt {
  margin-top: 3.5vw;
}

#top #news_sec {
  display: flex;
}

#top #news_sec .news_heading {
  flex: 1 1;
  flex-direction: column;
}

#top #news_sec .news_contents {
  flex: 0 1 72.5%;
  margin-left: 7.5vw;
}

#top #news_sec .news_contents .news_list article {
  margin-top: -1px;
}

#top #news_sec .news_contents .news_list article a {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  display: flex;
  align-items: center;
  padding-bottom: 2vw;
  padding-top: 2vw;
}

#top #news_sec .news_contents .news_list article a .news_head {
  display: flex;
  align-items: center;
}

#top #news_sec .news_contents .news_list article a .news_head .news_cat {
  border: 1px solid #00756a;
  color: #00756a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-left: 20px;
  padding: 0.5em;
  height: 25px;
  width: 90px;
}

#top #news_sec .news_contents .news_list article a:hover .news_head .news_cat {
  background-color: #00756a;
  color: #fff;
}

#top #news_sec .news_contents .news_list article a .news_body {
  flex: 1 1;
  margin-left: 30px;
  margin-right: 30px;
  width: 0;
}

#top #news_sec .news_contents .news_list article a .news_body .news_ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top #news_sec .news_contents .news_list article a:hover .news_head .news_date,
#top #news_sec .news_contents .news_list article a:hover .news_body .news_ttl {
  opacity: 0.5;
}

/* -----------------------------------------------------------
  会社案内
----------------------------------------------------------- */
.greeting_txt{
  margin-top: 2em;
  line-height: 2;
}
.ceo_name{
  font-size: 1.3em;
  margin-top: 1.5em;
  text-align: right;
  font-weight: 500;
}

.history_table{
	width: 100%;
	position: relative;
}
.history_table::before{
	position: absolute;
	content: "";
	height: 105%;
  left: 3.5em;
  top: 50%;
  transform: translateY(-50%);
	border-right: solid 2px #2fafa3;
}
.history_table th{
	text-align: center;
	padding: 1em 0;
  vertical-align: top;
}
.history_table th:nth-child(2),.history_table th:nth-child(3){
	padding: 2em 0 0 0;
}
th.year{
	width: 7em;
}
th.year span{
  font-size: 2em;
  display: block;
  position: relative;
  background: #fff;
}
.jc{
	width: 5em;
}
.month{
	width: 4em;
}
.history_table td{
	padding: 2em 0 1em 0;
  vertical-align: top;
}
.circle{
  color: #2fafa3;
}
.s49 th.year{
	padding: 0;
}
.s49 th.jc,.s49 th.month{
	width: auto;
	padding: 1em 0 0 0;
}
.s49 td{
	padding: 1em 0;
}
.history_table .s49_2 th,.s49_2 td{
	padding: 0;
}
@media screen and (max-width: 520px) {
  .history_table tr,.history_table th,.history_table td{
		display: inline-block;
	}
	.history_table td {
		margin-left: 6em;
    padding: 0 0 1em 0;
	}
  .history_table .s49_2 th {
    margin-left: 3.5em;
	}
}

.prof_box{
  display: flex;
  gap: 2em;
}
.prof_table{
  flex-basis: 60%;
}
.prof_table th{
  background-color: #eef6f6;
  width: 10em;
  font-weight: normal;
}
.prof_table th,.prof_table td{
  text-align: left;
  vertical-align: top;
  border: solid 1px #b8b8b8;
  padding: 1em 1.5em;
}
.prof_img{
  flex-basis: 40%;
}
@media screen and (max-width: 820px) {
  .prof_box{
    flex-direction: column;
  }
  .prof_table{
    order: 2;
  }
  .prof_img{
    order: 1;
    width: 50%;
    margin: 0 auto;
  }
}

.director_box,.client_box,.caution_box{
  margin-top: calc(10vw / 2);
}
.hd_03{
  margin-bottom: 1em;
}
.table-note-bottom{
  text-align: right;
}
@media screen and (max-width: 820px) {
  .director_box .prof_table th,.director_box .prof_table td{
    display: block;
    width: 100%;
    border: solid 1px #b8b8b8;
    border-bottom: none;
  }
  .director_box .prof_table th,.director_box .prof_table td{
    display: block;
    width: 100%;
    border: solid 1px #b8b8b8;
    border-bottom: none;
  }
  .director_box .prof_table tr:last-child td:last-child{
    border-bottom: solid 1px #b8b8b8;
  }
}

ul.client_list,ul.association_list{
  display: flex;
  flex-wrap: wrap;
}
ul.client_list li,ul.association_list li{
  width: calc(100% / 3);
  border-bottom: solid 1px #b8b8b8;
  border-right: solid 1px #b8b8b8;
  padding: 1em 1.5em;
}
ul.client_list li:nth-child(3n-2){
  border-left: solid 1px #b8b8b8;
}
ul.client_list li:nth-child(-n+3){
  border-top: solid 1px #b8b8b8;
}
ul.client_list li:last-child{
  border: unset
}
@media screen and (max-width: 820px) {
  ul.client_list, ul.association_list {
    flex-direction: column;
  }
  ul.client_list li,ul.association_list li{
    width: 100%;
    border: solid 1px #b8b8b8;
    border-bottom: none;
  }
  ul.client_list li:last-child{
    border-top: solid 1px #b8b8b8;
  }
}

.association_list li{
  border-top: solid 1px #b8b8b8
}
.association_list li:first-child{
  border-left: solid 1px #b8b8b8
}
@media screen and (max-width: 820px) {
  .association_list li:last-child{
    border-bottom: solid 1px #b8b8b8;
  }
}

.staff_table th, .staff_table td {
  border: solid 1px #b8b8b8;
  padding: 1em 1.5em;
  text-align: center;
}
.staff_table th {
  background-color: #eef6f6;
  width: calc(100% / 6);
  font-weight: normal;
}

.caution_mapbox{
  position: relative;
}
.caution_txt {
  position: absolute;
  top: 0;
  left: 0;
}
.caution_txt ol{
  counter-reset: num;
}
.caution_txt ol li{
  counter-increment: num;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
}
.caution_txt ol li::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #2fafa3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.caution_red{
  color: #e50012;
  font-size: 1.2em;
}
.caution_mapbox.pc-none {
  display: none;
}
@media screen and (max-width: 820px) {
  .caution_mapbox.sp-none {
    display: none;
  }
  .caution_mapbox.pc-none {
    display: block;
  }
}

/* -----------------------------------------------------------
  事業案内
----------------------------------------------------------- */
.services .services_box .img_box picture img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: right;
}

/* -----------------------------------------------------------
  木くずリサイクル・解体土木工事
----------------------------------------------------------- */
.sv_wrap {
  background-color: #eef6f6;
}
.sv_wrap .container{
  padding-top: 10vw;
  padding-bottom: 5vw;
}
img.wood_ttl{
  width: 80vw;
}

.wood_recycling_box>h4{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00756a;
  border-bottom: 1px solid #00756a;
  font-size: 1.5em;
  margin: 2em 0 1.5em 0;
}
.wood_recycling_box>h4 span{
  display: inline-block;
  text-align: right;
  font-size: 0.8em;
}
.wr_txt{
  color: #ec6c00;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.wr_txt span{
  font-size: 1.4em;
}
@media screen and (max-width: 820px) {
  .wood_recycling_box>h4 {
    flex-direction: column;
    text-align: center;
  }
}

.wr_contents_ttl{
  display: inline-block;
  background-color: #00756a;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.2em 3em;
  margin-top: 1.5em;
}
.cf_box{
  background: #fff;
  margin: 2em 0;
  padding: 2em 2em 1em;
}
.cf_box p.cf_ttl{
  color: #00756a;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
  text-align: center;
}
.cf_imgwrap{
  display: flex;
  gap: 2em;
}
.cf_imgwrap div{
  width: calc((100% - 4em) / 3);
  text-align: right;
}
.cf_txt{
  text-align: right;
}
@media screen and (max-width: 520px) {
  .cf_imgwrap {
    flex-direction: column;
  }
  .cf_imgwrap div {
    width: 100%;
  }
  .cf_txt{
    text-align: left;
  }
}

.sv_wrap.pc-none{
  display: none;
}
@media screen and (max-width: 820px) {
  .sv_wrap {
    padding-bottom: 5vw; 
  }
  .sv_wr_img.sp-none{
    display: none;
  }
  .sv_wrap.pc-none{
    display: block;
  }
  .demolition_wrap{
    background-color: #eaf6fd;
    margin: 3vw 0;
    padding: 5vw 0;
    position: relative;
  }
  .demolition_box>h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #036eb7;
    border-bottom: 1px solid #036eb7;
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
  .demolition_box>h4 span{
    display: inline-block;
    text-align: right;
    font-size: 0.8em;
  }
  .demolition_imgbox{
    display: flex;
    gap: 2em;
    margin: 2.5em 0;
  }
  .demolition_svbox{
    background: #fff;
    padding: 1.5em 1em;
    position: relative;
  }
  .demolition_svbox img{
    margin-bottom: 2em;
  }
  .demolition_svbox p{
    background: #036eb7;
    border-radius: 5px;
    color: #fff;
    padding: 0.3em 0;
    text-align: center;
    margin-bottom: 0.8em;
  }
  .demolition_svbox p:last-child{
    background: #f29600;
    display: inline-block;
    padding: 0.8em;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 400px;
    transform: rotate(-10deg);
    margin: 0;
    white-space: nowrap;
  }
  .demolition_arrow{
   position: absolute;
   bottom: calc(-3vw - 1.5em);
   left: 30%;
   transform: translateX(30%);
   height: calc(8vw + 2.5em + 1.5em);
   width: 0.5em;
   background: #036eb7;
  }
  .demolition_arrow::after{
    content: "";
    position: absolute;
    bottom: -0.2em;
    left: -350%;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em calc(2em / 2) 0 calc(2em / 2);
    border-color: #036eb7 transparent transparent transparent;
  }
}
@media screen and (max-width: 520px) {
  .demolition_box>h4 {
    flex-direction: column;
    text-align: center;
  }
  .demolition_svbox p {
    padding: 0.3em 1em;
  }
  .demolition_svbox p:last-child{
    top: -2.5em;
    left: 60vw;
  }
}

@media screen and (max-width: 820px) {
  p.wr_contents_txt{
    margin: 2em 0;
  }
  .wr_flowbox{
    position: relative;
  }
  .wr_flowbox p{
    text-align: center;
    padding: 0.5em 0;
    font-weight: 500;
  }
  .flowbox_txtbox{
    display: block;
    background-color: #fff;
    border: 1px solid #00756a;
    border-radius: 5px;
  }
  .wr_flowbox i{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em calc(2em / 2) 0 calc(2em / 2);
    border-color: #00756a transparent transparent transparent;
    margin: 0.5em auto;
  }
  .flowbox_flex{
    display: flex;
    gap: 2em;
  }
  .flowbox_col01{
    flex-basis: 50%;
  }
  .flowbox_flex.flowbox_txtbox{
    gap: 0;
  }
  .flowbox_col02{
    flex-basis: calc(100% / 3);
    background-color: #efefef;
    border-radius: 5px;
    margin: 0.5em;
  }

  .wr_chipbox{
    margin: 2em 0;
    display: flex;
    gap: 2em;
  }
  .wr_chipbox>div{
    flex-basis: 50%;
    height: fit-content;
  }
  .chipbox_imgbox p{
    margin: 0.5em 0 1em;
    text-align: right;
  }
  .chipbox_txtbox{
    background-color: #fff;
    border: 1px solid #00756a;
    border-radius: 5px;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  .chipbox_txtbox>div>p:first-of-type{
    background-color: #00756a;
    border-radius: 5px;
    padding: 0.3em 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 520px) {
  .flowbox_flex.flowbox_txtbox {
    flex-direction: column;
  }
  
  .wr_chipbox{
    flex-direction: column;
  }
  .chipbox_imgbox p {
    text-align: left;
  }

}




a.caution_box{
  font-size: 1.2em;
  color: #fff;
  background-color: #2fafa3;
  padding: 2em 0;
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 500;
  position: relative;
}
a.caution_box::after{
  position:absolute;
  content: "→";
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
@media screen and (max-width: 820px) {
  a.caution_box{
    width: 100%;
  }
}
/* -----------------------------------------------------------
  一般廃棄物収集運搬
----------------------------------------------------------- */
.general_waste_box>h4{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00756a;
  border-bottom: 1px solid #00756a;
  font-size: 1.5em;
  margin: 2em 0 1.5em 0;
}
.general_waste_box>h4 span{
  display: inline-block;
  text-align: right;
  font-size: 0.8em;
}
.gw_imgbox{
  display: flex;
  gap: 2em;
  margin: 3vw 0;
}
.gw_imgwrap{
  flex-basis: 50%;
}
.gw_iconbox{
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
  margin-right: 4em;
}
.gw_iconbox div{
  flex-basis: calc((100% - 2em)/2);
}
.gw_iconbox:last-child {
  margin: 2em 0 0 4em;
}
@media screen and (max-width: 820px) {
  .general_waste_box>h4 {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .gw_imgbox {
    flex-direction: column-reverse;
  }
  .gw_imgwrap:last-child {
    display: flex;
    gap: 2em;
  }
  .gw_iconbox,.gw_iconbox:last-child{
    margin: 0;
  }
}
/* -----------------------------------------------------------
  保有設備・許可
----------------------------------------------------------- */
.vehicle_imgbox{
  display: flex;
  gap: 2em;
  margin-bottom: calc(10vw / 2);
}
ul.vehicle_list,ul.permits_list{
  display: flex;
  flex-wrap: wrap;
}
ul.vehicle_list li{
  width: calc(100% / 3);
  border-bottom: solid 1px #b8b8b8;
  border-right: solid 1px #b8b8b8;
  padding: 1em 1.5em;
}
ul.vehicle_list li:nth-child(3n-2){
  border-left: solid 1px #b8b8b8;
}
ul.vehicle_list li:nth-child(-n+3){
  border-top: solid 1px #b8b8b8;
}
.vehicle_list li>div,.permits_list li>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
}
.vehicle_list li>div a,.permits_list li>div a{
  flex-basis: 2em;
}

.permits_box h3 {
  margin-top: calc(10vw / 2);
}
ul.permits_list li{
  width: calc(100% / 4);
  border-bottom: solid 1px #b8b8b8;
  border-right: solid 1px #b8b8b8;
  padding: 0.5em 1.5em;
}
ul.permits_list li:nth-child(4n-3){
  border-left: solid 1px #b8b8b8;
}
ul.permits_list li:nth-child(-n+4){
  border-top: solid 1px #b8b8b8;
}
ul.permits_list.general_list li{
  width: 50%;
}
ul.permits_list.approvals li{
  padding: 1em 1.5em;
}

@media screen and (max-width: 820px) {
  ul.vehicle_list,ul.permits_list{
    flex-direction: column;
  }
  ul.vehicle_list li,ul.permits_list li,ul.permits_list.general_list li{
    width: 100%;
    border: solid 1px #b8b8b8;
    border-bottom: none;
  }
  ul.vehicle_list li:last-child,ul.permits_list li:last-child{
    border-bottom: solid 1px #b8b8b8;
  }
}
@media screen and (max-width: 520px) {
  .vehicle_imgbox{
    flex-direction: column;
  }
}


/* -----------------------------------------------------------
  環境への取り組み
----------------------------------------------------------- */
.environment .environment_box #sdgs_sec .sdgs_box .sdgs_lead {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

.environment .environment_box #biz_sec .biz_box .biz_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10vw / 2);
}

.environment .environment_box #biz_sec .biz_box .biz_list>li {
  display: flex;
  gap: 2.5vw;
}

.environment .environment_box #biz_sec .biz_box .biz_list>li .biz_icon {
  flex: 0 1 175px;
}

.environment .environment_box #biz_sec .biz_box .biz_list>li .biz_lead {
  flex: 1 1;
  font-size: 1.8rem;
  line-height: 1.8;
}

/* -----------------------------------------------------------
  情報公開
----------------------------------------------------------- */
.information-company_box .table-note-top{
  text-align: right;
}
.information_table th{
  background-color: #eef6f6;
  width: 50%;
  font-weight: normal;
}
.information_table th,.information_table td{
  text-align: left;
  vertical-align: top;
  border: solid 1px #b8b8b8;
  padding: 1em 1.5em;
}
.information_table a{
  display: block;
}
.information_table a img{
  width: 2em;
}
.information_table td:has(a) {
  vertical-align: middle;
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 820px) {
  .information_table th,.information_table td{
    display: block;
    width: 100%;
    border: solid 1px #b8b8b8;
    border-bottom: none;
  }
  .information_table tr:last-child td{
    border-bottom: solid 1px #b8b8b8;
  }
  .information_table td:has(a) {
    padding: 1em 1.5em;
  }
}

/* -----------------------------------------------------------
  採用情報
----------------------------------------------------------- */
.recruit .recruitment_box .no_recruit {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}

/* -----------------------------------------------------------
  お知らせ
----------------------------------------------------------- */
.news .news_box .news_list {
  margin-bottom: 5vw;
}

.news .news_box .news_list .news_head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1vw;
}

.news .news_box .news_list .news_head .news_heading {
  display: flex;
  align-items: center;
}

.news .news_box .news_list .news_head .news_heading .news_cat {
  border: 1px solid #00756a;
  color: #00756a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-left: 20px;
  padding: 0.5em;
  height: 25px;
  width: 90px;
}

.news .news_box .news_list .news_head .news_title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1vw;
}

.news .news_box .news_list .news_body {
  margin-top: 1.25vw;
}

.news .news_box .news_list .news_body > p {
  line-height: 1.8;
}

.news .news_box .news_list .news_body > p:not(:first-of-type) {
  margin-top: 1vw;
}

.news .pager_box {
  margin-top: calc(10vw / 1.5);
}

.news .pager {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.news .pager li {
  background-color: #ffffff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}

.news .pager li.prev:before,
.news .pager li.next:before {
  font-family: FontAwesome;
  font-weight: normal;
}

.news .pager li.prev:before {
  content: "\f104";
}

.news .pager li.next:before {
  content: "\f105";
}

.news .pager li.current {
  background-color: #2fafa3;
  border: 1px solid #2fafa3;
  color: #ffffff;
}

.news .pager li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.news .pager li.current:hover {
  background-color: #2fafa3;
  cursor: default;
}

.news .pager li.invalid {
  color: #dcdcdc;
  pointer-events: none;
}

.news .pager li.ellipsis {
  pointer-events: none;
}

.news .pager li.ellipsis:hover {
  cursor: default;
}

/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.contact .tel_box>dl {
  border: 1px solid #2fafa3;
  display: flex;
}

.contact .tel_box>dl dt {
  background-color: #2fafa3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1em 1.5em;
  text-align: center;
}

.contact .tel_box>dl dd {
  display: flex;
  align-items: center;
  flex: 1 1;
  padding: 1em 1.75em;
}

.contact .tel_box>dl dd .tel_num {
  font-size: 3.2rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.contact .tel_box>dl dd .tel_num a {
  display: flex;
  align-items: center;
}

.contact .tel_box>dl dd .tel_num a:before {
  color: #2fafa3;
  content: "\f095";
  font-family: FontAwesome;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.25em;
}

.contact .tel_box>dl dd .tel_num a:hover {
  color: #2fafa3;
}

.contact .tel_box>dl dd .tel_time {
  margin-left: 1.5vw;
}

.contact .form_box .form_wrap {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  padding-bottom: 3vw;
  padding-top: 3vw;
}

.contact .form_box .form_wrap>dl:not(:first-of-type) {
  margin-top: 2vw;
}

.contact .form_box .form_wrap>dl dt {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.contact .form_box .form_wrap>dl dt .required {
  background-color: #dc0000;
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  height: 20px;
  margin-right: 1em;
  padding: 0.25em 0.5em;
}

.contact .form_box .form_wrap>dl dt span.optional {
  display: none;
}

.contact .form_box .form_wrap>dl dd {
  margin-top: 0.5vw;
}

.horizontal {
  display: flex;
}

.horizontal>*:not(:first-of-type) {
  margin-left: 1vw;
}

.horizontal_flx1 {
  flex: 1 1;
}

.horizontal.equal>li {
  flex: 1 1;
}

.add li.postal {
  width: 9em;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: none;
  /* color: #b2b2b2; */
  cursor: pointer;
  height: 50px;
  width: 100%;
  padding-left: 1em;
  padding-right: 3em;
}

select::-ms-expand {
  display: none;
}

select option {
  color: #444444;
}

.select {
  position: relative;
  z-index: 0;
}

.select:after {
  background-image: url(../img/common/arr_bm_select.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1em;
  height: 15px;
  width: 15px;
  transition: all .1s;
  transform: scale(1, 1) translateY(-50%);
  z-index: 1;
}

.select.is-active:after {
  transform: scale(1, -1) translateY(50%);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
  width: 100%;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="button"],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.5;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"] {
  height: 50px;
  padding: 0 1em;
}

input[type="email"] {
  width: 100%;
}

input[type="tel"] {
  width: 100%;
}

input[type="checkbox"] {
  border-radius: 0;
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}

input[type="radio"] {
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.15em;
}

textarea {
  padding: 0.75em 1em;
  width: 100%;
}

::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
  opacity: 1;
}

::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
  opacity: 1;
}

:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #afafaf;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border-color: #656565 !important;
}

.contact .form_box .send_wrap .agree {
  margin-bottom: 3vw;
  margin-top: 2vw;
}

.agree_check[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

span.error_blank,
span.error_format,
span.error_match {
  color: #be1a21;
  display: block;
  line-height: 2.5;
}

span.error_check {
  display: none;
  color: #be1a21;
}

div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -----------------------------------------------------------
  お問い合わせ完了
----------------------------------------------------------- */
.contact.complete .complete_box {
  text-align: center;
}

.contact.complete .complete_box .complete_ttl {
  font-size: 3.0rem;
  font-weight: 700;
}

.contact.complete .complete_box .complete_content {
  font-size: 1.8rem;
  margin-top: 3vw;
}

.contact.complete .complete_box .complete_content p:not(:first-of-type) {
  margin-top: 0.75em;
}

.contact.complete .complete_box .complete_btn {
  margin-top: 3vw;
}

/* -----------------------------------------------------------
  個人情報保護方針
----------------------------------------------------------- */
.privacypolicy .privacy_box {
  counter-reset: number;
}

.privacypolicy .privacy_box>dl:not(:first-of-type) {
  margin-top: 3vw;
}

.privacypolicy .privacy_box>dl>dt {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}

.privacypolicy .privacy_box>dl>dt:before {
  content: counter(number) ".";
  counter-increment: number;
  margin-right: 0.25em;
}

.privacypolicy .privacy_box>dl>dd {
  margin-top: 10px;
}

.privacypolicy .privacy_box>dl>dd .list {
  margin-top: 10px;
}

.privacypolicy .privacy_box>dl>dd .privacy_txt {
  margin-top: 10px;
}