@charset "UTF-8";

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
}

#breadcrumb ul {
  display: inline-block;
}

#breadcrumb ul:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #breadcrumb {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}

/* ========== end △ */
#breadcrumb li {
  font-size: 14px;
}

#breadcrumb li:first-child {
  width: 40px;
  color: #000000;
  text-align: left;
}

#breadcrumb li:nth-of-type(2) {
  padding-left: 10px;
}

#breadcrumb li:last-of-type {
  padding-left: 10px;
}

#breadcrumb li::before {
  content: ">";
  margin-right: 6px;
  color: #000000;
  font-size: 15px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  content: "";
}

#breadcrumb li a {
  color: #000;
}

#breadcrumb li a:hover {
  text-decoration: none;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */
.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

/* ==================================================
	main
================================================== */
.fw-b {
  font-weight: bold !important;
}

.font-Lato {
  font-family: "Lato", sans-serif;
}

.btn--blue {
  color: blue;
}

.cl_r {
  color: #ff0000;
}

.cl_b {
  color: #0051a4;
}

.cl_y {
  color: #ffde00;
}

.bg_b {
  background: #222222;
}

.sub_tit_b {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.sub_tit_b:after {
  position: absolute;
  content: "";
  background: #000;
  height: 3px;
  width: 13%;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub_tit_w {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.sub_tit_w:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 3px;
  width: 13%;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.banner {
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
}

.banner h1 span {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 35px;
}

.bor_red_w {
  font-size: 24px;
  position: relative;
  padding-left: 25px;
  margin: 35px 0 15px 0;
}

.bor_red_w::before {
  content: "";
  position: absolute;
  background: url("../contact/images/col_red_w.png") left center no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 8px;
  height: 35px;
}

.bor_red_b {
  font-size: 24px;
  position: relative;
  padding-left: 25px;
  margin: 35px 0 15px 0;
}

.bor_red_b::before {
  content: "";
  position: absolute;
  background: url("../company/images/col_red_b.png") left center no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 8px;
  height: 35px;
}

.ic_r_b {
  font-size: 20px;
  border-bottom: 1px solid #000;
  position: relative;
  padding-left: 25px;
  margin: 15px 0 15px 0;
}

.ic_r_b::before {
  content: "";
  position: absolute;
  background: url("../effort/images/ic_dou_r_b.png") left center no-repeat;
  background-size: 100%;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
}

/* -- pg_contact --*/
.w100 {
  width: 100% !important;
}

.hissu {
  background: url(../contact/images/hissu.png) no-repeat left center;
}

.ninni {
  background: url(../contact/images/ninni.png) no-repeat left center;
}

.sec_home #sec04 {
  background: url("../images/bg_03.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 50px 0;
  color: #fff;
}

.sec_home #sec04 h2 {
  margin-bottom: 41px;
}

.sec_home #sec04 p {
  text-align: center;
}

.sec_home #sec04 .box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.sec_home #sec04 .box .word {
  position: relative;
}

.sec_home #sec04 .box .word::after {
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  top: 0;
  right: -160px;
  width: 1px;
  height: 100%;
}

.sec_home #sec04 .box .word p {
  text-align: left;
}

.sec_home #sec04 .box .word p:last-of-type {
  font-size: 14px;
}

.sec_home #sec04 .box .word .num01 {
  font-size: 40px;
}

.sec_home #sec04 .box .word .num02 {
  font-size: 23px;
}

.sec_home #sec04 .box .btn a {
  display: block;
  width: 433px;
  text-align: center;
  padding: 30px 0;
  background: url(../images/arr_b.png) no-repeat right 22px center #fff;
  border: 1px solid #fff;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.sec_home #sec04 .box .btn a:hover {
  background: url(../images/arr_w.png) no-repeat right 22px center #000;
  color: #fff;
}

.pg_contact .banner {
  background: url("../contact/images/banner.png") center center no-repeat;
}

.pg_contact #sec01 {
  margin: 50px 0 30px 0;
}

