.cf:after {
  content: "";
  display: block;
  clear: both;
}

body.product .title-wrap {
  background-image: url(../img/title/product.jpg);
}
body.b2b .title-wrap {
  background-image: url(../img/title/b2b.jpg);
}
@media screen and (max-width: 768px) {
  body.b2b .title-wrap {
    background-position: right 20% center;
  }
}
body.pb .title-wrap {
  background-image: url(../img/title/pb.jpg);
}
body.company .title-wrap {
  background-image: url(../img/title/company.jpg);
}
body.news .title-wrap {
  background-image: url(../img/title/news.jpg);
}
body.recruit .title-wrap {
  background-image: url(../img/title/recruit.jpg);
}
body.contact .title-wrap {
  background-image: url(../img/title/contact.jpg);
}
body.privacy .title-wrap {
  background-image: url(../img/title/privacy.jpg);
}
body.achievement .title-wrap {
  background-image: url(../img/title/achievement.jpg);
}

.contents p {
  margin: 0;
  line-height: 1.8;
}
.contents p + p {
  margin-top: 1em;
}

section#relation {
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  section#relation {
    margin-top: 35px;
  }
}

body.company #slogan {
  margin-bottom: 20px;
  padding: 45px 40px 45px 50px;
  background: url(../img/company/slogan_bg.jpg) no-repeat center center;
  background-size: cover;
}
body.company #slogan strong {
  display: block;
  float: none;
  clear: both;
  color: #68564e;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
