@charset "UTF-8";
.under_mv_inner {
  background: url("../img/mv.png") no-repeat left center;
  -webkit-background-size: cover;
  background-size: cover;
}

.black{
    color: #000;
}

.intro {
    margin-top: 55px;
    padding: 85px 0 100px;
    background: #EFF9F9;
}
.intro_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.intro_com {
    line-height: 2;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.intro_text {
    max-width: 460px;
    width: 100%;
}

.worries_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1024px;
    width: 90%;
    margin: auto;
    position: relative;
    padding: 65px 0 150px;
}
.worries_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 40px;
    margin-top: 45px;
}
.wl_top{
    max-width: 1024px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.wl_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px 20px;
}
.wl_text{
    max-width: 480px;
    width: 100%;
    padding: 18px 5%;
    color: #fff;
    background: #49C1BC 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
}
.worries_img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.attempt {
    padding: 50px 0 60px;
}
.att_inner{
    max-width: 1024px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.att_txt{
    line-height: 1.8;
}

.situation {
    background: #CFF5F3 0% 0% no-repeat padding-box;
    padding: 43px 0;
}
.situ_outer{
    max-width: 1212px;
    width: 90%;
    margin: auto;
    border-radius: 35px;
    background: #FFF;
}
.situ_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    padding: 64px 0;
}
.situ_com {
    max-width: 565px;
    margin: 35px auto 0;
}
.situ_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
}
.situ_card {
    max-width: 502px;
    width: 100%;
    border: 2px solid #49C1BC;
    border-radius: 35px;
    overflow: hidden;
}
.situ_head {
    display: flex;
    padding: 20px 40px;
    gap: 15px;
    background: #49C1BC;
  align-items: center;
}
.situ_num {
    display: flex;
    min-width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #FF9900;
    font-size: 2rem;
    font-weight: bold;
}
.situ_tit {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}
.situ_body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 20px 40px;
    gap: 20px;
}
.situ_box {
    line-height: 2;
}

.voice {
    margin-top: 74px;
}
.voice_inner{
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.voice_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 37px;
}
.voice_box{
    max-width: 502px;
    width: 100%;
    border: 1px solid #49C1BC;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0;
}
.vd_left{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.vb_text{
    max-width: 332px;
    width: 100%;
    line-height: 2;
}

.flow {
    margin-top: 80px;
}
.flow_inner {
    max-width: 1212px;
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 35px;
    padding: 0 55px;
}
.flow_list {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 20px;
}
.flow_card {
    max-width: 242px;
    width: 100%;
    border: 2px solid #49C1BC;
    border-radius: 25px;
}
.flow_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #49C1BC;
    position: relative;
    padding: 45px 0 25px;
    border-radius: 20px 20px 0 0;
}
.flow_tit {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.flow_step {
    position: absolute;
    top: -37px;
    width: 74px;
    height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1.5px solid #49c1bc;
}
.flow_step--min {
    font-size: 1.2rem;
    font-weight: bold;
    color: #49C1BC;
}
.flow_step--num {
    font-size: 2.8rem;
    font-weight: bold;
    color: #FF9900;
    line-height: 1;
}
.flow_body {
    padding: 20px;
    letter-spacing: 1px;
}
.fd_col{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_com {
    line-height: 1.8;
    min-height: 70px;
}

.price {
    margin-top: 93px;
}
.pri_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.pri_com {
    margin-top: 25px;
    text-align: center;
}
.pri_flex {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}
.pri_card {
    max-width: 502px;
    width: 100%;
    background: #EFF9F9;
    padding: 40px;
}
.pri_tit {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 18px 0;
}
.pri_tit .strong {
    font-size: 3rem;
    font-weight: bold;
    color: #49C1BC;
}
.pri_body {
    max-width: 426px;
    margin: auto;
}
.pri_row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 20px 0;
    border-bottom: 1px solid #FFFFFF;
}
.pri_row .strong {
    font-size: 3.5rem;
    font-weight: bold;
    color: #FF9900;
    margin-right: 5px;
}
.pri_bot {
    background: #F2F2F2;
    margin-top: 20px;
    padding: 25px 40px;
    line-height: 2;
}
.pri_indent {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
}
.pri_indent .indent {
    text-indent: -1.35em;
    padding-left: 1.35em;
}

.qa{
    margin-top: 50px;
}
.qa_inner{
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.qa_list{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
}
.qa_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.q_inner{
    background: #49C1BC 0% 0% no-repeat padding-box;
    display: flex;
    padding: 12px 20px;
}
.q_inner p{
    color: #FFF;
}
.a_inner{
    background: #EFF9F9 0% 0% no-repeat padding-box;
    display: flex;
    padding: 12px 20px;
}
.qi_right_p{
    margin-left: 30px;
}

.other{
    padding: 68px 0;
}
.other_inner{
    max-width: 1024px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

@media screen and (max-width: 767px) {
img{
    height: auto;
}

.intro {
    padding: 40px 0;
}
.intro_com{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.worries_inner {
    padding: 40px 0;
}
.worries_img {
    position: relative;
    transform: none;
    left: 0;
    bottom: -20px;
}

.situ_body {
    padding: 20px 5%;
    flex-direction: column;
    align-items: center;
}
.situ_head {
    padding: 20px 5%;
}

.voice {
    margin-top: 40px;
}
.voice_box {
    flex-direction: column-reverse;
    align-items: center;
    padding: 30px 5%;
}
.vb_text {
    max-width: 100%;
}

.flow_list {
  flex-direction: column;
  align-items: center;
    gap: 50px 10px;
}
  .flow_card{
    max-width: 100%;
  }
.flow_inner {
    padding: 0 5%;
}
.flow_body {
    padding: 20px 5%;
}
.flow_com {
    min-height: auto;
}

.price {
    margin-top: 60px;
}
.pri_flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.pri_card {
    padding: 30px 5%;
}
.pri_row {
    flex-wrap: wrap;
}
.pri_d {
    width: 100%;
    text-align: right;
}
.pri_bot {
    padding: 25px 5%;
}

}
@media print {

}