.for-corpoation .contents .page-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .contents .page-ttl {
    margin-bottom: 40px;
  }
}
.for-corpoation .intro {
  margin-bottom: 100px;
}
.for-corpoation .intro .intro-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.for-corpoation .intro .intro-wrap .intro-image {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .intro .intro-wrap .intro-image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.for-corpoation .intro .intro-wrap .intro-txt {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .intro .intro-wrap .intro-txt {
    width: 100%;
  }
}
.for-corpoation .overview {
  margin-bottom: 140px;
}
.for-corpoation .overview .overview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 85px 40px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .overview .overview-list {
    gap: 0;
  }
}
.for-corpoation .overview .overview-list li {
  width: 353px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .overview .overview-list li {
    width: 100%;
    margin-bottom: 50px;
  }
}
.for-corpoation .overview .overview-list li:last-of-type {
  margin-bottom: 0;
}
.for-corpoation .overview .overview-list li .overview-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.for-corpoation .overview .overview-list li .overview-copy {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .overview .overview-list li .overview-copy {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
.for-corpoation .overview .overview-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  font-weight: 500;
}
.for-corpoation .overview .overview-list li a .txt {
  margin-right: 10px;
}
.for-corpoation .overview .overview-list li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .for-corpoation .overview .overview-list li a:hover {
    color: #222222;
  }
}
.for-corpoation .overview .overview-list li a:hover .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .for-corpoation .overview .overview-list li a:hover .la-arrow-right {
    background: #CE3533;
  }
}
.for-corpoation .overview .overview-list li a:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .for-corpoation .overview .overview-list li a:hover .la-arrow-right:before {
    color: #fff;
  }
}
.for-corpoation .company {
  padding: 70px 0 80px;
  background: #F5F5F5;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .company {
    padding: 50px 0 60px;
    margin-bottom: 100px;
  }
}
.for-corpoation .company .section-ttl {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .for-corpoation .company .section-ttl {
    font-size: 1.5625rem;
    margin-bottom: 25px;
  }
}
.for-corpoation .company .logo-slide {
  height: 70px;
  position: relative;
}
.for-corpoation .company .logo-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(/for-corpoation/img/logo_loop.png) repeat-x;
  background-position: 0 0;
  background-size: 5182px auto;
  animation: flow-txt 90s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes flow-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5381px 0;
  }
}
.for-corpoation .request .request-wrap {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.for-corpoation .request .request-wrap .section-request-block {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .request-wrap .section-request-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.for-corpoation .request .request-wrap .section-request-block .small-ttl {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .request-wrap .section-request-block .small-ttl {
    font-size: 1.125rem;
  }
}
.for-corpoation .request .request-wrap .section-request-block .small-ttl:before {
  height: 100%;
}
.for-corpoation .request .request-wrap .section-request-block .flow-list {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 50px 40px 45px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .request-wrap .section-request-block .flow-list {
    padding: 40px 25px 35px;
  }
}
.for-corpoation .request .request-wrap .section-request-block .flow-list li {
  width: 140px;
  height: 71px;
  margin-right: 25px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .request-wrap .section-request-block .flow-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.for-corpoation .request .request-wrap .section-request-block .flow-list li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #CE3533;
  position: absolute;
  top: 26px;
  right: -18px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .request-wrap .section-request-block .flow-list li:after {
    top: auto;
    bottom: -24px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg);
  }
}
.for-corpoation .request .request-wrap .section-request-block .flow-list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .request-wrap .section-request-block .flow-list li:last-of-type {
    margin-bottom: 0;
  }
}
.for-corpoation .request .request-wrap .section-request-block .flow-list li:last-of-type:after {
  content: none;
}
.for-corpoation .request .request-wrap .section-request-block .flow-list li .num {
  padding: 2px 7px 0 5px;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  background: #CE3533;
  border-radius: 6px 6px 6px 0;
  position: absolute;
  left: 0;
  top: -12px;
}
.for-corpoation .request .request-wrap .section-request-block .flow-list.n02 li {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .request-wrap .section-request-block .flow-list.n02 li {
    width: 100%;
  }
}
.for-corpoation .request .btn {
  width: 390px;
  margin: 40px auto 25px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .btn {
    width: 90%;
  }
}
.for-corpoation .request .btn a {
  color: #fff;
  background: #CE3533;
  border-bottom: none;
  border: 1px solid #CE3533;
  padding: 20px;
}
.for-corpoation .request .btn a .txt {
  text-align: center;
}
.for-corpoation .request .btn a .la-arrow-right {
  width: 28px;
  height: 28px;
  background: #fff;
}
.for-corpoation .request .btn a .la-arrow-right:before {
  color: #CE3533;
}
.for-corpoation .request .btn a:after {
  content: none;
}
.for-corpoation .request .btn a:hover {
  color: #CE3533;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .btn a:hover {
    color: #fff;
    background: #CE3533;
  }
}
.for-corpoation .request .office {
  width: 365px;
  margin: 0 auto 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .office {
    width: 100%;
    margin-bottom: 40px;
  }
}
.for-corpoation .request .office .phone-info a {
  font-size: 2.5rem;
  color: #CE3533;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .office .phone-info a {
    font-size: 2.125rem;
  }
}
.for-corpoation .request .contact-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 50px;
  border: 2px solid #222222;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area {
    padding: 30px 25px;
  }
}
.for-corpoation .request .contact-area .contact-info {
  width: 384px;
  border-right: 1px solid #222222;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .contact-info {
    width: 100%;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #222222;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.for-corpoation .request .contact-area .contact-info h4 {
  font-size: 1.125rem;
  padding-left: 17px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .contact-info h4 {
    font-size: 1rem;
  }
}
.for-corpoation .request .contact-area .contact-info h4:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #CE3533;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.for-corpoation .request .contact-area .contact-info .phone-info a {
  font-size: 2.5rem;
  color: #CE3533;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .contact-info .phone-info a {
    font-size: 2.125rem;
  }
}
.for-corpoation .request .contact-area .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 424px);
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .btn-list {
    width: 100%;
  }
}
.for-corpoation .request .contact-area .btn-list li {
  width: 294px;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .btn-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.for-corpoation .request .contact-area .btn-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CE3533;
  padding: 20px 18px;
  font-weight: 500;
}
.for-corpoation .request .contact-area .btn-list li a .la-arrow-right {
  width: 28px;
  height: 28px;
}
.for-corpoation .request .contact-area .btn-list li a:hover {
  color: #fff;
  background: #CE3533;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .btn-list li a:hover {
    color: #222222;
    background: #fff;
  }
}
.for-corpoation .request .contact-area .btn-list li a:hover .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .btn-list li a:hover .la-arrow-right {
    background: #CE3533;
  }
}
.for-corpoation .request .contact-area .btn-list li a:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .btn-list li a:hover .la-arrow-right:before {
    color: #fff;
  }
}
.for-corpoation .request .contact-area .btn-list li:first-of-type a {
  color: #fff;
  background: #CE3533;
}
.for-corpoation .request .contact-area .btn-list li:first-of-type a .la-arrow-right {
  background: #fff;
}
.for-corpoation .request .contact-area .btn-list li:first-of-type a .la-arrow-right:before {
  color: #CE3533;
}
.for-corpoation .request .contact-area .btn-list li:first-of-type a:hover {
  color: #222222;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .for-corpoation .request .contact-area .btn-list li:first-of-type a:hover {
    color: #fff;
    background: #CE3533;
  }
}/*# sourceMappingURL=for-corpoation.css.map */