@charset "UTF-8";
#product-page .mainv {
  background: url(../img/product/mainv.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #product-page .mainv {
    background: url(../img/product/sp/mainv.jpg) no-repeat center/cover;
  }
}
#product-page .info .inner {
  position: relative;
}
@media (max-width: 767px) {
  #product-page .info .inner {
    width: calc(100% - 40px);
  }
}
#product-page .info .text {
  max-width: 620px;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  #product-page .info .text {
    margin-bottom: 115px;
  }
}
#product-page .info .text p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
}
#product-page .info .loop-text .slick-slide {
  width: auto !important;
  margin-right: 100px;
}
#product-page .info .loop-text span {
  display: flex;
  align-items: center;
  gap: 0 100px;
}
#product-page .info .loop-text span img {
  width: 860px;
}
#product-page .info .position1 {
  width: 96px;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 488px);
}
@media (max-width: 767px) {
  #product-page .info .position1 {
    left: -5px;
    width: 86px;
    bottom: -87px;
  }
}
#product-page .info .position2 {
  width: 117px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 504px);
}
@media (max-width: 767px) {
  #product-page .info .position2 {
    right: -10px;
    width: 84px;
    bottom: auto;
    top: -16px;
  }
}
#product-page .product-list .inner {
  padding: 110px 0 100px;
  width: 1200px;
  max-width: 1200px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  #product-page .product-list .inner {
    width: calc(100% - 40px);
    padding-right: 0;
    padding-top: 90px;
  }
}
#product-page .product-list .product-list-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #product-page .product-list .product-list-flex {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #product-page .product-list .left-menu {
    transform: translateX(-20px);
    margin-bottom: 50px;
  }
}
#product-page .product-list .left-menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  background: #F9F9F9;
  padding: 50px 10px 50px 50px;
  width: 220px;
  border-radius: 0 20px 20px 0;
  position: sticky;
  top: 120px;
}
#product-page .product-list .left-menu ul::before {
  content: "LINE UP";
  font-weight: bold;
  color: #B3BEB2;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  line-height: 30px;
  letter-spacing: 10%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
@media (max-width: 767px) {
  #product-page .product-list .left-menu ul {
    width: calc(100% - 10px);
    border-radius: 0 10px 10px 0;
    gap: 30px 0;
    padding: 40px 20px 40px 40px;
  }
}
#product-page .product-list .left-menu ul li {
  position: relative;
}
@media (max-width: 767px) {
  #product-page .product-list .left-menu ul li {
    padding-left: 16px;
  }
}
#product-page .product-list .left-menu ul li::before {
  content: "";
  width: 9px;
  height: 8.4px;
  background: #5EBA54;
  clip-path: polygon(30% 0, 80% 0%, 105% 50%, 80% 100%, 30% 100%, 5% 50%);
  position: absolute;
  left: -17px;
  top: 6px;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #product-page .product-list .left-menu ul li::before {
    opacity: 1;
    line-height: 2;
    font-weight: bold;
    top: 2px;
    width: 17px;
    height: 16px;
    clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  }
}
#product-page .product-list .left-menu ul li.active::before {
  opacity: 1;
}
#product-page .product-list .left-menu ul li a {
  font-size: 16px;
  font-weight: bold;
}
#product-page .product-list .right {
  width: 826px;
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
@media (max-width: 767px) {
  #product-page .product-list .right {
    width: 100%;
  }
}
#product-page .product-list .right .category-title {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
  padding: 16px 20px 23px 38px;
  background: #F9F9F9;
  border-radius: 15px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #product-page .product-list .right .category-title {
    border-radius: 8px;
    padding: 13px 10px 13px 15px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
  }
}
#product-page .product-list .right .category-title h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #product-page .product-list .right .category-title h2 {
    font-size: 23px;
  }
}
#product-page .product-list .right .category-title span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 10%;
  color: #B3BEB2;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  #product-page .product-list .right .category-title span {
    font-size: 16xpx;
  }
}
#product-page .product-list .right h3 {
  font-size: 25px;
  font-weight: bold;
  padding-left: 38px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #product-page .product-list .right h3 {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
}
#product-page .product-list .right h3::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #F95251;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 15px;
}
@media (max-width: 767px) {
  #product-page .product-list .right h3::before {
    left: 0;
    width: 10px;
    height: 10px;
    top: 11px;
  }
}
#product-page .product-list .right .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
  margin-bottom: 80px;
}
#product-page .product-list .right .flex:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #product-page .product-list .right .flex {
    flex-direction: column;
    gap: 45px 0;
    margin-bottom: 60px;
  }
}
#product-page .product-list .right .item {
  width: 385px;
}
@media (max-width: 767px) {
  #product-page .product-list .right .item {
    width: 100%;
  }
}
#product-page .product-list .right .item .image {
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #product-page .product-list .right .item .image {
    margin-bottom: 15px;
  }
}
#product-page .product-list .right .item .image img {
  border-radius: 20px;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 767px) {
  #product-page .product-list .right .item .image img {
    border-radius: 10px;
  }
}
#product-page .product-list .right .item .text b {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #product-page .product-list .right .item .text b {
    margin-bottom: 10px;
  }
}
#product-page .product-list .right .item .text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
#product-page .product-list .right .item .text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #product-page .product-list .right .item .text p {
    margin-bottom: 15px;
  }
}
#product-page .product-list .right .item .text span {
  font-size: 14px;
  line-height: 30px;
  background: #5EBA54;
  display: inline-block;
  padding: 0 16px;
  border-radius: 100vh;
  color: #fff;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #product-page .product-list .right .item .text span {
    margin-bottom: 10px;
  }
}
#product-page .cta-wrap::before {
  content: none;
}