body.company #slogan strong:first-child {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 3rem;
}
body.company #slogan .cf {
  margin-bottom: 60px;
}
body.company #slogan .cf p {
  letter-spacing: 0.1em;
}
body.company #slogan .cf p + p {
  margin-top: 1em;
}
body.company #slogan .cf img {
  float: right;
  margin: 0 0 0 40px;
  border: 5px solid #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  body.company #slogan {
    margin-bottom: 10px;
    padding: 25px;
  }
  body.company #slogan strong {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  body.company #slogan strong:first-child {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  body.company #slogan strong:first-child {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body.company #slogan .cf {
    margin-bottom: 20px;
  }
  body.company #slogan .cf p {
    letter-spacing: 0.05em;
  }
  body.company #slogan .cf img {
    float: none;
    margin: 0 auto 20px;
  }
}
body.company #results > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background: #d1f1ff;
}
body.company #results > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.company #results > div ul li {
  width: 500px;
}
@media screen and (max-width: 768px) {
  body.company #results > div {
    display: block;
    padding: 20px;
  }
  body.company #results > div ul {
    width: auto;
    display: block;
  }
  body.company #results > div ul + ul {
    margin-top: 5px;
  }
  body.company #results > div ul li {
    padding-left: 15px;
    width: auto;
  }
}
body.company #history iframe {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.company #history iframe {
    margin-top: 30px;
    height: 250px;
  }
}
body.company #greeting {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  body.company #greeting {
    margin-bottom: 30px;
  }
}
body.company #greeting img {
  float: right;
  margin: 0 0 0 50px;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  body.company #greeting img {
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 414px) {
  body.company #greeting img {
    float: none;
    margin: 0 auto 20px;
    max-width: 80%;
  }
}
body.company #policy {
  padding: 40px 35px !important;
  background: #d1f1ff;
}
body.company #policy h3 {
  margin: 0 0 20px;
  font-size: 2rem;
  text-align: center;
}
body.company #policy h4 {
  margin: 35px 0;
  padding: 10px 25px;
  border-radius: 5px;
  background: #fff;
  font-size: 2rem;
}
body.company #policy .unit-list-01 li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.company #policy {
    padding: 20px !important;
  }
  body.company #policy h3 {
    font-size: 1.6rem;
  }
  body.company #policy h4 {
    margin: 20px 0;
    padding: 5px 15px;
    font-size: 1.6rem;
  }
  body.company #policy .unit-list-01 li {
    margin-top: 10px;
  }
}
body.company #signature {
  padding-top: 60px !important;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: right;
}
body.company #signature span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body.company #signature {
    padding-top: 30px !important;
    font-size: 1.2rem;
  }
  body.company #signature span {
    font-size: 1.6rem;
  }
}
body.company #service_area h2,
body.company #shop h2 {
  margin-bottom: 30px;
  padding: 30px 40px;
  border-radius: 8px;
  background: #0d90ec;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.company #service_area h2,
  body.company #shop h2 {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 1.8rem;
  }
}
body.company #service_area h3,
body.company #shop h3 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-right: 100px;
  border-bottom: 0;
  letter-spacing: 0;
}
body.company #service_area h3:before,
body.company #shop h3:before {
  display: inline-block;
  content: "\f54e";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  vertical-align: baseline;
}
body.company #service_area h3 i,
body.company #shop h3 i {
  display: none;
}
@media screen and (max-width: 768px) {
  body.company #service_area h3,
  body.company #shop h3 {
    margin-bottom: 10px;
    padding-right: 80px;
  }
}
body.company #service_area > div,
body.company #shop > div {
  position: relative;
  margin-bottom: 30px;
}
body.company #service_area > div a.map,
body.company #shop > div a.map {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1;
}
body.company #service_area > div + div,
body.company #shop > div + div {
  padding-top: 30px;
  border-top: 1px solid #bdc6d3;
}
body.company #service_area > div + div a.map,
body.company #shop > div + div a.map {
  top: 34px;
}
body.company #service_area > div:last-child,
body.company #shop > div:last-child {
  margin-bottom: 0;
}
body.company #service_area > div .panels,
body.company #shop > div .panels {
  margin-top: 20px;
}
body.company #service_area > div .panels > *,
body.company #shop > div .panels > * {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  body.company #service_area > div,
  body.company #shop > div {
    margin-bottom: 20px;
  }
  body.company #service_area > div a.map,
  body.company #shop > div a.map {
    top: 0;
  }
  body.company #service_area > div + div,
  body.company #shop > div + div {
    padding-top: 20px;
  }
  body.company #service_area > div + div a.map,
  body.company #shop > div + div a.map {
    top: 20px;
  }
  body.company #service_area > div .panels,
  body.company #shop > div .panels {
    margin-top: 10px;
  }
}
body.company #service_area table,
body.company #shop table {
  width: auto;
}
body.company #service_area table th,
body.company #service_area table td,
body.company #shop table th,
body.company #shop table td {
  padding: 2px 0;
  text-align: left;
  word-break: break-all;
}
body.company #service_area table th,
body.company #shop table th {
  width: 100px;
  font-weight: bold;
  white-space: nowrap;
}
body.company #shop > div {
  padding-left: 290px;
  min-height: 190px;
}
body.company #shop > div > img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 260px;
}
body.company #shop > div + div {
  min-height: 220px;
}
body.company #shop > div + div img {
  top: 30px;
}
@media screen and (max-width: 768px) {
  body.company #shop > div {
    padding-left: 26%;
    min-height: 130px;
  }
  body.company #shop > div > img {
    max-width: 24%;
  }
  body.company #shop > div + div {
    min-height: 150px;
  }
  body.company #shop > div + div img {
    top: 20px;
  }
}
@media screen and (max-width: 414px) {
  body.company #shop > div {
    padding-left: 0;
    min-height: 0;
  }
  body.company #shop > div > img {
    position: static;
    margin-top: 10px;
    max-width: 49%;
  }
  body.company #shop > div + div {
    min-height: 0;
  }
}

body.contact h2 + .telephone {
  margin: 0 0 50px;
  letter-spacing: 0.1em;
  text-align: center;
}
body.contact h2 + .telephone a {
  display: block;
  margin: 20px auto 10px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  color: #0d90ec;
}
@media screen and (max-width: 768px) {
  body.contact h2 + .telephone {
    margin-bottom: 30px;
  }
  body.contact h2 + .telephone a {
    margin: 15px auto 5px;
    font-size: 2.4rem;
  }
}
body.contact h2 + .telephone span {
  font-weight: bold;
  font-size: 1.3rem;
}
body.contact .agree {
  padding: 40px 0 20px;
  line-height: 1.2;
  text-align: center;
}
body.contact .agree a {
  color: #0d90ec;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  body.contact .agree {
    padding: 20px 0 10px;
  }
}

body.privacy h4 {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  body.privacy h4 {
    margin-top: 20px;
  }
}

body.recruit #requirements .unit-table-01 + .unit-table-01 {
  margin-top: 50px;
}
body.recruit #requirements > .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.recruit #requirements > .btn {
    margin-top: 25px;
  }
}
body.recruit #staff_detail h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}
body.recruit #staff_detail > .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.recruit #staff_detail > .btn {
    margin-top: 25px;
  }
}

