@charset "utf-8";

/* CSS Document */
#service {
  margin: 50px 0 120px;
}

.service-wrap {
  display: flex;
}

.head {
  margin: 0 0 50px;
}

.service-unit {
  width: 298px;
  height: 577px;
  position: relative;
  border: 4px solid #005e8d;
  background-color: #f2f2f2;
  padding: 13px 11px 18px;
}

.foot .service-unit {
  width: 468px;
  height: 418px;
}

.head .service-unit:nth-child(2) {
  margin: 0 20px;
}

.foot .service-unit:nth-child(2) {
  margin: 0 0 0 20px;
}

.service-title {
  text-align: center;
  color: #005e8d;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

.service-label {
  background-color: #005e8d;
  color: #fff;
  line-height: normal;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  padding: 16px 12px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.service-label span {
  font-size: 30px;
  line-height: 1;
}

.service-title-txt {
  padding: 33px 0 13px;
  margin: 0 0 19px;
  line-height: 1.5;
  letter-spacing: normal;
  border-radius: 20px;
  background-color: #fff;
}

.head .service-unit:nth-child(2) .service-title-txt {
  padding: 42px 0 27px;
}

.foot .service-unit:nth-child(1) .service-title-txt {
  padding: 42px 0 27px;
}

.service-txt {
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: initial;
  font-feature-settings: "palt";
}

.service-txt span {
  width: 240px;
  display: block;
  float: left;
}

.service-txt .tb {
  display: block;
}

.service-icon {
  vertical-align: bottom;
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.head .service-unit:nth-child(2) .service-icon {
  bottom: 50px;
}

.foot .service-unit:nth-child(2) .service-icon {
  text-align: right;
  left: unset;
  right: 10px;
  width: auto;
}

.title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 50px;
}

#flow {
  margin: 0 0 120px;
}

.back-line {
  border-right: 50px solid #f4ab33;
  width: 68px;
}

.flow-unit {
  border: 5px solid #005e8d;
  display: table;
  width: 1000px;
  margin: 0 0 25px;
}

.flow-unit:nth-child(7) {
  margin: 0;
}

.flow-unit th {
  display: table-cell;
  width: 179px;
  background-color: #005e8d;
  vertical-align: middle;
  position: relative;
}

.flow-unit th:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 100%;
  top: 0%;
  left: 100%;
  background-image: url(../img/rent-triangle.svg);
  background-position: right 0 top 50%;
  background-size: cover;
}

.flow-unit th p {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.flow-unit th p .number {
  font-size: 87px;
  display: block;
  line-height: 1;
}

.flow-unit th p .subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1
}

.flow-unit td {
  padding: 0 40px 0 70px;
}

.flow-unit-headtxt {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 0;
}

.flow-unit:nth-child(5) .flow-unit-headtxt {
  margin: 30px 0;
}

.flow-unit-foottxt {
  background-color: #e6e6e6;
  position: relative;
  padding: 20px 13px;
  margin: 43px 0 30px;
}

.point {
  background-color: #f4ab33;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 2px 30px;
  position: absolute;
  top: -25px;
  left: 0;
}

.point::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 9px solid #f4ab33;
}

.point-txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.point-txt .tb {
  display: block;
}

#question{
  display: none;
}

#question dt {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 80px 15px 80px;
  position: relative;
  background-color: #f2f2f2;
}

#question dt::before {
  background: #005e8d;
  content: "Q";
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 28px;
  font-size: 2rem;
}

#question dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  right: 0;
  background: url("../img/rent-txt-open.svg") no-repeat center;
}

#question dt.open::after {
  background: url("../img/rent-txt-close.svg") no-repeat center;
}

#question dt:not(:first-child) {
  margin-top: 1px;
}

#question dd {
  background: #f5f9fa;
  font-size: 18px;
  padding: 0px 15px 0px 80px;
  position: relative;
  height: 0;
  transition: .3s;
  overflow: hidden;
}

#question dd.open {
  display: block;
  padding: 15px 15px 15px 80px;
  height: 32px;
}