#facility-page .mainv {
  background: url(../img/facility/mainv.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #facility-page .mainv {
    background: url(../img/facility/sp/mainv.jpg) no-repeat center/cover;
  }
}
#facility-page .plating-info .inner, #facility-page .finishing-info .inner {
  padding: 0 0 100px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  #facility-page .plating-info .inner, #facility-page .finishing-info .inner {
    width: calc(100% - 40px);
    padding: 0 0 70px;
  }
}
#facility-page .plating-info .content-ttl h2, #facility-page .finishing-info .content-ttl h2 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #facility-page .plating-info .content-ttl h2, #facility-page .finishing-info .content-ttl h2 {
    margin-bottom: 40px;
  }
}
#facility-page .plating-info .flex, #facility-page .finishing-info .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px 0;
}
@media (max-width: 767px) {
  #facility-page .plating-info .flex, #facility-page .finishing-info .flex {
    gap: 60px 0;
  }
}
#facility-page .plating-info .item, #facility-page .finishing-info .item {
  width: 460px;
  display: flex;
  flex-direction: column;
}
#facility-page .plating-info .item.padding, #facility-page .finishing-info .item.padding {
  padding-top: 21px;
}
@media (max-width: 767px) {
  #facility-page .plating-info .item.padding, #facility-page .finishing-info .item.padding {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #facility-page .plating-info .item, #facility-page .finishing-info .item {
    width: 100%;
  }
}
#facility-page .plating-info .item .title span, #facility-page .finishing-info .item .title span {
  padding-left: 32px;
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  #facility-page .plating-info .item .title span, #facility-page .finishing-info .item .title span {
    padding-left: 20px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
}
#facility-page .plating-info .item h3, #facility-page .finishing-info .item h3 {
  font-size: 25px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #facility-page .plating-info .item h3, #facility-page .finishing-info .item h3 {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
}
#facility-page .plating-info .item h3::before, #facility-page .finishing-info .item h3::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #F95251;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 15px;
}
@media (max-width: 767px) {
  #facility-page .plating-info .item h3::before, #facility-page .finishing-info .item h3::before {
    left: 0;
    width: 10px;
    height: 10px;
    top: 11px;
  }
}
#facility-page .plating-info .item table, #facility-page .finishing-info .item table {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  #facility-page .plating-info .item table, #facility-page .finishing-info .item table {
    height: 100%;
  }
}
@media (min-width: 768px) {
  #facility-page .plating-info .item table tbody, #facility-page .finishing-info .item table tbody {
    height: 100%;
  }
}
@media (min-width: 768px) {
  #facility-page .plating-info .item table .text-row, #facility-page .finishing-info .item table .text-row {
    height: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #facility-page .plating-info .item table _::-webkit-full-page-media, #facility-page .plating-info .item table _:future, :root #facility-page .plating-info .item table, #facility-page .finishing-info .item table _::-webkit-full-page-media, #facility-page .finishing-info .item table _:future, :root #facility-page .finishing-info .item table {
    height: auto !important;
  }
  #facility-page .plating-info .item table _::-webkit-full-page-media, #facility-page .plating-info .item table _:future, #facility-page .plating-info .item table :root tbody, #facility-page .finishing-info .item table _::-webkit-full-page-media, #facility-page .finishing-info .item table _:future, #facility-page .finishing-info .item table :root tbody {
    height: auto !important;
  }
  #facility-page .plating-info .item table _::-webkit-full-page-media, #facility-page .plating-info .item table _:future, #facility-page .plating-info .item table :root .text-row, #facility-page .finishing-info .item table _::-webkit-full-page-media, #facility-page .finishing-info .item table _:future, #facility-page .finishing-info .item table :root .text-row {
    height: auto !important;
  }
}
#facility-page .plating-info .item table tr:first-of-type th, #facility-page .finishing-info .item table tr:first-of-type th {
  border-top: 1px solid #D9D9D9;
}
#facility-page .plating-info .item table tr:first-of-type td, #facility-page .finishing-info .item table tr:first-of-type td {
  border-top: 1px solid #D9D9D9;
}
#facility-page .plating-info .item table th, #facility-page .finishing-info .item table th {
  width: 120px;
  background: #F9F9F9;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 0 22px 15px;
  vertical-align: top;
  line-height: 2;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #facility-page .plating-info .item table th, #facility-page .finishing-info .item table th {
    width: 80px;
    font-size: 15px;
    padding: 16px 10px;
    vertical-align: middle;
  }
}
#facility-page .plating-info .item table td, #facility-page .finishing-info .item table td {
  width: calc(100% - 120px);
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  padding: 22px 0 22px 20px;
  border-bottom: 1px solid #D9D9D9;
  vertical-align: top;
}
#facility-page .plating-info .item table td.size, #facility-page .finishing-info .item table td.size {
  line-height: 24px;
}
@media (max-width: 767px) {
  #facility-page .plating-info .item table td, #facility-page .finishing-info .item table td {
    padding: 16px 10px 16px 15px;
    font-size: 15px;
  }
}
#facility-page .finishing-info {
  position: relative;
}
#facility-page .finishing-info::before {
  content: "";
  width: 100%;
  height: calc(100% + 166px);
  background: #F9F9F9;
  border-radius: 0 50px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #facility-page .finishing-info::before {
    border-radius: 0 25px 0 0;
  }
}
#facility-page .finishing-info .inner {
  padding: 100px 0;
}
@media (max-width: 767px) {
  #facility-page .finishing-info .inner {
    padding: 80px 0 70px;
  }
}
#facility-page .finishing-info .item table th {
  background: #fff;
}