body.pb #pb p {
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
}
body.pb #pb img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.pb #pb p {
    font-size: 1.6rem;
    line-height: 2;
  }
  body.pb #pb img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  body.pb #pb p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
body.pb #development div {
  margin-top: 60px;
  padding: 35px;
  background: #d1f1ff;
}
body.pb #development div h4 {
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}
body.pb #development div li {
  margin-top: 20px;
}
body.pb #development div li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body.pb #development div {
    margin-top: 30px;
    padding: 20px;
  }
  body.pb #development div h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  body.pb #development div li {
    margin-top: 10px;
  }
}
body.pb #flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.pb #flow ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
  }
}
@media screen and (max-width: 414px) {
  body.pb #flow ol {
    width: 100%;
    overflow: hidden;
  }
}
body.pb #flow ol li {
  position: relative;
  padding: 20px 0 20px 15px;
  width: 200px;
  height: 245px;
  border: 4px solid #0d90ec;
  border-right-width: 0;
  border-radius: 3px 0 0 3px;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.pb #flow ol li:before {
  content: "";
  display: block;
  position: absolute;
  right: -13px;
  top: -4px;
  z-index: -1;
  width: 20px;
  height: 245px;
  border-top: 4px solid #0d90ec;
  border-bottom: 4px solid #0d90ec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.pb #flow ol li:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -36px;
  top: 0;
  z-index: 2;
  width: 30px;
  height: 100%;
  background: url(../img/common/box_arrow_right.png) no-repeat right center;
}
body.pb #flow ol li:first-child {
  padding-left: 15px;
}
body.pb #flow ol li:last-child {
  padding-right: 15px;
  border-right-width: 4px;
  border-radius: 3px;
}
body.pb #flow ol li:last-child:before, body.pb #flow ol li:last-child:after {
  content: none;
}
body.pb #flow ol li span {
  display: block;
  margin: 0 0 5px;
  color: #0d90ec;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
body.pb #flow ol li strong {
  display: block;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.pb #flow ol li {
    padding: 15px 0 15px 3%;
    width: 31%;
    font-size: 1.3rem;
  }
  body.pb #flow ol li:nth-child(n+4) {
    margin-top: 10px;
  }
  body.pb #flow ol li:last-child {
    padding-right: 3%;
    margin-right: 32.5%;
    width: 33%;
  }
  body.pb #flow ol li span {
    margin-bottom: 3px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  body.pb #flow ol li strong {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  body.pb #flow ol li {
    margin-bottom: 15px;
    padding: 20px 25px 15px;
    width: 100%;
    height: auto;
    border: 3px solid #0d90ec;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
  }
  body.pb #flow ol li:before {
    top: auto;
    bottom: -29px;
    right: -18px;
    border: 50vw solid transparent;
    border-bottom-width: 0;
    border-top-width: 30px;
    border-top-color: #0d90ec;
    width: 0;
    height: 0;
  }
  body.pb #flow ol li:after {
    top: auto;
    bottom: -26px;
    right: 0;
    border: calc(50vw - 18px) solid transparent;
    border-bottom-width: 0;
    border-top-width: 27px;
    border-top-color: #fff;
    width: 0;
    height: 0;
    background: none transparent;
  }
  body.pb #flow ol li:nth-child(n+4) {
    margin-top: 0;
  }
  body.pb #flow ol li:last-child {
    padding-right: 25px;
    margin-right: 0;
    margin-bottom: 0;
    border-right-width: 3px;
    border-bottom-width: 3px;
    width: 100%;
    height: auto;
  }
  body.pb #flow ol li span {
    margin-bottom: 2px;
  }
  body.pb #flow ol li strong {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
body.pb #example .telephone-box {
  margin-top: 100px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.pb #example .telephone-box {
    margin-top: 50px;
  }
}
body.pb #example .telephone-box .tel {
  display: block;
  margin: 20px auto 10px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  color: #0d90ec;
}
@media screen and (max-width: 768px) {
  body.pb #example .telephone-box {
    margin-bottom: 30px;
  }
  body.pb #example .telephone-box .tel {
    margin: 15px auto 5px;
    font-size: 2.4rem;
  }
}
body.pb #example .telephone-box span {
  font-weight: bold;
  font-size: 1.3rem;
}
body.pb #example .brands {
  margin: 0 0 40px;
  padding: 30px;
  border: 4px solid #0d90ec;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