.pg_contact #sec01 .box {
  width: 50%;
  margin: 2% auto;
}

.pg_contact #sec01 .__branch * {
  line-height: 1;
}
.pg_contact #sec01 .__branch h3,
.pg_contact #sec01 .__branch h4 {
  letter-spacing: 2px;
}
.pg_contact #sec01 .__branch h3,
.pg_contact #sec01 .__branch h3 + p {
  font-size: 40px;
  font-weight: 700;
}

.pg_contact #sec01 .__branch h4,
.pg_contact #sec01 .__branch h4 + p {
  font-size: 24px;
  font-weight: 700;
}

.pg_contact #sec01 .box > p {
  font-size: 18px;
  padding-top: 2%;
}

.pg_contact a.tel-link {
  color: inherit;
  text-decoration: none !important;
  pointer-events: none;
}

.pg_contact #sec01 .note {
  width: 80%;
  margin: 0 auto 5px auto;
}

@media screen and (max-width: 767px) {
  .pg_contact a.tel-link {
    pointer-events: auto;
  }
  .pg_contact #sec01 .__branch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.125em;
  }
  .pg_contact #sec01 .__branch a {
    font-size: 1.125em;
    letter-spacing: 1px;
  }
  .pg_contact #sec01 .__branch p {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0.25em;
  }
  .pg_contact #sec01 .__branch p::before {
    content: "TEL :";
    margin-right: 0.25em;
  }
  .pg_contact #sec01 .__branch h3 ,
  .pg_contact #sec01 .__branch h3 + p {
    font-size: 7vw;
  }
  .pg_contact #sec01 .__branch h4,
  .pg_contact #sec01 .__branch h4 + p {
    font-size: 5vw;
  }
  .pg_contact #sec01 .__branch h3::before,
  .pg_contact #sec01 .__branch h4::before {
    content: "【";
  }
  .pg_contact #sec01 .__branch h3::after,
  .pg_contact #sec01 .__branch h4::after {
    content: "】";
  }
  .pg_contact #sec01 .box {
    margin-top: 2.25em !important;
  }
  .pg_contact #sec01 .box > p {
    font-size: 3.5vw;
    margin-top: 1.25em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .pg_contact #sec01 .__branch h3::after,
  .pg_contact #sec01 .__branch h4::after {
    content: ":";
    margin-inline: 0.25em;
  }
  .pg_contact #sec01 .__branch {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 1em;
  }
  .pg_contact #sec01 .__branch a {
    font-size: 1.125em;
    letter-spacing: 1px;
  }
  .pg_contact #sec01 .box {
    margin-top: 2.25em;
  }
  .pg_contact #sec01 .box > p {
    margin-top: 0.75em;
    text-align: center;
  }
}

.pg_contact #sec02 {
  background: #222222;
  padding: 30px 0;
  color: #fff;
}

.pg_contact #sec02 h2 {
  color: #fff;
}

.pg_contact #sec02 .content {
  margin: 30px 0;
}

.pg_contact #sec02 .content p {
  color: #fff;
  line-height: 1.8;
}

.pg_contact #sec02 h3 {
  font-size: 24px;
  position: relative;
  padding-left: 25px;
  margin: 35px 0 15px 0;
}

.pg_contact #sec02 h3::before {
  content: "";
  position: absolute;
  background: url("../contact/images/col_red_w.png") left center no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 8px;
  height: 35px;
}

.pg_contact #sec02 .tb_contact {
  width: 100%;
}

.pg_contact #sec02 .tb_contact tr {
  border-top: 1px solid #fff;
  padding: 10px 0;
}

.pg_contact #sec02 .tb_contact tr:last-of-type {
  border-bottom: 1px solid #fff;
}

.pg_contact #sec02 .tb_contact tr th,
.pg_contact #sec02 .tb_contact tr td {
  padding: 20px;
}

.pg_contact #sec02 .tb_contact tr th {
  width: 270px;
  background-color: #f0f0f1;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg_contact #sec02 .tb_contact tr th span {
  padding-left: 50px;
}