#control-page .mainv {
  background: url(../img/control/mainv.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #control-page .mainv {
    background: url(../img/control/sp/mainv.jpg) no-repeat center/cover;
  }
}
#control-page .policy-info .inner {
  padding-bottom: 10px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  #control-page .policy-info .inner {
    width: calc(100% - 40px);
    padding-bottom: 0;
  }
}
#control-page .policy-info .flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #control-page .policy-info .flex {
    flex-direction: column;
    gap: 30px 0;
  }
}
#control-page .policy-info .text {
  width: 480px;
}
@media (max-width: 767px) {
  #control-page .policy-info .text {
    width: 100%;
  }
  #control-page .policy-info .text .content-ttl h2 {
    font-size: 22px;
  }
}
#control-page .policy-info .text p {
  width: 435px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #control-page .policy-info .text p {
    width: 100%;
  }
}
#control-page .policy-info .image {
  width: 490px;
}
@media (max-width: 767px) {
  #control-page .policy-info .image {
    width: 100%;
  }
}
#control-page .policy-info .loop-text-slow {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #control-page .policy-info .loop-text-slow {
    padding-bottom: 80px;
  }
}
#control-page .policy-info .loop-text-slow .slick-slide {
  width: auto !important;
  margin-right: 100px;
}
#control-page .policy-info .loop-text-slow span {
  display: flex;
  align-items: center;
  gap: 0 100px;
}
#control-page .policy-info .loop-text-slow span img {
  width: 2035px;
}
#control-page .equipment-content {
  position: relative;
}
#control-page .equipment-content::before {
  content: "";
  width: 100%;
  height: calc(100% + 166px);
  background: #F9F9F9;
  border-radius: 0 50px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #control-page .equipment-content::before {
    border-radius: 0 25px 0 0;
  }
}
#control-page .equipment-content .inner {
  padding: 100px 0;
  max-width: 1000px;
}
@media (max-width: 767px) {
  #control-page .equipment-content .inner {
    padding: 80px 0;
    width: calc(100% - 40px);
  }
}
#control-page .equipment-content .info .content-ttl h2 {
  margin-bottom: 30px;
}
#control-page .equipment-content .info p {
  text-align: center;
  margin-bottom: 70px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #control-page .equipment-content .info p {
    margin-bottom: 50px;
  }
}
#control-page .equipment-content .flex {
  justify-content: space-between;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  #control-page .equipment-content .flex {
    flex-direction: column;
    gap: 50px 0;
  }
}
#control-page .equipment-content .item {
  width: 465px;
}
@media (max-width: 767px) {
  #control-page .equipment-content .item {
    width: 100%;
  }
}
#control-page .equipment-content .item .image {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #control-page .equipment-content .item .image {
    margin-bottom: 15px;
  }
}
#control-page .equipment-content .item .image .bg {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
}
@media (max-width: 767px) {
  #control-page .equipment-content .item .image .bg {
    aspect-ratio: 67/40;
    height: auto;
    border-radius: 10px;
  }
}
#control-page .equipment-content .item .image .bubble {
  width: 176px;
  position: absolute;
  top: -26px;
  right: 32px;
}
@media (max-width: 767px) {
  #control-page .equipment-content .item .image .bubble {
    width: 131.5px;
    top: -24px;
    right: 25px;
  }
}
#control-page .equipment-content .item .text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #control-page .equipment-content .item .text h3 {
    margin-bottom: 10px;
  }
}
#control-page .equipment-content .item .text p {
  font-size: 16px;
}
#control-page .equipment-content .box {
  max-width: 900px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 50px 76px;
  margin: auto;
}
@media (max-width: 767px) {
  #control-page .equipment-content .box {
    border-radius: 10px;
    padding: 37px 10px 22px;
  }
}
#control-page .equipment-content .box h3 {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #control-page .equipment-content .box h3 {
    font-size: 18px;
    width: max-content;
  }
}
#control-page .equipment-content .box h3 span {
  padding: 0 38px;
  position: relative;
}
@media (max-width: 767px) {
  #control-page .equipment-content .box h3 span {
    padding: 0 20px;
  }
}
#control-page .equipment-content .box h3 span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #F95251;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  #control-page .equipment-content .box h3 span::before {
    width: 9px;
    height: 9px;
  }
}
#control-page .equipment-content .box h3 span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F95251;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  #control-page .equipment-content .box h3 span::after {
    width: 9px;
    height: 9px;
  }
}
#control-page .equipment-content .box table {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #control-page .equipment-content .box table {
    border-radius: 15px;
  }
}
#control-page .equipment-content .box table tr:last-of-type td {
  border-bottom: none;
}
#control-page .equipment-content .box table tr:last-of-type td:nth-of-type(1) {
  border-radius: 0 0 0 20px;
}
#control-page .equipment-content .box table tr:last-of-type td:nth-of-type(2) {
  border-radius: 0 0 20px 0;
}
#control-page .equipment-content .box table th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 0;
  background: #F9F9F9;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #control-page .equipment-content .box table th {
    font-size: 16px;
    padding: 8.5px 0;
  }
}
#control-page .equipment-content .box table th:nth-of-type(1) {
  border-radius: 20px 0 0 0;
  border-right: 1px solid #D9D9D9;
}
#control-page .equipment-content .box table th:nth-of-type(2) {
  border-radius: 0 20px 0 0;
}
#control-page .equipment-content .box table td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #D9D9D9;
  width: 50%;
}
@media (max-width: 767px) {
  #control-page .equipment-content .box table td {
    padding: 10px 0;
    font-size: 15px;
  }
}
#control-page .equipment-content .box table td:nth-of-type(1) {
  border-right: 1px solid #D9D9D9;
}

