.all-wrap-01 {
  margin: 50px;
}

@media (max-width: 930px) {
  .all-wrap-01 {
    margin: 50px auto 50px;
    width: 95%;
  }
}

.sec-01 {
  width: 1100px;
  margin: 30px auto;
}

@media (max-width: 930px) {
  .sec-01 {
    width: 100%;
  }
}

.sec-01 .mission {
  margin: 75px 0 0 0;
  text-align: center;
  line-height: 2;
}

@media (max-width: 930px) {
  .sec-01 .mission {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 930px) {
  .sec-01 .mission .back-orange {
    font-size: 1.3rem;
  }
}

.sec-01 .list-table {
  font-size: 1.9rem;
  margin: 30px auto 0;
  line-height: 2;
  font-weight: 500;
}

.sec-01 .list-table th {
  padding-right: 1em;
}

@media (max-width: 930px) {
  .sec-01 .list-table {
    font-size: 1.3rem;
    width: 95%;
    margin: 20px auto 0;
  }
}

.sec-01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
}

@media (max-width: 930px) {
  .sec-01 .wrap {
    width: 100%;
    display: block;
    height: auto;
    max-width: initial;
  }
}

.sec-01 .wrap .right {
  width: 544px;
  position: absolute;
  top: 40px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

@media (max-width: 930px) {
  .sec-01 .wrap .right {
    width: 95%;
    position: static;
    margin: 15px auto;
  }
}

.sec-01 .wrap .right p {
  line-height: 2;
}

@media (max-width: 930px) {
  .sec-01 .wrap .right p {
    font-size: 1.3rem;
  }
}

.sec-01 .wrap .right p.right-one {
  margin-top: 30px;
}

.sec-01 .wrap .right p.right-two {
  margin-top: 25px;
}

.sec-01 .wrap .left {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 930px) {
  .sec-01 .wrap .left {
    position: static;
  }
}

.sec-01 .wrap .left img {
  width: 100%;
}

.sec-01 .lead {
  text-align: center;
  margin: 55px auto 55px;
}

@media (max-width: 930px) {
  .sec-01 .lead {
    margin: 30px auto 30px;
  }
}

.sec-01 .lead img {
  max-width: 90%;
}

.sec-01 .last-lead {
  text-align: center;
  margin: 65px auto 125px;
}

@media (max-width: 930px) {
  .sec-01 .last-lead {
    margin: 30px auto;
  }
}

.sec-01 .bottom-lead {
  margin-top: 60px;
}

@media (max-width: 930px) {
  .sec-01 .bottom-lead {
    width: 95%;
    margin-top: 30px;
  }
}

.sec-01 .ceo {
  margin: 60px auto 80px;
}

.sec-01 .ceo p {
  text-align: right;
}

@media (max-width: 930px) {
  .sec-01 .ceo {
    margin: 30px auto 60px;
  }
}

.dotted-wrap {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px 30px 30px;
  border: 1px dashed #959595;
}

@media (max-width: 930px) {
  .dotted-wrap {
    width: 95%;
    padding: 15px;
  }
}

.dotted-wrap p {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 370px;
  padding-left: 2em;
  position: relative;
}

@media (max-width: 930px) {
  .dotted-wrap p:nth-child(1) {
    margin-top: 0;
  }
}

.dotted-wrap p:nth-child(1)::before {
  position: absolute;
  content: url(../images/n1.svg);
  left: 0;
}

.dotted-wrap p:nth-child(2)::before {
  position: absolute;
  content: url(../images/n2.svg);
  left: 0;
}

.dotted-wrap p:nth-child(3) {
  margin-top: 10px;
}

@media (max-width: 930px) {
  .dotted-wrap p:nth-child(3) {
    margin-top: 10px;
  }
}

.dotted-wrap p:nth-child(3)::before {
  position: absolute;
  content: url(../images/n3.svg);
  left: 0;
}

@media (max-width: 930px) {
  .dotted-wrap p {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.sec-02 {
  background-color: #f0f1f2;
  padding: 45px 0 80px;
}

@media (max-width: 930px) {
  .sec-02 .title-02 {
    margin-top: 0;
  }
}

.sec-02 table {
  background-color: white;
  width: 1100px;
  margin: 75px auto 0;
  line-height: 1.8;
  border-collapse: separate;
  padding: 30px 30px 60px 30px;
  border-spacing: 10px 0;
}

@media (max-width: 930px) {
  .sec-02 table {
    width: 95%;
    padding: 5px;
    font-size: 1.3rem;
    margin-top: 50px;
  }
}

.sec-02 table th {
  width: 230px;
  text-align: left;
  padding: 20px;
  border-bottom: 2px solid #e95519;
  position: relative;
}

@media (max-width: 930px) {
  .sec-02 table th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.sec-02 table th .ship-to-btn {
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #e95519;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

@media (max-width: 930px) {
  .sec-02 table th .ship-to-btn {
    top: 5px;
  }
}

.sec-02 table th .ship-to-btn::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: 14px;
  top: 7px;
  background-color: #FFF;
}

.sec-02 table th .ship-to-btn::before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  left: 7px;
  top: 14px;
  background-color: #FFF;
}

.sec-02 table th .ship-to-btn:hover {
  opacity: 0.7;
}

.sec-02 table th .ship-to-btn.on::after {
  display: none;
}

.sec-02 table td {
  width: calc(1100px - 230px);
  border-bottom: 2px solid #959595;
  padding: 20px;
}

@media (max-width: 930px) {
  .sec-02 table td {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: none;
  }
}

.sec-02 table td .ship-to {
  max-height: 3.5em;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sec-02 table td .ship-to.on {
  max-height: 500px;
}

.sec-02 .equipment-btn {
  position: relative;
  max-width: 535px;
  text-align: center;
  margin: 50px auto 0 auto;
}

@media (max-width: 930px) {
  .sec-02 .equipment-btn {
    max-width: 60%;
  }
}

.sec-02 .equipment-btn a {
  background-color: #e95519;
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 45px;
  width: 100%;
  font-size: 1.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  color: #FFF;
  cursor: pointer;
  position: relative;
  padding: 0 0 5px 0;
  border: 2px solid #e95519;
}

@media (max-width: 930px) {
  .sec-02 .equipment-btn a {
    font-size: 1.3rem;
  }
}

.sec-02 .equipment-btn a:hover {
  color: #e95519;
  background: #FFF;
}

.sec-02 .equipment-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  background: none;
  margin-top: 4px;
  border-radius: 2px;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sec-02 .equipment-btn:hover::before {
  border-color: #e95519 #e95519 transparent transparent;
}

.close {
  width: 50px;
  height: 50px;
  background-color: #e95519;
  margin: 30px auto;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.close::after {
  content: "";
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
          transform: rotate(45deg) translateX(-50%) translateY(-50%);
  width: 2px;
  height: 35px;
  position: absolute;
  left: 26%;
  top: 40%;
  background-color: #FFF;
}

.close::before {
  content: "";
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
          transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  width: 2px;
  height: 35px;
  position: absolute;
  left: 74%;
  top: 40%;
  background-color: #FFF;
}

.close:hover {
  opacity: 0.7;
}

.sec-03 {
  margin: 60px auto 130px;
}

@media (max-width: 930px) {
  .sec-03 {
    width: 95%;
    margin: 45px auto 45px;
  }
}

.sec-03 .histry-box {
  margin: 70px auto 50px;
  width: 900px;
  font-size: 1.8rem;
}

@media (max-width: 930px) {
  .sec-03 .histry-box {
    width: 100%;
  }
}

.sec-03 .timeline {
  list-style: none;
}

.sec-03 .timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.sec-03 .timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
  line-height: 1.8;
}

@media (max-width: 930px) {
  .sec-03 .timeline-date {
    width: 20%;
  }
}

.sec-03 .timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
  position: relative;
}

.sec-03 .timeline-content::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #e95519;
  position: absolute;
  left: -1.7%;
  top: 28px;
}

@media (max-width: 930px) {
  .sec-03 .timeline-content::before {
    left: -4%;
    top: 25px;
  }
}

.sec-03 .timeline-content p {
  margin-top: 20px;
  line-height: 1.8;
  padding-bottom: 60px;
}

@media (max-width: 930px) {
  .sec-03 .timeline-content p {
    padding-bottom: 20px;
  }
}

.sec-03 .time-first p {
  line-height: 1;
}

.sec-03 .time-first .timeline-content p {
  margin-top: 0;
}

.sec-03 .time-first .timeline-date {
  margin-top: 0;
}

.sec-03 .time-first .timeline-content::before {
  left: -1.7%;
  top: 0;
}

@media (max-width: 930px) {
  .sec-03 .time-first .timeline-content::before {
    left: -4%;
    top: 0;
  }
}

.sec-04 {
  width: 1100px;
  margin: 30px auto 80px auto;
}

@media (max-width: 930px) {
  .sec-04 {
    width: 95%;
    margin: 30px auto 40px auto;
  }
}

.sec-04 .title-02 {
  text-align: left;
  margin-bottom: 40px;
}

.sec-04 .title-02.bb:after {
  margin: 00;
}

.sec-04 .shaze-img {
  text-align: center;
  margin: 50px 0 40px 0;
}

@media (max-width: 930px) {
  .sec-04 .shaze-img {
    margin: 30px 0 20px 0;
  }
  .sec-04 .shaze-img img {
    width: 80%;
  }
}

.sec-04 .shaze-txt {
  border: 1px dashed #999;
  max-width: 900px;
  margin: 30px auto 70px auto;
  padding: 15px 0;
}

@media (max-width: 930px) {
  .sec-04 .shaze-txt {
    margin: 30px 0 20px 0;
    padding: 0;
  }
}

.sec-04 .shaze-txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 930px) {
  .sec-04 .shaze-txt ul {
    display: block;
  }
}

.sec-04 .shaze-txt ul li {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin: 15px 35px;
}

@media (max-width: 930px) {
  .sec-04 .shaze-txt ul li {
    max-width: inherit;
  }
}

.sec-04 .shaze-txt ul li figure {
  min-width: 16px;
  margin: 8px 8px 0 0;
}

.sec-04 .shaze-txt ul li p {
  line-height: 2em;
}

.sec-04 .shaze-txt ul li:nth-child(1) p {
  line-height: 1.6;
}

.sec-04 .shaze-txt ul li:nth-child(1) figure {
  margin: 5px 8px 0 0;
}

.sec-04 .shaze-txt02 {
  text-align: center;
}

.divide-td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.divide-td ul li {
  width: 32%;
  padding: 5px 5px 30px;
}

.divide-td ul li:nth-last-of-type(1), .divide-td ul li:nth-last-of-type(2), .divide-td ul li:nth-last-of-type(3) {
  padding-bottom: 10px;
}

@media (max-width: 930px) {
  .divide-td ul li {
    width: 100%;
    padding: 5px 5px 25px;
  }
  .divide-td ul li:nth-last-of-type(1), .divide-td ul li:nth-last-of-type(2), .divide-td ul li:nth-last-of-type(3) {
    padding: 5px 5px 25px;
  }
}
/*# sourceMappingURL=style.css.map */