.sec01 {
  padding: 50px 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec01 {
    padding: 3.472vw 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 6.977vw 0 6.977vw;
  }
}
.sec01 .inner {
  max-width: 1200px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec01 .inner {
    max-width: 83.333vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
.sec01 .guide-top .guide-top-img {
  margin-bottom: 34px;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 76px;
}
@media screen and (max-width: 1440px) {
  .sec01 .guide-top .guide-top-img {
    margin-bottom: 2.361vw;
    gap: 0 5.278vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .guide-top .guide-top-img {
    gap: 0 7.209vw;
  }
}
.sec01 .guide-top .guide-top-img figure {
  width: 260px;
}
@media screen and (max-width: 1440px) {
  .sec01 .guide-top .guide-top-img figure {
    width: 18.056vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .guide-top .guide-top-img figure {
    width: 25.349vw;
  }
}
.sec01 .guide-top-txt {
  text-align: center;
}
.sec01 .guide-top-txt .guide-top-txt01 {
  padding-right: 150px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .sec01 .guide-top-txt .guide-top-txt01 {
    padding-right: 10.417vw;
    margin-bottom: 2.222vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .guide-top-txt .guide-top-txt01 {
    padding-right: 0;
    margin-bottom: 4.465vw;
  }
}
.sec01 .guide-top-txt .guide-top-txt01 img {
  width: 690px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .sec01 .guide-top-txt .guide-top-txt01 img {
    width: 47.917vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .guide-top-txt .guide-top-txt01 img {
    width: 96.279vw;
  }
}
.sec01 .guide-top-txt .guide-top-txt02 {
  padding-left: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .sec01 .guide-top-txt .guide-top-txt02 {
    padding-left: 1.389vw;
    margin-bottom: 2.431vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .guide-top-txt .guide-top-txt02 {
    padding-left: 2.791vw;
    margin-bottom: 4.884vw;
  }
}
.sec01 .guide-top-txt .guide-top-txt02 img {
  width: 813px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .sec01 .guide-top-txt .guide-top-txt02 img {
    width: 56.458vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .guide-top-txt .guide-top-txt02 img {
    width: 113.442vw;
  }
}
.sec01 .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
  left: 19px;
}
@media screen and (max-width: 1440px) {
  .sec01 .txt {
    font-size: 1.389vw;
    left: 1.319vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txt {
    font-size: 3.256vw;
    left: 0;
  }
}

.sec02 {
  padding: 36px 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec02 {
    padding: 2.5vw 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 4.651vw 0 6.977vw;
  }
}
.sec02 .inner {
  max-width: 1300px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec02 .inner {
    max-width: 90.278vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .inner {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
.resolve .resolve-title {
  width: 100%;
  height: 68px;
  position: relative;
  z-index: 1;
  bottom: -45px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-title {
    height: 4.722vw;
    bottom: -3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-title {
    text-align: left;
    padding-left: 4.651vw;
    height: 8.837vw;
    bottom: -4.419vw;
  }
}
.resolve .resolve-title span {
  display: inline-block;
  background-color: #01528A;
  border: 1px solid #fff;
  border-radius: 34px;
  font-size: 29px;
  font-weight: bold;
  line-height: 66px;
  color: #fff;
  text-align: center;
  width: auto;
  min-width: 497px;
  padding: 0 1em;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-title span {
    border-radius: 2.361vw;
    font-size: 2.014vw;
    line-height: 4.583vw;
    min-width: 34.514vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-title span {
    border-radius: 4.349vw;
    font-size: 3.709vw;
    line-height: 8.442vw;
    min-width: 63.57vw;
  }
}
.resolve .resolve-list {
  position: relative;
  background: #fff;
  border-radius: 40px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 108px;
  padding-bottom: 84px;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-list {
    border-radius: 2.778vw;
    padding-left: 6.944vw;
    padding-right: 6.944vw;
    padding-top: 7.5vw;
    padding-bottom: 5.833vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-list {
    padding: 4.651vw;
    padding-top: 6.977vw;
    padding-bottom: 8.14vw;
    border-radius: 4.651vw;
  }
}
.resolve .resolve-list .resolve-img {
  width: 188px;
  height: 250px;
  position: absolute;
  top: -123px;
  right: 57px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-list .resolve-img {
    width: 13.056vw;
    height: 17.361vw;
    top: -8.542vw;
    right: 3.958vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-list .resolve-img {
    width: 20.93vw;
    height: 28.14vw;
    top: -13.953vw;
    right: 0;
  }
}
.resolve .resolve-list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 34px;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-list dl {
    gap: 2.083vw 2.361vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-list dl {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px;
  }
}
.resolve .resolve-list dl dt {
  width: 105px;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-list dl dt {
    width: 7.292vw;
    padding-top: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-list dl dt {
    width: 100%;
    padding-top: 3.488vw;
  }
}
.resolve .resolve-list dl dt span {
  display: inline-block;
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4761904762;
  text-align: center;
  color: #01528A;
  background-color: #FFDF65;
  border-radius: 16px;
  padding: 0 0.5em;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-list dl dt span {
    font-size: 1.458vw;
    border-radius: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-list dl dt span {
    width: 11.395vw;
    font-size: 2.093vw;
    line-height: 1.5555555556;
    border-radius: 3.256vw;
  }
}
.resolve .resolve-list dl dd {
  width: calc(100% - 105px - 34px);
  padding-top: 6px;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-list dl dd {
    width: calc(100% - 7.292vw - 2.361vw);
    padding-top: 0.417vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-list dl dd {
    width: 100%;
  }
}
.resolve .resolve-list dl dd p {
  font-size: 23.8px;
  font-weight: bold;
  color: #01528A;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-list dl dd p {
    font-size: 1.6527vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-list dl dd p {
    font-size: 3.256vw;
  }
}
.resolve .resolve-list dl dd p b {
  font-size: 30.8px;
}
@media screen and (max-width: 1440px) {
  .resolve .resolve-list dl dd p b {
    font-size: 2.1392vw;
  }
}
@media screen and (max-width: 768px) {
  .resolve .resolve-list dl dd p b {
    font-size: 4.419vw;
  }
}
.sec03 {
  padding: 23px 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec03 {
    padding: 1.597vw 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 3.209vw 0 6.977vw;
  }
}
.sec03 .inner {
  max-width: 1050px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec03 .inner {
    max-width: 72.917vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .inner {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
.reason .reason-title {
  gap: 0 45px;
  justify-content: flex-start;
  margin-bottom: 57px;
}
@media screen and (max-width: 1440px) {
  .reason .reason-title {
    gap: 0 3.125vw;
    margin-bottom: 3.958vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-title {
    gap: 0 2.791vw;
    margin-bottom: 5.116vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-title i {
    width: 16.977vw;
    flex-shrink: 0;
  }
}
.reason .reason-list {
  padding-left: 5px;
}
@media screen and (max-width: 1440px) {
  .reason .reason-list {
    padding-left: 0.347vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list {
    padding-left: 0.698vw;
  }
}
.reason .reason-list ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 32px;
}
@media screen and (max-width: 1440px) {
  .reason .reason-list ul li {
    gap: 0 2.222vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list ul li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.326vw;
  }
}
.reason .reason-list ul li .num {
  width: 117px;
  height: 117px;
  flex-shrink: 0;
  background: url("../img/guide/reason-list-num-bg.png") no-repeat center;
  background-size: contain;
  position: relative;
  top: 7px;
}
@media screen and (max-width: 1440px) {
  .reason .reason-list ul li .num {
    width: 8.125vw;
    height: 8.125vw;
    top: 0.486vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list ul li .num {
    width: 16.326vw;
    height: 16.326vw;
    top: 0.977vw;
  }
}
.reason .reason-list ul li .num:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 100%;
}
.reason .reason-list ul li .num span {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #01528A;
}
@media screen and (max-width: 1440px) {
  .reason .reason-list ul li .num span {
    top: 0.556vw;
    font-size: 2.708vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list ul li .num span {
    top: 1.116vw;
    font-size: 5.442vw;
  }
}
.reason .reason-list ul li .txt-box .catch {
  font-size: 34px;
  font-weight: bold;
  color: #01528A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .reason .reason-list ul li .txt-box .catch {
    font-size: 2.361vw;
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list ul li .txt-box .catch {
    font-size: 4.419vw;
    margin-bottom: 2.791vw;
  }
}
.reason .reason-list ul li .txt-box .catch span {
  font-size: 44px;
}
@media screen and (max-width: 1440px) {
  .reason .reason-list ul li .txt-box .catch span {
    font-size: 3.056vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list ul li .txt-box .catch span {
    font-size: 5.814vw;
  }
}
.reason .reason-list ul li .txt-box .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #000;
  padding-left: 5px;
}
@media screen and (max-width: 1440px) {
  .reason .reason-list ul li .txt-box .txt {
    font-size: 1.111vw;
    padding-left: 0.347vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list ul li .txt-box .txt {
    font-size: 3.256vw;
    padding-left: 0;
  }
}
.reason .reason-list ul li + li {
  margin-top: 44px;
}
@media screen and (max-width: 1440px) {
  .reason .reason-list ul li + li {
    margin-top: 3.056vw;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list ul li + li {
    margin-top: 6.14vw;
  }
}

.sec04 {
  padding: 50px 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec04 {
    padding: 3.472vw 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 6.977vw 0 6.977vw;
  }
}
.flow {
  width: 100%;
}
.flow > .inner {
  position: relative;
  max-width: 1300px;
}
@media screen and (max-width: 1440px) {
  .flow > .inner {
    max-width: 90.278vw;
  }
}
@media screen and (max-width: 768px) {
  .flow > .inner {
    max-width: 100%;
  }
}
.flow .flow-catch {
  text-align: center;
  line-height: 1;
  padding-top: 5px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1440px) {
  .flow .flow-catch {
    padding-top: 0.347vw;
    margin-bottom: 1.528vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-catch {
    padding-top: 0.698vw;
    margin-bottom: 3.023vw;
  }
}
.flow .flow-catch span {
  display: inline-block;
  width: 317px;
  height: 32px;
}
@media screen and (max-width: 1440px) {
  .flow .flow-catch span {
    width: 22.014vw;
    height: 2.222vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-catch span {
    width: 46.512vw;
    height: 4.186vw;
  }
}
.flow .flow-catch span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flow .flow-img {
  width: 183px;
  height: 269px;
  position: absolute;
  top: -103px;
  right: 94px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .flow .flow-img {
    width: 12.708vw;
    height: 18.681vw;
    top: -7.153vw;
    right: 6.528vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-img {
    width: 18.372vw;
    height: 27.442vw;
    top: -13.953vw;
    right: 6.977vw;
  }
}
.flow .step-list {
  padding: 85px 102px 50px;
  border: 2px solid #01528A;
  border-radius: 80px;
  margin-top: 54px;
  margin-bottom: 46px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .flow .step-list {
    padding: 5.903vw 7.083vw 3.472vw;
    border-radius: 5.556vw;
    margin-top: 3.75vw;
    margin-bottom: 3.194vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list {
    padding: 12.558vw 3.721vw 5.814vw 4.651vw;
    border-radius: 9.302vw;
    margin-top: 7.674vw;
    margin-bottom: 0;
  }
}
.flow .step-list .flow-title {
  width: 100%;
  position: absolute;
  top: -37px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .flow .step-list .flow-title {
    top: -2.569vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list .flow-title {
    top: -5.116vw;
    text-align: left;
    padding-left: 4.651vw;
  }
}
.flow .step-list .flow-title span {
  display: inline-block;
  background-color: #01528A;
  border: 1px solid #fff;
  border-radius: 34px;
  font-size: 29px;
  font-weight: bold;
  line-height: 66px;
  color: #fff;
  text-align: center;
  width: 420px;
}
@media screen and (max-width: 1440px) {
  .flow .step-list .flow-title span {
    border-radius: 2.361vw;
    font-size: 2.014vw;
    line-height: 4.583vw;
    width: 29.167vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list .flow-title span {
    border-radius: 5.116vw;
    font-size: 4.186vw;
    line-height: 9.767vw;
    width: 63.721vw;
  }
}
.flow .step-list ul {
  width: 100%;
}
.flow .step-list ul li {
  width: 100%;
}
.flow .step-list ul li dl {
  display: flex;
  justify-content: flex-start;
  gap: 0 2%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li dl {
    position: relative;
    flex-direction: column;
  }
  .flow .step-list ul li dl:before {
    content: "";
    display: block;
    width: 2.791vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 7.442vw;
    background: url("../img/top/arrow-l.svg") no-repeat center bottom;
    background-size: cover;
    z-index: 1;
  }
}
.flow .step-list ul li dl dt, .flow .step-list ul li dl dd {
  padding-bottom: 39px;
}
@media screen and (max-width: 1440px) {
  .flow .step-list ul li dl dt, .flow .step-list ul li dl dd {
    padding-bottom: 2.708vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li dl dt, .flow .step-list ul li dl dd {
    padding-bottom: 4.651vw;
  }
}
.flow .step-list ul li dl dt {
  width: 48%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li dl dt {
    width: 100%;
  }
}
.flow .step-list ul li dl dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 45px;
  background: url("../img/top/arrow-l.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .flow .step-list ul li dl dt:before {
    width: 1.111vw;
    left: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li dl dt:before {
    display: none;
  }
}
.flow .step-list ul li dl dt .num {
  width: 105px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.380952381;
  border: 1px solid #01528A;
  border-radius: 31px;
  text-align: center;
  background-color: #fff;
  color: #01528A;
  margin-right: 28px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .flow .step-list ul li dl dt .num {
    width: 7.292vw;
    font-size: 1.458vw;
    border-radius: 2.153vw;
    margin-right: 1.944vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li dl dt .num {
    width: 17.442vw;
    font-size: 3.256vw;
    border-radius: 2.558vw;
    margin-right: 3.256vw;
  }
}
.flow .step-list ul li dl dt h3 {
  display: block;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #01528A;
}
@media screen and (max-width: 1440px) {
  .flow .step-list ul li dl dt h3 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li dl dt h3 {
    font-size: 4.419vw;
  }
}
.flow .step-list ul li dl dd {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li dl dd {
    width: 100%;
    padding-left: 21.163vw;
  }
}
.flow .step-list ul li dl dd p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #271C0C;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 1440px) {
  .flow .step-list ul li dl dd p {
    font-size: 1.111vw;
    top: -0.347vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li dl dd p {
    font-size: 3.256vw;
    top: -1.163vw;
  }
}
.flow .step-list ul li:last-child dl:before {
  display: none;
}
.flow .step-list ul li:last-child dl dt, .flow .step-list ul li:last-child dl dd {
  padding-bottom: 19px;
}
@media screen and (max-width: 1440px) {
  .flow .step-list ul li:last-child dl dt, .flow .step-list ul li:last-child dl dd {
    padding-bottom: 1.319vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-list ul li:last-child dl dt, .flow .step-list ul li:last-child dl dd {
    padding-bottom: 2.326vw;
  }
}
.flow .step-list ul li:last-child dl dt:before {
  display: none;
}
.flow .step-bt {
  width: 100%;
}
.flow .step-bt .step-bt-txt {
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 1440px) {
  .flow .step-bt .step-bt-txt {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-bt .step-bt-txt {
    margin-bottom: 2.326vw;
  }
}
.flow .step-bt .step-bt-txt span {
  display: inline-block;
  width: 194px;
  height: 32px;
}
@media screen and (max-width: 1440px) {
  .flow .step-bt .step-bt-txt span {
    width: 13.472vw;
    height: 2.222vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-bt .step-bt-txt span {
    width: 33.256vw;
    height: 5.349vw;
  }
}
.flow .step-bt .link-btn {
  display: block;
}
.flow .step-bt .link-btn a {
  width: 315px;
  height: 93px;
  border: 2px solid #271C0C;
  border-radius: 47px;
  padding: 1em;
  padding-left: 43px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 21px;
  filter: drop-shadow(0px 7px 0px #03385D);
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .flow .step-bt .link-btn a {
    width: 21.875vw;
    height: 6.458vw;
    border-radius: 3.264vw;
    padding-left: 2.986vw;
    gap: 1.458vw;
    filter: drop-shadow(0px 0.486vw 0px #03385D);
  }
}
@media screen and (max-width: 768px) {
  .flow .step-bt .link-btn a {
    width: 61.86vw;
    height: 18.14vw;
    border-radius: 9.07vw;
    padding-left: 7.907vw;
    gap: 4.186vw;
    filter: drop-shadow(0px 1.628vw 0px #03385D);
  }
}
.flow .step-bt .link-btn a i {
  width: 46px;
  height: 38px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .flow .step-bt .link-btn a i {
    width: 3.194vw;
    height: 2.639vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-bt .link-btn a i {
    width: 9.07vw;
    height: 7.442vw;
  }
}
.flow .step-bt .link-btn a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flow .step-bt .link-btn a span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .flow .step-bt .link-btn a span {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .step-bt .link-btn a span {
    font-size: 3.488vw;
  }
}
.flow .step-bt .link-btn a:hover {
  transform: translateY(6px);
  filter: drop-shadow(0px 1px 0px #03385D);
}
@media screen and (max-width: 1440px) {
  .flow .step-bt .link-btn a:hover {
    transform: translateY(0.417vw);
  }
}
@media screen and (max-width: 768px) {
  .flow .step-bt .link-btn a:hover {
    transform: translateY(1.395vw);
  }
}

.flex-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .flex-title {
    gap: 0 2.083vw;
    margin-bottom: 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .flex-title {
    gap: 2.791vw;
    margin-bottom: 8.372vw;
  }
}
.flex-title i {
  display: block;
  width: 127px;
}
@media screen and (max-width: 1440px) {
  .flex-title i {
    width: 8.819vw;
  }
}
@media screen and (max-width: 768px) {
  .flex-title i {
    width: 17.721vw;
  }
}
.flex-title span {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .flex-title span {
    padding-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .flex-title span {
    padding-bottom: 2.791vw;
  }
}
.flex-title span:before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 5px;
  position: absolute;
  bottom: -3px;
  left: -5px;
  background-color: #01528A;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .flex-title span:before {
    width: calc(100% + 0.694vw);
    height: 0.347vw;
    bottom: -0.208vw;
    left: -0.347vw;
  }
}
@media screen and (max-width: 768px) {
  .flex-title span:before {
    width: calc(100% + 1.395vw);
    height: 0.698vw;
    bottom: -0.419vw;
    left: -0.698vw;
  }
}
.sec05 {
  padding: 50px 0 50px;
  padding-bottom: 54px;
}
@media screen and (max-width: 1440px) {
  .sec05 {
    padding: 3.472vw 0 3.472vw;
    padding-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 6.977vw 0 11.628vw;
    padding-bottom: 7.535vw;
  }
}
.sec05 .inner {
  max-width: 1200px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec05 .inner {
    max-width: 83.333vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .inner {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
.relieve {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .relieve .relieve-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.relieve .relieve-title span {
  width: 934px;
}
@media screen and (max-width: 1440px) {
  .relieve .relieve-title span {
    width: 64.861vw;
  }
}
@media screen and (max-width: 768px) {
  .relieve .relieve-title span {
    width: 100%;
    max-width: 92.558vw;
  }
}
.relieve .relieve-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .relieve .relieve-flex {
    flex-direction: column-reverse;
    gap: 4.651vw;
  }
}
.relieve .relieve-flex .flex-l {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .relieve .relieve-flex .flex-l {
    width: 100%;
  }
}
.relieve .relieve-flex .flex-l .catch {
  font-size: 34px;
  font-weight: bold;
  color: #01528A;
  white-space: nowrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .relieve .relieve-flex .flex-l .catch {
    font-size: 2.361vw;
    margin-bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .relieve .relieve-flex .flex-l .catch {
    font-size: 4.884vw;
    margin-bottom: 4.651vw;
    white-space: normal;
  }
}
.relieve .relieve-flex .flex-l .txt {
  width: 95%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .relieve .relieve-flex .flex-l .txt {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .relieve .relieve-flex .flex-l .txt {
    font-size: 3.256vw;
  }
}
.relieve .relieve-flex .flex-r {
  width: 48.2%;
}
@media screen and (max-width: 768px) {
  .relieve .relieve-flex .flex-r {
    width: 100%;
  }
}
.relieve .relieve-flex .flex-r .relieve-img {
  width: 100%;
  max-width: 530px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .relieve .relieve-flex .flex-r .relieve-img {
    max-width: 36.806vw;
    border-radius: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .relieve .relieve-flex .flex-r .relieve-img {
    max-width: 530px;
    margin: 0 auto;
    border-radius: 4.186vw;
  }
}
.sec06 {
  padding: 50px 0 192px;
}
@media screen and (max-width: 1440px) {
  .sec06 {
    padding: 3.472vw 0 13.333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 6.977vw 0 13.953vw;
  }
}
.sec06 .inner {
  max-width: 1200px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec06 .inner {
    max-width: 83.333vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .inner {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
.kanri {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kanri .kanri-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.kanri .kanri-title span {
  width: 734px;
}
@media screen and (max-width: 1440px) {
  .kanri .kanri-title span {
    width: 50.972vw;
  }
}
@media screen and (max-width: 768px) {
  .kanri .kanri-title span {
    width: 100%;
    max-width: 74.419vw;
  }
}
.kanri .kanri-flex {
  justify-content: space-between;
  margin-bottom: 76px;
}
@media screen and (max-width: 1440px) {
  .kanri .kanri-flex {
    margin-bottom: 5.278vw;
  }
}
@media screen and (max-width: 768px) {
  .kanri .kanri-flex {
    flex-direction: column;
    gap: 4.651vw;
    margin-bottom: 6.977vw;
  }
}
.kanri .kanri-flex .flex-l {
  width: 48.2%;
}
@media screen and (max-width: 768px) {
  .kanri .kanri-flex .flex-l {
    width: 100%;
  }
}
.kanri .kanri-flex .flex-l .kanri-img {
  width: 100%;
  max-width: 530px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .kanri .kanri-flex .flex-l .kanri-img {
    max-width: 36.806vw;
    border-radius: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .kanri .kanri-flex .flex-l .kanri-img {
    max-width: 530px;
    margin: 0 auto;
    border-radius: 4.186vw;
  }
}
.kanri .kanri-flex .flex-r {
  width: 48%;
  padding-left: 9px;
}
@media screen and (max-width: 1440px) {
  .kanri .kanri-flex .flex-r {
    padding-left: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .kanri .kanri-flex .flex-r {
    padding-left: 0;
    width: 100%;
  }
}
.kanri .kanri-flex .flex-r .catch {
  font-size: 34px;
  font-weight: bold;
  color: #01528A;
  margin-bottom: 28px;
}
@media screen and (max-width: 1440px) {
  .kanri .kanri-flex .flex-r .catch {
    font-size: 2.361vw;
    margin-bottom: 1.944vw;
  }
}
@media screen and (max-width: 768px) {
  .kanri .kanri-flex .flex-r .catch {
    font-size: 4.884vw;
    margin-bottom: 4.651vw;
  }
}
.kanri .kanri-flex .flex-r .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .kanri .kanri-flex .flex-r .txt {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .kanri .kanri-flex .flex-r .txt {
    font-size: 3.256vw;
    line-height: 1.7857142857;
  }
}

.satei-link {
  width: 100%;
}
.satei-link .satei-link-txt {
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 1440px) {
  .satei-link .satei-link-txt {
    margin-bottom: 1.597vw;
  }
}
@media screen and (max-width: 768px) {
  .satei-link .satei-link-txt {
    margin-bottom: 3.209vw;
  }
}
.satei-link .satei-link-txt span {
  display: inline-block;
  width: 260px;
  height: 45px;
}
@media screen and (max-width: 1440px) {
  .satei-link .satei-link-txt span {
    width: 18.056vw;
    height: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .satei-link .satei-link-txt span {
    width: 36.279vw;
    height: 6.279vw;
  }
}
.satei-link .satei-link-txt span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.satei-link .link-btn {
  display: block;
}
.satei-link .link-btn a {
  width: 600px;
  height: 150px;
  border: 2px solid #271C0C;
  border-radius: 80px;
  padding: 1em;
  padding-left: 64px;
  padding-right: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 41px;
  filter: drop-shadow(0px 10px 0px #03385D);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .satei-link .link-btn a {
    width: 41.667vw;
    height: 10.417vw;
    border-radius: 5.556vw;
    padding-left: 4.444vw;
    padding-right: 7.639vw;
    gap: 2.847vw;
    filter: drop-shadow(0px 0.694vw 0px #03385D);
  }
}
@media screen and (max-width: 768px) {
  .satei-link .link-btn a {
    width: 100%;
    width: 83.721vw;
    height: 20.93vw;
    border-radius: 11.163vw;
    padding-left: 8.93vw;
    padding-right: 15.349vw;
    gap: 5.721vw;
    filter: drop-shadow(0px 1.395vw 0px #03385D);
  }
}
.satei-link .link-btn a i {
  width: 105px;
  height: 105px;
}
@media screen and (max-width: 1440px) {
  .satei-link .link-btn a i {
    width: 7.292vw;
    height: 7.292vw;
  }
}
@media screen and (max-width: 768px) {
  .satei-link .link-btn a i {
    width: 14.651vw;
    height: 14.651vw;
  }
}
.satei-link .link-btn a i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.satei-link .link-btn a span {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .satei-link .link-btn a span {
    font-size: 2.292vw;
  }
}
@media screen and (max-width: 768px) {
  .satei-link .link-btn a span {
    font-size: 4.605vw;
  }
}
.satei-link .link-btn a:before {
  content: "";
  display: block;
  width: 29px;
  height: 31px;
  position: absolute;
  top: 50%;
  right: 77px;
  transform: translateY(-50%);
  background: url("../img/guide/link-btn-arrow.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .satei-link .link-btn a:before {
    width: 2.014vw;
    height: 2.153vw;
    right: 5.347vw;
  }
}
@media screen and (max-width: 768px) {
  .satei-link .link-btn a:before {
    width: 4.047vw;
    height: 4.326vw;
    right: 10.744vw;
  }
}
.satei-link .link-btn a:hover {
  transform: translateY(9px);
  filter: drop-shadow(0px 1px 0px #03385D);
}
@media screen and (max-width: 1440px) {
  .satei-link .link-btn a:hover {
    transform: translateY(0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .satei-link .link-btn a:hover {
    transform: translateY(1.256vw);
  }
}