#company-page .mainv {
  background: url(../img/company/mainv.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #company-page .mainv {
    background: url(../img/company/sp/mainv.jpg) no-repeat center/cover;
  }
}
#company-page .greeting .inner {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #company-page .greeting .inner {
    width: calc(100% - 40px);
  }
}
#company-page .greeting .flex {
  justify-content: space-between;
}
@media (max-width: 767px) {
  #company-page .greeting .flex {
    flex-direction: column-reverse;
    gap: 40px 0;
  }
}
#company-page .greeting .image {
  width: 480px;
}
@media (max-width: 767px) {
  #company-page .greeting .image {
    width: 100%;
  }
}
#company-page .greeting .image img {
  border-radius: 0 20px 0 20px;
}
#company-page .greeting .text {
  width: 550px;
}
@media (max-width: 767px) {
  #company-page .greeting .text {
    width: 100%;
  }
}
#company-page .greeting .text h2 {
  margin-bottom: 20px;
}
#company-page .greeting .text p {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 500;
}
#company-page .greeting .text .name {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
}
#company-page .greeting .text .name span {
  font-size: 16px;
  font-weight: 500;
}
#company-page .greeting .text .name b {
  font-size: 22px;
  font-weight: bold;
}
#company-page .sdgs {
  background: #F9F9F9;
}
#company-page .sdgs .inner {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #company-page .sdgs .inner {
    width: calc(100% - 40px);
  }
}
#company-page .sdgs .box {
  max-width: 900px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 50px 76px;
  margin: auto;
}
@media (max-width: 767px) {
  #company-page .sdgs .box {
    border-radius: 10px;
    padding: 42px 20px 45px;
  }
}
#company-page .sdgs .box h3 {
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #company-page .sdgs .box h3 {
    font-size: 20px;
    width: max-content;
  }
}
#company-page .sdgs .box h3 span {
  padding: 0 38px;
  position: relative;
}
@media (max-width: 767px) {
  #company-page .sdgs .box h3 span {
    padding: 0 20px;
  }
}
#company-page .sdgs .box h3 span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #F95251;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  #company-page .sdgs .box h3 span::before {
    width: 9px;
    height: 9px;
  }
}
#company-page .sdgs .box h3 span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F95251;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  #company-page .sdgs .box h3 span::after {
    width: 9px;
    height: 9px;
  }
}
#company-page .sdgs .box p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #company-page .sdgs .box p {
    text-align: left;
  }
}
#company-page .sdgs .box .image {
  text-align: center;
}
#company-page .sdgs .box .image img {
  width: 530px;
}
#company-page .profile {
  background: #F9F9F9;
  position: relative;
  overflow-x: clip;
}
#company-page .profile::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #5EBA54;
  border-radius: 0 50px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #company-page .profile::before {
    border-radius: 0 25px 0 0;
  }
}
#company-page .profile .position01 {
  position: absolute;
  width: 310px;
  z-index: 2;
  top: -40px;
  right: calc(50% - 630px);
}
@media (max-width: 767px) {
  #company-page .profile .position01 {
    width: 155px;
    top: -20px;
    right: -20px;
  }
}
#company-page .profile .position02 {
  position: absolute;
  width: 185px;
  z-index: 2;
  top: -20px;
  right: calc(50% - 550px);
}
@media (max-width: 767px) {
  #company-page .profile .position02 {
    width: 92.5px;
    top: -16px;
    right: 15px;
  }
}
#company-page .profile .position03 {
  position: absolute;
  width: 192px;
  z-index: 2;
  bottom: -40px;
  left: calc(50% - 676px);
}
@media (max-width: 767px) {
  #company-page .profile .position03 {
    display: none;
  }
}
#company-page .profile .position04 {
  position: absolute;
  width: 170px;
  z-index: 2;
  bottom: -30px;
  left: calc(50% - 580px);
}
@media (max-width: 767px) {
  #company-page .profile .position04 {
    display: none;
  }
}
#company-page .profile .inner {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #company-page .profile .inner {
    padding: 80px 0;
    width: calc(100% - 40px);
  }
}
#company-page .profile .content-ttl .sub {
  background: #fff;
  color: #5EBA54;
}
#company-page .profile .content-ttl h2 {
  color: #fff;
}
@media (max-width: 767px) {
  #company-page .profile .content-ttl h2 {
    letter-spacing: 10%;
    margin-bottom: 50px;
  }
}
#company-page .profile table {
  width: 780px;
  margin: auto;
}
@media (max-width: 767px) {
  #company-page .profile table {
    width: 100%;
  }
}
#company-page .profile table tr:first-of-type th, #company-page .profile table tr:first-of-type td {
  padding-top: 0;
}
#company-page .profile table tr:last-of-type td {
  display: flex;
  gap: 0 27px;
  align-items: center;
}
@media (max-width: 767px) {
  #company-page .profile table tr:last-of-type td {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 10px 0;
  }
}
#company-page .profile table tr:last-of-type td img {
  width: 100px;
}
#company-page .profile table th {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  width: 130px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}
@media (max-width: 767px) {
  #company-page .profile table th {
    width: 85px;
  }
}
#company-page .profile table td {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  width: calc(100% - 130px);
  padding: 20px 30px;
  border-bottom: 1px solid #AEDEAF;
}
@media (max-width: 767px) {
  #company-page .profile table td {
    width: calc(100% - 85px);
    padding: 25px 0 25px 15px;
  }
}
#company-page .access .inner {
  padding: 100px 0 80px;
}
@media (max-width: 767px) {
  #company-page .access .inner {
    padding: 80px 0 45px;
    width: calc(100% - 40px);
  }
}
#company-page .access .map {
  width: 900px;
  margin: auto;
}
@media (max-width: 767px) {
  #company-page .access .map {
    width: 100%;
  }
}
#company-page .access .map iframe {
  width: 100%;
  height: 350px;
  border-radius: 0 20px;
}
@media (max-width: 767px) {
  #company-page .access .map iframe {
    height: 300px;
    border-radius: 0 10px;
  }
}
#company-page .access .loop-text-slow {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #company-page .access .loop-text-slow {
    padding-bottom: 80px;
  }
}
#company-page .access .loop-text-slow .slick-slide {
  width: auto !important;
  margin-right: 100px;
}
#company-page .access .loop-text-slow span {
  display: flex;
  align-items: center;
  gap: 0 100px;
}
#company-page .access .loop-text-slow span img {
  width: 2042px;
}
#company-page .history {
  background: #F9F9F9;
}
#company-page .history .inner {
  padding: 100px 0;
}
@media (max-width: 767px) {
  #company-page .history .inner {
    padding: 80px 0;
    width: calc(100% - 40px);
  }
}
#company-page .history .detail dl {
  display: flex;
  padding-bottom: 20px;
  position: relative;
}
#company-page .history .detail dl:first-of-type::before {
  height: calc(100% - 30px);
}
@media (max-width: 767px) {
  #company-page .history .detail dl:first-of-type::before {
    height: calc(100% - 15px);
  }
}
#company-page .history .detail dl:last-of-type {
  padding-bottom: 0;
}
#company-page .history .detail dl:last-of-type::before {
  height: 30px;
  bottom: auto;
  top: 0;
}
@media (max-width: 767px) {
  #company-page .history .detail dl:last-of-type::before {
    height: 15px;
  }
}
#company-page .history .detail dl::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 150px;
  z-index: 0;
}
@media (max-width: 767px) {
  #company-page .history .detail dl::before {
    left: 85px;
  }
}
#company-page .history .detail dt {
  color: #5EBA54;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  padding-top: 13px;
  width: 150px;
  position: relative;
}
@media (max-width: 767px) {
  #company-page .history .detail dt {
    font-size: 20px;
    width: 85px;
    padding-top: 6px;
  }
}
#company-page .history .detail dt::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F95251;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 23px;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  #company-page .history .detail dt::after {
    width: 8px;
    height: 8px;
    top: 12px;
  }
}
#company-page .history .detail dt span {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  #company-page .history .detail dt span {
    font-size: 15px;
  }
}
#company-page .history .detail dd {
  width: calc(100% - 150px);
  padding-left: 50px;
}
@media (max-width: 767px) {
  #company-page .history .detail dd {
    width: calc(100% - 85px);
    padding-left: 19px;
  }
}
#company-page .history .detail dd b {
  display: block;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
}
#company-page .history .detail dd p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
}