.pg_contact #sec02 .tb_contact tr td {
  padding: 15px 0px 15px 30px;
  width: 689px;
}

.pg_contact #sec02 .tb_contact tr td input,
.pg_contact #sec02 .tb_contact tr td select,
.pg_contact #sec02 .tb_contact tr td textarea {
  padding: 10px;
}

.pg_contact #sec02 .tb_contact tr td .ser {
  border-bottom: 1px solid #ff0000;
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
}

.pg_contact #sec02 .tb_contact tr td p {
  padding-bottom: 10px;
}

.pg_contact #sec02 .tb_contact tr td ul li {
  line-height: 1.8;
  width: 250px;
}

.pg_contact #sec02 button.btn_page {
  width: 325px;
  padding: 15px 0px;
  max-width: 80%;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.pg_contact #sec02 button.btn_back::after {
  content: "";
  position: absolute;
  background: url(../contact/images/arr_b.png) right center no-repeat;
  background-size: 100%;
  top: 10px;
  left: 45px;
  width: 8px;
  height: 35px;
  transform: rotate(180deg);
}

.pg_contact #sec02 button.btn_page::after {
  content: "";
  position: absolute;
  background: url("../contact/images/arr_b.png") right center no-repeat;
  background-size: 100%;
  top: 10px;
  right: 45px;
  width: 8px;
  height: 35px;
}

.pg_contact #sec03 {
  margin: 30px 0;
}

#pp .pp {
  margin-block-start: 15px;
  padding-block: 30px;
  font-weight: 400;
}

#pp .pp > * + * {
  margin-top: 1.5em;
}

#pp .pp h4 {
  display: flex;
  padding: 0.5em 0;
  font-size: 1.5em;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
#pp .pp h4::before {
  content: "";
  display: block;
  width: 0.333em;
  margin-right: 0.5em;
  background-image: linear-gradient(0deg, #000 50%, #f00 50%);
}

#pp .pp h5 {
  display: flex;
  margin-bottom: -0.5em;
  padding: 0.5em 0;
  font-size: 1.25em;
}
#pp .pp h5::before {
  content: "";
  display: block;
  width: 0.333em;
  margin-right: 0.5em;
  background-image: linear-gradient(0deg, #ddd 50%, #f00 50%);
}

#pp .pp ol {
  counter-reset: unset;
}
#pp .pp ol li {
  counter-increment: alphaNum;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#pp .pp ol li::before {
  content: counter(alphaNum, lower-alpha)"）";
}
#pp .pp ul li {
  list-style: outside disc;
  margin-left: 1.5em;
}


@media only screen and (max-width: 766px) {
  .pg_contact h2 {
    font-size: 23px;
  }

  .pg_contact #sec01 {
    margin-top: 30px;
  }

  .pg_contact #sec01 .box {
    width: 80%;
    margin: 4% auto;
  }

  .pg_contact #sec01 .note {
    width: 95%;
  }

  .pg_contact #sec02 .tb_contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pg_contact #sec02 .tb_contact tbody,
  .pg_contact #sec02 .tb_contact tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pg_contact #sec02 .tb_contact tr th,
  .pg_contact #sec02 .tb_contact tr td {
    display: inline-block;
    width: 100%;
  }

  .pg_contact #sec02 .tb_contact tr td {
    padding: 15px 0px 15px 0;
  }

  #pp .pp {
    padding-block-start: 1.5em;
    padding-inline: 0.5em;
  }

}

/* -- pg_news --*/
.pg_news .banner {
  background: url("../news/images/banner.png") center center no-repeat;
}

/* -- pg_company --*/
.pg_company .banner {
  background: url("../company/images/banner.png") center center no-repeat;
}

.pg_company #sec01 {
  background: #0f0f0f;
  padding: 20px 0;
  margin: 40px 0;
}

.pg_company #sec01 ul li {
  width: 184px;
  border: 2px solid #fff;
  text-align: center;
  padding: 5px 10px;
  margin-right: 20px;
}

