#purchase_flow {
  padding: 3rem 0;
}
#purchase_flow .inner {
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  #purchase_flow .inner {
    max-width: 90%;
  }
}
#purchase_flow .inner .row .col {
  display: grid;
  grid-template-columns: 107px 1fr 159px;
  grid-gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  #purchase_flow .inner .row .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #purchase_flow .inner .row .col .step {
    width: 25%;
  }
}
#purchase_flow .inner .row .col .txt {
  text-align: left;
  height: 100%;
  padding-top: 1rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  #purchase_flow .inner .row .col .txt {
    width: 70%;
    padding-top: 0.5rem;
    line-height: 1.2;
  }
}
#purchase_flow .inner .row .col .txt span {
  display: block;
  color: #295ECE;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  #purchase_flow .inner .row .col .txt span {
    font-size: 1.2rem;
  }
}
#purchase_flow .inner .row .col .txt.pn {
  padding-top: 0;
}
#purchase_flow .inner .row .col .txt p.note {
  color: #E85514;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #purchase_flow .inner .row .col .img {
    width: 70%;
    margin-left: auto;
    padding-right: 10%;
  }
}
#purchase_flow .inner .row .col::after {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  content: "\e5c5";
  font-family: "Material Icons";
  transition: 0.4s;
  display: block;
  font-size: 3rem;
  color: #295ECE;
}
#purchase_flow .inner .row .col:last-child::after {
  display: none;
}

#company {
  padding: 0 0 3rem 0;
  background-color: #eee;
}
#company #sec01,
#company #sec02,
#company #sec03,
#company #sec04,
#company #sec05 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #company #sec01,
  #company #sec02,
  #company #sec03,
  #company #sec04,
  #company #sec05 {
    margin-bottom: 1.5rem;
  }
}
#company #sec01 > h2,
#company #sec02 > h2,
#company #sec03 > h2,
#company #sec04 > h2,
#company #sec05 > h2 {
  background: #295ECE;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #company #sec01 > h2,
  #company #sec02 > h2,
  #company #sec03 > h2,
  #company #sec04 > h2,
  #company #sec05 > h2 {
    margin-bottom: 1.5rem;
  }
}
#company #sec01 {
  background-color: #fff;
  margin-top: 3rem;
  padding-bottom: 3rem;
}
#company #sec01 .inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #company #sec01 .inner {
    max-width: 90%;
  }
}
#company #sec01 .inner > img {
  max-width: 80%;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #company #sec01 .inner > img {
    max-width: 100%;
  }
}
#company #sec01 .inner .txt {
  text-align: left;
  line-height: 1.8;
}
#company #sec01 .inner .txt h2 {
  margin-bottom: 1rem;
  text-align: center;
}
#company #sec01 .inner .txt p.name {
  text-align: right;
  margin-top: 1rem;
}
#company #sec01 .inner .txt p.name span {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 20px;
}
#company #sec02 {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #company #sec02 {
    padding: 1.5rem 0;
  }
}
#company #sec02 .inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #company #sec02 .inner {
    max-width: 90%;
  }
}
#company #sec02 .inner > img {
  max-width: 200px;
  margin: auto;
  margin-bottom: 1rem;
}
#company #sec02 .inner dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 15% 1fr;
  grid-gap: 20px;
  padding: 1.5rem 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #company #sec02 .inner dl > div {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
#company #sec02 .inner dl > div dt {
  width: 100%;
  font-weight: bold;
}
#company #sec02 .inner dl > div dd {
  width: 100%;
  font-weight: normal;
}
#company #sec02 .inner .img {
  margin-top: 2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
#company #sec02 .inner .img img {
  width: 40%;
}
#company #sec03 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 3rem;
}
#company #sec03 .inner .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #company #sec03 .inner .row {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
#company #sec03 .inner .row .col {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #company #sec03 .inner .row .col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    justify-items: flex-start;
    align-items: flex-start;
  }
}
#company #sec03 .inner .row .col > p {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #company #sec03 .inner .row .col > p {
    margin-top: 0;
  }
}
#company #sec04 .inner .movie .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #company #sec04 .inner .movie .row {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
#company #sec04 .inner .movie .row .col {
  aspect-ratio: 16/9;
}
#company #sec04 .inner .movie .row .col iframe {
  width: 100%;
  height: 100%;
}
#company #sec05 .inner span {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #company #sec05 .inner span {
    font-size: 1.2rem;
  }
}
#company #sec05 .inner .img {
  margin-top: 2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #company #sec05 .inner .img {
    gap: 10px;
  }
}
#company #sec05 .inner .img img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #company #sec05 .inner .img img {
    width: 50%;
  }
}

#contact {
  padding: 3rem 0;
}
#contact .inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #contact .inner {
    max-width: 90%;
  }
}
#contact .inner > span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #contact .inner > span {
    padding-bottom: 1rem;
  }
}
#contact .inner dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 20px;
  padding: 1.5rem 0;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #contact .inner dl > div {
    grid-template-columns: 1fr;
  }
}
#contact .inner dl > div dt {
  width: 100%;
  padding-left: 2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #contact .inner dl > div dt {
    padding-left: 0;
  }
}
#contact .inner dl > div dt > span {
  background-color: #DD0012;
  color: #fff;
  line-height: 1;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 0;
}
#contact .inner dl > div dd {
  width: 100%;
  text-align: left;
}
#contact .inner dl > div dd input {
  border: 1px solid #999;
  padding: 0.5rem;
  box-sizing: border-box;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #contact .inner dl > div dd input {
    width: 100%;
  }
}
#contact .inner .btn {
  text-align: center;
  padding: 3rem 0;
}
#contact .inner .btn input[type=submit] {
  background-image: url(../img/contact/btn_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 379px;
  height: 52px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #contact .inner .btn input[type=submit] {
    width: 100%;
    height: 12vw;
  }
}
#contact .inner .btn .note {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #contact .inner .btn .note {
    text-align: left;
  }
}/*# sourceMappingURL=content.css.map */