#contact-page .mainv {
  background: url(../img/contact/mainv.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #contact-page .mainv {
    background: url(../img/contact/sp/mainv.jpg) no-repeat center/cover;
  }
}
#contact-page .tel-info .box {
  width: 650px;
  margin: auto;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  padding: 60px 0 42px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}
@media (max-width: 767px) {
  #contact-page .tel-info .box {
    width: calc(100% - 40px);
    gap: 15px 0;
    padding: 44px 0 35px;
    border-radius: 3px;
  }
}
#contact-page .tel-info .box h2 {
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  #contact-page .tel-info .box h2 {
    font-size: 20px;
    width: max-content;
  }
}
#contact-page .tel-info .box h2::before {
  content: "";
  width: calc(100% + 120px);
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  #contact-page .tel-info .box h2::before {
    width: calc(100% + 30px);
  }
}
#contact-page .tel-info .box a {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 10%;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 767px) {
  #contact-page .tel-info .box a {
    font-size: 30px;
    padding-left: 40px;
  }
}
#contact-page .tel-info .box a::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/contact/tel-icon.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #contact-page .tel-info .box a::before {
    width: 27px;
    height: 27px;
  }
}
#contact-page .tel-info .box span {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #contact-page .tel-info .box span {
    font-size: 16px;
  }
}
#contact-page .form {
  padding: 80px 0 100px;
  background: url(../img/company-bk.jpg) 100%;
}
@media (max-width: 767px) {
  #contact-page .form {
    padding: 70px 0 80px;
  }
}
#contact-page .form .inner {
  max-width: 800px;
}
@media (max-width: 767px) {
  #contact-page .form .inner {
    width: calc(100% - 40px);
  }
}
#contact-page .form h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #contact-page .form h2 {
    font-size: 20px;
  }
}
#contact-page .form .information {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
}
#contact-page .form .error {
  margin-bottom: 30px;
  text-align: center;
}
#contact-page .form table {
  width: 100%;
}
#contact-page .form .flex {
  display: flex;
}
#contact-page .form tr {
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}
#contact-page .form tr:first-of-type {
  border-top: 1px solid #D9D9D9;
}
#contact-page .form tr:first-of-type td {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  #contact-page .form tr:first-of-type td {
    width: 100%;
  }
}
#contact-page .form tr:first-of-type td::after {
  content: "";
  width: 19px;
  height: 11px;
  background: #222;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