#question dd::before {
  background: #ccdfe8;
  content: "A";
  color: #005e8d;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 28px;
  font-size: 2rem;
}

@media (max-width: 1023px) {
  #service {
    margin: 50px 0 90px;
  }

  .service-wrap {
    display: block;
  }

  .head {
    margin: 0 0 7%;
  }

  .service-unit {
    width: 93%;
    height: unset;
    position: relative;
    border: 4px solid #005e8d;
    background-color: #f2f2f2;
    padding: 3%;
    margin: 0 0 6%;
  }

  .foot .service-unit {
    width: 93%;
    height: unset;
  }

  .head .service-unit:nth-child(2) {
    margin: 0 0 7%;
  }

  .foot .service-unit:nth-child(2) {
    margin: 0;
  }

  .service-title {
    text-align: center;
    color: #005e8d;
    font-weight: 600;
    font-size: 16px;
    position: relative;
  }

  .service-label {
    background-color: #005e8d;
    color: #fff;
    line-height: normal;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    padding: 16px 12px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .service-label span {
    font-size: 30px;
    line-height: 1;
  }

  .service-title-txt {
    padding: 33px 0 13px;
    margin: 0 0 19px;
    line-height: 1.5;
    letter-spacing: normal;
    border-radius: 20px;
    background-color: #fff;
  }

  .head .service-unit:nth-child(2) .service-title-txt, .foot .service-unit:nth-child(1) .service-title-txt {
    padding: 33px 0 13px;
  }

  .service-txt.pc {
    display: none;
  }

  .service-txt.sp {
    display: block;
  }

  .service-txt {
    padding: 0;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: initial;
    font-feature-settings: "palt";
    width: 62%;
    float: left;
  }

  .service-txt span {
    width: 100%;
    display: block;
    float: left;
  }

  .service-txt .tb {
    display: none;
  }

  .service-icon{
    position: inherit;
  }

  .head .service-unit:first-child .service-icon {
    padding-top: 26%;
  }

  .head .service-unit:nth-child(2) .service-icon {
    padding-top: 24%;
  }

  .head .service-unit:nth-child(3) .service-icon {
    padding-top: 34%;
  }

  .foot .service-unit:first-child .service-icon {
    padding-top: 25%;
  }

  .foot .service-unit:nth-child(2) .service-icon {
    padding-top: 34%;
  }

  .service-icon img {
    vertical-align: bottom;
    position: absolute;
    bottom: unset;
    top: 0;
    left: unset;
    right: 5%;
    margin: auto;
    width: 30%;
  }

  .head .service-unit:first-child .service-icon img {
    top: 5%;
  }

  .head .service-unit:nth-child(2) .service-icon img {
    bottom: unset;
    top: 53%;
  }

  .head .service-unit:nth-child(3) .service-icon img {
    top: 27%;
  }

  .foot .service-unit:first-child .service-icon img {
    top: 26%;
  }

  .foot .service-unit:nth-child(2) .service-icon img {
    left: unset;
    right: 3%;
    top: 15%;
  }

  .title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 50px;
  }

  .title img {
    width: 76%;
    display: block;
    margin: 0 auto;
  }

  #flow {
    margin: 0 0 90px;
  }

  .back-line {
    border-right: unset;
    width: 100%;
    position: relative;
  }

  .back-line::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 6%;
    height: 100%;
    border-right: 50px solid #f4ab33;
    z-index: -1;
  }

  .flow-wrap {
    width: 100%;
  }

  .flow-unit {
    border: 5px solid #005e8d;
    display: table;
    width: 99%;
    margin: 0 0 25px;
  }

  .flow-unit:nth-child(7) {
    margin: 0;
  }

  .flow-unit th {
    display: table-cell;
    width: 125px;
    background-color: #005e8d;
    vertical-align: middle;
    position: relative;
  }

  .flow-unit th:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 100%;
    margin-left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.7vw 0 20.7vw 30px;
    border-color: transparent transparent transparent #005e8b;
    display: none;
  }

  .flow-unit th:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0%;
    left: 100%;
    background-image: url(../img/rent-triangle.svg);
    background-position: right 0 top 50%;
    background-size: cover;
  }

  .flow-unit th p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
  }

  .flow-unit th p .number {
    font-size: 60px;
    display: block;
    line-height: 1;
  }

  .flow-unit th p .subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 1
  }

  .flow-unit td {
    padding: 0 20px 0 60px;
  }

  .flow-unit-headtxt {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 0;
    letter-spacing: normal;
  }

  .flow-unit:nth-child(5) .flow-unit-headtxt {
    margin: 30px 0;
  }

  .flow-unit-headtxt .pc {
    display: none;
  }

  .flow-unit-foottxt {
    background-color: #e6e6e6;
    position: relative;
    padding: 20px 13px;
    margin: 43px 0 30px;
  }

  .point {
    background-color: #f4ab33;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.15em;
    display: inline-block;
    padding: 2px 30px;
    position: absolute;
    top: -25px;
    left: 0;
  }

  .point::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid #f4ab33;
  }

  .point-txt {
    font-size: 16px;
    line-height: 1.5;
  }

  .point-txt .tb {
    display: none;
  }

  #question dt {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 80px 15px 80px;
    position: relative;
    background-color: #f2f2f2;
  }

  #question dt::before {
    background: #005e8d;
    content: "Q";
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 28px;
    font-size: 2rem;
  }

  #question dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    right: 0;
    background: url("../img/rent-txt-open.svg") no-repeat center;
  }

  #question dt.open::after {
    background: url("../img/rent-txt-close.svg") no-repeat center;
  }

  #question dt:not(:first-child) {
    margin-top: 1px;
  }

  #question dd {
    background: #f5f9fa;
    font-size: 18px;
    padding: 0px 15px 0px 80px;
    position: relative;
    height: 0;
    transition: .3s;
    overflow: hidden;
  }

  #question dd.open {
    display: block;
    padding: 15px 15px 15px 80px;
    height: 32px;
  }

  #question dd::before {
    background: #ccdfe8;
    content: "A";
    color: #005e8d;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 28px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #rent {
    width: 100%;
  }

  #service {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }

  #flow, #question {
    width: 90%;
    overflow: hidden;
    margin: 15% auto;
  }

  .service-wrap {
    display: unset;
  }

  .head {
    margin: 0 0 50px;
  }

  .service-unit {
    width: 89%;
    height: unset;
    position: relative;
    border: 4px solid #005e8d;
    background-color: #f2f2f2;
    padding: 4%;
    margin: 13% 0 15% 0;
  }

  .foot .service-unit {
    width: 89%;
    height: unset;
  }

  .head .service-unit:nth-child(2) {
    margin: 13% 0 15% 0;
  }

  .foot .service-unit:nth-child(2) {
    margin: 13% 0 0 0;
  }

  .service-title {
    text-align: center;
    color: #005e8d;
    font-weight: 600;
    font-size: 16px;
    position: relative;
  }

  .service-label {
    background-color: #005e8d;
    color: #fff;
    line-height: normal;
    font-size: 11px;
    border-radius: 50%;
    display: inline-block;
    padding: 16px 9px 10px 9px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .service-label span {
    font-size: 21px;
    line-height: 1.3;
  }

  .service-title-txt {
    padding: 22px 0 13px;
    margin: 0 0 19px;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0.03em;
    border-radius: 20px;
    background-color: #fff;
  }

  .head .service-unit:nth-child(2) .service-title-txt {
    padding: 22px 0 13px;
  }

  .foot .service-unit:nth-child(1) .service-title-txt {
    padding: 22px 0 13px;
  }

  .service-txt {
    padding: 0;
    margin: 0 0 3%;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: initial;
    font-feature-settings: "palt";
    width: unset;
    float: none;
  }

  .service-txt span {
    width: 100%;
    display: block;
    float: left;
  }

  .head .service-unit:first-child .service-icon {
    padding-top: 73%;
  }

  .head .service-unit:nth-child(2) .service-icon {
    padding-top: 40%;
    bottom: 0;
  }

  .head .service-unit:nth-child(3) .service-icon {
    padding-top: 56%;
  }

  .foot .service-unit:first-child .service-icon {
    padding-top: 53%;
  }

  .foot .service-unit:nth-child(2) .service-icon {
    padding-top: 66%;
  }

  .service-icon img {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
  }

  .head .service-unit:first-child .service-icon img, .head .service-unit:nth-child(2) .service-icon img,
  .head .service-unit:nth-child(3) .service-icon img, .foot .service-unit:first-child .service-icon img,
  .head .service-unit:nth-child(2) .service-icon img {
    top: unset;
  }

  .head .service-unit:nth-child(2) .service-icon img {
    bottom: 18px;
  }

  .foot .service-unit:nth-child(2) .service-icon img {
    top: unset;
    left: 0;
    right: 0;
    width: 70%;
  }

  .title {
    text-align: center;
    font-size: 4.5vw;
    font-weight: 500;
    margin: 0 0 30px;
  }

  .title img {
    width: 85%;
    display: block;
    margin: 0 auto;
  }

  .back-line {
    border-right: unset;
    width: 100%;
  }

  .back-line::before {
    display: none;
  }

  .flow-wrap {
    width: 100%;
  }

  .flow-unit {
    border: 5px solid #005e8d;
    display: block;
    width: 97%;
    margin: 0 0 25px;
  }

  .flow-unit:nth-child(7) {
    margin: 0;
  }

  .flow-unit th {
    display: block;
    width: 100%;
    background-color: #005e8d;
    vertical-align: middle;
    position: relative;
  }

  .flow-unit th:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    margin-left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 43.5vw 0 43.5vw;
    border-color: #005e8b transparent transparent transparent;
    display: block;
  }

  .flow-unit:nth-child(2) th:before, .flow-unit:nth-child(3) th:before,
  .flow-unit:nth-child(4) th:before, .flow-unit:nth-child(5) th:before,
  .flow-unit:nth-child(6) th:before, .flow-unit:nth-child(7) th:before {
    border-width: 30px 43vw 0 43vw;
  }

  .flow-unit th::after {
    display: none;
  }

  .flow-unit th p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-align: center;
  }

  .flow-unit th p .number {
    font-size: 24px;
    display: inline;
    line-height: unset;
  }

  .flow-unit th p .subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
  }

  .flow-unit td {
    padding: 4%;
  }

  .flow-unit-headtxt {
    font-size: 15px;
    font-weight: 600;
    margin: 30px 0 0;
    letter-spacing: normal;
    line-height: 1.5;
  }

  .flow-unit:nth-child(5) .flow-unit-headtxt {
    margin: 30px 0 10px;
  }

  .flow-unit-foottxt {
    background-color: #e6e6e6;
    position: relative;
    padding: 20px 13px;
    margin: 43px 0 10px;
  }

  .point {
    background-color: #f4ab33;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15em;
    display: inline-block;
    padding: 3px 26px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .point::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid #f4ab33;
  }

  .point-txt {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: normal;
  }

  .point-txt br {
    display: none;
  }

  #question dt {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 60px 15px 55px;
    position: relative;
    background-color: #f2f2f2;
  }

  #question dt::before {
    background: #005e8d;
    content: "Q";
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 28px;
    font-size: 1.5714285714rem;
  }

  #question dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    right: 0;
    background: url(../img/rent-txt-open.svg) no-repeat center;
  }

  #question dt.open::after {
    background: url("../img/rent-txt-close.svg") no-repeat center;
  }

  #question dd {
    background: #f5f9fa;
    font-size: 14px;
    padding: 0px 15px 0px 55px;
    position: relative;
    height: 0;
    transition: .3s;
    overflow: hidden;
  }

  #question dd.open {
    display: block;
    padding: 15px 15px 15px 55px;
    height: 42px;
  }

  #question dd::before {
    background: #ccdfe8;
    content: "A";
    color: #005e8d;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 28px;
    font-size: 1.5714285714rem;
  }
}
