/* CSS Document */
main.top #about {
  background: #FFF;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  position: relative;
  padding-top: 180px;
  padding-bottom: 280px;
  overflow: hidden;
}
main.top #about .content {
  position: relative;
}
main.top #about .item-img p {
  position: absolute;
}
main.top #about .item-img p:nth-child(1) {
  left: 0;
  top: -140px;
}
main.top #about .item-img p:nth-child(2) {
  left: -190px;
  top: 60%;
}
main.top #about .item-img p:nth-child(3) {
  left: 216px;
  bottom: -190px;
}
main.top #about .item-img p:nth-child(4) {
  right: -270px;
  top: -40px;
}
main.top #about .item-img p:nth-child(5) {
  right: 74px;
  bottom: -150px;
}
main.top #about .item-text {
  position: relative;
  z-index: 2;
  text-align: center;
}
main.top #about .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.top #about .item-text .btn-block {
  margin-top: 40px;
}
main.top #center {
  overflow: hidden;
}
main.top #center .content {
  display: flex;
}
main.top #center .item-img {
  margin-left: -80px;
  position: relative;
}
main.top #center .item-img:before {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  height: calc(100% - 80px);
  bottom: 0;
  right: -100px;
  background: #FBE9DC;
}
main.top #center .item-img img {
  position: relative;
  z-index: 3;
  border-radius: 0 80px 80px 0;
}
@media screen and (min-width: 1440px) {
  main.top #center .item-img img {
    border-radius: 80px;
  }
}
main.top #center .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-left: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
main.top #center .item-text:before {
  content: "";
  display: block;
  position: absolute;
  left: -160px;
  width: 100vw;
  height: calc(100% - 80px);
  bottom: 0;
  background: #FDF6F1;
  border-radius: 0 0 0 80px;
}
main.top #center .item-text > * {
  position: relative;
}
main.top #center .item-list:not(:last-child) {
  margin-bottom: 40px;
}
main.top #center .item-list li {
  border-bottom: 1px solid #E7DED8;
  padding-bottom: 25px;
}
main.top #center .item-list li:not(:last-child) {
  margin-bottom: 25px;
}
main.top #center .item-list li a {
  padding-right: 80px;
  display: block;
  position: relative;
  color: #333333;
}
main.top #center .item-list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  right: 0;
  transform: translateY(-50%);
  background: #EA6000 url(../img/common/arrow-white.svg) no-repeat center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
main.top #center .item-list li a:hover {
  text-decoration: none;
}
main.top #center .item-list li a:hover:after {
  transform: translate(5px, -50%);
}
main.top #center .item-list li a p {
  font-size: 16px;
  font-size: 0.9411764706rem;
}
main.top #center .item-list li a h3 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 700;
}
main.top #flow {
  background: #FBE9DC;
  padding-top: 100px;
  padding-bottom: 180px;
  border-radius: 0 0 80px 80px;
}
main.top #flow .item-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -20px;
}
main.top #flow .item-list:not(:last-child) {
  margin-bottom: 20px;
}
main.top #flow .item-li {
  width: 200px;
  margin-bottom: 20px;
}
main.top #flow .item-li:not(:last-child) {
  margin-right: 42px;
  position: relative;
}
main.top #flow .item-li:not(:last-child) .item-img {
  position: relative;
}
main.top #flow .item-li:not(:last-child) .item-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 42px;
  height: 100%;
  background: url(../img/top/flow/arrow.svg) no-repeat center;
}
main.top #flow .item-img {
  aspect-ratio: 1;
  background: #FFF;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
main.top #flow .item-text {
  text-align: center;
}
main.top #flow .item-text > span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 700;
  color: #EA6000;
  line-height: 1;
}
main.top #flow .item-text h3 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 700;
}
main.top #contact {
  overflow: hidden;
  margin-top: -80px;
  position: relative;
}
main.top #contact:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 160px;
  bottom: 0;
  background: #EA6000;
}
main.top #contact .content {
  padding-bottom: 80px;
  position: relative;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