#contact-page .form tr:last-of-type {
  align-items: flex-start;
}
#contact-page .form tr:last-of-type th {
  padding-top: 13px;
}
#contact-page .form tr:last-of-type th span {
  top: 20px;
}
#contact-page .form th {
  width: 270px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 767px) {
  #contact-page .form th {
    width: fit-content;
    padding-right: 60px;
    margin-bottom: 14px;
    font-size: 16px;
  }
}
#contact-page .form th span {
  position: absolute;
  color: #fff;
  background: #F95251;
  padding: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 74px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  #contact-page .form th span {
    right: 0;
    font-size: 14px;
    padding: 3px 6px;
  }
}
#contact-page .form td {
  width: calc(100% - 270px);
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  #contact-page .form td {
    width: 100%;
  }
}
#contact-page .form td.flex {
  margin: 0;
}
#contact-page .form td input, #contact-page .form td textarea {
  padding: 15px 18px;
  width: 100%;
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #contact-page .form td input, #contact-page .form td textarea {
    padding: 16px 20px;
  }
}
#contact-page .form td input::placeholder, #contact-page .form td textarea::placeholder {
  color: #A2A2A2;
}
#contact-page .form td input[type=text]:focus, #contact-page .form td textarea[type=text]:focus {
  border: 1px solid #D9D9D9;
  background: #fff;
  outline: 0;
}
#contact-page .form td input:focus-visible, #contact-page .form td textarea:focus-visible {
  outline-style: none;
  background: #fff;
  border: 1px solid #D9D9D9;
  outline: 0;
}
#contact-page .form td textarea {
  height: 220px;
  resize: none;
}
@media (max-width: 767px) {
  #contact-page .form td textarea {
    height: 180px;
  }
}
#contact-page .form td label {
  cursor: pointer;
}
#contact-page .form td div {
  margin-right: 30px;
  cursor: pointer;
}
#contact-page .form td div input {
  width: inherit;
  margin: auto;
}
#contact-page .form td select {
  width: 265px;
  padding: 15px 18px;
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
@media (max-width: 767px) {
  #contact-page .form td select {
    width: 100%;
    padding: 16px 20px;
  }
}
#contact-page .form td select:focus {
  border: 1px solid #D9D9D9;
  background: #fff;
}
#contact-page .form .privacy-box {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #contact-page .form .privacy-box {
    margin-top: 50px;
  }
}
#contact-page .form .privacy-box .privacy-policy {
  height: 200px;
  padding: 20px;
  text-align: justify;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  overflow-y: scroll;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  #contact-page .form .privacy-box .privacy-policy {
    padding: 10px;
  }
}
#contact-page .form .privacy-box .privacy-policy ol {
  counter-reset: number;
  padding-left: 0;
}
#contact-page .form .privacy-box .privacy-policy ol > li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
#contact-page .form .privacy-box .privacy-policy ol > li::before {
  counter-increment: number;
  content: counter(number) "．";
  position: absolute;
  left: 0;
  top: 0;
}
#contact-page .form .privacy-box .privacy-policy ul {
  padding-left: 0;
}
#contact-page .form .privacy-box .privacy-policy ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
#contact-page .form .privacy-box .privacy-policy ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#contact-page .form .privacy-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #contact-page .form .privacy-check {
    margin-top: 30px;
  }
}
#contact-page .form .privacy-check input {
  width: 16px;
  height: 16px;
  padding: 4px;
  background: #fff;
  position: relative;
  border-radius: 2px;
  border: 1px solid #A2A2A2;
  cursor: pointer;
}
#contact-page .form .privacy-check input:checked {
  border: 1px solid #A2A2A2;
}
#contact-page .form .privacy-check input:checked::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #F95251;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
#contact-page .form .privacy-check input:checked::after {
  content: "";
  width: 6px;
  height: 9px;
  background: #F95251;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#contact-page .form button {
  width: 100%;
  margin-top: 67px;
}
@media (max-width: 767px) {
  #contact-page .form button {
    margin-top: 55px;
  }
}
#contact-page .form button span {
  width: 200px;
  height: 50px;
  background: #F95251;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100vh;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #F95251;
  transition: 0.3s;
  cursor: pointer;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  #contact-page .form button span {
    width: 220px;
    height: 55px;
    font-size: 15px;
  }
}
#contact-page .form button span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#contact-page .form button span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/common/btn-arrow-red.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translate(50%, -50%);
  transition: 0.3s;
}
#contact-page .form button span:hover {
  opacity: 1;
  background: #fff;
  color: #F95251;
}
#contact-page .form button span:hover::before {
  background: #F95251;
}
#contact-page .form button span:hover::after {
  background: url(../img/common/btn-arrow-white.png) no-repeat center/100%;
}
#contact-page .form .clum_box {
  display: flex;
  justify-content: center;
}
#contact-page .form .clum_box li:first-of-type {
  margin-right: 50px;
}
#contact-page .form .clum_box li:first-of-type button span {
  background: #c3c1be;
}
#contact-page .form .clum_box li:first-of-type button span::after {
  content: none;
}
#contact-page .form .clum_box li:first-of-type button span:hover {
  background: #a5a4a3;
}
#contact-page .cta-wrap {
  display: none;
}
#contact-page footer {
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  #contact-page .form .error {
    line-height: 1.5;
  }
  #contact-page .form h2 {
    margin-bottom: 30px;
  }
  #contact-page .form tr {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #contact-page .form button span {
    max-width: 100%;
  }
  #contact-page .form .clum_box {
    flex-direction: column;
  }
  #contact-page .form .clum_box li:first-of-type {
    margin-right: 0;
  }
}