.pg_company #sec01 ul li:last-of-type {
  margin-right: 0;
}

.pg_company #sec01 ul li a {
  color: #fff;
  text-decoration: none;
}

.pg_company #sec01 ul li a:hover {
  text-decoration: underline;
}

.pg_company #sec02 {
  margin-bottom: 50px;
}

.pg_company #sec02 .box {
  margin: 50px 0 30px 0;
}

.pg_company #sec02 .box:nth-of-type(2n) .bao {
  margin-left: 50px;
  margin-right: 0;
}

.pg_company #sec02 .box .bao {
  width: 550px;
  margin-right: 50px;
}

.pg_company #sec02 .box .bao h3 {
  font-size: 24px;
  position: relative;
  padding-left: 25px;
  margin: 0px 0 15px 0;
}

.pg_company #sec02 .box .bao h3::before {
  content: "";
  position: absolute;
  background: url("../company/images/col_red_b.png") left center no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 8px;
  height: 35px;
}

.pg_company #sec02 .box .bao p {
  line-height: 1.9;
}

.pg_company #sec02 .box figure {
  width: 400px;
}

.pg_company #sec03 .box {
  margin: 40px 0;
}

.pg_company #sec03 .box dl {
  border: 1px solid #000;
  border-bottom: none;
  background: #eeeeee;
}

.pg_company #sec03 .box dl:last-of-type {
  border-bottom: 1px solid #000;
}

.pg_company #sec03 .box dl dt,
.pg_company #sec03 .box dl dd {
  display: inline-block;
  padding: 20px 40px;
  vertical-align: top;
}

.pg_company #sec03 .box dl dt {
  width: 300px;
}

.pg_company #sec03 .box dl dd {
  width: 694px;
  background: #fff;
}

.pg_company #sec03 .box dl dd .col3 {
  flex-wrap: wrap;
}

.pg_company #sec03 .box dl dd .col3 li {
  width: 32%;
}

.pg_company #sec03 .box dl dd .w5em {
  display: inline-block;
  width: 5em;
}

.pg_company #sec03 .box dl dd .w6em {
  display: inline-block;
  width: 6em;
}

.pg_company #sec03 .bao {
  margin: 40px 0;
}

.pg_company #sec03 .bao dl {
  border-top: 1px solid #000;
}

.pg_company #sec03 .bao dl dt,
.pg_company #sec03 .bao dl dd {
  display: inline-block;
  padding: 20px 40px;
  vertical-align: top;
}

.pg_company #sec03 .bao dl dt {
  width: 300px;
  position: relative;
  text-align: center;
}

.pg_company #sec03 .bao dl dt::before {
  position: absolute;
  background: #000;
  content: "";
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
}

.pg_company #sec03 .bao dl dd {
  width: 694px;
  background: #fff;
}

.pg_company #sec03 .bao dl dd ul {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.pg_company #sec004 {
  background: #222222;
  color: #fff;
  padding: 50px 0;
}

.pg_company #sec004 .box {
  margin: 40px 0;
}

.pg_company #sec004 .box figure {
  width: 400px;
}

.pg_company #sec004 .box .bao {
  width: 550px;
  margin-left: 50px;
}

.pg_company #sec004 .box .bao p {
  line-height: 1.9;
}

.pg_company #sec004 .box .bao .bt {
  margin-top: 20px;
}

.pg_company #sec004 .box .bao .bt a {
  display: block;
  background: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  color: #000;
  width: 60%;
  padding: 20px;
  text-align: center;
  position: relative;
}

.pg_company #sec004 .box .bao .bt a::after {
  content: "";
  position: absolute;
  background: url(../contact/images/arr_b.png) right center no-repeat;
  background-size: 100%;
  top: 12px;
  right: 45px;
  width: 8px;
  height: 35px;
}

.pg_company #sec004 .box .bao .bt a:hover {
  background: url(../images/arr_w.png) no-repeat right 45px center #000;
  color: #fff;
}