body.pb #example .brands img {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.pb #example .brands {
    margin-bottom: 20px;
    padding: 10px;
    border-width: 3px;
  }
  body.pb #example .brands img {
    display: block;
    margin: 20px auto;
    max-width: 80%;
  }
}
body.pb #example .panels.col4 > * {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}
body.pb #example .panels.col4 > * strong {
  display: block;
  margin: 20px 0 10px;
  color: #0d90ec;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  body.pb #example .panels.col4 > * {
    font-size: 1.2rem;
  }
  body.pb #example .panels.col4 > * strong {
    margin: 10px 0 5px;
    font-size: 1.5rem;
  }
}
body.pb #example .example-block .list {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  body.pb #example .example-block .list {
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: repeat(3, auto);
    gap: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  body.pb #example .example-block .list {
    -ms-grid-columns: 340px 40px 340px 40px 340px;
    grid-template-columns: repeat(3, 340px);
    gap: 40px;
    margin-bottom: 100px;
  }
}
body.pb #productionLot .tbl .heading.is-1st {
  width: 270px;
}
body.pb #productionLot .tbl .heading.is-2st {
  width: 360px;
}
body.pb #productionLot .tbl .heading.is-3st {
  width: 470px;
}
body.pb #productionLot .tbl .detail img {
  width: auto;
  max-width: 100%;
}
body.pb #productionLot .tbl .detail.is-1st {
  font-weight: bold;
}

.productionLotCap {
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: -50px !important;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .productionLotCap {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  body.achievement .is-single .block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto;
    gap: 0px 0px;
        grid-template-areas: "block-ttl" "block-img" "block-desc" "block-item";
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-single .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-detail {
    display: contents;
  }
}
body.achievement .is-single .block-ttl {
  font-weight: bold;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-ttl {
    grid-area: block-ttl;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-single .block-ttl {
    font-size: 3.2rem;
  }
}
body.achievement .is-single .block-ttl:before {
  content: "";
  display: block;
  background: #0d90ec;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-ttl:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-single .block-ttl:before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-single .block-img {
    width: 490px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-img {
    grid-area: block-img;
    width: 100%;
    margin-bottom: 30px;
  }
}
body.achievement .is-single .block-img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  width: auto;
  height: auto;
}
body.achievement .is-single .block-desc {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-desc {
    grid-area: block-desc;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-single .block-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-item {
    grid-area: block-item;
  }
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.achievement .is-single .block-img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body.achievement .is-single .block-desc {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  body.achievement .is-single .block-item {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
body.achievement .is-single .block-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.achievement .is-single .block-item .item-ttl {
  background: #ddedf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #0d90ec;
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-item .item-ttl {
    width: 100px;
    min-height: 100px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-single .block-item .item-ttl {
    width: 170px;
    min-height: 120px;
    font-size: 1.8rem;
  }
}
body.achievement .is-single .block-item .item-detail {
  border: 1px solid #ededed;
}
@media screen and (max-width: 768px) {
  body.achievement .is-single .block-item .item-detail {
    width: calc(100% - 100px);
    font-size: 1.3rem;
    line-height: 2.2rem;
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-single .block-item .item-detail {
    width: 380px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 20px;
  }
}
body.achievement .is-archive {
  margin-bottom: 100px;
}
body.achievement .is-archive .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.achievement .is-archive .navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 50px;
  }
}
body.achievement .is-archive .navList .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  body.achievement .is-archive .navList .button {
    max-width: 360px;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-archive .navList .button {
    width: 360px;
  }
}
body.achievement .is-archive .boxWrap {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  body.achievement .is-archive .boxWrap {
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: repeat(3, auto);
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  body.achievement .is-archive .boxWrap {
    -ms-grid-columns: 340px 40px 340px 40px 340px;
    grid-template-columns: repeat(3, 340px);
    gap: 40px;
  }
}

body.company .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.company .navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 50px;
  }
}
body.company .navList .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  body.company .navList .button {
    max-width: 360px;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  body.company .navList .button {
    width: 360px;
  }
}
body.company .exampleList {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  body.company .exampleList {
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: repeat(3, auto);
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  body.company .exampleList {
    -ms-grid-columns: 340px 40px 340px 40px 340px;
    grid-template-columns: repeat(3, 340px);
    gap: 40px;
  }
}