#thanks-page .mainv {
  background: url(../img/contact/mainv.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #thanks-page .mainv {
    background: url(../img/contact/sp/mainv.jpg) no-repeat center/cover;
  }
}
#thanks-page #form {
  text-align: center;
}
#thanks-page #form .inner {
  width: calc(100% - 40px);
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #thanks-page #form .inner {
    padding-bottom: 80px;
  }
}
#thanks-page #form h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 40px;
}
#thanks-page #form .top_txt {
  margin-bottom: 50px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
#thanks-page #form .return a {
  width: 200px;
  height: 50px;
  background: #F95251;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100vh;
  font-size: 14px;
  border: 1px solid #F95251;
  margin: auto;
  position: relative;
}
#thanks-page #form .return a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#thanks-page #form .return a::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/common/btn-arrow-red.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translate(50%, -50%);
  transition: 0.3s;
}
#thanks-page #form .return a:hover {
  opacity: 1;
  background: #fff;
  color: #F95251;
}
#thanks-page #form .return a:hover::before {
  background: #F95251;
}
#thanks-page #form .return a:hover::after {
  background: url(../img/common/btn-arrow-white.png) no-repeat center/100%;
}
@media (max-width: 767px) {
  #thanks-page #form h3 {
    font-size: 26px;
    margin-top: 50px;
  }
  #thanks-page #form a {
    margin: 0 auto 50px;
  }
}
#thanks-page .cta-wrap {
  display: none;
}
#thanks-page footer {
  border: 1px solid #D9D9D9;
}