.pg_company #sec004 .box .bao .bt a:hover::after {
  background: none;
}

.pg_company #sec004 .add_re p {
  width: 500px;
  margin-top: 10px;
  line-height: 1.9;
}

.pg_company #sec004 .map02 figure {
  width: 352px;
  margin-left: 28px;
}

.pg_company #sec004 .map02 figure p {
  line-height: 1.9;
}

.pg_company #sec004 .map02 iframe {
  max-width: 100%;
}

.pg_company #sec05 {
  margin: 40px 0;
}

.pg_company #sec05 .box {
  margin-top: 40px;
}

.pg_company #sec05 .box dl:not(.inr_dl) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  padding: 10px 0;
}

.pg_company #sec05 .box dl:not(.inr_dl):last-of-type {
  border-bottom: 1px solid #000;
}

.pg_company #sec05 .box dl:not(.inr_dl) > dt {
  width: 270px;
  background-color: #f0f0f1;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pg_company #sec05 .box dl:not(.inr_dl) > dd {
  padding: 15px 0px 15px 30px;
  width: 689px;
}

.pg_company #sec05 .box .inr_dl {
  display: flex;
}

.pg_company #sec05 .box .inr_dl dt{
  min-width: 4em;
}

.pg_company #sec05 .box .inr_dl dd{
  margin-left: 1em;
}

.pg_company #sec05 .bao {
  margin: 30px 0;
  padding: 20px;
  border: 2px solid #000;
}

.pg_company #sec05 .bao p {
  line-height: 1.9;
}

@media only screen and (max-width: 766px) {
  .pg_company h2 {
    font-size: 23px;
  }

  .pg_company #sec01 ul li {
    width: 47.5%;
    margin-bottom: 2%;
    margin-right: 5%;
  }

  .pg_company #sec01 ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .pg_company #sec01 ul li:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }

  .pg_company #sec01 ul li a {
    font-size: 3.5vw;
  }

  .pg_company #sec02 .box .bao {
    width: 100%;
    margin-right: 0;
    margin-left: 0 !important;
  }

  .pg_company #sec02 .box .bao h3 {
    font-size: 18px;
  }

  .pg_company #sec02 .box figure {
    width: 100%;
    text-align: center;
    margin-top: 2%;
  }

  .pg_company #sec03 .box dl dt,
  .pg_company #sec03 .box dl dd {
    width: 100%;
    display: inline-block;
    padding: 4% 2%;
  }

  .pg_company #sec03 .box dl dd {
    border-top: 1px solid #000;
  }

  /* .pg_company #sec03 .box dl dd ul {
      width: 48%;
      margin-bottom: 4%; }
      .pg_company #sec03 .box dl dd ul:last-of-type {
        margin-bottom: 0; } */
  .pg_company #sec03 .box dl dd .col3 li {
    width: 100%;
  }

  .pg_company #sec03 .bao dl dt,
  .pg_company #sec03 .bao dl dd {
    display: inline-block;
    padding: 4% 2%;
  }

  .pg_company #sec03 .bao dl dt {
    width: 30%;
  }

  .pg_company #sec03 .bao dl dd {
    width: 69%;
  }

  .pg_company #sec004 h3 {
    font-size: 18px;
  }

  .pg_company #sec004 .box {
    display: block;
  }

  .pg_company #sec004 .box figure {
    width: 100%;
    text-align: center;
    margin-bottom: 4%;
  }

  .pg_company #sec004 .box .bao {
    width: 100%;
    margin-left: 0;
  }

  .pg_company #sec004 .box .bao .bt a {
    width: 100%;
  }

  .pg_company #sec004 .map {
    margin-top: 5%;
  }

  .pg_company #sec004 .add_re a,
  .pg_company #sec004 .map a {
    color: #fff;
  }

  .pg_company #sec004 .map02 {
    display: block;
    width: 100%;
  }

  .pg_company #sec004 .map02 figure {
    width: 100%;
    margin-left: 0;
    margin-top: 4%;
    text-align: center;
  }

  .pg_company #sec004 .map02 figure p {
    text-align: left;
  }

  .pg_company #sec05 .box dl:not(.inr_dl) > dt,
  .pg_company #sec05 .box dl:not(.inr_dl) > dd {
    width: 100%;
    display: inline-block;
    padding: 4% 2%;
  }

  .pg_company #sec05 .box dl:not(.inr_dl) > dt {
    text-align: center;
  }
}