main.top #contact .content:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: calc(100% - 80px);
  right: 0;
  bottom: 0;
  background: #FFF;
  border-radius: 0 80px 80px 0;
}
main.top #contact .content > * {
  position: relative;
  z-index: 2;
}
main.top #contact .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-right: 60px;
}
main.top #contact .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.top #contact .item-text .btn {
  margin-top: 40px;
}
main.top #contact .item-img {
  margin-right: -80px;
}
main.top #contact .item-img img {
  border-radius: 80px 0 0 80px;
}
@media screen and (min-width: 1440px) {
  main.top #contact .item-img img {
    border-radius: 80px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1280px) {
  main.top #about .item-img p:nth-child(1) {
    max-width: 30%;
    top: -20%;
  }
  main.top #about .item-img p:nth-child(2) {
    max-width: 30%;
    left: -15%;
    top: 60%;
  }
  main.top #about .item-img p:nth-child(3) {
    max-width: 22%;
    left: 15%;
    bottom: -30%;
  }
  main.top #about .item-img p:nth-child(4) {
    max-width: 40%;
    right: -15%;
    top: -15%;
  }
  main.top #about .item-img p:nth-child(5) {
    max-width: 28%;
    right: 5%;
    bottom: -20%;
  }
  main.top #about .item-text {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  main.top #about .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #about .item-text .btn-block {
    margin-top: 40px;
  }
  main.top #center .item-img {
    margin-left: -50px;
    max-width: 40%;
  }
  main.top #center .item-text {
    margin-left: 40px;
  }
  main.top #center .item-text:before {
    left: -80px;
  }
  main.top #center .item-text > * {
    position: relative;
  }
  main.top #center .item-list li a:after {
    width: 60px;
  }
  main.top #flow .item-list {
    flex-wrap: wrap;
  }
  main.top #flow .item-li {
    width: 200px;
  }
  main.top #flow .item-li:not(:last-child) {
    margin-right: 42px;
    position: relative;
  }
  main.top #contact {
    margin-top: -40px;
  }
  main.top #contact .item-text {
    margin-right: 40px;
    padding-top: 100px;
  }
  main.top #contact .item-img {
    margin-right: -40px;
    max-width: 55%;
  }
}
@media screen and (max-width: 700px) {
  main.top #about {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  main.top #about .item-img p:nth-child(1) {
    max-width: 30%;
    top: -5%;
  }
  main.top #about .item-img p:nth-child(2) {
    max-width: 32%;
    left: -8%;
    top: inherit;
    bottom: -6%;
  }
  main.top #about .item-img p:nth-child(3) {
    max-width: 26%;
    left: 15%;
    bottom: -20%;
  }
  main.top #about .item-img p:nth-child(4) {
    max-width: 40%;
    right: -8%;
    top: -10%;
  }
  main.top #about .item-img p:nth-child(5) {
    max-width: 30%;
    right: 0%;
    bottom: -15%;
  }
  main.top #about .item-text {
    text-align: left;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.top #about .item-text .btn-block {
    margin-top: 20px;
  }
  main.top #about .item-text .btn-block .btn {
    background-color: #FFF;
  }
  main.top #about .item-text .btn-block .btn:hover {
    background-color: #EA6000;
  }
  main.top #center {
    padding-top: 40px;
  }
  main.top #center .content {
    flex-wrap: wrap;
  }
  main.top #center .item-img {
    margin-left: -20px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -40px;
  }
  main.top #center .item-img:before {
    height: 100%;
  }
  main.top #center .item-img img {
    height: 200px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
  }
  main.top #center .item-text {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-left: 0px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
  }
  main.top #center .item-text:before {
    left: -20px;
    background: #FDF6F1;
    border-radius: 0 0 0 80px;
  }
  main.top #center .item-text > * {
    position: relative;
  }
  main.top #center .item-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #center .item-list li {
    padding-bottom: 15px;
  }
  main.top #center .item-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #center .item-list li a {
    padding-right: 50px;
  }
  main.top #center .item-list li a:after {
    width: 40px;
    background-size: 15px auto;
  }
  main.top #center .item-list li a p {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.top #center .item-list li a h3 {
    font-size: 17px;
    font-size: 1rem;
  }
  main.top #flow {
    padding-top: 50px;
    padding-bottom: 80px;
    border-radius: 0 0 20px 20px;
  }
  main.top #flow .item-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  main.top #flow .item-list:not(:last-child) {
    margin-bottom: 0px;
  }
  main.top #flow .item-li {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
    border-radius: 20px;
    padding: 10px 20px;
  }
  main.top #flow .item-li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
    position: relative;
  }
  main.top #flow .item-li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 22px;
    height: 20px;
    bottom: -30px;
    transform: rotate(90deg);
    transform-origin: center center;
    background: url(../img/top/flow/arrow.svg) no-repeat center;
  }
  main.top #flow .item-li:not(:last-child) .item-img {
    position: relative;
  }
  main.top #flow .item-li:not(:last-child) .item-img:after {
    display: none;
  }
  main.top #flow .item-img {
    width: 80px;
    padding: 0;
    margin-bottom: 0px;
    margin-right: 30px;
  }
  main.top #flow .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    text-align: left;
  }
  main.top #flow .item-text > span {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.top #flow .item-text h3 {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.top #contact {
    margin-top: 0px;
    padding-top: 40px;
  }
  main.top #contact:before {
    height: 40px;
  }
  main.top #contact .content {
    padding-bottom: 40px;
    position: relative;
    flex-wrap: wrap;
  }
  main.top #contact .content:after {
    border-radius: 0 20px 20px 0;
  }
  main.top #contact .item-text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -30px;
    z-index: 3;
  }
  main.top #contact .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.top #contact .item-text .btn {
    margin-top: 20px;
  }
  main.top #contact .item-img {
    margin-left: auto;
    padding-left: 20px;
    margin-right: -20px;
  }
  main.top #contact .item-img img {
    border-radius: 20px 0 0 20px;
    height: auto;
    aspect-ratio: 2;
    object-fit: cover;
    object-position: center 40%;
  }
}