.lower .mainv {
  height: 330px;
  position: relative;
  border-radius: 100vh;
  max-width: 100%;
  width: calc(100% - 40px);
  margin: auto;
}
@media (max-width: 767px) {
  .lower .mainv {
    height: 225px;
    border-radius: 50px;
    width: calc(100% - 40px);
  }
}
.lower .mainv .page-ttl-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
@media (max-width: 767px) {
  .lower .mainv .page-ttl-position {
    top: 56%;
    text-align: center;
  }
}
.lower .mainv h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 15%;
}
@media (max-width: 767px) {
  .lower .mainv h1 {
    font-size: 25px;
    line-height: 22.5px;
  }
}
.lower .mainv span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 15%;
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .lower .mainv span {
    font-size: 16px;
    line-height: 15px;
    margin-top: 15px;
  }
}
.lower .bread {
  display: flex;
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 30px auto 0;
  gap: 0 25px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .lower .bread {
    margin-top: 20px;
  }
}
.lower .bread li {
  position: relative;
}
.lower .bread li::after {
  content: "＞";
  position: absolute;
  right: -20px;
}
.lower .bread li:last-of-type::after {
  content: none;
}
@media (max-width: 767px) {
  .lower .bread li a {
    font-size: 13px;
  }
}/*# sourceMappingURL=lower.css.map */