.pg_company #sec004 .map02 .tel-link {
  color: #fff;
}

@media only screen and (min-width: 767px) {
  .pg_company #sec004 .map02 .tel-link {
    pointer-events: none;
    text-decoration: none;
  }

}

/* -- pg_bus --*/
.pg_bus .banner {
  background: url("../business/images/banner.jpg") center center no-repeat;
}

.pg_bus #sec01,
.pg_bus #sec03 {
  margin: 30px 0 50px 0;
}

.pg_bus #sec01 p,
.pg_bus #sec03 p {
  font-size: 16px;
}

.pg_bus #sec01 .box,
.pg_bus #sec03 .box {
  margin-top: 40px;
}

.pg_bus #sec01 .box figure,
.pg_bus #sec03 .box figure {
  width: 400px;
}

.pg_bus #sec01 .box .bao,
.pg_bus #sec03 .box .bao {
  width: 550px;
  margin-left: 50px;
}

.pg_bus #sec01 .box .bao p,
.pg_bus #sec03 .box .bao p {
  line-height: 1.9;
  font-size: 14px;
}

.pg_bus #sec02,
.pg_bus #sec004 {
  color: #fff;
  padding: 40px;
}

.pg_bus #sec02 .box figure,
.pg_bus #sec004 .box figure {
  width: 400px;
}

.pg_bus #sec02 .box .bao,
.pg_bus #sec004 .box .bao {
  width: 550px;
  margin-left: 50px;
}

.pg_bus #sec02 .box .bao p,
.pg_bus #sec004 .box .bao p {
  line-height: 1.9;
  font-size: 14px;
}

.pg_bus #sec004 .bao_img {
  margin-top: 30px;
}

.pg_bus #sec004 .bao_img figure {
  width: 32%;
  margin-right: 2%;
}

.pg_bus #sec004 .bao_img figure:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 766px) {
  .pg_bus h2 {
    font-size: 23px;
  }

  .pg_bus h3 {
    font-size: 18px;
  }

  .pg_bus #sec01,
  .pg_bus #sec02,
  .pg_bus #sec03,
  .pg_bus #sec004 {
    padding: 4% 2%;
  }

  .pg_bus #sec01 .box,
  .pg_bus #sec02 .box,
  .pg_bus #sec03 .box,
  .pg_bus #sec004 .box {
    display: block;
  }

  .pg_bus #sec01 .box figure,
  .pg_bus #sec02 .box figure,
  .pg_bus #sec03 .box figure,
  .pg_bus #sec004 .box figure {
    width: 100%;
    text-align: center;
  }

  .pg_bus #sec01 .box .bao,
  .pg_bus #sec02 .box .bao,
  .pg_bus #sec03 .box .bao,
  .pg_bus #sec004 .box .bao {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4%;
  }

  .pg_bus #sec01,
  .pg_bus #sec03 {
    margin: 0;
  }

  .pg_bus #sec03 .box {
    margin: 0;
  }

  .pg_bus #sec02,
  .pg_bus #sec004 {
    padding: 4% 2%;
  }

  .pg_bus #sec004 {
    margin-bottom: 0;
  }

  .pg_bus #sec004 .bao_img figure img {
    max-width: 100%;
  }
}

/* -- pg_about --*/
.pg_about .banner {
  background: url("../aboutus/images/banner.png") center center no-repeat;
}

.pg_about #sec01 {
  margin: 40px 0 50px 0;
}

.pg_about #sec01 p {
  line-height: 1.9;
  font-size: 14px;
}

.pg_about #sec01 .box {
  margin-bottom: 50px;
}

.pg_about #sec01 .box:last-of-type {
  margin-bottom: 0;
}

.pg_about #sec01 .box:nth-of-type(2n) .bao {
  margin-right: 0;
  margin-left: 50px;
}

.pg_about #sec01 .box .bao {
  width: 550px;
  margin-right: 50px;
}

.pg_about #sec01 .box figure {
  width: 400px;
}

@media only screen and (max-width: 766px) {
  .pg_about h2 {
    font-size: 23px;
  }

  .pg_about h3 {
    font-size: 18px;
  }

  .pg_about #sec01 .box {
    display: block;
  }

  .pg_about #sec01 .box figure {
    width: 100%;
    text-align: center;
  }

  .pg_about #sec01 .box .bao {
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 4%;
  }
}

/* -- pg_effort --*/
.pg_effort .banner {
  background: url("../effort/images/banner.png") center center no-repeat;
}

.pg_effort #sec01 {
  margin: 40px 0;
}

.pg_effort #sec01 p {
  line-height: 1.9;
}

.pg_effort #sec01 .box {
  margin-top: 40px;
}

.pg_effort #sec01 .box .bao {
  width: 550px;
  margin-right: 50px;
}

.pg_effort #sec01 .box .bao ul {
  border: 1px solid #000;
  padding: 20px;
}

.pg_effort #sec01 .box .bao ul li {
  font-size: 18px;
  color: #ff0000;
  line-height: 1.8;
}

.pg_effort #sec01 .box figure {
  width: 400px;
}

.pg_effort #sec02 {
  margin: 40px 0;
}

.pg_effort #sec02 p {
  line-height: 1.9;
}

.pg_effort #sec02 .box {
  margin-top: 40px;
}
.pg_effort #sec02 .box.flex {
  gap: 50px;
}

.pg_effort #sec02 .box .bao {
  width: 550px;
}

.pg_effort #sec02 .box .bao .content {
  margin: 20px 0 0 20px;
}

.pg_effort #sec02 .box figure {
  width: 400px;
}

.pg_effort #sec02 .box_01 .bao ul {
  border: 1px solid #000;
  padding: 20px;
  margin: 20px 0;
}

.pg_effort #sec02 .box_01 .bao ul li {
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 766px) {
  .pg_effort h2 {
    font-size: 23px;
  }

  .pg_effort h3 {
    font-size: 18px;
  }

  .pg_effort #sec01 .box {
    display: block;
  }

  .pg_effort #sec01 .box .bao {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .pg_effort #sec01 .box figure {
    width: 100%;
    text-align: center;
  }

  .pg_effort #sec01 figure img {
    max-width: 100%;
  }

  .pg_effort #sec02 .box {
    display: block;
  }

  .pg_effort #sec02 .box .bao {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
    margin-left: 0;
  }

  .pg_effort #sec02 .box figure {
    width: 100%;
    text-align: center;
  }
}

/* -- ALL SP -- */
@media only screen and (max-width: 766px) {
  .banner h1 {
    font-size: 4.5vw;
  }

  .banner h1 span {
    padding: 2% 3%;
  }

  .sub_tit {
    font-size: 25px;
  }

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #breadcrumb {
    display: none;
  }

  .sec_home #sec04 {
    background: url(../images/bg_03_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  .sec_home #sec04 h2 {
    font-size: 22px;
  }

  .sec_home #sec04 .box {
    margin-top: 2%;
  }

  .sec_home #sec04 .box .word {
    margin-bottom: 4%;
  }

  .sec_home #sec04 .box .word p {
    text-align: center;
  }

  .sec_home #sec04 .box .word .num01 {
    font-size: 30px;
  }

  .sec_home #sec04 .box .word .num02 {
    font-size: 28px;
  }

  .sec_home #sec04 .box .btn a {
    width: 60%;
    margin: 0 auto;
    padding: 4% 0;
  }
}
